[Python-modules-commits] r11548 - in packages/circuits/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Feb 3 23:43:14 UTC 2010
Date: Wednesday, February 3, 2010 @ 23:43:13
Author: morph
Revision: 11548
- removed installation of upstream changelog, no more available
* debian/control
- bump Standards-Version to 3.8.4 (no changes needed)
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/control
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2010-02-03 23:20:55 UTC (rev 11547)
+++ packages/circuits/trunk/debian/changelog 2010-02-03 23:43:13 UTC (rev 11548)
@@ -10,11 +10,14 @@
* debian/rules
- create 'docs' dir: it's not present in the upstream tarball and epydoc
fails if it's not there
+ - removed installation of upstream changelog, no more available
* debian/{control, rules}
- removed graph generation call, they're not available anymore
- removed snakefood and graphvix b-d, no more needed
+ * debian/control
+ - bump Standards-Version to 3.8.4 (no changes needed)
- -- Sandro Tosi <morph at debian.org> Thu, 04 Feb 2010 00:16:18 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 04 Feb 2010 00:42:36 +0100
circuits (1.2-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control 2010-02-03 23:20:55 UTC (rev 11547)
+++ packages/circuits/trunk/debian/control 2010-02-03 23:43:13 UTC (rev 11548)
@@ -5,7 +5,7 @@
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools
Build-Depends-Indep: python-support, ghostscript, python-nose, python-pyinotify, python-pygame, python-epydoc
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://code.google.com/p/circuits/
XS-Python-Version: >= 2.5
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/circuits/trunk/
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2010-02-03 23:20:55 UTC (rev 11547)
+++ packages/circuits/trunk/debian/rules 2010-02-03 23:43:13 UTC (rev 11548)
@@ -45,8 +45,8 @@
binary-indep: build install
dh_testdir
dh_testroot
- dh_installchangelogs docs/docs_ChangeLog.wiki
- dh_installdocs docs/* -Xdocs_ChangeLog.wiki -Xdocs_License.wiki
+ dh_installchangelogs
+ dh_installdocs docs/* -Xdocs_License.wiki
dh_installexamples examples/*
dh_pysupport
dh_compress -X.py
More information about the Python-modules-commits
mailing list