r48434 - in /trunk/libdata-section-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 8 15:25:10 UTC 2009


Author: jawnsy-guest
Date: Tue Dec  8 15:25:01 2009
New Revision: 48434

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48434
Log:
convert to short rules file; add myself to Uploaders and Copyright; prepare for file refresh...

Modified:
    trunk/libdata-section-perl/debian/changelog
    trunk/libdata-section-perl/debian/control
    trunk/libdata-section-perl/debian/copyright
    trunk/libdata-section-perl/debian/rules

Modified: trunk/libdata-section-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/changelog?rev=48434&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/changelog (original)
+++ trunk/libdata-section-perl/debian/changelog Tue Dec  8 15:25:01 2009
@@ -2,6 +2,7 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Add myself to Uploaders and Copyright
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on

Modified: trunk/libdata-section-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/control?rev=48434&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/control (original)
+++ trunk/libdata-section-perl/debian/control Tue Dec  8 15:25:01 2009
@@ -1,13 +1,13 @@
 Source: libdata-section-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libsub-exporter-perl,
  libtest-perl-critic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Pentchev <roam at ringlet.net>,
+Uploaders: Peter Pentchev <roam at ringlet.net>, Jonathan Yu <jawnsy at cpan.org>,
  Nathan Handler <nhandler at ubuntu.com>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Data-Section/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-section-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-section-perl/
@@ -15,8 +15,7 @@
 Package: libdata-section-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl
-Description: Perl module to read chunks of data from a module's DATA section
+Description: module to read chunks of data from a module's DATA section
  Data::Section provides an easy way to access multiple named chunks of
- line-oriented data in your module's DATA section.  It was written to
- allow modules to store their own templates, but probably has other
- uses.
+ line-oriented data in your module's DATA section. It was written to allow
+ modules to store their own templates, but probably has other uses.

Modified: trunk/libdata-section-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/copyright?rev=48434&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/copyright (original)
+++ trunk/libdata-section-perl/debian/copyright Tue Dec  8 15:25:01 2009
@@ -11,6 +11,7 @@
 
 Files: debian/*
 Copyright: 2009, Peter Pentchev <roam at ringlet.net>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libdata-section-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-section-perl/debian/rules?rev=48434&op=diff
==============================================================================
--- trunk/libdata-section-perl/debian/rules (original)
+++ trunk/libdata-section-perl/debian/rules Tue Dec  8 15:25:01 2009
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	RELEASE_TESTING=1 dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	RELEASE_TESTING=1 dh_auto_test




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