[Git][debian-proftpd-team/proftpd][master] Push Standards Version to 4.4.0.
Hilmar Preuße
gitlab at salsa.debian.org
Tue Jul 16 22:34:03 BST 2019
Hilmar Preuße pushed to branch master at Debian ProFTPD Team / proftpd
Commits:
6b499b7b by Hilmar Preusse at 2019-07-16T21:33:02Z
Push Standards Version to 4.4.0.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/control.in
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,8 @@ proftpd-dfsg (1.3.6-5) UNRELEASED; urgency=medium
* Set the SE Linux context after creating a directory.
(Closes: #923033)
* Get upstream pull_567 (Bug#4314) (Closes: #927270)
+ * Bump Standards-Version to 4.4.0.
+ - make sure we don't call "strip" w/o using dh_strip.
-- Francesco Paolo Lovergine <frankie at debian.org> Sat, 23 Feb 2019 20:38:24 +0100
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debian.net>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Hilmar Preuße <hille42 at web.de>
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
Build-Depends: debhelper (>= 9.20160114),
libacl1-dev,
libattr1-dev,
=====================================
debian/control.in
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at alioth-lists.debian.net>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
Hilmar Preuße <hille42 at web.de>
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
Build-Depends: debhelper (>= 9.20160114),
libacl1-dev,
libattr1-dev,
=====================================
debian/rules
=====================================
@@ -21,9 +21,9 @@ ifneq (,$(findstring verbose,$(DEB_BUILD_OPTIONS)))
DH_VERBOSE=1
export DH_VERBOSE
endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_STRIP=-s
-endif
+#ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+# INSTALL_STRIP=-s
+#endif
#
# dpkg-arch rules
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/6b499b7b661d464abe2bf8f6dd6838112c83fdbe
--
View it on GitLab: https://salsa.debian.org/debian-proftpd-team/proftpd/commit/6b499b7b661d464abe2bf8f6dd6838112c83fdbe
You're receiving this email because of your account on salsa.debian.org.
More information about the Pkg-proftpd-maintainers
mailing list