Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
7
update homepage URL
· f1c0778d
Michael R. Crusoe
authored
Feb 18, 2019
f1c0778d
Mark mira-doc as Multi-Arch: foreign
· 442690a0
Michael R. Crusoe
authored
Feb 18, 2019
442690a0
Secure URI in copyright format; Standards-Version: 4.3.0
· c162cb46
Michael R. Crusoe
authored
Feb 18, 2019
c162cb46
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
· 087de19d
Michael R. Crusoe
authored
Feb 18, 2019
087de19d
Remove trailing whitespace in debian/changelog
· dde3e4cc
Michael R. Crusoe
authored
Feb 18, 2019
dde3e4cc
Remove trailing whitespace in debian/control
· 359c17b9
Michael R. Crusoe
authored
Feb 18, 2019
359c17b9
Remove trailing whitespace in debian/copyright
· b10f26fe
Michael R. Crusoe
authored
Feb 18, 2019
b10f26fe
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b10f26fe
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
...
...
debian/control
View file @
b10f26fe
...
...
@@ -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: http
s
://
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
...
...
debian/copyright
View file @
b10f26fe
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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
...
...
debian/rules
View file @
b10f26fe
...
...
@@ -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
...
...