mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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:
committed by
Carlos R. Mafra
parent
d7fd103528
commit
014ced4794
5
debian/rules
vendored
5
debian/rules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user