From: Kevin M. Rosenberg Date: Tue, 22 May 2007 17:49:21 +0000 (+0000) Subject: r11711: fix build-twice-in-a-row X-Git-Tag: debian-0.2.0-4~3 X-Git-Url: http://git.kpe.io/?p=cl-readline.git;a=commitdiff_plain;h=044e8c98d9b11b20a62d6a3ea31bfb6458a6c2f7 r11711: fix build-twice-in-a-row --- diff --git a/debian/changelog b/debian/changelog index 1d545fd..2242009 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-readline (0.2.0-3) unstable; urgency=low + + * Fix build twice in a row (closes: 424152) + + -- Kevin M. Rosenberg Tue, 22 May 2007 11:39:45 -0600 + cl-readline (0.2.0-2) unstable; urgency=low * Update build dependency (closes: 326377) diff --git a/debian/control b/debian/control index 8d10417..bd49685 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 4.0.0), libreadline5-dev | libreadline-dev -Standards-Version: 3.6.2.1 +Standards-Version: 3.7.2.2 Package: cl-readline Architecture: any diff --git a/debian/rules b/debian/rules index f78f849..5f75dc0 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,7 @@ clean: rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. rm -f debian/$(debpkg).postinst.* debian/$(debpkg).prerm.* + rm -f *.o *.so dh_clean install: build