r52365 - in /trunk/libstring-escape-perl/debian: changelog compat control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Feb 9 00:14:52 UTC 2010


Author: jawnsy-guest
Date: Tue Feb  9 00:14:43 2010
New Revision: 52365

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52365
Log:
* New upstream release
* Use new short debhelper rules format
* Add myself to Uploaders and Copyright
* Standards-Version 3.8.4 (drop perl version dep)
* Rewrite control description
* Change my email address.

Modified:
    trunk/libstring-escape-perl/debian/changelog
    trunk/libstring-escape-perl/debian/compat
    trunk/libstring-escape-perl/debian/control
    trunk/libstring-escape-perl/debian/rules

Modified: trunk/libstring-escape-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-escape-perl/debian/changelog?rev=52365&op=diff
==============================================================================
--- trunk/libstring-escape-perl/debian/changelog (original)
+++ trunk/libstring-escape-perl/debian/changelog Tue Feb  9 00:14:43 2010
@@ -1,4 +1,11 @@
 libstring-escape-perl (2010.002-1) UNRELEASED; urgency=low
+
+  [ Jonathan Yu ]
+  * New upstream release
+  * Use new short debhelper rules format
+  * Add myself to Uploaders and Copyright
+  * Standards-Version 3.8.4 (drop perl version dep)
+  * Rewrite control description
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -6,17 +13,12 @@
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
+  * Change my email address.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
-  [ gregor herrmann ]
-  * Change my email address.
-
-  [ Jonathan Yu ]
-  * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Mon, 08 Feb 2010 19:27:17 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 08 Feb 2010 19:32:05 -0500
 
 libstring-escape-perl (2002.001-8) unstable; urgency=low
 

Modified: trunk/libstring-escape-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-escape-perl/debian/compat?rev=52365&op=diff
==============================================================================
--- trunk/libstring-escape-perl/debian/compat (original)
+++ trunk/libstring-escape-perl/debian/compat Tue Feb  9 00:14:43 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libstring-escape-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-escape-perl/debian/control?rev=52365&op=diff
==============================================================================
--- trunk/libstring-escape-perl/debian/control (original)
+++ trunk/libstring-escape-perl/debian/control Tue Feb  9 00:14:43 2010
@@ -1,12 +1,12 @@
 Source: libstring-escape-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Gunnar Wolf <gwolf at debian.org>,
- gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), quilt (>= 0.40)
-Build-Depends-Indep: perl (>> 5.8.1)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/String-Escape/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-escape-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-escape-perl/
@@ -14,8 +14,8 @@
 Package: libstring-escape-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Perl module that provides conversion functions for escaped strings
- This module provides a flexible calling interface to some
- frequently-performed string conversion functions, including applying
- and expanding standard C/Unix-style backslash escapes like \n and \t, wrapping
- and removing double-quotes, and truncating to fit within a desired length.
+Description: module for manipulating escaped strings
+ String::Escape is a Perl module that provides a flexible calling interface to
+ some useful string conversion functions, including applying and expanding the
+ standard C/Unix-style backslash escapes like \n and \t, wrapping and removing
+ double quotes, and truncating to fit within a desired length.

Modified: trunk/libstring-escape-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-escape-perl/debian/rules?rev=52365&op=diff
==============================================================================
--- trunk/libstring-escape-perl/debian/rules (original)
+++ trunk/libstring-escape-perl/debian/rules Tue Feb  9 00:14:43 2010
@@ -1,73 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
-
-# If set to a true value then MakeMaker's prompt function will
-# 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)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -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 here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples t/*
-	dh_installdocs README
-	dh_installchangelogs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	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 install
+%:
+	dh --with quilt $@




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