[med-svn] [diamond-aligner] 07/07: Fix typo in d/rules and upload to unstable
Andreas Tille
tille at debian.org
Mon Sep 18 13:16:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository diamond-aligner.
commit eaa02742b0f5512eccee3db52b580bf63998b909
Author: Andreas Tille <tille at debian.org>
Date: Mon Sep 18 15:15:11 2017 +0200
Fix typo in d/rules and upload to unstable
---
debian/changelog | 4 ++--
debian/rules | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d27faf2..dd1fdae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-diamond-aligner (0.9.10+dfsg-1) UNRELEASED; urgency=medium
+diamond-aligner (0.9.10+dfsg-1) unstable; urgency=medium
* New upstream version
* Force the symbol with c++ explicit function template instantiation for the
@@ -6,7 +6,7 @@ diamond-aligner (0.9.10+dfsg-1) UNRELEASED; urgency=medium
* Standards-Version: 4.1.0 (no changes needed)
* Do not parse d/changelog
- -- Andreas Tille <tille at debian.org> Mon, 18 Sep 2017 13:34:51 +0200
+ -- Andreas Tille <tille at debian.org> Mon, 18 Sep 2017 14:51:21 +0200
diamond-aligner (0.9.8+dfsg-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index cec9635..f0b9e01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,15 +16,15 @@ MSSSSE3=$(shell if [ `dpkg-architecture -qDEB_BUILD_ARCH` = 'amd64' ] ; then ech
override_dh_install:
dh_install
# due to a file name conflict diamond is moved out of the way
- mkdir -p debian/$(DEB_SOURCE)/gusr/lib/debian-med/bin/
- mv debian/$(DEB_SOURCE)/gusr/bin/diamond debian/$(DEBPKGNAME)/usr/lib/debian-med/bin/
+ mkdir -p debian/$(DEB_SOURCE)/usr/lib/debian-med/bin/
+ mv debian/$(DEB_SOURCE)/usr/bin/diamond debian/$(DEB_SOURCE)/usr/lib/debian-med/bin/
override_dh_installman:
dh_installman
# due to a file name conflict diamond.1 is moved out of the way
- mkdir -p debian/$(DEB_SOURCE)/gusr/lib/debian-med/share/man/man1/
- mv debian/$(DEB_SOURCE)/gusr/share/man/man1/diamond.1 debian/$(DEBPKGNAME)/usr/lib/debian-med/share/man/man1/
- gzip -9 debian/$(DEB_SOURCE)/gusr/lib/debian-med/share/man/man1/diamond.1
+ mkdir -p debian/$(DEB_SOURCE)/usr/lib/debian-med/share/man/man1/
+ mv debian/$(DEB_SOURCE)/usr/share/man/man1/diamond.1 debian/$(DEB_SOURCE)/usr/lib/debian-med/share/man/man1/
+ gzip -9 debian/$(DEB_SOURCE)/usr/lib/debian-med/share/man/man1/diamond.1
override_dh_compress:
dh_compress --exclude=.pdf
@@ -32,7 +32,7 @@ override_dh_compress:
override_dh_fixperms:
dh_fixperms
# strangely the manpage becomes executable ... hmmm
- chmod -x debian/$(DEB_SOURCE)/gusr/lib/debian-med/share/man/man1/*
+ chmod -x debian/$(DEB_SOURCE)/usr/lib/debian-med/share/man/man1/*
build_simple:
MSSSSE3=$(MSSSSE3) build_simple.sh
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/diamond-aligner.git
More information about the debian-med-commit
mailing list