diff --git a/debian/changelog b/debian/changelog index 5807fd1..5e3bf44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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) Wed, 31 Dec 2003 18:24:21 +0100 + elk (3.99.6-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index ff89c30..374fb96 100755 --- a/debian/rules +++ b/debian/rules @@ -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