[Python-modules-commits] r1304 - in /packages/kiwi/trunk/debian: changelog control patches/01_avoid_building_howto.diff python-kiwi.docs python-kiwi.examples rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sat Aug 26 18:53:50 UTC 2006


Author: kov
Date: Sat Aug 26 18:53:49 2006
New Revision: 1304

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1304
Log:
  - enable building the API docs and instlaling the examples; the howto is
    not fully buildable from the tarball's contents plus tools
    (Closes: #384159)

Added:
    packages/kiwi/trunk/debian/patches/01_avoid_building_howto.diff
    packages/kiwi/trunk/debian/python-kiwi.docs
    packages/kiwi/trunk/debian/python-kiwi.examples
Modified:
    packages/kiwi/trunk/debian/changelog
    packages/kiwi/trunk/debian/control
    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=1304&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/changelog (original)
+++ packages/kiwi/trunk/debian/changelog Sat Aug 26 18:53:49 2006
@@ -6,8 +6,13 @@
   * debian/control:
   - add XS-Python-Version, since vorlon convinced me of its
     importance
+  * debian/control, debian/rules, debian/patches/01_avoid_building_howto.diff,
+    debian/python-kiwi.docs, debian/python-kiwi.examples:
+  - enable building the API docs and instlaling the examples; the howto is
+    not fully buildable from the tarball's contents plus tools
+    (Closes: #384159)
 
- -- Gustavo Noronha Silva <kov at debian.org>  Sat, 26 Aug 2006 13:44:29 -0300
+ -- Gustavo Noronha Silva <kov at debian.org>  Sat, 26 Aug 2006 15:39:58 -0300
 
 kiwi (1.9.8-7) unstable; urgency=high
 

Modified: packages/kiwi/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/control?rev=1304&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/control (original)
+++ packages/kiwi/trunk/debian/control Sat Aug 26 18:53:49 2006
@@ -4,7 +4,7 @@
 Maintainer: Gustavo Noronha Silva <kov at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6b3-1)
-Build-Depends-Indep: python-all-dev (>= 2.3.5-10), python-gtk2 (>= 2.8.2-3.1), python-support (>= 0.3)
+Build-Depends-Indep: python-all-dev (>= 2.3.5-10), python-gtk2 (>= 2.8.2-3.1), python-support (>= 0.3), python-epydoc (>= 2.1-11), python-twisted-core (>= 2.4.0-1)
 XS-Python-Version: >= 2.4
 Standards-Version: 3.7.2
 

Added: packages/kiwi/trunk/debian/patches/01_avoid_building_howto.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/patches/01_avoid_building_howto.diff?rev=1304&op=file
==============================================================================
--- packages/kiwi/trunk/debian/patches/01_avoid_building_howto.diff (added)
+++ packages/kiwi/trunk/debian/patches/01_avoid_building_howto.diff Sat Aug 26 18:53:49 2006
@@ -1,0 +1,11 @@
+--- doc/Makefile.old	2006-08-24 21:43:21.000000000 -0300
++++ doc/Makefile	2006-08-26 15:30:15.000000000 -0300
+@@ -14,7 +14,7 @@
+ NAME=Kiwi
+ URL=http://www.async.com.br/projects/kiwi/
+ 
+-all: api howto
++all: api # howto (not working for now)
+ 
+ howto: howto.tex
+ 	mkdir -p howto

Added: packages/kiwi/trunk/debian/python-kiwi.docs
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/python-kiwi.docs?rev=1304&op=file
==============================================================================
--- packages/kiwi/trunk/debian/python-kiwi.docs (added)
+++ packages/kiwi/trunk/debian/python-kiwi.docs Sat Aug 26 18:53:49 2006
@@ -1,0 +1,1 @@
+doc/api

Added: packages/kiwi/trunk/debian/python-kiwi.examples
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/python-kiwi.examples?rev=1304&op=file
==============================================================================
--- packages/kiwi/trunk/debian/python-kiwi.examples (added)
+++ packages/kiwi/trunk/debian/python-kiwi.examples Sat Aug 26 18:53:49 2006
@@ -1,0 +1,1 @@
+examples/*

Modified: packages/kiwi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/kiwi/trunk/debian/rules?rev=1304&op=diff
==============================================================================
--- packages/kiwi/trunk/debian/rules (original)
+++ packages/kiwi/trunk/debian/rules Sat Aug 26 18:53:49 2006
@@ -7,12 +7,17 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+DEB_COMPRESS_EXCLUDE += .py .glade .gladep
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
 binary-post-install/python-kiwi::
 	mv debian/python-kiwi/usr/share/python-support/python-kiwi/kiwi-${DEB_UPSTREAM_VERSION}-py*.egg-info \
 		debian/python-kiwi/usr/share/python-support/python-kiwi/kiwi-${DEB_UPSTREAM_VERSION}.egg-info
 
+build/python-kiwi::
+	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