summaryrefslogtreecommitdiff
path: root/xdg-themes-stackrpms/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-12 00:40:30 +0000
committerB Stack <bgstack15@gmail.com>2020-02-12 00:40:30 +0000
commit4012fe83fd9a13165e78af40a301b679671565fd (patch)
treefea101de54c8c766715cd64b4f93d8dce9fa5adb /xdg-themes-stackrpms/debian/rules
parentMerge branch 'systemdtl-bump' into 'master' (diff)
parentadd xdg-themes-stackrpms (diff)
downloadstackrpms-4012fe83fd9a13165e78af40a301b679671565fd.tar.gz
stackrpms-4012fe83fd9a13165e78af40a301b679671565fd.tar.bz2
stackrpms-4012fe83fd9a13165e78af40a301b679671565fd.zip
Merge branch 'xdg-themes-stackrpms-bump' into 'master'
add xdg-themes-stackrpms See merge request bgstack15/stackrpms!121
Diffstat (limited to 'xdg-themes-stackrpms/debian/rules')
-rwxr-xr-xxdg-themes-stackrpms/debian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/xdg-themes-stackrpms/debian/rules b/xdg-themes-stackrpms/debian/rules
new file mode 100755
index 0000000..9cf3a86
--- /dev/null
+++ b/xdg-themes-stackrpms/debian/rules
@@ -0,0 +1,9 @@
+#!/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 $@
bgstack15