r23797 - in /trunk/libfile-path-expand-perl/debian: changelog rules source.lintian-overrides watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 5 04:48:18 UTC 2008


Author: gregoa
Date: Tue Aug  5 04:48:15 2008
New Revision: 23797

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23797
Log:
* Refresh debian/rules, no functional changes; except: don't create
  .packlist file any more.
* debian/watch: use dist-based URL.
* Remove debian/source.lintian-overrides, not needed any more.

Removed:
    trunk/libfile-path-expand-perl/debian/source.lintian-overrides
Modified:
    trunk/libfile-path-expand-perl/debian/changelog
    trunk/libfile-path-expand-perl/debian/rules
    trunk/libfile-path-expand-perl/debian/watch

Modified: trunk/libfile-path-expand-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-expand-perl/debian/changelog?rev=23797&op=diff
==============================================================================
--- trunk/libfile-path-expand-perl/debian/changelog (original)
+++ trunk/libfile-path-expand-perl/debian/changelog Tue Aug  5 04:48:15 2008
@@ -3,6 +3,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Refresh debian/rules, no functional changes; except: don't create
+    .packlist file any more.
+  * debian/watch: use dist-based URL.
+  * Remove debian/source.lintian-overrides, not needed any more.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:22 +0200
 

Modified: trunk/libfile-path-expand-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-expand-perl/debian/rules?rev=23797&op=diff
==============================================================================
--- trunk/libfile-path-expand-perl/debian/rules (original)
+++ trunk/libfile-path-expand-perl/debian/rules Tue Aug  5 04:48:15 2008
@@ -14,47 +14,41 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
-	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
-	touch build-stamp
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -f Build ] || $(PERL) Build distclean
 	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(PERL) Build test
-	$(PERL) Build install destdir=$(TMP)
-	touch install-stamp
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	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_installdocs 
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -62,8 +56,5 @@
 	dh_md5sums
 	dh_builddeb
 
-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

Modified: trunk/libfile-path-expand-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-expand-perl/debian/watch?rev=23797&op=diff
==============================================================================
--- trunk/libfile-path-expand-perl/debian/watch (original)
+++ trunk/libfile-path-expand-perl/debian/watch Tue Aug  5 04:48:15 2008
@@ -1,2 +1,2 @@
 version=3
-http://www.cpan.org/modules/by-module/File/File-Path-Expand-([\d\.]+)\.tar\.gz
+http://search.cpan.org/dist/File-Path-Expand/   .*/File-Path-Expand-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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