Skip to content
Commits on Source (7)
mummer (3.23+dfsg-4) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #901261)
[ Andreas Tille ]
* Standards-Version: 4.1.4
* Point Vcs-fields to Salsa
* debhelper 11
* doc-base: debhelper 11 moves docs to /usr/share/doc/mummer - adapt path
-- Andreas Tille <tille@debian.org> Mon, 11 Jun 2018 08:38:49 +0200
mummer (3.23+dfsg-3) unstable; urgency=low
* Team upload
......
......@@ -5,13 +5,13 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Charles Plessy <plessy@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
texlive-latex-base,
texlive-latex-recommended,
texlive-fonts-recommended
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mummer.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/mummer.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/mummer
Vcs-Git: https://salsa.debian.org/med-team/mummer.git
Homepage: http://mummer.sourceforge.net/
Package: mummer
......
......@@ -2,7 +2,7 @@ mummer for Debian
-----------------
The original tarball contained four papers about MUMmer in PDF
format. Because we have neither an explicite license nor the
format. Because we have neither an explicit license nor the
source of these PDFs they were removed from the tarball. All
these papers are published at
......
......@@ -14,7 +14,7 @@ Abstract: MUMmer is a system for rapidly aligning entire genomes, whether in
Section: Science/Biology
Format: pdf
Files: /usr/share/doc/mummer-doc/*.pdf /usr/share/doc/mummer-doc/*.pdf
Files: /usr/share/doc/mummer/*.pdf
Format: HTML
Index: /usr/share/doc/mummer-doc/html/index.html
......
......@@ -6,4 +6,5 @@ hardening.patch
spelling.patch
addition_from_mugsy.patch
0009-improve-performance-of-delta2maf.patch
# most probably broken see bug #843621 addition_from_report_duplicates.patch
# most probably broken see bug #843621
# addition_from_report_duplicates.patch
......@@ -19,7 +19,7 @@ FINAL_SCRIPT_DIR = /usr/share/perl5/
override_dh_auto_build:
[ -d $(BIN_DIR) ] || mkdir -p $(BIN_DIR)
[ -d $(AUX_BIN_DIR) ] || mkdir -p $(AUX_BIN_DIR)
$(MAKE) BIN_DIR=$(BIN_DIR) AUX_BIN_DIR=$(AUX_BIN_DIR) \
dh_auto_build -- BIN_DIR=$(BIN_DIR) AUX_BIN_DIR=$(AUX_BIN_DIR) \
FINAL_BIN_DIR=$(FINAL_BIN_DIR) FINAL_AUX_BIN_DIR=$(FINAL_AUX_BIN_DIR) \
FINAL_SCRIPT_DIR=$(FINAL_SCRIPT_DIR) \
CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)"
......