[med-svn] r5435 - trunk/packages/python-cogent/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Nov 16 07:49:10 UTC 2010
Author: tille
Date: 2010-11-16 07:49:09 +0000 (Tue, 16 Nov 2010)
New Revision: 5435
Removed:
trunk/packages/python-cogent/trunk/debian/python-cogent.prerm.debhelper
trunk/packages/python-cogent/trunk/debian/python-cogent.substvars
Modified:
trunk/packages/python-cogent/trunk/debian/changelog
trunk/packages/python-cogent/trunk/debian/control
Log:
Applied changes of NMU
Modified: trunk/packages/python-cogent/trunk/debian/changelog
===================================================================
--- trunk/packages/python-cogent/trunk/debian/changelog 2010-11-16 07:45:04 UTC (rev 5434)
+++ trunk/packages/python-cogent/trunk/debian/changelog 2010-11-16 07:49:09 UTC (rev 5435)
@@ -1,3 +1,17 @@
+python-cogent (1.4.1-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Mark package as auto-buildable
+
+ -- Moritz Muehlenhoff <jmm at debian.org> Wed, 13 Oct 2010 20:56:27 +0200
+
+python-cogent (1.4.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Replace build-dependency on python2.5-dev with python-all-dev. Closes: #596325.
+
+ -- Matthias Klose <doko at debian.org> Sun, 12 Sep 2010 15:18:44 +0200
+
python-cogent (1.4.1-1) unstable; urgency=low
* Initial release (Closes: #587161)
Modified: trunk/packages/python-cogent/trunk/debian/control
===================================================================
--- trunk/packages/python-cogent/trunk/debian/control 2010-11-16 07:45:04 UTC (rev 5434)
+++ trunk/packages/python-cogent/trunk/debian/control 2010-11-16 07:49:09 UTC (rev 5435)
@@ -3,12 +3,13 @@
Priority: extra
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Sri Girish Srinivasa Murthy <srigirish at evolbio.mpg.de>, Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, python, python-central, python-numpy (>= 1.3.0), python-dev, python2.5-dev
+Build-Depends: debhelper (>= 7), cdbs, python, python-central, python-numpy (>= 1.3.0), python-all-dev
Standards-Version: 3.9.0
Homepage: http://pycogent.sourceforge.net/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-cogent/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/python-cogent/trunk/
XS-Python-Version: >= 2.5
+XS-Autobuild: yes
Package: python-cogent
Architecture: any
Deleted: trunk/packages/python-cogent/trunk/debian/python-cogent.prerm.debhelper
===================================================================
--- trunk/packages/python-cogent/trunk/debian/python-cogent.prerm.debhelper 2010-11-16 07:45:04 UTC (rev 5434)
+++ trunk/packages/python-cogent/trunk/debian/python-cogent.prerm.debhelper 2010-11-16 07:49:09 UTC (rev 5435)
@@ -1,45 +0,0 @@
-# Automatically added by dh_pycentral
-case "$1" in remove|upgrade)
- pkgremove=y
-esac
-if [ -f /var/lib/pycentral/python-cogent.pkgremove ] || [ -f /var/lib/pycentral/pkgremove ]; then
- pkgremove=y
-fi
-if [ "$pkgremove" = y ]; then
-if which python >/dev/null 2>&1 && which pycentral >/dev/null 2>&1; then
- pycentral pkgremove python-cogent
-else
- flist=$(tempfile)
- slist=$(tempfile)
- dpkg -L python-cogent | tee $flist | \
- while read n; do
- case "$n" in
- /usr/share/pyshared/*)
- n2=${n#/usr/share/pyshared/*}
- case "$n" in
- *.py) echo "p $n";;
- *) [ -d "$n" ] && echo "d $n2" || echo "f $n2"
- esac
- ;;
- *) continue
- esac
- done > $slist
- if [ -s $slist ]; then
- for d in /usr/lib/python[0-9].[0-9]/????-packages; do
- case "$d" in */python2.1/*|*/python2.2/*) continue; esac
- while read t n; do
- case "$t" in
- p) rm -f $d/$n $d/${n}[co];;
- d) rmdir $d/$n 2>/dev/null || true;;
- *) rm -f $d/$n
- esac
- done < $slist
- done
- fi
- awk '/\/usr\/share\/pyshared/ {next} /\.py$/ {print $0"c\n" $0"o"}' $flist \
- | xargs -r rm -f >&2
- rm -f $flist $slist
-fi
-rm -f /var/lib/pycentral/python-cogent.pkgremove
-fi
-# End automatically added section
Deleted: trunk/packages/python-cogent/trunk/debian/python-cogent.substvars
===================================================================
--- trunk/packages/python-cogent/trunk/debian/python-cogent.substvars 2010-11-16 07:45:04 UTC (rev 5434)
+++ trunk/packages/python-cogent/trunk/debian/python-cogent.substvars 2010-11-16 07:49:09 UTC (rev 5435)
@@ -1,5 +0,0 @@
-python:Versions=2.6
-python:Provides=python2.6-cogent
-python:Depends=python (<< 2.7), python (>= 2.6), python-central (>= 0.6.11)
-shlibs:Depends=libc6 (>= 2.3.4)
-misc:Depends=
More information about the debian-med-commit
mailing list