r2451 - packages/libchart-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sun Mar 19 20:17:02 UTC 2006


Author: ntyni-guest
Date: 2006-03-19 20:17:01 +0000 (Sun, 19 Mar 2006)
New Revision: 2451

Modified:
   packages/libchart-perl/trunk/debian/changelog
   packages/libchart-perl/trunk/debian/rules
Log:
Revert changes and ignore the result of 'make distclean'. It's
not worth the trouble.


Modified: packages/libchart-perl/trunk/debian/changelog
===================================================================
--- packages/libchart-perl/trunk/debian/changelog	2006-03-19 20:13:18 UTC (rev 2450)
+++ packages/libchart-perl/trunk/debian/changelog	2006-03-19 20:17:01 UTC (rev 2451)
@@ -3,11 +3,9 @@
   * Remove the leftover file 'big-changes' from the source package.
   * Modify the color patch from #172140 to keep the first 64 colors
     compatible with upstream. (Closes: #231730)
-  * debian/rules:
-    + don't ignore the result of 'make distclean'
-    + clean up old CVS references
+  * clean up old CVS references in debian/rules.
 
- -- Niko Tyni <ntyni at iki.fi>  Sun, 19 Mar 2006 21:32:43 +0200
+ -- Niko Tyni <ntyni at iki.fi>  Sun, 19 Mar 2006 22:16:16 +0200
 
 libchart-perl (2.4.1-1) unstable; urgency=low
 

Modified: packages/libchart-perl/trunk/debian/rules
===================================================================
--- packages/libchart-perl/trunk/debian/rules	2006-03-19 20:13:18 UTC (rev 2450)
+++ packages/libchart-perl/trunk/debian/rules	2006-03-19 20:17:01 UTC (rev 2451)
@@ -22,15 +22,8 @@
 
 clean:	checkroot
 	rm -f build-stamp
-	# there's a Makefile for alpha-dec_osf in the upstream tarball of 
-	# at least 2.4.1, so we regenerate it to be able to make 'distclean'
-	if [ -f Makefile ]; then \
-		if grep -q alpha-dec_osf Makefile; then \
-			$(PERL) Makefile.PL ;\
-		fi; \
-		$(MAKE) distclean ;\
-	fi
-	$(RM) -r samples
+	-$(MAKE) distclean
+	-rm samples/*.png
 	dh_clean
 
 binary-indep:	checkroot build




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