r61895 - in /trunk/libfile-countlines-perl/debian: README.source changelog control copyright patches/ rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 22 18:22:03 UTC 2010


Author: gregoa
Date: Sun Aug 22 18:21:53 2010
New Revision: 61895

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61895
Log:
* Remove patch, applied upstream.
* Convert to source format 3.0 (quilt). Remove quilt framework.
* debian/copyright: point to /usr/share/common-licenses/GPL-1.
* Set Standards-Version to 3.9.1 (no changes).
* Add /me to Uploaders.

Added:
    trunk/libfile-countlines-perl/debian/source/
    trunk/libfile-countlines-perl/debian/source/format
Removed:
    trunk/libfile-countlines-perl/debian/README.source
    trunk/libfile-countlines-perl/debian/patches/
Modified:
    trunk/libfile-countlines-perl/debian/changelog
    trunk/libfile-countlines-perl/debian/control
    trunk/libfile-countlines-perl/debian/copyright
    trunk/libfile-countlines-perl/debian/rules

Modified: trunk/libfile-countlines-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/changelog?rev=61895&op=diff
==============================================================================
--- trunk/libfile-countlines-perl/debian/changelog (original)
+++ trunk/libfile-countlines-perl/debian/changelog Sun Aug 22 18:21:53 2010
@@ -1,8 +1,11 @@
 libfile-countlines-perl (0.0.3-1) UNRELEASED; urgency=low
 
-  * debian/rules: switch order of arguments to dh.
-
   * New upstream release.
+  * Remove patch, applied upstream.
+  * Convert to source format 3.0 (quilt). Remove quilt framework.
+  * debian/copyright: point to /usr/share/common-licenses/GPL-1.
+  * Set Standards-Version to 3.9.1 (no changes).
+  * Add /me to Uploaders.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 22 Aug 2010 20:15:31 +0200
 

Modified: trunk/libfile-countlines-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/control?rev=61895&op=diff
==============================================================================
--- trunk/libfile-countlines-perl/debian/control (original)
+++ trunk/libfile-countlines-perl/debian/control Sun Aug 22 18:21:53 2010
@@ -1,11 +1,12 @@
 Source: libfile-countlines-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8~), quilt (>= 0.46-7~), libtest-pod-perl
+Build-Depends: debhelper (>= 7), libtest-pod-perl
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Maximilian Gass <mxey at cloudconnected.org>
-Standards-Version: 3.8.4
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/File-CountLines/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-countlines-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-countlines-perl/

Modified: trunk/libfile-countlines-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/copyright?rev=61895&op=diff
==============================================================================
--- trunk/libfile-countlines-perl/debian/copyright (original)
+++ trunk/libfile-countlines-perl/debian/copyright Sun Aug 22 18:21:53 2010
@@ -9,6 +9,7 @@
 
 Files: debian/*
 Copyright: 2010, Maximilian Gass <mxey at cloudconnected.org>
+ 2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic
@@ -16,7 +17,7 @@
  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'
+ can be found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -24,5 +25,5 @@
  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'
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libfile-countlines-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/rules?rev=61895&op=diff
==============================================================================
--- trunk/libfile-countlines-perl/debian/rules (original)
+++ trunk/libfile-countlines-perl/debian/rules Sun Aug 22 18:21:53 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@

Added: trunk/libfile-countlines-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-countlines-perl/debian/source/format?rev=61895&op=file
==============================================================================
--- trunk/libfile-countlines-perl/debian/source/format (added)
+++ trunk/libfile-countlines-perl/debian/source/format Sun Aug 22 18:21:53 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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