[cb2bib] 06/14: debian/rules: remove old cruft bugging the call to qmake.

Filippo Rusconi lopippo at moszumanska.debian.org
Mon Aug 17 13:34:53 UTC 2015


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

lopippo pushed a commit to branch master
in repository cb2bib.

commit 69e49a842115f7a3c1ee79de98f04b3d0bec6e1b
Author: Filippo Rusconi (Uploading Debian Developer) <lopippo at debian.org>
Date:   Mon Aug 17 10:48:26 2015 +0200

    debian/rules: remove old cruft bugging the call to qmake.
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6d83d91..d8b0600 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,9 +9,7 @@ BUILDDIR=$(CURDIR)/debian/build
 
 override_dh_auto_configure:
 	mkdir -p $(BUILDDIR)
-	cd $(BUILDDIR) && qmake \
-		-D CMAKE_INSTALL_PREFIX=/usr \
-		../../
+	cd $(BUILDDIR) && qmake ../../
 
 debian/cb2bib.xpm: src/icons/cb2bib.png
 	convert src/icons/cb2bib.png -resize 32x32 debian/cb2bib.xpm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cb2bib.git



More information about the debian-science-commits mailing list