[med-svn] [manta] 02/02: Get some buildable package

Andreas Tille tille at debian.org
Sat Feb 11 21:43:53 UTC 2017


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

tille pushed a commit to branch master
in repository manta.

commit dee3b1852c8d555e45ae849b0a1128674006ad38
Author: Andreas Tille <tille at debian.org>
Date:   Sat Feb 11 22:43:39 2017 +0100

    Get some buildable package
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 010ee79..a65f333 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
 #DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
 #VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
 #DEBFLAVOR      := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
 #DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
 #GIT_TAG        := $(subst ~,_,$(VERSION))
 
@@ -25,4 +25,4 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE=Release
 	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
+	DESTDIR=$(CURDIR)/debian/$(DEBPKGNAME) dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)

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



More information about the debian-med-commit mailing list