[SCM] libaccounts-glib packaging branch, master, updated. 4026e958a0ddd15108b6609ccf8fefa8d7b9649b

Diane Trout diane at moszumanska.debian.org
Thu Aug 20 06:43:23 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libaccounts-glib.git;a=commitdiff;h=4026e95

The following commit has been merged in the master branch:
commit 4026e958a0ddd15108b6609ccf8fefa8d7b9649b
Author: Diane Trout <diane at ghic.org>
Date:   Wed Aug 19 23:23:48 2015 -0700

    Replace $(overridden_command) with dh_strip
    
    The previous $(overridden_command) wasn't working,
    and I was getting unstrippped binaries. This does
    work, although is a bit heavy handed.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0449a62..4a982fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libaccounts-glib (1.18+20150112-1~) UNRELEASED; urgency=medium
   * Add myself to uploaders after checking with Maxy
   * Remove XS-Testsuite: autopkgtest from control. See:
     https://lintian.debian.org/tags/xs-testsuite-header-in-debian-control.html
+  * Replace $(overridden_command) with dh_strip
 
  -- Maximiliano Curia <maxy at debian.org>  Thu, 23 Apr 2015 19:36:49 +0200
 
diff --git a/debian/rules b/debian/rules
index 3d3870e..14309f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ override_dh_auto_test:
 	  xvfb-run -a dbus-launch --exit-with-session dh_auto_test
 
 override_dh_strip:
-	$(overridden_command) --dbg-package=libaccounts-glib-dbg
+	dh_strip --dbg-package=libaccounts-glib-dbg
 
 %:
 	dh $@ --with autoreconf,python2

-- 
libaccounts-glib packaging



More information about the pkg-kde-commits mailing list