From 014ced4794d55ee53a94dfb787ce56a553d389bc Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Mon, 16 Aug 2010 16:29:45 +0200 Subject: [PATCH] Drop code for generating debian/conffiles Starting with debhelper v3 mode every file in etc is flagged as a conffile by dh_installdeb. - Drop (commented) code for doing this manually from debian/rules. --- debian/rules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/rules b/debian/rules index e03f590c..ce2e4fdd 100755 --- a/debian/rules +++ b/debian/rules @@ -170,11 +170,6 @@ binary-arch: build touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.prehook touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.posthook $(install_file) debian/wmaker.desktop $(DEBTMPDIR)/usr/share/xsessions -# build a conffiles list AFTER installing the menus -# the sed part is there because of policy -# -cd $(DEBTMPDIR) && \ -# find etc ! -type d \ -# | sed -e "s:^etc/:/etc/:" > ../conffiles dh_installdocs -a $(install_file) $(WINGSSRCDIR)/README \ $(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs