summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Stojiljkovic <aleksandar.stojiljkovic@nokia.com>2011-05-03 23:07:03 +0300
committerAleksandar Stojiljkovic <aleksandar.stojiljkovic@nokia.com>2011-05-03 23:07:03 +0300
commit786cd042a6622e6abc73b7aec26c64b8cacc2129 (patch)
treec498ce4b21fdcab0bc770e20c4aff00bfc76125e
parent7aac6c99df60af961fb0acf14d6f050695756174 (diff)
Debian packaging fix - root folder name differs from project filename.
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f78427d..d3972be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-qmlshadersplugin (1.0~git20110414~1) UNRELEASED; urgency=low
+qmlshadersplugin (1.0~git20110414-2) unstable; urgency=low
+
+ * Debian packaging fix.
+
+ -- Aleksandar Stojiljkovic <aleksandar.stojiljkovic@nokia.com> Thu, 03 May 2011 10:58:07 +0300
+
+qmlshadersplugin (1.0~git20110414~1) unstable; urgency=low
* Debian packaging for the whole project
diff --git a/debian/rules b/debian/rules
index ee1eef2..b283090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ QMAKE_OPTIONS += QMAKE_STRIP=echo
build: build-stamp
build-stamp:
dh_testdir
- qmake -r $(QMAKE_OPTIONS)
+ qmake -r $(QMAKE_OPTIONS) ./qmlshadersplugin.pro
+$(MAKE) $(PARALLEL_MAKEFLAGS)
ifneq (0,$(MAKEDEMOS))
qmake -r $(QMAKE_OPTIONS) ./demos.pro -o Makefile_demos