r73547 - in /trunk/libtest-refcount-perl/debian: changelog compat control copyright source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Apr 25 17:04:13 UTC 2011


Author: gregoa
Date: Mon Apr 25 17:04:00 2011
New Revision: 73547

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73547
Log:
* Switch to source format 3.0 (quilt).
* Bump debhelper compatibility level to 8.
* Add /me to Uploaders.
* debian/copyright: update years of copyright, formatting, and pointers to
  common-licenses.
* Set Standards-Version to 3.9.2 (no further changes).

Added:
    trunk/libtest-refcount-perl/debian/source/
    trunk/libtest-refcount-perl/debian/source/format
Modified:
    trunk/libtest-refcount-perl/debian/changelog
    trunk/libtest-refcount-perl/debian/compat
    trunk/libtest-refcount-perl/debian/control
    trunk/libtest-refcount-perl/debian/copyright

Modified: trunk/libtest-refcount-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/changelog?rev=73547&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/changelog (original)
+++ trunk/libtest-refcount-perl/debian/changelog Mon Apr 25 17:04:00 2011
@@ -1,6 +1,12 @@
 libtest-refcount-perl (0.07-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Switch to source format 3.0 (quilt).
+  * Bump debhelper compatibility level to 8.
+  * Add /me to Uploaders.
+  * debian/copyright: update years of copyright, formatting, and pointers to
+    common-licenses.
+  * Set Standards-Version to 3.9.2 (no further changes).
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 25 Apr 2011 18:59:54 +0200
 

Modified: trunk/libtest-refcount-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/compat?rev=73547&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/compat (original)
+++ trunk/libtest-refcount-perl/debian/compat Mon Apr 25 17:04:00 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libtest-refcount-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/control?rev=73547&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/control (original)
+++ trunk/libtest-refcount-perl/debian/control Mon Apr 25 17:04:00 2011
@@ -1,12 +1,13 @@
 Source: libtest-refcount-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libdevel-refcount-perl, libdevel-findref-perl,
  libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/Test-Refcount/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-refcount-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-refcount-perl/

Modified: trunk/libtest-refcount-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/copyright?rev=73547&op=diff
==============================================================================
--- trunk/libtest-refcount-perl/debian/copyright (original)
+++ trunk/libtest-refcount-perl/debian/copyright Mon Apr 25 17:04:00 2011
@@ -1,28 +1,29 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Paul Evans <leonerd at leonerd.org.uk>
-Upstream-Source: http://search.cpan.org/dist/Test-Refcount/
-Upstream-Name: Test-Refcount
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Source: http://search.cpan.org/dist/Test-Refcount/
+Name: Test-Refcount
 
 Files: *
-Copyright: 2008-2009, Paul Evans <leonerd at leonerd.org.uk>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2008-2011, Paul Evans <leonerd at leonerd.org.uk>
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+ 2011, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    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'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtest-refcount-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-refcount-perl/debian/source/format?rev=73547&op=file
==============================================================================
--- trunk/libtest-refcount-perl/debian/source/format (added)
+++ trunk/libtest-refcount-perl/debian/source/format Mon Apr 25 17:04:00 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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