[med-svn] [ncbi-vdb] 02/03: Fix schema paths
Andreas Tille
tille at debian.org
Thu Sep 1 09:50:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ncbi-vdb.
commit 569dce6c8594d1554269b78e31587daa03e24b4f
Author: Andreas Tille <tille at debian.org>
Date: Thu Sep 1 11:41:48 2016 +0200
Fix schema paths
---
debian/changelog | 6 ++++++
debian/rules | 1 +
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 551be10..5b14884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ncbi-vdb (2.7.0+dfsg-4) unstable; urgency=medium
+
+ * Fix schema paths
+
+ -- Andreas Tille <tille at debian.org> Thu, 01 Sep 2016 11:41:36 +0200
+
ncbi-vdb (2.7.0+dfsg-3) unstable; urgency=medium
* Fix build on i386 (Thanks to Aaron M. Ucko for the hint)
diff --git a/debian/rules b/debian/rules
index 626ec17..3e2f46d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -90,5 +90,6 @@ override_dh_auto_install:
schemafile=`basename $${schema}` ; \
schemadir=`basename $$(dirname $${schema})` ; \
mkdir -p $(SCHEMADIR)/$${schemadir} ; \
+ sed -i "s:^include ':&/usr/lib/ncbi-vdb/:" $${schema} ; \
mv $${schema} $(SCHEMADIR)/$${schemadir} ; \
done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git
More information about the debian-med-commit
mailing list