Skip to content

Commits on Source 7

mira (4.9.6-5) UNRELEASED; urgency=medium
[ Andreas Tille ]
* Remove unneeded get-orig-source target
[ Michael R. Crusoe ]
* Update homepage URL
* Mark mira-doc as Multi-Arch: foreign
* Secure URI in copyright format
* Standards-Version: 4.3.0; no changes needed
* Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/control
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Wed, 19 Sep 2018 22:41:27 +0200
mira (4.9.6-4) unstable; urgency=medium
......
......@@ -25,10 +25,10 @@ Build-Depends: debhelper (>= 11~),
libboost-iostreams-dev
Build-Depends-Indep: docbook-xsl,
dblatex
Standards-Version: 4.2.1
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/mira
Vcs-Git: https://salsa.debian.org/med-team/mira.git
Homepage: http://chevreux.org/projects_mira.html
Homepage: https://sourceforge.net/p/mira-assembler/wiki/Home/
Package: mira-assembler
Architecture: any
......@@ -73,6 +73,7 @@ Description: extract of RFAM 12 rRNA database
Package: mira-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: mira-assembler
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Bastien Chevreux <bach@chevreux.org>
Source: http://jaist.dl.sourceforge.net/project/mira-assembler/MIRA/V3rc2/mira-3rc2.tar.bz2
......
......@@ -23,9 +23,14 @@ override_dh_auto_install-indep:
doc/docbook/doccss doc/docbook/DefinitiveGuideToMIRA.html || true
override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
make check
endif
override_dh_auto_test-indep:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo no tests for -indep
endif
override_dh_auto_build-arch:
# some *.cc files are created by old flex version which breaks the build
......