[med-svn] [gatb-core] 01/05: Use cmake

Andreas Tille tille at debian.org
Tue Nov 28 10:45:00 UTC 2017


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

tille pushed a commit to branch master
in repository gatb-core.

commit 67fd9de0e7bed970df6775d70573917101b72764
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 28 10:11:49 2017 +0100

    Use cmake
---
 debian/control | 3 ++-
 debian/rules   | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8fc0440..7c16b7d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Nadiya Sitdykova <rovenskasa at gmail.com>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10)
+Build-Depends: debhelper (>= 10),
+               cmake
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gatb-core.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/gatb-core.git
diff --git a/debian/rules b/debian/rules
index e1c367c..221520b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,8 +15,7 @@
 
 
 %:
-	dh $@
-
+	dh $@ --sourcedirectory=gatb-core
 
 # dh_make generated override targets
 # This is example for Cmake (See https://bugs.debian.org/641051 )

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



More information about the debian-med-commit mailing list