[Python-modules-commits] r11545 - in packages/circuits/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Feb 3 23:17:14 UTC 2010
Date: Wednesday, February 3, 2010 @ 23:17:13
Author: morph
Revision: 11545
* debian/{control, rules}
- removed graph generation call, they're not available anymore
- removed snakefood and graphvix b-d, no more 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:08:43 UTC (rev 11544)
+++ packages/circuits/trunk/debian/changelog 2010-02-03 23:17:13 UTC (rev 11545)
@@ -10,8 +10,11 @@
* debian/rules
- create 'docs' dir: it's not present in the upstream tarball and epydoc
fails if it's not there
+ * debian/{control, rules}
+ - removed graph generation call, they're not available anymore
+ - removed snakefood and graphvix b-d, no more needed
- -- Sandro Tosi <morph at debian.org> Thu, 04 Feb 2010 00:08:10 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 04 Feb 2010 00:16:18 +0100
circuits (1.2-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control 2010-02-03 23:08:43 UTC (rev 11544)
+++ packages/circuits/trunk/debian/control 2010-02-03 23:17:13 UTC (rev 11545)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools
-Build-Depends-Indep: python-support, snakefood, ghostscript, graphviz, python-nose, python-pyinotify, python-pygame, python-epydoc
+Build-Depends-Indep: python-support, ghostscript, python-nose, python-pyinotify, python-pygame, python-epydoc
Standards-Version: 3.8.3
Homepage: http://code.google.com/p/circuits/
XS-Python-Version: >= 2.5
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2010-02-03 23:08:43 UTC (rev 11544)
+++ packages/circuits/trunk/debian/rules 2010-02-03 23:17:13 UTC (rev 11545)
@@ -13,8 +13,6 @@
mkdir docs
$(MAKE) docs
- $(MAKE) -C docs/graphs
-
-$(MAKE) tests
touch $@
More information about the Python-modules-commits
mailing list