[Python-modules-commits] r22575 - in packages/python-graph/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Aug 26 19:16:01 UTC 2012


    Date: Sunday, August 26, 2012 @ 19:16:00
  Author: morph
Revision: 22575

* debian/patches/40_dont_clean_when_building_docs.patch
  - don't clean when building documentation

Added:
  packages/python-graph/trunk/debian/patches/40_dont_clean_when_building_docs.patch
Modified:
  packages/python-graph/trunk/debian/changelog
  packages/python-graph/trunk/debian/patches/series

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2012-08-26 17:20:02 UTC (rev 22574)
+++ packages/python-graph/trunk/debian/changelog	2012-08-26 19:16:00 UTC (rev 22575)
@@ -14,8 +14,10 @@
   * debian/{control, rules}
     - build, test and install for all supported python2.x versions
     - provide Python 3 package
+  * debian/patches/40_dont_clean_when_building_docs.patch
+    - don't clean when building documentation
 
- -- Sandro Tosi <morph at debian.org>  Sun, 26 Aug 2012 19:19:36 +0200
+ -- Sandro Tosi <morph at debian.org>  Sun, 26 Aug 2012 21:15:31 +0200
 
 python-graph (1.8.1-1) unstable; urgency=low
 

Added: packages/python-graph/trunk/debian/patches/40_dont_clean_when_building_docs.patch
===================================================================
--- packages/python-graph/trunk/debian/patches/40_dont_clean_when_building_docs.patch	                        (rev 0)
+++ packages/python-graph/trunk/debian/patches/40_dont_clean_when_building_docs.patch	2012-08-26 19:16:00 UTC (rev 22575)
@@ -0,0 +1,15 @@
+Description: Don't try to clean when building docs
+Author: Sandro Tosi <morph at debian.org>
+Forwarded: not-needed
+
+--- a/Makefile
++++ b/Makefile
+@@ -44,7 +44,7 @@ sdist-dot: clean
+ 
+ # Docs ---------------------------------------------------------------
+ 
+-docs: cleanpyc
++docs:
+ 	rm -rf ${DOCS_DIR} ${TEMP}
+ 	mkdir -p ${TEMP}
+ 	cp -R ${CORE_DIR}/pygraph ${TEMP}

Modified: packages/python-graph/trunk/debian/patches/series
===================================================================
--- packages/python-graph/trunk/debian/patches/series	2012-08-26 17:20:02 UTC (rev 22574)
+++ packages/python-graph/trunk/debian/patches/series	2012-08-26 19:16:00 UTC (rev 22575)
@@ -1,2 +1,3 @@
 20_remove_reset.patch
 30_pass_python_to_makefile.patch
+40_dont_clean_when_building_docs.patch




More information about the Python-modules-commits mailing list