diff --git a/debian/bin/tigr-run-glimmer3 b/debian/bin/tigr-run-glimmer3 index e74a5c8..4014d77 100755 --- a/debian/bin/tigr-run-glimmer3 +++ b/debian/bin/tigr-run-glimmer3 @@ -15,4 +15,6 @@ ${BINDIR}/build-icm tmp.model echo "Predict genes with Glimmer3 with coordinates in g3.coord" rm -f g3.coord -${BINDIR}/glimmer3 $1 tmp.model | ${BINDIR}/get-putative >g3.coord +# get-putative is ot contained in version 3.x any more +# ${BINDIR}/glimmer3 $1 tmp.model | ${BINDIR}/get-putative >g3.coord +${BINDIR}/glimmer3 $1 tmp.model >g3.coord diff --git a/debian/changelog b/debian/changelog index 1ef0345..edf6d40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -tigr-glimmer (3.02-1) UNRELEASED; urgency=low +tigr-glimmer (3.02-1) unstable; urgency=low [ Charles Plessy ] * debian/watch: @@ -15,7 +15,7 @@ * Moved Homepage from long description to control fields * Removed [Biology] from short description - -- Andreas Tille Wed, 16 Apr 2008 11:37:47 +0200 + -- Andreas Tille Tue, 22 Apr 2008 11:59:07 +0200 tigr-glimmer (2.13-1.1) unstable; urgency=low