r23794 - in /trunk/libdatetime-format-builder-perl/debian: changelog control copyright rules watch

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


Author: gregoa
Date: Tue Aug  5 04:19:02 2008
New Revision: 23794

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23794
Log:
* Refresh debian/rules, no functional changes, except: don't create
  .packlist file any more.
* debian/watch: use dist-based URL.
* debian/copyright: wap some long lines.
* debian/control: change my email address.
* Set Standards-Version to 3.8.0 (no changes).

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

Modified: trunk/libdatetime-format-builder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-builder-perl/debian/changelog?rev=23794&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/changelog (original)
+++ trunk/libdatetime-format-builder-perl/debian/changelog Tue Aug  5 04:19:02 2008
@@ -3,6 +3,12 @@
   * 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: wap some long lines.
+  * debian/control: change my email address.
+  * Set Standards-Version to 3.8.0 (no changes).
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:39 +0200
 

Modified: trunk/libdatetime-format-builder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-builder-perl/debian/control?rev=23794&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/control (original)
+++ trunk/libdatetime-format-builder-perl/debian/control Tue Aug  5 04:19:02 2008
@@ -4,9 +4,9 @@
 Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
 Build-Depends-Indep: perl (>= 5), libdatetime-perl, libclass-factory-util-perl, libparams-validate-perl, libdatetime-format-strptime-perl, libtest-pod-perl, libdatetime-format-mail-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
+Uploaders: gregor herrmann <gregoa at debian.org>,
  Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/DateTime-Format-Builder/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-builder-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-builder-perl/

Modified: trunk/libdatetime-format-builder-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-builder-perl/debian/copyright?rev=23794&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/copyright (original)
+++ trunk/libdatetime-format-builder-perl/debian/copyright Tue Aug  5 04:19:02 2008
@@ -1,11 +1,11 @@
 This is the debian package for the DateTime-Format-Builder module.
-It was created by gregor herrmann <gregor+debian at comodo.priv.at> using dh-make-perl,
-and is maintained by the Debian Perl Group.
+It was created by gregor herrmann <gregor+debian at comodo.priv.at> using
+dh-make-perl, and is maintained by the Debian Perl Group.
 
 Downloaded from http://www.cpan.org/modules/by-module/DateTime/
 
-The upstream author is: Originally written by Iain Truskett <spoon at cpan.org>, who died on
-December 29, 2003., Maintained by Dave Rolsky <autarch at urth.org>..
+The upstream author is: Originally written by Iain Truskett <spoon at cpan.org>,
+who died on December 29, 2003. Maintained by Dave Rolsky <autarch at urth.org>.
 
 Copyright (c) 2003 Kellan Elliott-McCrea.  All rights reserved.  This program
 is free software; you can redistribute it and/or modify it under the

Modified: trunk/libdatetime-format-builder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-builder-perl/debian/rules?rev=23794&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/rules (original)
+++ trunk/libdatetime-format-builder-perl/debian/rules Tue Aug  5 04:19:02 2008
@@ -14,53 +14,43 @@
 # 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
 	$(PERL) Build
 	$(PERL) Build test
-
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build distclean
-
-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 install destdir=$(TMP)
-
-	touch install-stamp
+	# Add commands to install the package into $(TMP) here
+	$(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 README
 	dh_installexamples examples/*
-	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
@@ -70,8 +60,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/libdatetime-format-builder-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-builder-perl/debian/watch?rev=23794&op=diff
==============================================================================
--- trunk/libdatetime-format-builder-perl/debian/watch (original)
+++ trunk/libdatetime-format-builder-perl/debian/watch Tue Aug  5 04:19:02 2008
@@ -1,3 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Builder-([\d\.]+)\.tar\.gz
+http://search.cpan.org/dist/DateTime-Format-Builder/   .*/DateTime-Format-Builder-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)




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