summaryrefslogtreecommitdiff
path: root/librewolf-prefs-stackrpms/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-18 16:10:29 +0000
committerB. Stack <bgstack15@gmail.com>2022-10-18 16:10:29 +0000
commit1be743fd9fc6296b09df8ddc1e562247f94a624d (patch)
tree073ac1fcba0303e07a71c28f944622c06492cf42 /librewolf-prefs-stackrpms/debian/rules
parentMerge branch 'xdg-themes-bump' into 'master' (diff)
parentadd librewolf-prefs-stackrpms (diff)
downloadstackrpms-1be743fd9fc6296b09df8ddc1e562247f94a624d.tar.gz
stackrpms-1be743fd9fc6296b09df8ddc1e562247f94a624d.tar.bz2
stackrpms-1be743fd9fc6296b09df8ddc1e562247f94a624d.zip
Merge branch 'librewolf-bump' into 'master'
add librewolf-prefs-stackrpms See merge request bgstack15/stackrpms!323
Diffstat (limited to 'librewolf-prefs-stackrpms/debian/rules')
-rwxr-xr-xlibrewolf-prefs-stackrpms/debian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/librewolf-prefs-stackrpms/debian/rules b/librewolf-prefs-stackrpms/debian/rules
new file mode 100755
index 0000000..9cf3a86
--- /dev/null
+++ b/librewolf-prefs-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