r20878 - in /trunk/libtest-spelling-perl/debian: changelog control copyright rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Mon Jun 9 15:06:02 UTC 2008


Author: jeremiah-guest
Date: Mon Jun  9 15:06:02 2008
New Revision: 20878

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20878
Log:
- Changed copyright, changelog, control, and rules file based on comments 
made by gregoa.

Modified:
    trunk/libtest-spelling-perl/debian/changelog
    trunk/libtest-spelling-perl/debian/control
    trunk/libtest-spelling-perl/debian/copyright
    trunk/libtest-spelling-perl/debian/rules

Modified: trunk/libtest-spelling-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/changelog?rev=20878&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/changelog (original)
+++ trunk/libtest-spelling-perl/debian/changelog Mon Jun  9 15:06:02 2008
@@ -1,20 +1,16 @@
 libtest-spelling-perl (0.11-1) UNRELEASED; urgency=low
-
-  TODO:
-  - B-D-I misses libpod-spell-perl (>= 1.01), libtest-pod-perl
-  - lintian errors:
-    * missing colon in closes
-    * no human maintainer (s/Uploader/&s/)
-    * copyright has boilerplate
-    * description starts with package name
-  - debian/control: missing Vcs-* header
-  - remove second line from changelog below
-  - maybe remove some comments in debian/rules and don't install README
   
   QUESTIONS:
   - why the cpan/author instead of the cpan/dist URL in debian/watch?
-  
-  * Initial Release. (closes #484634 )
+  Two reasons: 1. I think it is easier for humans to read.
+	       2. I thought it was the 'canonical' way to list the source.
+	
+  * Initial Release. (closes: #484634)
   * Updated watch file to use the cpan/authors url
-
+  * Removed boilerplate from copyright file
+  * Added colon to "closes" in changelog
+  * Fixed description in control file
+  * Added Vcs headers to control file
+  * Removed "README" file from dh_installdocs
+	
  -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 05 Jun 2008 15:26:12 +0200

Modified: trunk/libtest-spelling-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/control?rev=20878&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/control (original)
+++ trunk/libtest-spelling-perl/debian/control Mon Jun  9 15:06:02 2008
@@ -2,17 +2,18 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.10-12)
+Build-Depends-Indep: perl (>= 5.6.10-12), libpod-spell-perl (>= 1.01), libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploader: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-spelling-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/
 Homepage: http://search.cpan.org/dist/Test-Spelling/
 
 Package: libtest-spelling-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libpod-spell-perl (>= 1.01)
-Description: libtest-spelling-perl - A perl module to check spelling in pod format
+Description: This module checks spelling in pod formatted text
  Check POD files for spelling mistakes, using Pod::Spell and spell to do
  the heavy lifting.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ 

Modified: trunk/libtest-spelling-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/copyright?rev=20878&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/copyright (original)
+++ trunk/libtest-spelling-perl/debian/copyright Mon Jun  9 15:06:02 2008
@@ -3,16 +3,9 @@
 
 It was downloaded from http://search.cpan.org/dist/Test-Spelling/
 
-This copyright info was automatically extracted from the perl module.
-It may not be accurate, so you better check the module sources
-if you don't want to get into legal troubles.
-
 The upstream author is: 
-
 Ivan Tubert-Brohman <itub at cpan.org>
-
-Heavily based on Test::Pod by Andy Lester and brian d foy..
-
+Heavily based on Test::Pod by Andy Lester and brian d foy.
 
 Copyright 2005, Ivan Tubert-Brohman, All Rights Reserved.
 
@@ -24,6 +17,5 @@
 GNU General Public License can be found in `/usr/share/common-licenses/GPL'
 and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
 
-
 The Debian packaging is (C) 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com> and
 is licensed under the same terms as the software itself (see above).

Modified: trunk/libtest-spelling-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-spelling-perl/debian/rules?rev=20878&op=diff
==============================================================================
--- trunk/libtest-spelling-perl/debian/rules (original)
+++ trunk/libtest-spelling-perl/debian/rules Mon Jun  9 15:06:02 2008
@@ -44,12 +44,10 @@
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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