r77827 - in /trunk/libtie-array-iterable-perl: debian.bak/ debian/changelog debian/compat debian/control debian/copyright debian/libtie-array-iterable-perl.docs debian/source/ debian/source/format

ju-guest at users.alioth.debian.org ju-guest at users.alioth.debian.org
Mon Jul 25 18:12:30 UTC 2011


Author: ju-guest
Date: Mon Jul 25 18:12:27 2011
New Revision: 77827

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77827
Log:
Applying TODO from changelog

Added:
    trunk/libtie-array-iterable-perl/debian/source/
    trunk/libtie-array-iterable-perl/debian/source/format
Removed:
    trunk/libtie-array-iterable-perl/debian.bak/
    trunk/libtie-array-iterable-perl/debian/libtie-array-iterable-perl.docs
Modified:
    trunk/libtie-array-iterable-perl/debian/changelog
    trunk/libtie-array-iterable-perl/debian/compat
    trunk/libtie-array-iterable-perl/debian/control
    trunk/libtie-array-iterable-perl/debian/copyright

Modified: trunk/libtie-array-iterable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/changelog?rev=77827&op=diff
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/changelog (original)
+++ trunk/libtie-array-iterable-perl/debian/changelog Mon Jul 25 18:12:27 2011
@@ -1,26 +1,5 @@
 libtie-array-iterable-perl (0.03-1) UNRELEASED; urgency=low
 
-  TODO:
-  most of the following points are also caught by lintian:
-  - debian/changelog: a new package should close an ITP bug
-  - debian.bak/ looks like it can be removed :)
-  - please use source package format "3.0 (quilt)"
-  - debian/libtie-array-iterable-perl.docs can probably be removed, the README
-    doesn't really look interesting for users
-  - debian/copyright:
-    + remove disclaimer at the top
-    + missing year(s) of upstream copyright
-    + s|Debian GNU/Linux systems|Debian systems|
-      (there are other kernels for debian. a newer dh-make-perl gets it
-      right.)
-  - debian/control:
-    + current standards-version is 3.9.2 (lintian should ...)
-    + debhelper: 7 is ok, or switch to 8 (here and in d/compat)
-    + short description should be a noun phrase, e.g. "module for creating
-      iterators for ..."
-    + remove dh-make-perl boilerplate from the bottom
-  - lintian also detects a spelling-error-in-manpage -> patch
+  * Initial Release. (Closes: #635374)
 
-  * Initial Release.
-
- -- Julien Vaubourg <julien at vaubourg.com>  Sat, 16 Jul 2011 15:50:52 +0200
+ -- Julien Vaubourg <julien at vaubourg.com>  Mon, 25 Jul 2011 19:29:27 +0200

Modified: trunk/libtie-array-iterable-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/compat?rev=77827&op=diff
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/compat (original)
+++ trunk/libtie-array-iterable-perl/debian/compat Mon Jul 25 18:12:27 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libtie-array-iterable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/control?rev=77827&op=diff
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/control (original)
+++ trunk/libtie-array-iterable-perl/debian/control Mon Jul 25 18:12:27 2011
@@ -1,19 +1,19 @@
 Source: libtie-array-iterable-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julien Vaubourg <julien at vaubourg.com>
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-array-iterable-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-array-iterable-perl/
 Homepage: http://search.cpan.org/dist/Tie-Array-Iterable/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-array-iterable-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtie-array-iterable-perl/
 
 Package: libtie-array-iterable-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Allows creation of iterators for lists and arrays
+Description: Module allowing creation of iterators for lists and arrays
  Tie::Hash::Iterable allows one to create iterators for lists and arrays. The
  concept of iterators is borrowed from the C++ STL [1], in which most of the
  collections have iterators, though this class does not attempt to fully mimic
@@ -30,5 +30,3 @@
  while in these loops. Also, if one wished to use break to step out of a
  foreach loop, then restart where they left at some later point, there is no
  way to do this without maintaining some additional state information.
- .
- This description was automagically extracted from the module by dh-make-perl.

Modified: trunk/libtie-array-iterable-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/copyright?rev=77827&op=diff
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/copyright (original)
+++ trunk/libtie-array-iterable-perl/debian/copyright Mon Jul 25 18:12:27 2011
@@ -2,17 +2,9 @@
 Maintainer: Michael K. Neylon <mneylon-pm at masemware.com>
 Source: http://search.cpan.org/dist/Tie-Array-Iterable/
 Name: Tie-Array-Iterable
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Michael K. Neylon <mneylon-pm at masemware.com>
+Copyright: 2001, Michael K. Neylon <mneylon-pm at masemware.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -23,8 +15,8 @@
  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'.
+ 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
@@ -32,5 +24,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- 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'.
+ 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/libtie-array-iterable-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-array-iterable-perl/debian/source/format?rev=77827&op=file
==============================================================================
--- trunk/libtie-array-iterable-perl/debian/source/format (added)
+++ trunk/libtie-array-iterable-perl/debian/source/format Mon Jul 25 18:12:27 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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