r53836 - in /trunk/libuniversal-exports-perl/debian: changelog compat rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Mar 7 05:19:22 UTC 2010


Author: jawnsy-guest
Date: Sun Mar  7 05:19:06 2010
New Revision: 53836

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53836
Log:
* Adopt this package (Closes: #572531)
* Standards-Version 3.8.4 (drop perl version dep)
* Update to new short debhelper 7 rules format

Modified:
    trunk/libuniversal-exports-perl/debian/changelog
    trunk/libuniversal-exports-perl/debian/compat
    trunk/libuniversal-exports-perl/debian/rules
    trunk/libuniversal-exports-perl/debian/watch

Modified: trunk/libuniversal-exports-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-exports-perl/debian/changelog?rev=53836&op=diff
==============================================================================
--- trunk/libuniversal-exports-perl/debian/changelog (original)
+++ trunk/libuniversal-exports-perl/debian/changelog Sun Mar  7 05:19:06 2010
@@ -1,3 +1,11 @@
+libuniversal-exports-perl (0.05-2) UNRELEASED; urgency=low
+
+  * Adopt this package (Closes: #572531)
+  * Standards-Version 3.8.4 (drop perl version dep)
+  * Update to new short debhelper 7 rules format
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 07 Mar 2010 00:38:08 -0500
+
 libuniversal-exports-perl (0.05-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libuniversal-exports-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-exports-perl/debian/compat?rev=53836&op=diff
==============================================================================
--- trunk/libuniversal-exports-perl/debian/compat (original)
+++ trunk/libuniversal-exports-perl/debian/compat Sun Mar  7 05:19:06 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libuniversal-exports-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-exports-perl/debian/rules?rev=53836&op=diff
==============================================================================
--- trunk/libuniversal-exports-perl/debian/rules (original)
+++ trunk/libuniversal-exports-perl/debian/rules Sun Mar  7 05:19:06 2010
@@ -1,70 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# Define the perl interpreter
-
-PACKAGE = $(shell dh_listpackages)
-
-TMP     =`pwd`/debian/$(PACKAGE)
-
-PERL = /usr/bin/perl
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-
-	perl Makefile.PL verbose INSTALLDIRS=vendor
-
-	touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp 
-	dh_testdir
-
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	[ ! -e Makefile ] || $(MAKE) distclean
-
-	dh_clean build-stamp configure-stamp
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) install PREFIX=$(TMP)/usr
-
-	# Remove any empty directories
-
-	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
-
-binary-arch: build install
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_perl
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs Changes
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@

Modified: trunk/libuniversal-exports-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuniversal-exports-perl/debian/watch?rev=53836&op=diff
==============================================================================
--- trunk/libuniversal-exports-perl/debian/watch (original)
+++ trunk/libuniversal-exports-perl/debian/watch Sun Mar  7 05:19:06 2010
@@ -1,2 +1,4 @@
-version=2
-http://www.cpan.org/authors/id/M/MS/MSCHWERN/UNIVERSAL-exports-(\d+\.\d+)\.tar\.gz debian uupdate
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/UNIVERSAL-exports/   .*/UNIVERSAL-exports-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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