* 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:
parent
b729d20c36
commit
8c1b24cb3a
|
@ -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
|
elk (3.99.6-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
|
@ -16,6 +16,13 @@ configure: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
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
|
./configure --prefix=/usr --mandir=/usr/share/man
|
||||||
|
|
||||||
touch configure-stamp
|
touch configure-stamp
|
||||||
|
|
Loading…
Reference in New Issue