[med-svn] [emboss] 03/06: Make sure data are really in th directory where they will be copied from

Andreas Tille tille at debian.org
Tue Dec 1 16:51:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository emboss.

commit 25c0942d3d585ccf9e25f6797d8c84826420c496
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 1 16:02:38 2015 +0100

    Make sure data are really in th directory where they will be copied from
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1ae92f5..5084edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ emboss (6.6.0+dfsg-2) UNRELEASED; urgency=medium
     Closes: #762673
   * cme fix dpkg-control
   * incorporate changes from biolinux (see below)
+  * Make sure data are really in th directory where they will be copied from
+    Closes: #806022
 
  -- Andreas Tille <tille at debian.org>  Sat, 25 Oct 2014 20:08:17 +0200
 
diff --git a/debian/rules b/debian/rules
index b8a697c..0c369ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,9 @@ override_dh_auto_install-arch:
 	uudecode -o debian/emboss-doc/usr/share/EMBOSS/doc/manuals/EMBOSS_qg.pdf debian/EMBOSS_qg_new.pdf.uu
 
 override_dh_auto_install-indep:
+	### While the next call repeats a statement from install-arch it is needed to get the
+	### data dir right into place.  Make should be clever enough to not duplicate the process
+	$(MAKE) -C emboss install DESTDIR=$(EMBOSS-TMP)
 	$(MAKE) -C jemboss install DESTDIR=$(CURDIR)/debian/jemboss bindir=/usr/bin
 	# install target seems to remove executable flag which is claimed by lintian
 	find debian/jemboss/usr/share/EMBOSS/jemboss/utils -type f -not -executable -name "*sh" -exec chmod a+x \{\} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/emboss.git



More information about the debian-med-commit mailing list