r1598 - packages/libmail-sendmail-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Tue Dec 13 13:55:26 UTC 2005


Author: ntyni-guest
Date: 2005-12-13 13:55:26 +0000 (Tue, 13 Dec 2005)
New Revision: 1598

Modified:
   packages/libmail-sendmail-perl/trunk/debian/rules
Log:
Always call '$(MAKE) distclean' in the 'clean' target. This
seems to remove the need to store Makefile.old in the repository.


Modified: packages/libmail-sendmail-perl/trunk/debian/rules
===================================================================
--- packages/libmail-sendmail-perl/trunk/debian/rules	2005-12-13 13:37:28 UTC (rev 1597)
+++ packages/libmail-sendmail-perl/trunk/debian/rules	2005-12-13 13:55:26 UTC (rev 1598)
@@ -19,7 +19,7 @@
 	if [ -e Makefile ]; then  \
 		$(MAKE) distclean; \
 	else \
-		perl Makefile.PL && $(MAKE) clean; \
+		perl Makefile.PL && $(MAKE) distclean; \
 	fi;
 	dh_clean
 




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