[Python-apps-commits] r2156 - in packages/snakefood/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Jan 4 01:33:43 UTC 2009


    Date: Sunday, January 4, 2009 @ 01:33:42
  Author: morph
Revision: 2156

little last fixes; releasing

Modified:
  packages/snakefood/trunk/debian/changelog
  packages/snakefood/trunk/debian/control
  packages/snakefood/trunk/debian/docs
  packages/snakefood/trunk/debian/rules

Modified: packages/snakefood/trunk/debian/changelog
===================================================================
--- packages/snakefood/trunk/debian/changelog	2009-01-03 15:19:36 UTC (rev 2155)
+++ packages/snakefood/trunk/debian/changelog	2009-01-04 01:33:42 UTC (rev 2156)
@@ -1,5 +1,5 @@
-snakefood (1.3.1-1) UNRELEASED; urgency=low
+snakefood (1.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #510350)
 
- -- Sandro Tosi <morph at debian.org>  Wed, 31 Dec 2008 22:05:03 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 04 Jan 2009 02:33:07 +0100

Modified: packages/snakefood/trunk/debian/control
===================================================================
--- packages/snakefood/trunk/debian/control	2009-01-03 15:19:36 UTC (rev 2155)
+++ packages/snakefood/trunk/debian/control	2009-01-04 01:33:42 UTC (rev 2156)
@@ -6,9 +6,13 @@
 Build-Depends-Indep: python-support
 Standards-Version: 3.8.0
 Homepage: http://furius.ca/snakefood/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/snakefood/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/snakefood/trunk/
+XS-Python-Version: 2.5
 
 Package: snakefood
 Architecture: all
+XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, ${misc:Depends}
 Description: Python dependency grapher
  Generate dependency graphs from Python code. This dependency tracker
@@ -36,11 +40,9 @@
     the dependencies within the packages of the files you specify.
   * It follows the UNIX philosophy of small programs that do one thing
     well: it consists of a few simple programs whose outputs you
-    combine via pipes. Graphing dependencies always requires the user
-    to filter and cluster the filenames, so this is appropriate. You
-    can combine it with your favourite tools, grep, sed, etc.
+    combine via pipes.
  .
- This package will install the following executables:
+ This package will install the following programs:
  .
   * sfood - detect import statements using the AST parser
   * sfood-checker - check for superfluous import statements in Python source

Modified: packages/snakefood/trunk/debian/docs
===================================================================
--- packages/snakefood/trunk/debian/docs	2009-01-03 15:19:36 UTC (rev 2155)
+++ packages/snakefood/trunk/debian/docs	2009-01-04 01:33:42 UTC (rev 2156)
@@ -1,8 +1,6 @@
 README
 TODO
 doc/snakefood-doc.html
-index.html
 doc/snakefood-doc.txt
 doc/*.png
 doc/*.dia
-doc/talk/outline.txt

Modified: packages/snakefood/trunk/debian/rules
===================================================================
--- packages/snakefood/trunk/debian/rules	2009-01-03 15:19:36 UTC (rev 2155)
+++ packages/snakefood/trunk/debian/rules	2009-01-04 01:33:42 UTC (rev 2156)
@@ -45,14 +45,12 @@
 	dh_testroot
 	dh_installchangelogs	CHANGES
 	dh_installdocs
-	dh_installexamples
 	dh_pysupport
 	dh_installman		debian/sfood*.1
 	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Python-apps-commits mailing list