r40840 - in /trunk/libclass-method-modifiers-perl/debian: changelog control copyright rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jul 27 17:23:45 UTC 2009


Author: jawnsy-guest
Date: Mon Jul 27 17:23:37 2009
New Revision: 40840

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40840
Log:
* Standards-Version 3.8.2 (no changes)
* Added myself to Uploaders and Copyright
* Updated control description
* Use new shorter debhelper format

Modified:
    trunk/libclass-method-modifiers-perl/debian/changelog
    trunk/libclass-method-modifiers-perl/debian/control
    trunk/libclass-method-modifiers-perl/debian/copyright
    trunk/libclass-method-modifiers-perl/debian/rules

Modified: trunk/libclass-method-modifiers-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-method-modifiers-perl/debian/changelog?rev=40840&op=diff
==============================================================================
--- trunk/libclass-method-modifiers-perl/debian/changelog (original)
+++ trunk/libclass-method-modifiers-perl/debian/changelog Mon Jul 27 17:23:37 2009
@@ -4,6 +4,10 @@
     -> Tests use '/usr/bin/env perl' in shebang instead of 'perl'
     -> Delay loading of Carp until it's necessary (I don't think this actually
        affects anything...
+  * Standards-Version 3.8.2 (no changes)
+  * Added myself to Uploaders and Copyright
+  * Updated control description
+  * Use new shorter debhelper format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libclass-method-modifiers-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-method-modifiers-perl/debian/control?rev=40840&op=diff
==============================================================================
--- trunk/libclass-method-modifiers-perl/debian/control (original)
+++ trunk/libclass-method-modifiers-perl/debian/control Mon Jul 27 17:23:37 2009
@@ -2,10 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-12), libmro-compat-perl, libtest-exception-perl
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-exception-perl,
+ libmro-compat-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at 43-1.org>, Nathan Handler <nhandler at ubuntu.com>
-Standards-Version: 3.8.1
+Uploaders: Nathan Handler <nhandler at ubuntu.com>,
+ Ansgar Burchardt <ansgar at 43-1.org>, Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Class-Method-Modifiers/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-method-modifiers-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-method-modifiers-perl/
@@ -14,9 +16,8 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libmro-compat-perl
 Description: Perl module providing method modifiers
- Class::Method::Modifiers provides three modifiers: before, around, and
- after. before and after are run just before and after the method they
- modify, but cannot really affect that original method. around is run in
- place of the original method, with a hook to easily call that original
- method.
-
+ Class::Method::Modifiers provides three modifiers: before, around, and after.
+ The before and after modifiers are run just before and after the method they
+ modify, but cannot really affect that original method. The remaining modifier,
+ around, is run in place of the original method, with a hook to easily call the
+ original method.

Modified: trunk/libclass-method-modifiers-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-method-modifiers-perl/debian/copyright?rev=40840&op=diff
==============================================================================
--- trunk/libclass-method-modifiers-perl/debian/copyright (original)
+++ trunk/libclass-method-modifiers-perl/debian/copyright Mon Jul 27 17:23:37 2009
@@ -1,11 +1,17 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Shawn M Moore <sartak at gmail.com>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Shawn M Moore <sartak at gmail.com>
 Upstream-Source: http://search.cpan.org/dist/Class-Method-Modifiers
 Upstream-Name: Class-Method-Modifiers
 
 Files: *
-Copyright: © 2007-2009, Shawn M Moore <sartak at gmail.com>
+Copyright: 2007-2009, Shawn M Moore <sartak at gmail.com>
 License-Alias: Perl
+License: GPL-1+ | Artistic
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ansgar Burchardt <ansgar at 43-1.org>
 License: GPL-1+ | Artistic
 
 Files: inc/Module/*
@@ -14,11 +20,6 @@
  2002-2009, Brian Ingerson <ingy at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
-
-Files: debian/*
-Copyright: © 2009, Ansgar Burchardt <ansgar at 43-1.org>
-License-Alias: Perl
-License: GPL-1+ | Artistic
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify
@@ -33,4 +34,3 @@
     any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
     Public License can be found in `/usr/share/common-licenses/GPL'
-

Modified: trunk/libclass-method-modifiers-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-method-modifiers-perl/debian/rules?rev=40840&op=diff
==============================================================================
--- trunk/libclass-method-modifiers-perl/debian/rules (original)
+++ trunk/libclass-method-modifiers-perl/debian/rules Mon Jul 27 17:23:37 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	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




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