[med-svn] r6767 - trunk/packages/denoiser/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed May 4 13:52:39 UTC 2011


Author: tille
Date: 2011-05-04 13:52:38 +0000 (Wed, 04 May 2011)
New Revision: 6767

Removed:
   trunk/packages/denoiser/trunk/debian/pyversions
Modified:
   trunk/packages/denoiser/trunk/debian/changelog
   trunk/packages/denoiser/trunk/debian/control
   trunk/packages/denoiser/trunk/debian/get-orig-source
   trunk/packages/denoiser/trunk/debian/rules
Log:
Upload to main; use dh_python2; fix get-orig-source


Modified: trunk/packages/denoiser/trunk/debian/changelog
===================================================================
--- trunk/packages/denoiser/trunk/debian/changelog	2011-05-04 12:34:21 UTC (rev 6766)
+++ trunk/packages/denoiser/trunk/debian/changelog	2011-05-04 13:52:38 UTC (rev 6767)
@@ -1,9 +1,14 @@
 denoiser (0.9.1-1) experimental; urgency=low
 
+  [ Steffen Moeller ]
   * New upstream release (Closes: #587274).
 
- -- Steffen Moeller <moeller at debian.org>  Mon, 02 May 2011 18:03:45 +0200
+  [ Andreas Tille ]
+  * Upload to main
+  * Use dh_python2
 
+ -- Andreas Tille <tille at debian.org>  Wed, 04 May 2011 15:40:16 +0200
+
 denoiser (0.8.5.1-1) UNRELEASED; urgency=low
 
   * Initial release.

Modified: trunk/packages/denoiser/trunk/debian/control
===================================================================
--- trunk/packages/denoiser/trunk/debian/control	2011-05-04 12:34:21 UTC (rev 6766)
+++ trunk/packages/denoiser/trunk/debian/control	2011-05-04 13:52:38 UTC (rev 6767)
@@ -1,9 +1,9 @@
 Source: denoiser
-Section: contrib/science
+Section: science
 Priority: extra
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>, Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.1), quilt (>= 0.47), ghc6, python-support (>= 0.90)
+Build-Depends: debhelper (>= 7.1), quilt (>= 0.47), ghc6, python (>= 2.6)
 Standards-Version: 3.9.2
 Homepage: http://www.microbio.me/denoiser/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/denoiser/trunk/?rev=0&sc=0

Modified: trunk/packages/denoiser/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/denoiser/trunk/debian/get-orig-source	2011-05-04 12:34:21 UTC (rev 6766)
+++ trunk/packages/denoiser/trunk/debian/get-orig-source	2011-05-04 13:52:38 UTC (rev 6767)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Obtaining the source tarball of FigTree is a bit tricky because here is no
+# Obtaining the source tarball of Denoiser is a bit tricky because here is no
 # explicite link to a downloadable tarball on the web page and the source is
 # only in SVN
 
@@ -32,7 +32,7 @@
 
 UDIR="$UNAME"_"$VERSION"
 UTAR="$UDIR".tgz
-# wget $UURL""$UTAR"
+wget "$UURL""$UTAR"
 
 echo "Expecting file '$UTAR' in `pwd`."
 tar -xzf "$UTAR"

Deleted: trunk/packages/denoiser/trunk/debian/pyversions
===================================================================
--- trunk/packages/denoiser/trunk/debian/pyversions	2011-05-04 12:34:21 UTC (rev 6766)
+++ trunk/packages/denoiser/trunk/debian/pyversions	2011-05-04 13:52:38 UTC (rev 6767)
@@ -1 +0,0 @@
-all

Modified: trunk/packages/denoiser/trunk/debian/rules
===================================================================
--- trunk/packages/denoiser/trunk/debian/rules	2011-05-04 12:34:21 UTC (rev 6766)
+++ trunk/packages/denoiser/trunk/debian/rules	2011-05-04 13:52:38 UTC (rev 6767)
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with python2
 
 srcdir=FlowgramAlignment
 




More information about the debian-med-commit mailing list