[Python-modules-commits] r11544 - in packages/circuits/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed Feb 3 23:08:44 UTC 2010
Date: Wednesday, February 3, 2010 @ 23:08:43
Author: morph
Revision: 11544
* debian/rules
- create 'docs' dir: it's not present in the upstream tarball and epydoc
fails if it's not there
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2010-02-03 22:53:33 UTC (rev 11543)
+++ packages/circuits/trunk/debian/changelog 2010-02-03 23:08:43 UTC (rev 11544)
@@ -7,8 +7,11 @@
- drop quilt, no more needed
* debian/copyright
- extended upstream copyright years
+ * debian/rules
+ - create 'docs' dir: it's not present in the upstream tarball and epydoc
+ fails if it's not there
- -- Sandro Tosi <morph at debian.org> Wed, 03 Feb 2010 23:47:00 +0100
+ -- Sandro Tosi <morph at debian.org> Thu, 04 Feb 2010 00:08:10 +0100
circuits (1.2-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2010-02-03 22:53:33 UTC (rev 11543)
+++ packages/circuits/trunk/debian/rules 2010-02-03 23:08:43 UTC (rev 11544)
@@ -10,6 +10,7 @@
python setup.py build;
+ mkdir docs
$(MAKE) docs
$(MAKE) -C docs/graphs
More information about the Python-modules-commits
mailing list