[rstudio] 02/05: Initial debian/rules.
Bertrand Marc
bbk-guest at moszumanska.debian.org
Sun Sep 27 09:29:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
bbk-guest pushed a commit to branch master
in repository rstudio.
commit 993f7a74d5f4d1b9c22443fecb877324a422ab43
Author: Bertrand Marc <beberking at gmail.com>
Date: Sat Sep 26 16:30:23 2015 +0200
Initial debian/rules.
---
debian/rules | 21 +++++----------------
1 file changed, 5 insertions(+), 16 deletions(-)
diff --git a/debian/rules b/debian/rules
index f40d0a6..922bd13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,21 +1,10 @@
#!/usr/bin/make -f
-# DH_VERBOSE := 1
-
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#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}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables you can
-# include /usr/share/cdbs/1/rules/buildvars.mk
-# and use what is set there. Any hint whether dh might set variables in
-# a similar manner are welcome.
-
%:
dh $@ --buildsystem=cmake
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DQT_QMAKE_EXECUTABLE=qmake \
+ -DCMAKE_BUILD_TYPE=Release
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/rstudio.git
More information about the debian-science-commits
mailing list