[Python-modules-commits] r33251 - in packages/unidecode/trunk/debian (10 files)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Mon Jul 6 03:51:06 UTC 2015
Date: Monday, July 6, 2015 @ 03:51:05
Author: stefanor
Revision: 33251
* New upstream release.
* Bumpy copyright years.
* Point watch file at pypi.debian.net.
* Drop XS-Testsuite control field, now unnecessary.
* Use PYBUILD_NAME instead of .install files.
Added:
packages/unidecode/trunk/debian/patches/series
packages/unidecode/trunk/debian/patches/skip-binary
Modified:
packages/unidecode/trunk/debian/changelog
packages/unidecode/trunk/debian/control
packages/unidecode/trunk/debian/copyright
packages/unidecode/trunk/debian/rules
packages/unidecode/trunk/debian/watch
Deleted:
packages/unidecode/trunk/debian/pypy-unidecode.install
packages/unidecode/trunk/debian/python-unidecode.install
packages/unidecode/trunk/debian/python3-unidecode.install
Modified: packages/unidecode/trunk/debian/changelog
===================================================================
--- packages/unidecode/trunk/debian/changelog 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/changelog 2015-07-06 03:51:05 UTC (rev 33251)
@@ -1,3 +1,13 @@
+unidecode (0.04.18-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Bumpy copyright years.
+ * Point watch file at pypi.debian.net.
+ * Drop XS-Testsuite control field, now unnecessary.
+ * Use PYBUILD_NAME instead of .install files.
+
+ -- Stefano Rivera <stefanor at debian.org> Fri, 17 Oct 2014 19:47:13 -0700
+
unidecode (0.04.16-1) unstable; urgency=medium
* New upstream release.
Modified: packages/unidecode/trunk/debian/control
===================================================================
--- packages/unidecode/trunk/debian/control 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/control 2015-07-06 03:51:05 UTC (rev 33251)
@@ -7,15 +7,17 @@
debhelper (>= 8.1),
dh-python,
pypy,
+ pypy-setuptools,
python-all (>= 2.6.6-3~),
- python3-all (>= 3.1.2-6~)
+ python-setuptools,
+ python3-all (>= 3.1.2-6~),
+ python3-setuptools
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Standards-Version: 3.9.6
Homepage: http://pypi.python.org/pypi/Unidecode
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/unidecode/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/unidecode/trunk/
-XS-Testsuite: autopkgtest
Package: python-unidecode
Architecture: all
Modified: packages/unidecode/trunk/debian/copyright
===================================================================
--- packages/unidecode/trunk/debian/copyright 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/copyright 2015-07-06 03:51:05 UTC (rev 33251)
@@ -5,11 +5,11 @@
Files: *
Copyright: 2001, Sean M. Burke <sburke at cpan.org>
- 2011-2014, Tomaz Solc <tomaz.solc at tablix.org>
+ 2011-2015, Tomaz Solc <tomaz.solc at tablix.org>
License: GPL-2+
Files: debian/*
-Copyright: 2010-2014, Stefano Rivera <stefanor at debian.org>
+Copyright: 2010-2015, Stefano Rivera <stefanor at debian.org>
License: GPL-2+
License: GPL-2+
Added: packages/unidecode/trunk/debian/patches/series
===================================================================
--- packages/unidecode/trunk/debian/patches/series (rev 0)
+++ packages/unidecode/trunk/debian/patches/series 2015-07-06 03:51:05 UTC (rev 33251)
@@ -0,0 +1 @@
+skip-binary
Added: packages/unidecode/trunk/debian/patches/skip-binary
===================================================================
--- packages/unidecode/trunk/debian/patches/skip-binary (rev 0)
+++ packages/unidecode/trunk/debian/patches/skip-binary 2015-07-06 03:51:05 UTC (rev 33251)
@@ -0,0 +1,22 @@
+Description: Skip the unidecode binary
+ We would only want to have it in one package.
+ If there's sufficient demand, we can create one for it.
+Author: Stefano Rivera <stefanor at debian.org>
+Last-Updated: 2015-07-05
+Forwarded: not-needed
+
+--- a/setup.py
++++ b/setup.py
+@@ -18,12 +18,6 @@
+
+ test_suite = 'tests',
+
+- entry_points = {
+- 'console_scripts': [
+- 'unidecode = unidecode.util:main'
+- ]
+- },
+-
+ classifiers = [
+ "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
+ "Programming Language :: Python",
Deleted: packages/unidecode/trunk/debian/pypy-unidecode.install
===================================================================
--- packages/unidecode/trunk/debian/pypy-unidecode.install 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/pypy-unidecode.install 2015-07-06 03:51:05 UTC (rev 33251)
@@ -1 +0,0 @@
-/usr/lib/pypy/dist-packages
Deleted: packages/unidecode/trunk/debian/python-unidecode.install
===================================================================
--- packages/unidecode/trunk/debian/python-unidecode.install 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/python-unidecode.install 2015-07-06 03:51:05 UTC (rev 33251)
@@ -1 +0,0 @@
-/usr/lib/python2.*/*-packages
Deleted: packages/unidecode/trunk/debian/python3-unidecode.install
===================================================================
--- packages/unidecode/trunk/debian/python3-unidecode.install 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/python3-unidecode.install 2015-07-06 03:51:05 UTC (rev 33251)
@@ -1 +0,0 @@
-/usr/lib/python3*/*-packages
Modified: packages/unidecode/trunk/debian/rules
===================================================================
--- packages/unidecode/trunk/debian/rules 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/rules 2015-07-06 03:51:05 UTC (rev 33251)
@@ -1,4 +1,6 @@
#!/usr/bin/make -f
+export PYBUILD_NAME=unidecode
+
%:
dh $@ --with python2,python3,pypy --buildsystem pybuild
Modified: packages/unidecode/trunk/debian/watch
===================================================================
--- packages/unidecode/trunk/debian/watch 2015-07-06 02:43:42 UTC (rev 33250)
+++ packages/unidecode/trunk/debian/watch 2015-07-06 03:51:05 UTC (rev 33251)
@@ -1,3 +1,4 @@
version=3
-https://pypi.python.org/packages/source/U/Unidecode/Unidecode-(.+).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/Unidecode/Unidecode-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list