From 1168540bf4cfb872183951b27cd4b67f962adedc Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 11 Feb 2020 07:56:52 -0500 Subject: add dpkg for xseticon --- xseticon/debian/rules | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 xseticon/debian/rules (limited to 'xseticon/debian/rules') diff --git a/xseticon/debian/rules b/xseticon/debian/rules new file mode 100755 index 0000000..c8c6c34 --- /dev/null +++ b/xseticon/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# You must remove unused comment lines for the released package. +#export DH_VERBOSE = 1 +#export DEB_BUILD_MAINT_OPTIONS = hardening=+all +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + +%: + dh $@ + +override_dh_auto_build: + dh_auto_build + # Future improvement: help2man xseticon > debian/xseticon.1 +override_dh_auto_install: + dh_auto_install -- PREFIX=debian/xseticon/usr + +#override_dh_install: +# dh_install --list-missing -X.pyc -X.pyo -- cgit