[med-svn] r7653 - trunk/packages/python-cogent/trunk/debian

Steffen Möller moeller at alioth.debian.org
Sun Sep 4 09:57:36 UTC 2011


Author: moeller
Date: 2011-09-04 09:57:36 +0000 (Sun, 04 Sep 2011)
New Revision: 7653

Added:
   trunk/packages/python-cogent/trunk/debian/python-cogent.dirs
   trunk/packages/python-cogent/trunk/debian/python-cogent.install
Modified:
   trunk/packages/python-cogent/trunk/debian/changelog
   trunk/packages/python-cogent/trunk/debian/control
   trunk/packages/python-cogent/trunk/debian/links
   trunk/packages/python-cogent/trunk/debian/rules
Log:
Updated to 1.5.1-2


Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog	2011-09-03 22:16:00 UTC (rev 7652)
+++ trunk/packages/python-cogent/trunk/debian/changelog	2011-09-04 09:57:36 UTC (rev 7653)
@@ -1,3 +1,17 @@
+python-cogent (1.5.1-2) unstable; urgency=low
+
+  * Explicitly added python-numpy as dependency
+    to binary ... where is the dh_shlibdeps?
+    Many thanks to Jakub (Closes: #640262).
+  * Added build-dependency on cython after look in setup.py
+  * Some further formatting in debian/control
+  * Added -dbg package
+  * Fiddled with debian/*.install to actually install the libraries
+    and fill that -dbg package.
+  * Added dependency to underscore.js
+
+ -- Steffen Moeller <moeller at debian.org>  Sun, 04 Sep 2011 10:49:49 +0200
+
 python-cogent (1.5.1-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control	2011-09-03 22:16:00 UTC (rev 7652)
+++ trunk/packages/python-cogent/trunk/debian/control	2011-09-04 09:57:36 UTC (rev 7653)
@@ -5,7 +5,7 @@
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6), python-support, python-numpy (>= 1.3.0),
- python-sphinx
+ python-sphinx, cython
 Standards-Version: 3.9.2
 Homepage: http://pycogent.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-cogent/trunk/?rev=0&sc=0
@@ -13,15 +13,23 @@
 
 Package: python-cogent
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libjs-jquery
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libjs-jquery, libjs-underscore, python-numpy (>= 1.3.0)
 Description: framework for genomic biology
  PyCogent is a software library for genomic biology. It is a fully
  integrated and thoroughly tested framework for:
- * controlling third-party applications,
- * devising workflows; querying databases,
- * conducting novel probabilistic analyses of biological sequence
-   evolution, and
- * generating publication quality graphics.
+  * controlling third-party applications,
+  * devising workflows; querying databases,
+  * conducting novel probabilistic analyses of biological sequence
+    evolution, and
+  * generating publication quality graphics.
  It is distinguished by many unique built-in capabilities (such as true codon
  alignment) and the frequent addition of entirely new methods for the analysis
  of genomic data.
+
+Package: python-cogent-dbg
+Architecture: any
+Section: debug
+Depends: python-cogent (= ${binary:Version}), ${misc:Depends}
+Description: debug information for pycogent
+ This package is needed to improve significantly the bug reports
+ that users may feel inclined to send.

Modified: trunk/packages/python-cogent/trunk/debian/links
===================================================================
--- trunk/packages/python-cogent/trunk/debian/links	2011-09-03 22:16:00 UTC (rev 7652)
+++ trunk/packages/python-cogent/trunk/debian/links	2011-09-04 09:57:36 UTC (rev 7653)
@@ -1 +1,2 @@
 usr/share/javascript/jquery/jquery.js	usr/share/doc/python-cogent/html/_static/jquery.js
+usr/share/javascript/underscore/underscore.js	usr/share/doc/python-cogent/html/_static/underscore.js

Added: trunk/packages/python-cogent/trunk/debian/python-cogent.dirs
===================================================================
--- trunk/packages/python-cogent/trunk/debian/python-cogent.dirs	                        (rev 0)
+++ trunk/packages/python-cogent/trunk/debian/python-cogent.dirs	2011-09-04 09:57:36 UTC (rev 7653)
@@ -0,0 +1 @@
+usr/lib

Added: trunk/packages/python-cogent/trunk/debian/python-cogent.install
===================================================================
--- trunk/packages/python-cogent/trunk/debian/python-cogent.install	                        (rev 0)
+++ trunk/packages/python-cogent/trunk/debian/python-cogent.install	2011-09-04 09:57:36 UTC (rev 7653)
@@ -0,0 +1 @@
+usr/lib

Modified: trunk/packages/python-cogent/trunk/debian/rules
===================================================================
--- trunk/packages/python-cogent/trunk/debian/rules	2011-09-03 22:16:00 UTC (rev 7652)
+++ trunk/packages/python-cogent/trunk/debian/rules	2011-09-04 09:57:36 UTC (rev 7653)
@@ -23,3 +23,6 @@
 override_dh_installdocs:
 	dh_installdocs
 	rm -rf debian/$(PKG)/usr/share/doc/$(PKG)/html/_sources
+
+override_dh_strip:
+	dh_strip --dbg-package=python-cogent-dbg




More information about the debian-med-commit mailing list