[Python-modules-commits] r3424 - in /packages/python-xlib/trunk/debian: control docs rules
stew-guest at users.alioth.debian.org
stew-guest at users.alioth.debian.org
Sat Oct 13 21:53:10 UTC 2007
Author: stew-guest
Date: Sat Oct 13 21:53:10 2007
New Revision: 3424
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3424
Log:
fixing the building/installing of docs
Modified:
packages/python-xlib/trunk/debian/control
packages/python-xlib/trunk/debian/docs
packages/python-xlib/trunk/debian/rules
Modified: packages/python-xlib/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-xlib/trunk/debian/control?rev=3424&op=diff
==============================================================================
--- packages/python-xlib/trunk/debian/control (original)
+++ packages/python-xlib/trunk/debian/control Sat Oct 13 21:53:10 2007
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Mike O'Connor <stew at vireo.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), quilt
-Build-Depends-Indep: python-support (>= 0.3), texinfo
+Build-Depends-Indep: python-support (>= 0.3), texlive, texinfo
Standards-Version: 3.7.2
Homepage: http://python-xlib.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xlib/trunk/
Modified: packages/python-xlib/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/python-xlib/trunk/debian/docs?rev=3424&op=diff
==============================================================================
--- packages/python-xlib/trunk/debian/docs (original)
+++ packages/python-xlib/trunk/debian/docs Sat Oct 13 21:53:10 2007
@@ -1,3 +1,4 @@
README
NEWS
TODO
+doc/html
Modified: packages/python-xlib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-xlib/trunk/debian/rules?rev=3424&op=diff
==============================================================================
--- packages/python-xlib/trunk/debian/rules (original)
+++ packages/python-xlib/trunk/debian/rules Sat Oct 13 21:53:10 2007
@@ -18,7 +18,7 @@
for py in $(PYVERS); do \
$$py setup.py build; \
done
- make -C doc/info.deb
+ make -C doc
touch $@
_clean: $(QUILT_STAMPFN)
@@ -47,10 +47,8 @@
$$py setup.py install --root=debian/python-xlib; \
done
dh_installdocs -A
- # installdocs doesn't copy the symbolic link
- dh_install doc/html/*.html usr/share/doc/tmp/html
dh_installexamples
- dh_installinfo doc/info.deb/*.info
+ dh_installinfo doc/info/*.info
touch install-stamp
More information about the Python-modules-commits
mailing list