[Python-modules-commits] r12094 - in packages/python-graph/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Mar 2 20:15:22 UTC 2010


    Date: Tuesday, March 2, 2010 @ 20:15:18
  Author: morph
Revision: 12094

install tests instead of examples (removed from upstream tarball)

Modified:
  packages/python-graph/trunk/debian/changelog
  packages/python-graph/trunk/debian/rules

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2010-03-02 20:07:10 UTC (rev 12093)
+++ packages/python-graph/trunk/debian/changelog	2010-03-02 20:15:18 UTC (rev 12094)
@@ -6,12 +6,13 @@
   * debian/rules
     - upstream changed the build system, updated accordingly
     - install also files under 'dot/' dir
+    - install tests instead of examples (removed from upstream tarball)
   * debian/patches/10_exceptions_catch_fix.dpatch
     - added to catch exceptions in a way compatible with Python 2.5
   * debian/control
     - bump Standards-Version to 3.8.4 (no changes needed)
 
- -- Sandro Tosi <morph at debian.org>  Tue, 02 Mar 2010 21:06:25 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 02 Mar 2010 21:14:54 +0100
 
 python-graph (1.6.1-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2010-03-02 20:07:10 UTC (rev 12093)
+++ packages/python-graph/trunk/debian/rules	2010-03-02 20:15:18 UTC (rev 12094)
@@ -49,7 +49,7 @@
 	dh_testroot
 	dh_installchangelogs	Changelog
 	dh_installdocs		docs
-	dh_installexamples	examples/*
+	dh_installexamples	tests/*
 	dh_pysupport
 	dh_installman
 	dh_compress




More information about the Python-modules-commits mailing list