r13253 - in /trunk/libaudio-flac-header-perl/debian: changelog rules
ntyni at users.alioth.debian.org
ntyni at users.alioth.debian.org
Tue Jan 22 12:06:39 UTC 2008
Author: ntyni
Date: Tue Jan 22 12:06:38 2008
New Revision: 13253
URL: http://svn.debian.org/wsvn/?sc=1&rev=13253
Log:
* Don't ignore the exit status of 'make realclean'.
Modified:
trunk/libaudio-flac-header-perl/debian/changelog
trunk/libaudio-flac-header-perl/debian/rules
Modified: trunk/libaudio-flac-header-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/changelog?rev=13253&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/changelog (original)
+++ trunk/libaudio-flac-header-perl/debian/changelog Tue Jan 22 12:06:38 2008
@@ -4,6 +4,7 @@
* New maintainer. (Closes: #455922)
* Upgrade to debhelper compatibility level 5.
* Upgrade to Standards-Version 3.7.3. No changes needed.
+ * Don't ignore the exit status of 'make realclean'.
-- Niko Tyni <ntyni at debian.org> Tue, 22 Jan 2008 13:18:45 +0200
Modified: trunk/libaudio-flac-header-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libaudio-flac-header-perl/debian/rules?rev=13253&op=diff
==============================================================================
--- trunk/libaudio-flac-header-perl/debian/rules (original)
+++ trunk/libaudio-flac-header-perl/debian/rules Tue Jan 22 12:06:38 2008
@@ -43,7 +43,7 @@
dh_testroot
# Add commands to clean up after the build process here
- -$(MAKE) realclean
+ [ ! -f Makefile ] || $(MAKE) realclean
dh_clean build-stamp install-stamp
More information about the Pkg-perl-cvs-commits
mailing list