r2100 - packages/libterm-readkey-perl/trunk/debian

Gunnar Wolf gwolf at costa.debian.org
Sun Feb 5 18:21:40 UTC 2006


Author: gwolf
Date: 2006-02-05 18:21:38 +0000 (Sun, 05 Feb 2006)
New Revision: 2100

Modified:
   packages/libterm-readkey-perl/trunk/debian/changelog
   packages/libterm-readkey-perl/trunk/debian/compat
   packages/libterm-readkey-perl/trunk/debian/control
   packages/libterm-readkey-perl/trunk/debian/rules
Log:
Debian/compat was empty. Debian/rules: No longer ignores errors in 'make realclean'.


Modified: packages/libterm-readkey-perl/trunk/debian/changelog
===================================================================
--- packages/libterm-readkey-perl/trunk/debian/changelog	2006-02-05 18:13:48 UTC (rev 2099)
+++ packages/libterm-readkey-perl/trunk/debian/changelog	2006-02-05 18:21:38 UTC (rev 2100)
@@ -6,8 +6,9 @@
   [ Gunnar Wolf ]
   * Fixed debian/watch
   * Moved debhelper compatibility to version 4
+  * No longer ignores error when cleaning
 
- -- Gunnar Wolf <gwolf at debian.org>  Sun,  5 Feb 2006 12:00:28 -0600
+ -- Gunnar Wolf <gwolf at debian.org>  Sun,  5 Feb 2006 12:15:57 -0600
 
 libterm-readkey-perl (2.30-2) unstable; urgency=low
 

Modified: packages/libterm-readkey-perl/trunk/debian/compat
===================================================================
--- packages/libterm-readkey-perl/trunk/debian/compat	2006-02-05 18:13:48 UTC (rev 2099)
+++ packages/libterm-readkey-perl/trunk/debian/compat	2006-02-05 18:21:38 UTC (rev 2100)
@@ -0,0 +1 @@
+4

Modified: packages/libterm-readkey-perl/trunk/debian/control
===================================================================
--- packages/libterm-readkey-perl/trunk/debian/control	2006-02-05 18:13:48 UTC (rev 2099)
+++ packages/libterm-readkey-perl/trunk/debian/control	2006-02-05 18:21:38 UTC (rev 2100)
@@ -1,7 +1,7 @@
 Source: libterm-readkey-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4), perl (>= 5.8.0-3)
+Build-Depends: debhelper (>= 4.0.0), perl (>= 5.8.0-3)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.6.2

Modified: packages/libterm-readkey-perl/trunk/debian/rules
===================================================================
--- packages/libterm-readkey-perl/trunk/debian/rules	2006-02-05 18:13:48 UTC (rev 2099)
+++ packages/libterm-readkey-perl/trunk/debian/rules	2006-02-05 18:21:38 UTC (rev 2100)
@@ -38,7 +38,7 @@
 	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
-	-$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean
 




More information about the Pkg-perl-cvs-commits mailing list