[Python-modules-commits] r21614 - in packages/python-pygraphviz/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun May 6 15:21:31 UTC 2012


    Date: Sunday, May 6, 2012 @ 15:21:29
  Author: morph
Revision: 21614

* debian/rules
  - remove leftover from build process, so the package can be built twice in a
    row; thanks to Jakub Wilk for the report; Closes: #671253

Modified:
  packages/python-pygraphviz/trunk/debian/changelog
  packages/python-pygraphviz/trunk/debian/rules

Modified: packages/python-pygraphviz/trunk/debian/changelog
===================================================================
--- packages/python-pygraphviz/trunk/debian/changelog	2012-05-06 11:26:37 UTC (rev 21613)
+++ packages/python-pygraphviz/trunk/debian/changelog	2012-05-06 15:21:29 UTC (rev 21614)
@@ -1,3 +1,11 @@
+python-pygraphviz (1.1-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - remove leftover from build process, so the package can be built twice in a
+      row; thanks to Jakub Wilk for the report; Closes: #671253
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 06 May 2012 17:19:09 +0200
+
 python-pygraphviz (1.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-pygraphviz/trunk/debian/rules
===================================================================
--- packages/python-pygraphviz/trunk/debian/rules	2012-05-06 11:26:37 UTC (rev 21613)
+++ packages/python-pygraphviz/trunk/debian/rules	2012-05-06 15:21:29 UTC (rev 21614)
@@ -65,3 +65,4 @@
 clean::
 	# Shipped in the source tarball, generated again during the build
 	rm -rf pygraphviz.egg-info
+	rm -rf python-build-stamp build




More information about the Python-modules-commits mailing list