mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-01 11:32:34 +01:00
Use dh_lintian.
Simplify debian/rules by making use of dh_lintian.
This commit is contained in:
committed by
Carlos R. Mafra
parent
014ced4794
commit
a1867f2473
5
debian/rules
vendored
5
debian/rules
vendored
@@ -184,6 +184,7 @@ binary-arch: build
|
|||||||
dh_installman -plibwings-dev debian/manpages/get-wutil-flags.1
|
dh_installman -plibwings-dev debian/manpages/get-wutil-flags.1
|
||||||
dh_installchangelogs -a ChangeLog
|
dh_installchangelogs -a ChangeLog
|
||||||
# dh_strip -a
|
# dh_strip -a
|
||||||
|
dh_lintian
|
||||||
dh_compress -a
|
dh_compress -a
|
||||||
dh_fixperms -a
|
dh_fixperms -a
|
||||||
cd debian && find -name \*.la -exec chmod a-X {} \;
|
cd debian && find -name \*.la -exec chmod a-X {} \;
|
||||||
@@ -264,10 +265,6 @@ install-wmaker-stamp: build-wmaker-stamp
|
|||||||
# This has the new default Debian theme settings.
|
# This has the new default Debian theme settings.
|
||||||
cp debian/WindowMaker.default $(DEBTMPDIR)/$(DEFAULTSDIR)/WindowMaker
|
cp debian/WindowMaker.default $(DEBTMPDIR)/$(DEFAULTSDIR)/WindowMaker
|
||||||
|
|
||||||
# Overrides lintian warnings
|
|
||||||
dh_installdirs usr/share/lintian/overrides
|
|
||||||
cp debian/wmaker.overrides debian/wmaker/usr/share/lintian/overrides/wmaker
|
|
||||||
|
|
||||||
# WPrefs
|
# WPrefs
|
||||||
# fix the location of WPrefs
|
# fix the location of WPrefs
|
||||||
# mv $(DEBTMPDIR)/$(WPREFSAPPDIR)/WPrefs $(DEBTMPDIR)/$(BINDIR)
|
# mv $(DEBTMPDIR)/$(WPREFSAPPDIR)/WPrefs $(DEBTMPDIR)/$(BINDIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user