[med-svn] [Git][med-team/sniffles][master] 3 commits: Use dh_installman rather than debian/manpages

Afif Elghraoui gitlab at salsa.debian.org
Sun Jul 8 05:52:42 BST 2018


Afif Elghraoui pushed to branch master at Debian Med / sniffles


Commits:
e7f218e5 by Afif Elghraoui at 2018-07-08T00:44:17-04:00
Use dh_installman rather than debian/manpages

The latter fails with `dpkg-buildpackage -B` because the file is
apparently checked for existence before it is built.

Closes: #903192

- - - - -
b61ef3db by Afif Elghraoui at 2018-07-08T00:50:31-04:00
releasing package sniffles version 1.0.8+ds-2

- - - - -
025c00a6 by Afif Elghraoui at 2018-07-08T00:51:09-04:00
Merge branch 'master' of ssh://salsa.debian.org/med-team/sniffles

- - - - -


3 changed files:

- debian/changelog
- − debian/manpages
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sniffles (1.0.8+ds-2) unstable; urgency=low
+
+  * Use dh_installman rather than debian/manpages (Closes: #903192)
+
+ -- Afif Elghraoui <afif at debian.org>  Sun, 08 Jul 2018 00:49:22 -0400
+
 sniffles (1.0.8+ds-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/manpages deleted
=====================================
--- a/debian/manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/sniffles.1


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,8 @@ override_dh_auto_test:
 	bin/sniffles-*/sniffles -m test_set/reads_region.bam -v test.vcf
 
 ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
-build: debian/sniffles.1
+override_dh_installman: debian/sniffles.1
+	dh_installman $^
 else
 override_dh_installman: ;
 endif



View it on GitLab: https://salsa.debian.org/med-team/sniffles/compare/d1bdb7fc6ed2b6fa8b3f743875c492665b940101...025c00a6981579342ecf92b9a14999ccbd8cc44a

-- 
View it on GitLab: https://salsa.debian.org/med-team/sniffles/compare/d1bdb7fc6ed2b6fa8b3f743875c492665b940101...025c00a6981579342ecf92b9a14999ccbd8cc44a
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/20180708/9cf8ce0a/attachment-0001.html>


More information about the debian-med-commit mailing list