[med-svn] [libgkarrays] 01/03: Fix header installation path

Andreas Tille tille at debian.org
Mon Sep 12 12:35:09 UTC 2016


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

tille pushed a commit to branch master
in repository libgkarrays.

commit e219389a37876068d06f63da2c4072d5c12ea16f
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 12 14:17:25 2016 +0200

    Fix header installation path
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index deec47c..c6f71e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,15 +11,12 @@ VERSION        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}' |
 
 override_dh_install:
 	dh_install
-	rm -f debian/tmp/usr/include/libGkArrays-*/*.cxx
-	# find debian/tmp/usr/include -type l -delete
 	d-shlibmove --commit \
 		    --multiarch \
 		    --devunversioned \
 		    --exclude-la \
 		    --override s/libProgressBar0-dev/zlib1g-dev/ \
-		    --movedev debian/tmp/usr/include/libGkArrays-$(VERSION)/ usr/include \
-		    --movedev debian/tmp/usr/include/libProgressBar-1.2.0/ usr/include \
+		    --movedev debian/tmp/usr/include usr \
 		    --movedev debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig usr/lib/$(DEB_HOST_MULTIARCH) \
 		    debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libGkArrays.so
 	# now move libProgressBar manually
@@ -29,5 +26,3 @@ override_dh_install:
 	mv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libProgressBar.a debian/libgkarrays-dev/usr/lib/$(DEB_HOST_MULTIARCH)
 
 # the override is pure cheating since otherwise we's need to package zlib1g-dev separately
-#
-# d-shlibmove --commit --multiarch --devunversioned --override s/libProgressBar0-dev/libbpp-seq-dev/ debian/tmp/usr/lib/*/libGkArrays.so

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



More information about the debian-med-commit mailing list