[Python-modules-commits] r16595 - in packages/pystemmer/trunk/debian (4 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun Apr 17 21:05:15 UTC 2011


    Date: Sunday, April 17, 2011 @ 21:05:09
  Author: stefanor
Revision: 16595

Bump Standards-Version to 3.9.2, no changes needed. Drop {python:Breaks}. Correct date typo.

Modified:
  packages/pystemmer/trunk/debian/changelog
  packages/pystemmer/trunk/debian/control
  packages/pystemmer/trunk/debian/copyright
  packages/pystemmer/trunk/debian/patches/link-libstemmer.diff

Modified: packages/pystemmer/trunk/debian/changelog
===================================================================
--- packages/pystemmer/trunk/debian/changelog	2011-04-17 20:44:49 UTC (rev 16594)
+++ packages/pystemmer/trunk/debian/changelog	2011-04-17 21:05:09 UTC (rev 16595)
@@ -1,14 +1,15 @@
-pystemmer (1.1.0+dfsg-2) UNRELEASED; urgency=low
+pystemmer (1.1.0+dfsg-2) unstable; urgency=low
 
   * Forwarded test-exit-code.diff
   * Switch to dh_python2.
     - Use X-Python-Version. BD on python >= 2.6.5-13.
   * Update my e-mail address.
-  * Bump Standards-Version to 3.9.1, no changes needed.
+  * Bump Standards-Version to 3.9.2, no changes needed.
   * Update copyright format.
-  * Correct DEP3 headers (first line of Description is the subject)
+  * Wrap and sort *Depends.
+  * Correct DEP3 headers (first line of Description is the subject).
 
- -- Stefano Rivera <stefanor at debian.org>  Sat, 05 Feb 2011 15:53:49 +0200
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 17 Apr 2011 23:00:55 +0200
 
 pystemmer (1.1.0+dfsg-1) unstable; urgency=low
 

Modified: packages/pystemmer/trunk/debian/control
===================================================================
--- packages/pystemmer/trunk/debian/control	2011-04-17 20:44:49 UTC (rev 16594)
+++ packages/pystemmer/trunk/debian/control	2011-04-17 21:05:09 UTC (rev 16595)
@@ -11,7 +11,7 @@
  python-epydoc,
  python-pyrex
 X-Python-Version: >= 2.4
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://snowball.tartarus.org/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pystemmer/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pystemmer/trunk/
@@ -19,7 +19,6 @@
 Package: python-stemmer
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Breaks: ${python:Breaks}
 Description: Python bindings for libstemmer - snowball stemming algorithms
  PyStemmer provides access to efficient algorithms for calculating a "stemmed"
  form of a word.  This is a form with most of the common morphological endings
@@ -45,7 +44,6 @@
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
-Breaks: ${python:Breaks}
 Recommends: python-dbg
 Description: Python bindings for libstemmer - snowball stemming algorithms (debug extension)
  PyStemmer provides access to efficient algorithms for calculating a "stemmed"

Modified: packages/pystemmer/trunk/debian/copyright
===================================================================
--- packages/pystemmer/trunk/debian/copyright	2011-04-17 20:44:49 UTC (rev 16594)
+++ packages/pystemmer/trunk/debian/copyright	2011-04-17 21:05:09 UTC (rev 16595)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=166
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
 Upstream-Name: PyStemmer
 Upstream-Contact: Richard Boulton <richard at tartarus.org>
 Source: http://snowball.tartarus.org/

Modified: packages/pystemmer/trunk/debian/patches/link-libstemmer.diff
===================================================================
--- packages/pystemmer/trunk/debian/patches/link-libstemmer.diff	2011-04-17 20:44:49 UTC (rev 16594)
+++ packages/pystemmer/trunk/debian/patches/link-libstemmer.diff	2011-04-17 21:05:09 UTC (rev 16595)
@@ -3,7 +3,7 @@
  sources.
 Author: Stefano Rivera <stefanor at debian.org>
 Forwarded: no
-Last-Update: 2012-02-05
+Last-Update: 2011-02-05
 
 --- a/setup.py
 +++ b/setup.py




More information about the Python-modules-commits mailing list