r40961 - in /trunk/libextutils-install-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jul 29 01:22:50 UTC 2009


Author: jawnsy-guest
Date: Wed Jul 29 01:22:44 2009
New Revision: 40961

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40961
Log:
Hmm pre-commit some changes, then I'm going to upgrade

Modified:
    trunk/libextutils-install-perl/debian/changelog
    trunk/libextutils-install-perl/debian/control
    trunk/libextutils-install-perl/debian/copyright
    trunk/libextutils-install-perl/debian/rules

Modified: trunk/libextutils-install-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/changelog?rev=40961&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/changelog (original)
+++ trunk/libextutils-install-perl/debian/changelog Wed Jul 29 01:22:44 2009
@@ -1,6 +1,13 @@
 libextutils-install-perl (1.52-2) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ Jonathan Yu ]
+  * Added myself to Uploaders and Copyright
+  * Updated copyright format (a higher revision)
+  * Updated rules file to new shorter format, use override for tests
+  * Standards-Version 3.8.2 (no changes)
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:34:03 +0000
 

Modified: trunk/libextutils-install-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/control?rev=40961&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/control (original)
+++ trunk/libextutils-install-perl/debian/control Wed Jul 29 01:22:44 2009
@@ -1,13 +1,13 @@
 Source: libextutils-install-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.006), libtest-pod-coverage-perl,
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-coverage-perl,
  libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+ Jonathan Yu <frequency at cpan.org>, gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/ExtUtils-Install/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libextutils-install-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libextutils-install-perl/
@@ -15,6 +15,6 @@
 Package: libextutils-install-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: install files from here to there
- ExtUtils::Install handles the installing and uninstalling of perl modules, 
+Description: Perl utility to install and uninstall Perl stuff
+ ExtUtils::Install handles the installing and uninstalling of Perl modules, 
  scripts, man pages, etc.

Modified: trunk/libextutils-install-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/copyright?rev=40961&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/copyright (original)
+++ trunk/libextutils-install-perl/debian/copyright Wed Jul 29 01:22:44 2009
@@ -1,20 +1,19 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=102
-Debianized-By: AGOSTINI Yves <agostini at univ-metz.fr>
-Debianized-Date: Mon, 09 Jun 2008 14:45:06 +0200
-Original-Source-Location: http://search.cpan.org/dist/ExtUtils-Install/
-Upstream-Author: Yves Orton <yves at cpan.org> and others
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yves <yves at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/ExtUtils-Install/
 Upstream-Name: ExtUtils-Install
 
 Files: *
-Copyright: Copyright (C) 2006 Yves Orton, Michael Schwern, Alan Burlison, Randy W. Sims and others.
+Copyright: 2006, Yves Orton, Michael Schwern, Alan Burlison, Randy W. Sims
+ and others.
+License-Alias: Perl
 License: GPL-1+ | Artistic
- This program is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
 
 Files: debian/*
-Copyright: Copyright 2008 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, various members of the Debian Perl Group, c.f. debian/changelog
 License: GPL-1+ | Artistic
- The Debian packaging is put under the same terms as the module itself.
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libextutils-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/rules?rev=40961&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/rules (original)
+++ trunk/libextutils-install-perl/debian/rules Wed Jul 29 01:22:44 2009
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	AUTHOR_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:
+	AUTHOR_TESTING=1 dh_auto_test




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