r43955 - in /trunk/libsuper-perl/debian: changelog control copyright rules watch

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sat Sep 12 02:53:29 UTC 2009


Author: nhandler-guest
Date: Sat Sep 12 02:53:24 2009
New Revision: 43955

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43955
Log:
* New upstream release
* debian/watch:
  - Update to ignore development releases.
  - Remove comments
* debian/control:
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.8.3
* debian/copyright:
  - Add some missing email addresses
  - Update upstream copyright year
  - Add myself to debian/* copyright
* debian/rules:
  - Switch to new short format

Modified:
    trunk/libsuper-perl/debian/changelog
    trunk/libsuper-perl/debian/control
    trunk/libsuper-perl/debian/copyright
    trunk/libsuper-perl/debian/rules
    trunk/libsuper-perl/debian/watch

Modified: trunk/libsuper-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/changelog?rev=43955&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/changelog (original)
+++ trunk/libsuper-perl/debian/changelog Sat Sep 12 02:53:24 2009
@@ -1,20 +1,26 @@
 libsuper-perl (1.17-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- Live session user <ubuntu at ubuntu>  Sat, 12 Sep 2009 02:45:53 +0000
-
-libsuper-perl (1.16-2) UNRELEASED; urgency=low
-
   [ Nathan Handler ]
-  * debian/watch: Update to ignore development releases.
+  * New upstream release
+  * debian/watch:
+    - Update to ignore development releases.
+    - Remove comments
+  * debian/control:
+    - Add myself to list of Uploaders
+    - Bump Standards-Version to 3.8.3
+  * debian/copyright:
+    - Add some missing email addresses
+    - Update upstream copyright year
+    - Add myself to debian/* copyright
+  * debian/rules:
+    - Switch to new short format
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:21 +0000
+ -- Nathan Handler <nhanlder at ubuntu.com>  Sat, 12 Sep 2009 02:53:05 +0000
 
 libsuper-perl (1.16-1) unstable; urgency=low
 

Modified: trunk/libsuper-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/control?rev=43955&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/control (original)
+++ trunk/libsuper-perl/debian/control Sat Sep 12 02:53:24 2009
@@ -4,8 +4,9 @@
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libsub-identify-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
-Standards-Version: 3.8.0
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/SUPER/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsuper-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsuper-perl/

Modified: trunk/libsuper-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/copyright?rev=43955&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/copyright (original)
+++ trunk/libsuper-perl/debian/copyright Sat Sep 12 02:53:24 2009
@@ -1,17 +1,18 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: chromatic, <chromatic at wgz dot org>
+Upstream-Maintainer: chromatic <chromatic at wgz.org>
 Upstream-Source: http://search.cpan.org/dist/SUPER/
 Upstream-Name: SUPER
 
 Files: *
-Copyright: Copyright (c) 2003 Simon Cozens.
- Copyright (c) 2004-2007 chromatic
+Copyright: 2003 Simon Cozens <simon at cpan.org>
+ 2004-2009 chromatic <chromatic at wgz.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2008, AGOSTINI Yves <agostini at univ-metz.fr>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libsuper-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/rules?rev=43955&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/rules (original)
+++ trunk/libsuper-perl/debian/rules Sat Sep 12 02:53:24 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

Modified: trunk/libsuper-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsuper-perl/debian/watch?rev=43955&op=diff
==============================================================================
--- trunk/libsuper-perl/debian/watch (original)
+++ trunk/libsuper-perl/debian/watch Sat Sep 12 02:53:24 2009
@@ -1,4 +1,2 @@
-# 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/SUPER/   .*/SUPER-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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