[proftpd-dfsg] 01/01: remove "-l option" from dh_shlibdeps call.

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Tue Nov 29 09:11:51 UTC 2016


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 3a0f8dd4c4db5ff424581b46b1af417a029576fc
Author: Hilmar Preuße <hille42 at web.de>
Date:   Tue Nov 29 10:10:50 2016 +0100

    remove "-l option" from dh_shlibdeps call.
---
 debian/changelog | 2 +-
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d05022..c7a32aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,13 +31,13 @@ proftpd-dfsg (1.3.5a-2) UNRELEASED; urgency=medium
   * lintian "E: proftpd-basic: init.d-script-needs-depends-on-lsb-base (...)"
   * lintian "E: proftpd-dfsg source: build-depends-on-obsolete-package
     build-depends: libmysqlclient-dev => default-libmysqlclient-dev"
-    (Closes: #845898)
   * Same URL for Vcs-Git & Vcs-Browser in control file.
   * Some suggestions by Mattia Rizzolo <mattia at debian.org> for d/rules
     - Update of config.{sub,guess} is done by dh_update_autotools_config
     - build done by dh_auto_build, instead of manual "make all"
     - call dh_auto_clean instead of manual "make distclean"
     - replace some install calls by entries in $package.install files
+    - remove "-l option" from dh_shlibdeps call
 
   [1] https://lists.debian.org/debian-devel-announce/2016/11/msg00001.html
 
diff --git a/debian/rules b/debian/rules
index fd83e39..9a1ded0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -157,10 +157,10 @@ binary-arch: checkroot build install
 	dh_compress -a
 	dh_fixperms -a
 	dh_makeshlibs -a
-	dh_shlibdeps -a -l$(CURDIR)/debian/tmp/usr/lib/$(NAME)
+	dh_shlibdeps -a
 	dh_installdeb -a
 	dh_perl -a
-	dh_gencontrol -a 
+	dh_gencontrol -a
 	dh_strip -a
 	dh_md5sums -a
 	dh_fixperms -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