[Python-apps-commits] r5014 - in packages/kupfer/trunk/debian (changelog control rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Mar 23 20:57:29 UTC 2010


    Date: Tuesday, March 23, 2010 @ 20:57:28
  Author: dktrkranz
Revision: 5014

Don't install help files for now

Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/control
  packages/kupfer/trunk/debian/rules

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2010-03-23 16:26:07 UTC (rev 5013)
+++ packages/kupfer/trunk/debian/changelog	2010-03-23 20:57:28 UTC (rev 5014)
@@ -4,7 +4,6 @@
   * debian/patches/debian_path.patch:
     - Refresh for new upstream release.
   * debian/control:
-    - Build-Depend-Indep on gnome-doc-utils.
     - Build-Depend-Indep on python2.6 instead of python, this release
       is compatible with python2.6 only.
     - Depend on python-keyring.
@@ -12,11 +11,10 @@
   * debian/links:
     - Install links for kupfer-exec script.
   * debian/rules:
-    - Invoke waf before waf install to correctly build help files.
     - Adjust shebang to work with python2.6, waiting for it to become
       the default version in Debian.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Tue, 23 Mar 2010 15:34:39 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 23 Mar 2010 21:52:36 +0100
 
 kupfer (0+pb1.1-2) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/control
===================================================================
--- packages/kupfer/trunk/debian/control	2010-03-23 16:26:07 UTC (rev 5013)
+++ packages/kupfer/trunk/debian/control	2010-03-23 20:57:28 UTC (rev 5014)
@@ -4,7 +4,7 @@
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python-support (>= 0.5.3), python2.6, gettext, intltool, python-docutils, gnome-doc-utils
+Build-Depends-Indep: python-support (>= 0.5.3), python2.6, gettext, intltool, python-docutils
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.6
 Homepage: http://kaizer.se/wiki/kupfer/

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2010-03-23 16:26:07 UTC (rev 5013)
+++ packages/kupfer/trunk/debian/rules	2010-03-23 20:57:28 UTC (rev 5014)
@@ -12,7 +12,7 @@
 	PYTHONDIR=/usr/share/kupfer ./waf configure --prefix=/usr --bindir=/usr/share/kupfer --no-runtime-deps
 
 override_dh_auto_install:
-	./waf && ./waf install --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer
+	./waf install --nopyc --nopyo --destdir=$(CURDIR)/debian/kupfer
 	rm -f $(CURDIR)/debian/kupfer/usr/share/kupfer/art/COPYING
 	rst2html Documentation/Manual.rst build/manual.html
 	rst2man Documentation/Quickstart.rst build/kupfer.1




More information about the Python-apps-commits mailing list