* debian/rules:

+ Added touch calls to avoid build failures due to clock skews.


git-svn-id: svn://svn.zoy.org/elk/trunk@247 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-12-31 17:40:24 +00:00
parent b729d20c36
commit 8c1b24cb3a
2 changed files with 17 additions and 0 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
elk (3.99.6-2) unstable; urgency=low
* debian/control:
+ Switched back to libelfg0-dev because libelf1-dev was removed from
unstable (Closes: #225656).
* debian/rules:
+ Added touch calls to avoid build failures due to clock skews.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 31 Dec 2003 18:24:21 +0100
elk (3.99.6-1) unstable; urgency=low
* New upstream release.

7
debian/rules vendored
View File

@ -16,6 +16,13 @@ configure: configure-stamp
configure-stamp:
dh_testdir
# Touch stuff
touch configure.ac \
&& touch aclocal.m4 \
&& touch configure \
&& touch config.h.in \
&& touch `find . -name Makefile.in`
./configure --prefix=/usr --mandir=/usr/share/man
touch configure-stamp