r35629 - in /packages/wordnet/trunk/debian: changelog control

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu Apr 9 08:23:02 UTC 2009


Author: tille
Date: Thu Apr  9 08:23:01 2009
New Revision: 35629

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35629
Log:
Fix several lintian issues

Modified:
    packages/wordnet/trunk/debian/changelog
    packages/wordnet/trunk/debian/control

Modified: packages/wordnet/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/changelog?rev=35629&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/changelog (original)
+++ packages/wordnet/trunk/debian/changelog Thu Apr  9 08:23:01 2009
@@ -2,6 +2,11 @@
 
   * Fix usage of init scripts debian/dict-wn.{postinst,prerm}
     Closes: #522916
+  * debian/patches/*: Add comments to all patches (and refresh patches)
+  * debian/control: ${misc:Depends} for all packages
+    - Standards-Version: 3.8.1 (no changes needed)
+    - Do not duplicte Section field for wordnet, wordnet-grind, dict-wn
+    - No dupllicated short descriptions
 
  -- Andreas Tille <tille at debian.org>  Tue, 07 Apr 2009 22:58:07 +0200
 

Modified: packages/wordnet/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/debian/control?rev=35629&op=diff
==============================================================================
--- packages/wordnet/trunk/debian/control (original)
+++ packages/wordnet/trunk/debian/control Thu Apr  9 08:23:01 2009
@@ -7,14 +7,13 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Andreas Tille <tille at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/wordnet/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/wordnet/trunk/
 Homepage: http://wordnet.princeton.edu/
 
 Package: wordnet
-Section: text
-Depends: wordnet-base (= ${source:Version}), ${shlibs:Depends}
+Depends: wordnet-base (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
 Architecture: any
 Description: electronic lexical database of English language
  WordNet(C) is an on-line lexical reference system whose design is
@@ -37,8 +36,8 @@
 Package: wordnet-dev
 Section: devel
 Architecture: any
-Depends: wordnet (= ${binary:Version}), libc6-dev
-Description: electronic lexical database of English language
+Depends: wordnet (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: electronic lexical database of English language (development library)
  WordNet(C) is an on-line lexical reference system whose design is
  inspired by current psycholinguistic theories of human lexical
  memory. English nouns, verbs, adjectives and adverbs are organized
@@ -52,9 +51,10 @@
  Header files and library as well as manpages for section 3 (development).
 
 Package: wordnet-base
+Depends: ${misc:Depends}
 Recommends: wordnet
 Architecture: all
-Description: electronic lexical database of English language
+Description: electronic lexical database of English language (base data)
  WordNet(C) is an on-line lexical reference system whose design is
  inspired by current psycholinguistic theories of human lexical
  memory. English nouns, verbs, adjectives and adverbs are organized
@@ -69,9 +69,10 @@
 
 Package: wordnet-sense-index
 Priority: extra
+Depends: ${misc:Depends}
 Recommends: wordnet
 Architecture: all
-Description: electronic lexical database of English language
+Description: electronic lexical database of English language (index.sense)
  WordNet(C) is an on-line lexical reference system whose design is
  inspired by current psycholinguistic theories of human lexical
  memory. English nouns, verbs, adjectives and adverbs are organized
@@ -88,9 +89,8 @@
  http://search.cpan.org/dist/WordNet-QueryData/ .
 
 Package: wordnet-grind
-Section: text
 Priority: extra
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: wordnet
 Architecture: any
 Description: WordNet lexicographer files processor
@@ -110,9 +110,8 @@
  lexicographer filese provided by the user.
 
 Package: dict-wn
-Section: text
 Architecture: all
-Depends: dictd | dict-server
+Depends: ${misc:Depends}, dictd | dict-server
 Provides: dictd-dictionary
 Suggests: dict-gcide
 Description: electronic lexical database of English language for dict




More information about the debian-science-commits mailing list