r7370 - in /trunk/libdatetime-format-builder-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 11 09:03:14 UTC 2007


Author: dmn
Date: Tue Sep 11 09:03:14 2007
New Revision: 7370

URL: http://svn.debian.org/wsvn/?sc=1&rev=7370
Log:
* debian/rules:
  + moved dh_clean $stamp_files before the $(MAKE) clean call
  + removed unused dh_* calls
  + moved $(MAKE) test from install to build target

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

Modified: trunk/libdatetime-format-builder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-builder-perl/debian/changelog?rev=7370&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/changelog (original)
+++ trunk/libdatetime-format-builder-perl/debian/changelog Tue Sep 11 09:03:14 2007
@@ -1,8 +1,12 @@
 libdatetime-format-builder-perl (0.7901-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules:
+    + moved dh_clean $stamp_files before the $(MAKE) clean call
+    + removed unused dh_* calls
+    + moved $(MAKE) test from install to build target
 
- -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:01:11 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 11 Sep 2007 12:02:30 +0300
 
 libdatetime-format-builder-perl (0.7807-1) unstable; urgency=low
 

Modified: trunk/libdatetime-format-builder-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdatetime-format-builder-perl/debian/rules?rev=7370&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/rules (original)
+++ trunk/libdatetime-format-builder-perl/debian/rules Tue Sep 11 09:03:14 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
 	[ ! -f Build ] || $(PERL) Build distclean
-
-	dh_clean build-stamp install-stamp
 
 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 examples/*
 	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