[med-svn] [Git][med-team/murasaki][master] 3 commits: Standards-Version: 4.2.1

Andreas Tille gitlab at salsa.debian.org
Mon Oct 8 13:00:01 BST 2018


Andreas Tille pushed to branch master at Debian Med / murasaki


Commits:
11eb1491 by Andreas Tille at 2018-10-08T10:19:39Z
Standards-Version: 4.2.1

- - - - -
cbaef838 by Andreas Tille at 2018-10-08T10:40:58Z
Provide copies of manpages instead of broken symlinks

- - - - -
d949172e by Andreas Tille at 2018-10-08T10:54:37Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+murasaki (1.68.6-8) unstable; urgency=medium
+
+  * Standards-Version: 4.2.1
+  * Provide copies of manpages instead of broken symlinks
+    Closes: #910421
+
+ -- Andreas Tille <tille at debian.org>  Mon, 08 Oct 2018 12:49:39 +0200
+
 murasaki (1.68.6-7) unstable; urgency=medium
 
   * debhelper 11


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 11~),
                libcrypto++-dev,
                libpstreams-dev,
                libopenmpi-dev
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Vcs-Browser: https://salsa.debian.org/med-team/murasaki
 Vcs-Git: https://salsa.debian.org/med-team/murasaki.git
 Homepage: http://murasaki.dna.bio.keio.ac.jp/wiki/


=====================================
debian/rules
=====================================
@@ -35,13 +35,13 @@ override_dh_installman-indep:
 	done
 	find $(CMANDIR) -empty -delete
 
-override_dh_link:
-	dh_link
+override_dh_installman-arch:
+	dh_installman -a
 	mkdir -p $(MMANDIR)
-	for man in $(MANDIR)/* ; do \
-	    ln -s `basename $${man}`.gz $(MMANDIR)/`basename $${man} .1`-mpi.1.gz ; \
+	for man in $(MANDIR)/*.1 ; do \
+	    cp -a $${man} $(MMANDIR)/`basename $${man} .1`-mpi.1 ; \
 	done
-
+	
 override_dh_install-arch:
 	dh_install -a
 	# using wildcards in install files is practical but it duplicates some files



View it on GitLab: https://salsa.debian.org/med-team/murasaki/compare/d963713feafb191ef4e34b254ef15b59bf10b0e6...d949172e1fb041130e1f261d59d3f3e5b9c370d0

-- 
View it on GitLab: https://salsa.debian.org/med-team/murasaki/compare/d963713feafb191ef4e34b254ef15b59bf10b0e6...d949172e1fb041130e1f261d59d3f3e5b9c370d0
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/20181008/a2829915/attachment-0001.html>


More information about the debian-med-commit mailing list