[Python-modules-commits] r6467 - in packages/pygooglechart/trunk/debian (changelog rules)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sun Sep 7 19:49:09 UTC 2008


    Date: Sunday, September 7, 2008 @ 19:49:07
  Author: morph-guest
Revision: 6467

installed test as example

Modified:
  packages/pygooglechart/trunk/debian/changelog
  packages/pygooglechart/trunk/debian/rules

Modified: packages/pygooglechart/trunk/debian/changelog
===================================================================
--- packages/pygooglechart/trunk/debian/changelog	2008-09-07 17:20:34 UTC (rev 6466)
+++ packages/pygooglechart/trunk/debian/changelog	2008-09-07 19:49:07 UTC (rev 6467)
@@ -3,8 +3,10 @@
   * New upstream release
   * debian/control
     - bump Standards-Version to 3.8.0 (no changes needed)
+  * debian/rules
+    - installed test as example
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 07 Sep 2008 19:06:49 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 07 Sep 2008 21:47:27 +0200
 
 pygooglechart (0.2.0-1) unstable; urgency=low
 

Modified: packages/pygooglechart/trunk/debian/rules
===================================================================
--- packages/pygooglechart/trunk/debian/rules	2008-09-07 17:20:34 UTC (rev 6466)
+++ packages/pygooglechart/trunk/debian/rules	2008-09-07 19:49:07 UTC (rev 6467)
@@ -40,9 +40,9 @@
 	dh_testroot
 	dh_installchangelogs 
 	dh_pysupport
-	dh_installexamples	examples/*
+	dh_installexamples	examples/* test
 	dh_installdocs
-	dh_compress
+	dh_compress		-X.py
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps




More information about the Python-modules-commits mailing list