[med-svn] [Git][med-team/mummer][master] 7 commits: Fix FTCBFS: Let dh_auto_build pass cross tools to make
Andreas Tille
gitlab at salsa.debian.org
Mon Jun 11 07:58:42 BST 2018
Andreas Tille pushed to branch master at Debian Med / mummer
Commits:
d521904c by Andreas Tille at 2018-06-11T08:06:22+02:00
Fix FTCBFS: Let dh_auto_build pass cross tools to make
- - - - -
bcb1c2c9 by Andreas Tille at 2018-06-11T08:12:09+02:00
Standards-Version: 4.1.4, Point Vcs-fields to Salsa
- - - - -
c1e48d97 by Andreas Tille at 2018-06-11T08:12:56+02:00
debhelper 11
- - - - -
7496c846 by Andreas Tille at 2018-06-11T08:33:19+02:00
Silence lintian about not mentioned patch
- - - - -
d574b8d4 by Andreas Tille at 2018-06-11T08:37:25+02:00
doc-base: debhelper 11 moves docs to /usr/share/doc/mummer - adapt path
- - - - -
f896a3af by Andreas Tille at 2018-06-11T08:38:16+02:00
Spelling
- - - - -
e435a7f2 by Andreas Tille at 2018-06-11T08:41:01+02:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/mummer-doc.README.Debian
- debian/mummer-doc.doc-base
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+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 at debian.org> Mon, 11 Jun 2018 08:38:49 +0200
+
mummer (3.23+dfsg-3) unstable; urgency=low
* Team upload
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Charles Plessy <plessy at 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
=====================================
debian/mummer-doc.README.Debian
=====================================
--- a/debian/mummer-doc.README.Debian
+++ b/debian/mummer-doc.README.Debian
@@ -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
=====================================
debian/mummer-doc.doc-base
=====================================
--- a/debian/mummer-doc.doc-base
+++ b/debian/mummer-doc.doc-base
@@ -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
=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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)"
View it on GitLab: https://salsa.debian.org/med-team/mummer/compare/ebfeb323fe4a955112c06f3f798314215d61ea27...e435a7f2c49d8d93fb532ef49887f14d488f5dc8
--
View it on GitLab: https://salsa.debian.org/med-team/mummer/compare/ebfeb323fe4a955112c06f3f798314215d61ea27...e435a7f2c49d8d93fb532ef49887f14d488f5dc8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180611/6addaca1/attachment-0001.html>
More information about the debian-med-commit
mailing list