r23843 - in /trunk/libwww-freshmeat-perl/debian: changelog compat control copyright rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 5 19:30:30 UTC 2008


Author: gregoa
Date: Tue Aug  5 19:30:28 2008
New Revision: 23843

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23843
Log:
* Refresh debian/rules, no functional changes; except: don't create
  .packlist file any more.
* debian/watch: use dist-based URL.
* debian/copyright: add upstream source location; wrap a long line.
* Set debhelper compatibility level to 5.
* Set Standards-Version to 3.8.0 (no changes).
* debian/control: change my email address.
* Move libmodule-build-perl to Build-Depends.

Modified:
    trunk/libwww-freshmeat-perl/debian/changelog
    trunk/libwww-freshmeat-perl/debian/compat
    trunk/libwww-freshmeat-perl/debian/control
    trunk/libwww-freshmeat-perl/debian/copyright
    trunk/libwww-freshmeat-perl/debian/rules
    trunk/libwww-freshmeat-perl/debian/watch

Modified: trunk/libwww-freshmeat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/changelog?rev=23843&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/changelog (original)
+++ trunk/libwww-freshmeat-perl/debian/changelog Tue Aug  5 19:30:28 2008
@@ -3,6 +3,14 @@
   * 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.
+  * debian/copyright: add upstream source location; wrap a long line.
+  * Set debhelper compatibility level to 5.
+  * Set Standards-Version to 3.8.0 (no changes).
+  * debian/control: change my email address.
+  * Move libmodule-build-perl to Build-Depends.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:33:17 +0200
 

Modified: trunk/libwww-freshmeat-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/compat?rev=23843&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/compat (original)
+++ trunk/libwww-freshmeat-perl/debian/compat Tue Aug  5 19:30:28 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libwww-freshmeat-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/control?rev=23843&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/control (original)
+++ trunk/libwww-freshmeat-perl/debian/control Tue Aug  5 19:30:28 2008
@@ -1,11 +1,11 @@
 Source: libwww-freshmeat-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, libxml-simple-perl, libmodule-build-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 5), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl, libxml-simple-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
-Standards-Version: 3.7.2
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/WWW-Freshmeat/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-freshmeat-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/

Modified: trunk/libwww-freshmeat-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/copyright?rev=23843&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/copyright (original)
+++ trunk/libwww-freshmeat-perl/debian/copyright Tue Aug  5 19:30:28 2008
@@ -1,6 +1,8 @@
 This is the debian package for the WWW-Freshmeat module.
-It was created by David Moreno Garza <damog at cerdita.damog.net> using dh-make-perl
-and is maintained by the Debian Perl Group.
+It was created by David Moreno Garza <damog at cerdita.damog.net> using
+dh-make-perl and is maintained by the Debian Perl Group.
+
+Upstream source location: http://search.cpan.org/dist/WWW-Freshmeat/
 
 The upstream author is: Cedric Bouvier <cbouvi at cpan.org>.
 

Modified: trunk/libwww-freshmeat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/rules?rev=23843&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/rules (original)
+++ trunk/libwww-freshmeat-perl/debian/rules Tue Aug  5 19:30:28 2008
@@ -14,59 +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
-
-	# Add commands to compile the package here
 	$(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
+	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
-	# 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:
+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
-	$(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_installcron
-#	dh_installmenu
-#	dh_installexamples
 	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
-	dh_link
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -74,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/libwww-freshmeat-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-freshmeat-perl/debian/watch?rev=23843&op=diff
==============================================================================
--- trunk/libwww-freshmeat-perl/debian/watch (original)
+++ trunk/libwww-freshmeat-perl/debian/watch Tue Aug  5 19:30:28 2008
@@ -1,3 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://www.cpan.org/modules/by-module/WWW/WWW-Freshmeat-([\d\.]+)\.tar\.gz
+http://search.cpan.org/dist/WWW-Freshmeat/   .*/WWW-Freshmeat-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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