[Python-modules-commits] r28399 - in packages/flufl.i18n/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Mon Mar 31 15:41:26 UTC 2014
Date: Monday, March 31, 2014 @ 15:41:25
Author: barry
Revision: 28399
* New upstream release.
* d/patches/setup.patch: Obsolete; removed.
Modified:
packages/flufl.i18n/trunk/debian/changelog
packages/flufl.i18n/trunk/debian/patches/series
packages/flufl.i18n/trunk/debian/rules
Deleted:
packages/flufl.i18n/trunk/debian/patches/setup.patch
Modified: packages/flufl.i18n/trunk/debian/changelog
===================================================================
--- packages/flufl.i18n/trunk/debian/changelog 2014-03-31 15:31:39 UTC (rev 28398)
+++ packages/flufl.i18n/trunk/debian/changelog 2014-03-31 15:41:25 UTC (rev 28399)
@@ -1,3 +1,10 @@
+flufl.i18n (1.1.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * d/patches/setup.patch: Obsolete; removed.
+
+ -- Barry Warsaw <barry at debian.org> Mon, 31 Mar 2014 10:44:14 -0400
+
flufl.i18n (1.1.1-3) unstable; urgency=low
* Actually remove the d/python*.install files this time.
Modified: packages/flufl.i18n/trunk/debian/patches/series
===================================================================
--- packages/flufl.i18n/trunk/debian/patches/series 2014-03-31 15:31:39 UTC (rev 28398)
+++ packages/flufl.i18n/trunk/debian/patches/series 2014-03-31 15:41:25 UTC (rev 28399)
@@ -1 +0,0 @@
-setup.patch
Deleted: packages/flufl.i18n/trunk/debian/patches/setup.patch
===================================================================
--- packages/flufl.i18n/trunk/debian/patches/setup.patch 2014-03-31 15:31:39 UTC (rev 28398)
+++ packages/flufl.i18n/trunk/debian/patches/setup.patch 2014-03-31 15:41:25 UTC (rev 28399)
@@ -1,20 +0,0 @@
-Description: Comment out distribute_setup since this could lead to the
- downloading of distribute from PyPI.
-Author: Barry Warsaw <barry at python.org>
-Forwarded: not-needed
-
-=== modified file 'setup.py'
---- a/setup.py 2012-01-19 23:22:15 +0000
-+++ b/setup.py 2012-01-27 00:41:14 +0000
-@@ -14,8 +14,8 @@
- # You should have received a copy of the GNU Lesser General Public License
- # along with flufl.i18n. If not, see <http://www.gnu.org/licenses/>.
-
--from distribute_setup import use_setuptools
--use_setuptools()
-+## from distribute_setup import use_setuptools
-+## use_setuptools()
-
- from setup_helpers import (
- description, get_version, long_description, require_python)
-
Modified: packages/flufl.i18n/trunk/debian/rules
===================================================================
--- packages/flufl.i18n/trunk/debian/rules 2014-03-31 15:31:39 UTC (rev 28398)
+++ packages/flufl.i18n/trunk/debian/rules 2014-03-31 15:41:25 UTC (rev 28399)
@@ -1,7 +1,10 @@
#!/usr/bin/make -f
export PYBUILD_NAME=flufl.i18n
+export PYBUILD_VERBOSE=1
+export DH_VERBOSE=1
+
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
More information about the Python-modules-commits
mailing list