[Python-modules-commits] r2482 - in /packages/kiwi/trunk/debian: changelog rules

goedson at users.alioth.debian.org goedson at users.alioth.debian.org
Wed May 30 12:32:04 UTC 2007


Author: goedson
Date: Wed May 30 12:32:04 2007
New Revision: 2482

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2482
Log:
  * Do not rebuild the api documentation since it uses
    pydoctor for this


Modified:
    packages/kiwi/trunk/debian/changelog
    packages/kiwi/trunk/debian/rules

Modified: packages/kiwi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/changelog?rev=2482&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/changelog (original)
+++ packages/kiwi/trunk/debian/changelog Wed May 30 12:32:04 2007
@@ -16,8 +16,10 @@
   * debian/patches/03_epyrun_use_local_modules.diff:
     - removed since it's not needed anymore
   * Updated the watch file
+  * Do not rebuild the api documentation since it uses
+    pydoctor for this
 
- -- Goedson Teixeira Paixao <goedson at debian.org>  Mon, 28 May 2007 20:37:51 -0300
+ -- Goedson Teixeira Paixao <goedson at debian.org>  Tue, 29 May 2007 18:54:15 -0300
 
 kiwi (1.9.13-4) unstable; urgency=medium
 

Modified: packages/kiwi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/rules?rev=2482&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/rules (original)
+++ packages/kiwi/trunk/debian/rules Wed May 30 12:32:04 2007
@@ -10,13 +10,10 @@
 DEB_COMPRESS_EXCLUDE += .py .glade .gladep
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
-binary-post-install/python-kiwi::
-	rm -rf debian/python-kiwi/usr/share/doc/kiwi
-
-build/python-kiwi::
-	cd doc && $(MAKE)
+#build/python-kiwi::
+#	cd doc && $(MAKE)
 
 clean::
-	cd doc && $(MAKE) clean
+#	cd doc && $(MAKE) clean
 	-rm -rf kiwi.egg-info
 	-find . -name \*.mo -exec rm {} \;




More information about the Python-modules-commits mailing list