Author: tille Date: 2017-01-04 09:49:57 +0000 (Wed, 04 Jan 2017) New Revision: 23502
Removed: trunk/packages/denoiser/trunk/debian/README.Debian trunk/packages/denoiser/trunk/debian/README.source Modified: trunk/packages/denoiser/trunk/debian/changelog trunk/packages/denoiser/trunk/debian/compat trunk/packages/denoiser/trunk/debian/control Log: Normalise packaging even for this removed package to avoid noise in Blends importer Deleted: trunk/packages/denoiser/trunk/debian/README.Debian =================================================================== --- trunk/packages/denoiser/trunk/debian/README.Debian 2017-01-04 09:45:36 UTC (rev 23501) +++ trunk/packages/denoiser/trunk/debian/README.Debian 2017-01-04 09:49:57 UTC (rev 23502) @@ -1,9 +0,0 @@ -The packaging is not yet complete, but looks already fairly good. -The package was not yet tested in production environment, please -give feedback to have it migrate to unstable. - -The role of python-support is not clear to me. Lintian complains -when this dependency is not set, and indeed, it is called during -the build. - -Steffen Deleted: trunk/packages/denoiser/trunk/debian/README.source =================================================================== --- trunk/packages/denoiser/trunk/debian/README.source 2017-01-04 09:45:36 UTC (rev 23501) +++ trunk/packages/denoiser/trunk/debian/README.source 2017-01-04 09:49:57 UTC (rev 23502) @@ -1,5 +0,0 @@ -denoiser for Debian -------------------- - -A central Makefile was added. - Modified: trunk/packages/denoiser/trunk/debian/changelog =================================================================== --- trunk/packages/denoiser/trunk/debian/changelog 2017-01-04 09:45:36 UTC (rev 23501) +++ trunk/packages/denoiser/trunk/debian/changelog 2017-01-04 09:49:57 UTC (rev 23502) @@ -1,3 +1,9 @@ +denoiser (0.9.1-2) UNRELEASED; urgency=medium + + * Removed from Debian since replaced by qiime (see #650391) + + -- Andreas Tille <[email protected]> Wed, 04 Jan 2017 10:47:03 +0100 + denoiser (0.9.1-1) experimental; urgency=low [ Steffen Moeller ] Modified: trunk/packages/denoiser/trunk/debian/compat =================================================================== --- trunk/packages/denoiser/trunk/debian/compat 2017-01-04 09:45:36 UTC (rev 23501) +++ trunk/packages/denoiser/trunk/debian/compat 2017-01-04 09:49:57 UTC (rev 23502) @@ -1 +1 @@ -7 +10 Modified: trunk/packages/denoiser/trunk/debian/control =================================================================== --- trunk/packages/denoiser/trunk/debian/control 2017-01-04 09:45:36 UTC (rev 23501) +++ trunk/packages/denoiser/trunk/debian/control 2017-01-04 09:49:57 UTC (rev 23502) @@ -1,18 +1,25 @@ Source: denoiser +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]>, + Andreas Tille <[email protected]> Section: science -Priority: extra -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.1), quilt (>= 0.47), ghc6, python (>= 2.6) -Standards-Version: 3.9.2 +Priority: optional +Build-Depends: debhelper (>= 10), + ghc6, + python +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/denoiser/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/denoiser/trunk/ Homepage: http://www.microbio.me/denoiser/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/denoiser/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/denoiser/trunk/ Package: denoiser Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python-cogent, python, python-support (>= 0.90) -Description: Rapid denoising of pyrosequencing amplicon data +Depends: ${shlibs:Depends}, + ${misc:Depends}, + python-cogent, + python, + python-support +Description: Rapid denoising of pyrosequencing amplicon data To denoise pyrosequencing amplicon data, the package exploits the rank-abundance distribution. PyroNoise uses an expectation maximization (EM) algorithm to figure out the most likely sequence for every read. We, _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
