[med-svn] [Git][med-team/htslib][master] 7 commits: routine-update: debhelper-compat 13
Andreas Tille
gitlab at salsa.debian.org
Mon Aug 3 12:38:25 BST 2020
Andreas Tille pushed to branch master at Debian Med / htslib
Commits:
c8ef5c79 by Andreas Tille at 2020-08-03T11:37:50+02:00
routine-update: debhelper-compat 13
- - - - -
6bbf2835 by Andreas Tille at 2020-08-03T11:37:56+02:00
routine-update: Add salsa-ci file
- - - - -
4f1bd51f by Andreas Tille at 2020-08-03T11:48:20+02:00
Remove default debian/gbp.conf
- - - - -
c538f85b by Andreas Tille at 2020-08-03T11:53:06+02:00
Install bgzip.1 manpage
- - - - -
1f75fcd2 by Andreas Tille at 2020-08-03T13:06:26+02:00
Workaround issue with dh_missing
- - - - -
704d3b44 by Andreas Tille at 2020-08-03T13:18:24+02:00
Revert Files-Excluded (since there is no good reason to just exclude autoconf results)
- - - - -
7b9cd001 by Andreas Tille at 2020-08-03T13:26:42+02:00
Upload to unstable
- - - - -
8 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/gbp.conf
- + debian/libhts3.manpages
- debian/rules
- + debian/salsa-ci.yml
- debian/tabix.manpages
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+htslib (1.10.2-5) unstable; urgency=medium
+
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Remove default debian/gbp.conf
+ * Install bgzip.1 manpage
+ * Workaround issue with dh_missing
+
+ -- Andreas Tille <tille at debian.org> Mon, 03 Aug 2020 13:19:08 +0200
+
htslib (1.10.2-4) unstable; urgency=medium
* d/control: Added Rules-Requires-Root: no
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Charles Plessy <plessy at debian.org>,
Steffen Moeller <moeller at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-exec,
libbz2-dev,
libcurl4-gnutls-dev,
=====================================
debian/copyright
=====================================
@@ -2,11 +2,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: htslib
Upstream-Contact: samtools-devel at lists.sourceforge.net
Source: https://github.com/samtools/htslib/releases
-Files-Excluded:
- aclocal.m4
- config.h.in
- configure
-
Files: *
Copyright: © 2012-2016 Genome Research Ltd.
=====================================
debian/gbp.conf deleted
=====================================
@@ -1,5 +0,0 @@
-# This package uses pristine-tar, and does not follow the canonical layout of git-buildpackage.
-
-[dch]
-# include 7 digits of the commit id in the changelog enty:
-id-length = 7
=====================================
debian/libhts3.manpages
=====================================
@@ -0,0 +1 @@
+htslib-s3-plugin.7
=====================================
debian/rules
=====================================
@@ -94,6 +94,11 @@ override_dh_installdocs:
override_dh_installchangelogs:
dh_installchangelogs NEWS
+override_dh_missing:
+ # FIXME: No idea why these files are remaining in debian/tmp
+ rm -rf debian/tmp/usr/bin debian/tmp/usr/share/man
+ dh_missing
+
override_dh_fixperms:
dh_fixperms
find debian -name simple_test_driver.sh -exec chmod +x \{\} \;
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/tabix.manpages
=====================================
@@ -1,2 +1,3 @@
htsfile.1
tabix.1
+bgzip.1
View it on GitLab: https://salsa.debian.org/med-team/htslib/-/compare/e72af99a52b13904c2c081bb3bb30602be5cc9af...7b9cd0012281e75e744714653ea924d2bf84b9ce
--
View it on GitLab: https://salsa.debian.org/med-team/htslib/-/compare/e72af99a52b13904c2c081bb3bb30602be5cc9af...7b9cd0012281e75e744714653ea924d2bf84b9ce
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/20200803/85a9e115/attachment-0001.html>
More information about the debian-med-commit
mailing list