[Python-modules-commits] r30263 - in packages/sphinx-issuetracker/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Wed Aug 27 08:24:26 UTC 2014
Date: Wednesday, August 27, 2014 @ 08:24:25
Author: mitya57-guest
Revision: 30263
* Use dh_python2 instead of dh_pysupport (closes: #745383).
* Delete egg-info directory in clean target (closes: #671196).
Modified:
packages/sphinx-issuetracker/trunk/debian/changelog
packages/sphinx-issuetracker/trunk/debian/compat
packages/sphinx-issuetracker/trunk/debian/rules
Modified: packages/sphinx-issuetracker/trunk/debian/changelog
===================================================================
--- packages/sphinx-issuetracker/trunk/debian/changelog 2014-08-27 06:46:56 UTC (rev 30262)
+++ packages/sphinx-issuetracker/trunk/debian/changelog 2014-08-27 08:24:25 UTC (rev 30263)
@@ -10,7 +10,7 @@
+ Build-depend on python-requests.
+ Rebase all patches.
+ Update install and docs files.
- * Use dh_python2 instead of dh_pysupport.
+ * Use dh_python2 instead of dh_pysupport (closes: #745383).
+ Build-depend on dh-python instead of python-support.
+ Use X-Python-Version instead of XS-Python-Version.
* Bump debhelper compatibility level to 9.
@@ -18,6 +18,7 @@
+ Drop dh_compress override, not needed with new debhelper.
* Bump Standards-Version to 3.9.5, no changes needed.
* Update Homepage URL, the previous one is no longer working.
+ * Delete egg-info directory in clean target (closes: #671196).
-- Dmitry Shachnev <mitya57 at gmail.com> Tue, 26 Aug 2014 20:57:18 +0400
Modified: packages/sphinx-issuetracker/trunk/debian/compat
===================================================================
--- packages/sphinx-issuetracker/trunk/debian/compat 2014-08-27 06:46:56 UTC (rev 30262)
+++ packages/sphinx-issuetracker/trunk/debian/compat 2014-08-27 08:24:25 UTC (rev 30263)
@@ -1 +1 @@
-7
+9
Modified: packages/sphinx-issuetracker/trunk/debian/rules
===================================================================
--- packages/sphinx-issuetracker/trunk/debian/rules 2014-08-27 06:46:56 UTC (rev 30262)
+++ packages/sphinx-issuetracker/trunk/debian/rules 2014-08-27 08:24:25 UTC (rev 30263)
@@ -25,7 +25,7 @@
.PHONY: override_dh_clean
override_dh_clean:
- rm -rf doc/.build
+ rm -rf doc/.build sphinxcontrib_issuetracker.egg-info
dh_clean
.PHONY: override_dh_installchangelogs
More information about the Python-modules-commits
mailing list