[SCM] qtjsbackend packaging branch, master, updated. c9cfe45d5e213a405e937d87bbad0c9f2cf38931

Timo Jyrinki timo at alioth.debian.org
Mon Jan 7 06:44:58 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtjsbackend.git;a=commitdiff;h=c9cfe45

The following commit has been merged in the master branch:
commit c9cfe45d5e213a405e937d87bbad0c9f2cf38931
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Mon Jan 7 06:44:34 2013 +0000

    Tested building with the final release. Allow debug.
---
 debian/changelog |    4 ++--
 debian/copyright |    2 +-
 debian/rules     |    4 ++++
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f554bd..ff6b9e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-qtjsbackend-opensource-src (5.0.0~rc2-1) unstable; urgency=low
+qtjsbackend-opensource-src (5.0.0-1) unstable; urgency=low
 
   * Initial release.
 
- -- Fathi Boudra <fabo at debian.org>  Sun, 02 Sep 2012 19:16:36 +0300
+ -- Timo Jyrinki <timo at debian.org>  Mon, 07 Jan 2013 06:43:38 +0000
diff --git a/debian/copyright b/debian/copyright
index 5f71c00..b7a9aea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: qtjsbackend-opensource-src
-Source: http://origin.releases.qt-project.org/qt5.0/rc2/submodules_tar/
+Source: http://releases.qt-project.org/qt5/5.0.0/submodules_tar/
 
 Files: *
 Copyright: 2006-2012, the V8 project authors. All rights reserved.
diff --git a/debian/rules b/debian/rules
index fbea79b..f1dbfb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 override_dh_auto_configure:
 	qmake
 
+override_dh_auto_install:
+	# Allow debug packages
+	make install INSTALL_ROOT=$(CURDIR)/debian/tmp STRIP=echo
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
qtjsbackend packaging



More information about the pkg-kde-commits mailing list