[Python-modules-commits] r23703 - in packages/python-mysqldb/trunk/debian (changelog rules)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Fri Mar 15 06:02:16 UTC 2013
Date: Friday, March 15, 2013 @ 06:02:14
Author: zigo
Revision: 23703
Added a debian/rules clean: rm MySQL_python.egg-info/PKG-INFO, so it is possible to build the package twice.
Modified:
packages/python-mysqldb/trunk/debian/changelog
packages/python-mysqldb/trunk/debian/rules
Modified: packages/python-mysqldb/trunk/debian/changelog
===================================================================
--- packages/python-mysqldb/trunk/debian/changelog 2013-03-15 05:50:45 UTC (rev 23702)
+++ packages/python-mysqldb/trunk/debian/changelog 2013-03-15 06:02:14 UTC (rev 23703)
@@ -1,5 +1,6 @@
python-mysqldb (1.2.3-2) unstable; urgency=low
+ [ Mika Pflüger ]
* Team upload.
* debian/patches/05_ssl.patch: Add upstream patch to force building
SSL support with newer MySQL client libraries. Thanks to Eldon Koyle
@@ -7,6 +8,10 @@
* Delete now obsolete debian/patches/README.source which referred to
dpatch.
+ [ Thomas Goirand ]
+ * Added a debian/rules clean: rm MySQL_python.egg-info/PKG-INFO, so it is
+ possible to build the package twice.
+
-- Mika Pflüger <debian at mikapflueger.de> Mon, 11 Mar 2013 18:03:06 +0100
python-mysqldb (1.2.3-1) unstable; urgency=low
Modified: packages/python-mysqldb/trunk/debian/rules
===================================================================
--- packages/python-mysqldb/trunk/debian/rules 2013-03-15 05:50:45 UTC (rev 23702)
+++ packages/python-mysqldb/trunk/debian/rules 2013-03-15 06:02:14 UTC (rev 23703)
@@ -17,7 +17,7 @@
python$* setup.py clean
find . -name "*.py[co]" -exec rm -f {} \;
dh_testroot
- rm -fr build build-python$*
+ rm -fr build build-python$* MySQL_python.egg-info/PKG-INFO
dh_clean
build: $(PYVERS:%=build-python%)
More information about the Python-modules-commits
mailing list