[Pkg-samba-maint] [ctdb] 05/10: extra-license-file not installed by default now
Mathieu Parent
sathieu at alioth.debian.org
Thu Aug 15 18:42:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
sathieu pushed a commit to branch debian-sid
in repository ctdb.
commit 833b64c8aa6e6350936341402cd2bb178ee7f6f3
Author: Mathieu Parent <math.parent at gmail.com>
Date: Sat Aug 10 19:46:24 2013 +0200
extra-license-file not installed by default now
---
debian/rules | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1fb5e5c..61f5172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ export VERBOSE=1
# The build system doesn't use CPPFLAGS, pass them to CFLAGS to enable the
# missing (hardening) flags.
export DEB_CFLAGS_MAINT_APPEND := -Wall $(shell dpkg-buildflags --get CPPFLAGS)
+# More hardening
export DEB_BUILD_MAINT_OPTIONS := hardening=+bindnow
DESTDIR=$(CURDIR)/debian/tmp
@@ -24,15 +25,13 @@ override_dh_auto_configure: check-external-libs
dh_auto_configure -- $(conf_args)
override_dh_auto_test:
- # FIXME skipping tests
+ # skipping (runtime) tests
override_dh_auto_install:
dh_auto_install
# Install /etc/default/ctdb
mkdir -p $(DESTDIR)/etc/default
install -m644 config/ctdb.sysconfig $(DESTDIR)/etc/default/ctdb
- # Remove extra-license-file
- rm $(DESTDIR)/usr/share/doc/ctdb/COPYING
override_dh_installdocs:
dh_installdocs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/ctdb.git
More information about the Pkg-samba-maint
mailing list