[SCM] telepathy-qt4 packaging branch, master, updated. debian/0.9.3-1-12-ga4050a1

Diane Trout diane-guest at moszumanska.debian.org
Sun Jan 19 17:05:52 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kde-telepathy/telepathy-qt4.git;a=commitdiff;h=f02a81b

The following commit has been merged in the master branch:
commit f02a81b9ed0915a9b7f390d46695abf59786ad2e
Author: Diane Trout <diane at ghic.org>
Date:   Sun Jan 19 09:03:41 2014 -0800

    Simplify debian/rules by removing override_dh_strip and override_dh_install and passing their arguments to the default dh rule.
---
 debian/changelog | 2 ++
 debian/rules     | 8 +-------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 338c02c..0bcaa9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ telepathy-qt (0.9.3-3) UNRELEASED; urgency=low
   * Remove version requirement from pkg-config dependency (Closes: #734489)
   * Update Standards-Version to 3.9.5. No Changes needed.
   * Update debian/libtelepathy-qt4-2.symbols for 0.9.3 symbols.
+  * Simplify debian/rules by removing override_dh_strip and override_dh_install
+    and passing their arguments to the default dh rule.
 
  -- Diane Trout <diane at ghic.org>  Sun, 12 Jan 2014 11:09:28 -0800
 
diff --git a/debian/rules b/debian/rules
index 9e1b48f..fa73c49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/architecture.mk
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --dbg-package=libtelepathy-qt4-dbg --list-missing
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DDISABLE_WERROR=ON -DHAVE_DOT=YES \
@@ -18,12 +18,6 @@ endif
 # Do not run tests, as they fall into race conditions sometimes
 override_dh_auto_test:
 
-override_dh_strip:
-	dh_strip --dbg-package=libtelepathy-qt4-dbg
-
-override_dh_install:
-	dh_install --list-missing
-
 # -i is for the doc package, which doesn't depend on the shared library
 override_dh_installdocs:
 	dh_installdocs -a --link-doc=libtelepathy-qt4-2

-- 
telepathy-qt4 packaging



More information about the pkg-kde-commits mailing list