[proftpd-mod-clamav] 01/01: Change hardening, no python in d/rules.

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Thu Sep 22 09:47:18 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-mod-clamav.

commit 1497f57d5a5ccb533cd1ef8bbbed60d0588619b1
Author: Hilmar Preuße <hille42 at web.de>
Date:   Thu Sep 22 11:46:41 2016 +0200

    Change hardening, no python in d/rules.
---
 debian/changelog | 5 +++--
 debian/control   | 3 +--
 debian/rules     | 6 ++++--
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8cfac02..cf5aec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ proftpd-mod-clamav (0.10+git2a82dccd1-1) UNRELEASED; urgency=low
   * d/rules, d/control: enable hardening.
 
   [Hilmar Preuße]
-  * Fix override in debian/rules (override_dh_autoclean -> override_dh_auto_clean)
-    (Closes: #834658). Thanks to Chris Lamb.
+  * d/rules: override_dh_autoclean -> override_dh_auto_clean (Closes: #834658).
+    Thanks to Chris Lamb.
+  * d/rules: Don't use python-support, there is no python in the package.
  
  -- Mahyuddin Susanto <udienz at gmail.com>  Tue, 24 Dec 2013 16:08:39 +0700
 
diff --git a/debian/control b/debian/control
index 30ff396..38e26c7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders: Mahyuddin Susanto <udienz at ubuntu.com>,
 DM-Upload-Allowed: yes
 Build-Depends: autotools-dev,
                debhelper (>= 7.0.50~),
-               proftpd-dev (>= 1.3.4~rc3-2~),
-               hardening-wrapper
+               proftpd-dev (>= 1.3.4~rc3-2~)
 Standards-Version: 3.9.5
 Homepage: http://www.thrallingpenguin.com/resources/mod_clamav.htm
 Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-clamav.git
diff --git a/debian/rules b/debian/rules
index 6627d18..5accb4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,15 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export DEB_BUILD_HARDENING=1
+#export DEB_BUILD_HARDENING=1
 export DH_VERBOSE=1
+DPKG_EXPORT_BUILDFLAGS = 1
 MODULE_NAME=mod_clamav
 DEBNAME=proftpd-mod-clamav
+include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autotools_dev --without python-support
 
 override_dh_auto_build:
 	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -c $(MODULE_NAME).c

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



More information about the Pkg-proftpd-maintainers mailing list