r58953 - in /trunk/libnews-nntpclient-perl/debian: README.source changelog compat control copyright libnews-nntpclient-perl.examples patches/ rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 6 10:55:28 UTC 2010


Author: ansgar-guest
Date: Sun Jun  6 10:50:23 2010
New Revision: 58953

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58953
Log:
* Use debhelper 7 instead of CDBS.
* Change hashbang via sed instead of a patch.
* Use source format 3.0 (quilt).
* Converted debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libnews-nntpclient-perl/debian/libnews-nntpclient-perl.examples
    trunk/libnews-nntpclient-perl/debian/source/
    trunk/libnews-nntpclient-perl/debian/source/format
Removed:
    trunk/libnews-nntpclient-perl/debian/README.source
    trunk/libnews-nntpclient-perl/debian/patches/
Modified:
    trunk/libnews-nntpclient-perl/debian/changelog
    trunk/libnews-nntpclient-perl/debian/compat
    trunk/libnews-nntpclient-perl/debian/control
    trunk/libnews-nntpclient-perl/debian/copyright
    trunk/libnews-nntpclient-perl/debian/rules

Modified: trunk/libnews-nntpclient-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/changelog?rev=58953&op=diff
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/changelog (original)
+++ trunk/libnews-nntpclient-perl/debian/changelog Sun Jun  6 10:50:23 2010
@@ -1,22 +1,15 @@
-libnews-nntpclient-perl (0.37-8) UNRELEASED; urgency=low
+libnews-nntpclient-perl (0.37-8) unstable; urgency=low
 
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
 
   [ gregor herrmann ]
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
   * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
     perl-maintainers at lists.alioth.debian.org> (was: Jose Luis Rivas
     <ghostbar38 at gmail.com>); Jose Luis Rivas <ghostbar38 at gmail.com>
     moved to Uploaders.
   * debian/watch: use dist-based URL.
-  * Split out the fixes for the hashbang in the example scripts into a patch;
-    add quilt framework.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Nathan Handler ]
@@ -27,7 +20,15 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:52:33 +0200
+  [ Ansgar Burchardt ]
+  * Use debhelper 7 instead of CDBS.
+  * Change hashbang via sed instead of a patch.
+  * Use source format 3.0 (quilt).
+  * Converted debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 06 Jun 2010 19:49:28 +0900
 
 libnews-nntpclient-perl (0.37-7) unstable; urgency=low
 

Modified: trunk/libnews-nntpclient-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/compat?rev=58953&op=diff
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/compat (original)
+++ trunk/libnews-nntpclient-perl/debian/compat Sun Jun  6 10:50:23 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libnews-nntpclient-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/control?rev=58953&op=diff
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/control (original)
+++ trunk/libnews-nntpclient-perl/debian/control Sun Jun  6 10:50:23 2010
@@ -2,18 +2,19 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7.0.50~)
 Build-Depends-Indep: perl
-Build-Depends: debhelper (>=5), cdbs, quilt (>= 0.40)
-Standards-Version: 3.7.2
-Homepage: http://search.cpan.org/dist/News-NNTPClient/
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/NNTPClient/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnews-nntpclient-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnews-nntpclient-perl/
 
 Package: libnews-nntpclient-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: News::NNTPClient, Perl support for accessing NNTP servers
+Description: Perl module to access NNTP servers
  News::NNTPClient allows you full access to NNTP (aka news or NetNews) 
  servers from within Perl applications. With it you can write applications
  that post articles to NNTP servers, download articles, etc.

Modified: trunk/libnews-nntpclient-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/copyright?rev=58953&op=diff
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/copyright (original)
+++ trunk/libnews-nntpclient-perl/debian/copyright Sun Jun  6 10:50:23 2010
@@ -1,18 +1,30 @@
-This package was debianized by Michael-John Turner mj at debian.org on
-Wed, 14 Jul 1999 21:28:28 +0200.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Rodger V. Anderson
+Source: http://search.cpan.org/dist/NNTPClient/
+Name: NNTPClient
 
-The current Debian Maintainer is Jose Luis Rivas <ghostbar38 at gmail.com>
+Copyright: © 1999, Rodger Anderson <rodger at boi.hp.com>
+License: Artistic or GPL-1+
 
-It was downloaded from http://www.perl.com/CPAN/modules/by-module/News/
+Files: debian/*
+Copyright:
+ © 1999-2001, Michael-John Turner <mj at debian.org>
+ © 2003-2004, Marc 'HE' Brockschmidt <he at debian.org>
+ © 2005,      Florian Ernst <florian at debian.org>
+ © 2007,      Jose Luis Rivas <ghostbar38 at gmail.com>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-Upstream Author: Rodger V. Anderson <rodger at boi.hp.com>
+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'
 
-Copyright: Copyright 1995 Rodger V. Anderson. All rights reserved.  This 
-module is free software; you may redistribute and/or modify it under the 
-same terms as Perl itself.
-
-On Debian GNU/Linux systems, the complete text of the Artistic License
-can be found in /usr/share/common-licenses/Artistic.
-
-The Debian packaging is (C) 1999, Michael-John Turner <mj at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+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'

Added: trunk/libnews-nntpclient-perl/debian/libnews-nntpclient-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/libnews-nntpclient-perl.examples?rev=58953&op=file
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/libnews-nntpclient-perl.examples (added)
+++ trunk/libnews-nntpclient-perl/debian/libnews-nntpclient-perl.examples Sun Jun  6 10:50:23 2010
@@ -1,0 +1,1 @@
+demos/*

Modified: trunk/libnews-nntpclient-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/rules?rev=58953&op=diff
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/rules (original)
+++ trunk/libnews-nntpclient-perl/debian/rules Sun Jun  6 10:50:23 2010
@@ -1,9 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+PACKAGE := $(shell dh_listpackages)
+TMP     := $(CURDIR)/debian/$(PACKAGE)
 
-DEB_INSTALL_EXAMPLES_libnews-nntpclient-perl := demos
-install/libnews-nntpclient-perl::
-	[ ! -d debian/libnews-nntpclient-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libnews-nntpclient-perl/usr/lib/perl5
+%:
+	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1c #! /usr/bin/perl' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*

Added: trunk/libnews-nntpclient-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-nntpclient-perl/debian/source/format?rev=58953&op=file
==============================================================================
--- trunk/libnews-nntpclient-perl/debian/source/format (added)
+++ trunk/libnews-nntpclient-perl/debian/source/format Sun Jun  6 10:50:23 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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