Loading debian/changelog +7 −0 Original line number Diff line number Diff line augustus (3.3.2+dfsg-2) UNRELEASED; urgency=medium * Use dynamic Built-Using in d/control. Closes: #924359 -- Sascha Steinbiss <satta@debian.org> Tue, 12 Mar 2019 14:08:22 +0100 augustus (3.3.2+dfsg-1) unstable; urgency=medium * New upstream release. Loading debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, augustus-data Built-Using: samtools-legacy (= 0.1.19-2) Built-Using: libbam-dev (= ${libbam-dev:Version}) Description: gene prediction in eukaryotic genomes AUGUSTUS is a software for gene prediction in eukaryotic genomic sequences that is based on a generalized hidden Markov model (HMM), a probabilistic Loading debian/rules +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export TOOLDIR = /usr/include export AUGUSTUS_CONFIG_PATH=$(CURDIR)/config export LIBBAM_PKG_VERSION=$(shell apt-cache policy libbam-dev | grep Installed | cut -f2 -d: | cut -c2-) .PHONY: bam2hints homGeneMapping checkTargetSortedness joingenes %: Loading Loading @@ -45,6 +46,7 @@ override_dh_auto_clean: $(MAKE) -C auxprogs/compileSpliceCands clean $(MAKE) -C auxprogs/filterBam clean rm -rf bin rm -f debian/*substvars override_dh_auto_build: aln2wig bam2hints bam2wig checkTargetSortedness compileSpliceCands filterBam homGeneMapping joingenes dh_auto_build Loading Loading @@ -85,3 +87,7 @@ override_dh_auto_install: override_dh_compress: dh_compress -Xtutorial override_dh_gencontrol: echo "libbam-dev:Version=$(LIBBAM_PKG_VERSION)" >> debian/augustus.substvars dh_gencontrol Loading
debian/changelog +7 −0 Original line number Diff line number Diff line augustus (3.3.2+dfsg-2) UNRELEASED; urgency=medium * Use dynamic Built-Using in d/control. Closes: #924359 -- Sascha Steinbiss <satta@debian.org> Tue, 12 Mar 2019 14:08:22 +0100 augustus (3.3.2+dfsg-1) unstable; urgency=medium * New upstream release. Loading
debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, augustus-data Built-Using: samtools-legacy (= 0.1.19-2) Built-Using: libbam-dev (= ${libbam-dev:Version}) Description: gene prediction in eukaryotic genomes AUGUSTUS is a software for gene prediction in eukaryotic genomic sequences that is based on a generalized hidden Markov model (HMM), a probabilistic Loading
debian/rules +6 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export TOOLDIR = /usr/include export AUGUSTUS_CONFIG_PATH=$(CURDIR)/config export LIBBAM_PKG_VERSION=$(shell apt-cache policy libbam-dev | grep Installed | cut -f2 -d: | cut -c2-) .PHONY: bam2hints homGeneMapping checkTargetSortedness joingenes %: Loading Loading @@ -45,6 +46,7 @@ override_dh_auto_clean: $(MAKE) -C auxprogs/compileSpliceCands clean $(MAKE) -C auxprogs/filterBam clean rm -rf bin rm -f debian/*substvars override_dh_auto_build: aln2wig bam2hints bam2wig checkTargetSortedness compileSpliceCands filterBam homGeneMapping joingenes dh_auto_build Loading Loading @@ -85,3 +87,7 @@ override_dh_auto_install: override_dh_compress: dh_compress -Xtutorial override_dh_gencontrol: echo "libbam-dev:Version=$(LIBBAM_PKG_VERSION)" >> debian/augustus.substvars dh_gencontrol