r23892 - in /trunk/libdatetime-format-strptime-perl/debian: changelog control rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Aug 7 14:39:29 UTC 2008


Author: emhn-guest
Date: Thu Aug  7 14:39:27 2008
New Revision: 23892

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23892
Log:
* Changed maintainer address in debian/control.
* Refreshed debian/rules using dh-make-perl.

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

Modified: trunk/libdatetime-format-strptime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/changelog?rev=23892&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/changelog (original)
+++ trunk/libdatetime-format-strptime-perl/debian/changelog Thu Aug  7 14:39:27 2008
@@ -1,8 +1,10 @@
 libdatetime-format-strptime-perl (1.0800-1) unstable; urgency=low
 
   * New upstream release.
+  * Changed maintainer address in debian/control.
+  * Refreshed debian/rules using dh-make-perl.
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu,  7 Aug 2008 09:36:47 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu,  7 Aug 2008 10:08:52 -0430
 
 libdatetime-format-strptime-perl (1.0702-2) unstable; urgency=low
 

Modified: trunk/libdatetime-format-strptime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/control?rev=23892&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/control (original)
+++ trunk/libdatetime-format-strptime-perl/debian/control Thu Aug  7 14:39:27 2008
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.6.0), libdatetime-perl,
  libdatetime-locale-perl (>= 0.41), libdatetime-timezone-perl, libparams-validate-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich <emhn at telcel.net.ve>,
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
  gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
 Homepage: http://datetime-format-strptime.googlecode.com/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-strptime-perl/

Modified: trunk/libdatetime-format-strptime-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-strptime-perl/debian/rules?rev=23892&op=diff
==============================================================================
--- trunk/libdatetime-format-strptime-perl/debian/rules (original)
+++ trunk/libdatetime-format-strptime-perl/debian/rules Thu Aug  7 14:39:27 2008
@@ -11,26 +11,24 @@
 # 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) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) 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 Makefile ] || $(MAKE) realclean
 
 install: install-stamp
@@ -38,17 +36,20 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
+	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-	touch install-stamp
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	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 README
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
@@ -58,8 +59,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