r23796 - in /trunk/libdatetime-format-mysql-perl/debian: changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 5 04:34:37 UTC 2008


Author: gregoa
Date: Tue Aug  5 04:34:34 2008
New Revision: 23796

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23796
Log:
* Refresh debian/rules, no functional changes; except: don't create
  .packlist file any more.
* Move libmodule-build-perl to Build-Depends.
* debian/copyright: wrap a long line.
* debian/control: change my email address.

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

Modified: trunk/libdatetime-format-mysql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-mysql-perl/debian/changelog?rev=23796&op=diff
==============================================================================
--- trunk/libdatetime-format-mysql-perl/debian/changelog (original)
+++ trunk/libdatetime-format-mysql-perl/debian/changelog Tue Aug  5 04:34:34 2008
@@ -5,6 +5,11 @@
     Vcs-Svn fields.
   * debian/watch: Mangle versions in order to deal with 2 and 4 digits after
     the dot.
+  * Refresh debian/rules, no functional changes; except: don't create
+    .packlist file any more.
+  * Move libmodule-build-perl to Build-Depends.
+  * debian/copyright: wrap a long line.
+  * debian/control: change my email address.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 09 Nov 2007 18:22:26 +0100
 

Modified: trunk/libdatetime-format-mysql-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-mysql-perl/debian/control?rev=23796&op=diff
==============================================================================
--- trunk/libdatetime-format-mysql-perl/debian/control (original)
+++ trunk/libdatetime-format-mysql-perl/debian/control Tue Aug  5 04:34:34 2008
@@ -1,10 +1,10 @@
 Source: libdatetime-format-mysql-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl, libmodule-build-perl, libdatetime-perl, libdatetime-format-builder-perl
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl, libdatetime-perl, libdatetime-format-builder-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
+Uploaders: gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at iki.fi>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/DateTime-Format-MySQL/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-mysql-perl/

Modified: trunk/libdatetime-format-mysql-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-mysql-perl/debian/copyright?rev=23796&op=diff
==============================================================================
--- trunk/libdatetime-format-mysql-perl/debian/copyright (original)
+++ trunk/libdatetime-format-mysql-perl/debian/copyright Tue Aug  5 04:34:34 2008
@@ -1,6 +1,6 @@
 This is the debian package for the DateTime-Format-MySQL 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.
 
 The upstream author is: Dave Rolsky <autarch at urth.org>.
 

Modified: trunk/libdatetime-format-mysql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-mysql-perl/debian/rules?rev=23796&op=diff
==============================================================================
--- trunk/libdatetime-format-mysql-perl/debian/rules (original)
+++ trunk/libdatetime-format-mysql-perl/debian/rules Tue Aug  5 04:34:34 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




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