[Pkg-privacy-commits] [seahorse-nautilus] 04/08: debian/rules: Remove useless dh-autoreconf overrides
Clement Hermann
nodens at nodens.org
Sun Nov 5 17:43:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
nodens-guest pushed a commit to branch master
in repository seahorse-nautilus.
commit a1d306e4e663685701fb0ec1da384a4cc4168bca
Author: Clément Hermann <nodens at nodens.org>
Date: Sun Nov 5 17:54:33 2017 +0100
debian/rules: Remove useless dh-autoreconf overrides
Git-Dch: Ignore
---
debian/rules | 27 +--------------------------
1 file changed, 1 insertion(+), 26 deletions(-)
diff --git a/debian/rules b/debian/rules
index eca08ea..66af9f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,35 +4,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -Wno-deprecated-declarations
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-MUTABLE_FILES := \
- Makefile.in \
- aclocal.m4 \
- compile \
- config.h.in \
- configure \
- data/Makefile.in \
- depcomp \
- install-sh \
- ltmain.sh \
- m4/libtool.m4 \
- m4/ltoptions.m4 \
- m4/ltsugar.m4 \
- m4/ltversion.m4 \
- m4/lt~obsolete.m4 \
- missing \
- nautilus-ext/Makefile.in \
- tool/Makefile.in \
- tool/seahorse-pgp-encrypted.desktop.in \
- tool/seahorse-pgp-keys.desktop.in \
- tool/seahorse-pgp-signature.desktop.in
-
%:
- dh $@ --with=autoreconf
+ dh $@
override_dh_autoreconf:
- for f in $(MUTABLE_FILES); do \
- cp -an $$f $$f.orig; \
- done
dh_autoreconf --as-needed
override_dh_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/seahorse-nautilus.git
More information about the Pkg-privacy-commits
mailing list