From: Kevin M. Rosenberg Date: Tue, 22 May 2007 17:43:17 +0000 (+0000) Subject: r11710: fix build-twice-in-a-row X-Git-Tag: v1.6.1~7 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=0cdca6533651d928b0bb489c66d89131d2119ff2 r11710: fix build-twice-in-a-row --- diff --git a/debian/changelog b/debian/changelog index ae02e14..f71b4f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-uffi (1.5.18-2) unstable; urgency=low + + * Fix build twice in a row (closes: 424155)c + + -- Kevin M. Rosenberg Tue, 22 May 2007 11:33:27 -0600 + cl-uffi (1.5.18-1) unstable; urgency=low * New upstream diff --git a/debian/rules b/debian/rules index 79388a1..3b3bb57 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ clean: -$(MAKE) clean (cd tests; make clean) rm -f debian/$(debpkg).postinst.* debian/$(debpkg).prerm.* + rm -f doc/cl-uffi.pdf.gz dh_clean install: build @@ -55,6 +56,7 @@ install: build dh_install doc/html $(doc-dir) rm -rf doc/html cp doc/uffi.pdf doc/cl-uffi.pdf + rm -f doc/cl-uffi.pdf.gz # ensure file not present before making gz gzip -9 doc/cl-uffi.pdf dh_install doc/cl-uffi.pdf.gz $(doc-dir)