summaryrefslogtreecommitdiff
path: root/librewolf-prefs-stackrpms/debian/rules
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-12 16:00:19 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-12 16:00:19 -0400
commitfea7a766377e9f31d21efff35de1eb3febecbec0 (patch)
tree073ac1fcba0303e07a71c28f944622c06492cf42 /librewolf-prefs-stackrpms/debian/rules
parentMerge branch 'xdg-themes-bump' into 'master' (diff)
downloadstackrpms-fea7a766377e9f31d21efff35de1eb3febecbec0.tar.gz
stackrpms-fea7a766377e9f31d21efff35de1eb3febecbec0.tar.bz2
stackrpms-fea7a766377e9f31d21efff35de1eb3febecbec0.zip
add librewolf-prefs-stackrpms
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