[proftpd-dfsg] 01/01: Leave strip to dh tool chain (see #884558).

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Sun Dec 17 09:48:52 UTC 2017


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

hilmar-guest pushed a commit to branch master
in repository proftpd-dfsg.

commit 50874830c0e3d56ad3dc48629671d8dfaed5a40b
Author: Hilmar Preusse <hille at amd64-sid>
Date:   Sun Dec 17 10:46:59 2017 +0100

    Leave strip to dh tool chain (see #884558).
---
 debian/changelog | 7 +++++++
 debian/rules     | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 683c171..902c884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,13 @@ proftpd-dfsg (1.3.5e-1) UNRELEASED; urgency=medium
   * At postinst change permissions of some *.conf files
     (closes: #638955)
 
+  [ Hilmar Preuße ]
+  * Disable stripping in install stage, leave that job to dh tools.
+    Thanks to Helmut Grohne <helmut at subdivi.de> for report and patch.
+    (Closes: #884558)
+  * Call "dh_strip -a" before "dh_gencontrol -a" to generate dbgsym
+    packages.
+
  -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 07 Jul 2017 12:06:53 +0200
 
 proftpd-dfsg (1.3.5d-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index b36c531..6605ea1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,8 @@ CONF_ARGS := --prefix=/usr \
 	     --with-includes=$(shell pg_config --includedir):$(shell mysql_config --include|sed -e 's/-I//') \
 	     --mandir=/usr/share/man --sysconfdir=/etc/$(NAME) --localstatedir=/run --libexecdir=/usr/lib/$(NAME) \
 	     --enable-sendfile --enable-facl --enable-dso --enable-autoshadow --enable-ctrls --with-modules=mod_readme \
-	     --enable-ipv6 --enable-nls --enable-memcache --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT)
+	     --enable-ipv6 --enable-nls --enable-memcache --with-lastlog=/var/log/lastlog --enable-pcre $(DEVELOPT) \
+	     --disable-strip
 
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   CONF_ARGS += --build $(DEB_HOST_GNU_TYPE)
@@ -144,8 +145,8 @@ binary-arch: checkroot build install
 	dh_shlibdeps -a
 	dh_installdeb -a
 	dh_perl -a
-	dh_gencontrol -a
 	dh_strip -a
+	dh_gencontrol -a
 	dh_md5sums -a
 	dh_fixperms -a
 	dh_builddeb -a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git



More information about the Pkg-proftpd-maintainers mailing list