[proftpd-dfsg] 01/01: E: proftpd-dfsg source: build-depends-on-obsolete-package build-depends: libmysqlclient-dev => default-libmysqlclient-dev
Hilmar Preuße
hilmar-guest at moszumanska.debian.org
Tue Nov 1 22:06:13 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 e5e23cf13332461ba01e5d6772c5845e5b5b9082
Author: Hilmar Preusse <hille at amd64-sid>
Date: Tue Nov 1 23:05:36 2016 +0100
E: proftpd-dfsg source: build-depends-on-obsolete-package build-depends: libmysqlclient-dev => default-libmysqlclient-dev
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/control.in | 2 +-
debian/rules | 3 ++-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8cca6ba..dd42274 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ proftpd-dfsg (1.3.5a-2) UNRELEASED; urgency=medium
</quote>
* lintian "W: invalid-short-name-in-dep5-copyright bsd" (BSD-3-clause).
* lintian "E: proftpd-basic: init.d-script-needs-depends-on-lsb-base (...)"
+ * E: proftpd-dfsg source: build-depends-on-obsolete-package build-depends:
+ libmysqlclient-dev => default-libmysqlclient-dev
* Same URL for Vcs-Git & Vcs-Browser in control file.
* Some suggestions by Mattia Rizzolo <mattia at debian.org> for debian/rules
- Update of config.{sub,guess} is done by dh_update_autotools_config
diff --git a/debian/control b/debian/control
index 36c814a..d7982f2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: autotools-dev,
libattr1-dev,
libcap-dev [linux-any],
libldap2-dev,
- libmysqlclient-dev,
+ default-libmysqlclient-dev,
libncurses5-dev,
libpam-dev,
libpcre3-dev,
diff --git a/debian/control.in b/debian/control.in
index 307f5ce..a8044b3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,7 +10,7 @@ Build-Depends: autotools-dev,
libattr1-dev,
libcap-dev [linux-any],
libldap2-dev,
- libmysqlclient-dev,
+ default-libmysqlclient-dev,
libncurses5-dev,
libpam-dev,
libpcre3-dev,
diff --git a/debian/rules b/debian/rules
index b072176..c6c5642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,8 @@ configure-stamp:
dh_update_autotools_config
./configure $(shell dpkg-buildflags --export=configure) $(CONF_ARGS) --with-shared=$(DSOMODS1)$(DSOMODS2)$(DSOMODS3)$(DSOMODS4)
-
+ #dh_auto_configure -- $(CONF_ARGS) --with-shared=$(DSOMODS1)$(DSOMODS2)$(DSOMODS3)$(DSOMODS4)
+
touch $@
clean: debian/control debian/proftpd-substvars myclean
--
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