r7381 - in /trunk/libdatetime-format-mail-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 09:29:05 UTC 2007


Author: dmn
Date: Tue Sep 11 09:29:04 2007
New Revision: 7381

URL: http://svn.debian.org/wsvn/?sc=1&rev=7381
Log:
* debian/rules:
  + Dropped unused dh_* calls
  + Moved dh_clean $stamp_files before the distclean call
  + Do not ignore distclean errors
  + Drop unneeded OPTIMIZE="..." setting

Modified:
    trunk/libdatetime-format-mail-perl/debian/changelog
    trunk/libdatetime-format-mail-perl/debian/rules

Modified: trunk/libdatetime-format-mail-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/debian/changelog?rev=7381&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/debian/changelog (original)
+++ trunk/libdatetime-format-mail-perl/debian/changelog Tue Sep 11 09:29:04 2007
@@ -4,11 +4,16 @@
   * New upstream release
     No longer includes non-free IETF RFCs
   * Added myself to Uploaders (and wrapped it)
+  * debian/rules:
+    + Dropped unused dh_* calls
+    + Moved dh_clean $stamp_files before the distclean call
+    + Do not ignore distclean errors
+    + Drop unneeded OPTIMIZE="..." setting
 
   [ Joey Hess ]
   * Fix watch file to deal with mangled version number.
 
- -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:22:25 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:25:52 +0300
 
 libdatetime-format-mail-perl (0.3000+dfsg-1) unstable; urgency=low
 

Modified: trunk/libdatetime-format-mail-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-mail-perl/debian/rules?rev=7381&op=diff
==============================================================================
--- trunk/libdatetime-format-mail-perl/debian/rules (original)
+++ trunk/libdatetime-format-mail-perl/debian/rules Tue Sep 11 09:29:04 2007
@@ -28,7 +28,8 @@
 
 	# Add commands to compile the package here
 	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+	$(PERL) Build
+	$(PERL) Build test
 
 	touch build-stamp
 
@@ -36,10 +37,10 @@
 	dh_testdir
 	dh_testroot
 
+	dh_clean build-stamp install-stamp
+
 	# Add commands to clean up after the build process here
-	-$(PERL) Build distclean
-
-	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build distclean
 
 install: build install-stamp
 install-stamp:
@@ -48,7 +49,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build test
 	$(PERL) Build install destdir=$(TMP)
 
 	touch install-stamp
@@ -59,14 +59,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
 #	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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