1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

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.
This commit is contained in:
Andreas Metzler
2010-08-16 16:29:45 +02:00
committed by Carlos R. Mafra
parent d7fd103528
commit 014ced4794

5
debian/rules vendored
View File

@@ -170,11 +170,6 @@ binary-arch: build
touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.prehook touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.prehook
touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.posthook touch $(DEBTMPDIR)/$(WMCONFDIR)/menu.posthook
$(install_file) debian/wmaker.desktop $(DEBTMPDIR)/usr/share/xsessions $(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 dh_installdocs -a
$(install_file) $(WINGSSRCDIR)/README \ $(install_file) $(WINGSSRCDIR)/README \
$(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs $(LIBWINGS_TMP)/$(DOCDIR)/$(LIBWINGS)/README.WINGs