[Python-modules-commits] r10857 - in packages/python-kinterbasdb/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Dec 23 21:45:10 UTC 2009
Date: Wednesday, December 23, 2009 @ 21:45:09
Author: morph
Revision: 10857
remove duplicate licence text in doc
Modified:
packages/python-kinterbasdb/trunk/debian/changelog
packages/python-kinterbasdb/trunk/debian/rules
Modified: packages/python-kinterbasdb/trunk/debian/changelog
===================================================================
--- packages/python-kinterbasdb/trunk/debian/changelog 2009-12-23 21:38:21 UTC (rev 10856)
+++ packages/python-kinterbasdb/trunk/debian/changelog 2009-12-23 21:45:09 UTC (rev 10857)
@@ -11,11 +11,12 @@
* debian/rules
- update docs to install
- updated the date to restore in __init__.py
+ - remove duplicate licence text in doc
* debian/{control, rules}
- create text upstream changelog file (via lynx) and then install it
- use the jquery.js provided by libjs-jquery package (not the embedded copy)
- -- Sandro Tosi <morph at debian.org> Wed, 23 Dec 2009 22:37:51 +0100
+ -- Sandro Tosi <morph at debian.org> Wed, 23 Dec 2009 22:43:57 +0100
python-kinterbasdb (3.2-4) unstable; urgency=low
Modified: packages/python-kinterbasdb/trunk/debian/rules
===================================================================
--- packages/python-kinterbasdb/trunk/debian/rules 2009-12-23 21:38:21 UTC (rev 10856)
+++ packages/python-kinterbasdb/trunk/debian/rules 2009-12-23 21:45:09 UTC (rev 10857)
@@ -69,6 +69,8 @@
binary-arch: build install
dh_testdir
dh_testroot
+ # remove duplicate licence text in doc
+ rm -f docs/_sources/license.txt
dh_installdocs docs
# generate text upstream changelog, install it and remove it
lynx -dump docs/changelog.html > docs/changelog.txt
More information about the Python-modules-commits
mailing list