r71982 - in /trunk/libpod-wordlist-hanekomu-perl/debian: changelog control libpod-wordlist-hanekomu-perl.docs

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Fri Mar 25 16:06:04 UTC 2011


Author: ddumont-guest
Date: Fri Mar 25 16:05:48 2011
New Revision: 71982

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71982
Log:
fixed control issues. removed redundant README

Removed:
    trunk/libpod-wordlist-hanekomu-perl/debian/libpod-wordlist-hanekomu-perl.docs
Modified:
    trunk/libpod-wordlist-hanekomu-perl/debian/changelog
    trunk/libpod-wordlist-hanekomu-perl/debian/control

Modified: trunk/libpod-wordlist-hanekomu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-wordlist-hanekomu-perl/debian/changelog?rev=71982&op=diff
==============================================================================
--- trunk/libpod-wordlist-hanekomu-perl/debian/changelog (original)
+++ trunk/libpod-wordlist-hanekomu-perl/debian/changelog Fri Mar 25 16:05:48 2011
@@ -1,13 +1,4 @@
 libpod-wordlist-hanekomu-perl (1.110090-1) UNRELEASED; urgency=low
-
-  TODO:
-  - svn rm debian/libpod-wordlist-hanekomu-perl.docs
-    (text version of POD)
-  - d/control:
-    + short description should be a noun phrase
-    + why are aspell, aspell-en in B-D and not in B-D-I?
-    + B-D-I indentation is a mix of tabs and spaces
-    + the spacing in "( >= 0.94 )" is unusual
 
   * Initial Release. (Closes: #611651)
 

Modified: trunk/libpod-wordlist-hanekomu-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-wordlist-hanekomu-perl/debian/control?rev=71982&op=diff
==============================================================================
--- trunk/libpod-wordlist-hanekomu-perl/debian/control (original)
+++ trunk/libpod-wordlist-hanekomu-perl/debian/control Fri Mar 25 16:05:48 2011
@@ -3,10 +3,12 @@
 Uploaders: Dominique Dumont <domi.dumont at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), aspell, aspell-en
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      libtest-spelling-perl,
-		     libtest-simple-perl ( >= 0.94 )
+                     libtest-simple-perl,
+                     aspell,
+                     aspell-en
 Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-wordlist-hanekomu-perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-wordlist-hanekomu-perl/
@@ -15,10 +17,10 @@
 Package: libpod-wordlist-hanekomu-perl
 Architecture: all
 Depends: ${misc:Depends},
-         ${perl:Depends}, aspell
-Enhances: libpod-wordlist-perl,
-          libpod-spell-perl
-Description: more stop words to spell check POD documents
+         ${perl:Depends},
+         aspell
+Enhances: libpod-spell-perl
+Description: collection of stop words to spell check POD documents
  Pod::Wordlist::hanekomu, when loaded, adds more stopwords for POD spell check,
  that is, words that should be ignored by the spell check.
 




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