r17316 - in /trunk/libspreadsheet-parseexcel-simple-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Mar 12 20:00:48 UTC 2008


Author: gregoa-guest
Date: Wed Mar 12 20:00:47 2008
New Revision: 17316

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17316
Log:
debian/rules:
  - update based on dh-make-perl's templates
  - don't install README any more (just a text version of the POD
    documentation)

Modified:
    trunk/libspreadsheet-parseexcel-simple-perl/debian/changelog
    trunk/libspreadsheet-parseexcel-simple-perl/debian/rules

Modified: trunk/libspreadsheet-parseexcel-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-simple-perl/debian/changelog?rev=17316&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-simple-perl/debian/changelog (original)
+++ trunk/libspreadsheet-parseexcel-simple-perl/debian/changelog Wed Mar 12 20:00:47 2008
@@ -8,11 +8,15 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/rules: delete /usr/lib/perl5 only if it existss (closes: #467964)
+  * debian/rules:
+    - update based on dh-make-perl's templates
+    - don't install README any more (just a text version of the POD
+      documentation)
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * debian/copyright: add upstream source URL and update years of copyright.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 12 Mar 2008 20:56:43 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 12 Mar 2008 20:58:06 +0100
 
 libspreadsheet-parseexcel-simple-perl (1.04-1) unstable; urgency=low
 

Modified: trunk/libspreadsheet-parseexcel-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspreadsheet-parseexcel-simple-perl/debian/rules?rev=17316&op=diff
==============================================================================
--- trunk/libspreadsheet-parseexcel-simple-perl/debian/rules (original)
+++ trunk/libspreadsheet-parseexcel-simple-perl/debian/rules Wed Mar 12 20:00:47 2008
@@ -23,52 +23,39 @@
 build-stamp:
 	dh_testdir
 
-	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
 
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
 
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
-	touch install-stamp
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -76,8 +63,8 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
+source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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