summaryrefslogtreecommitdiff
path: root/connman-gtk-xdg-autostart/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-08-13 09:09:25 -0400
committerB Stack <bgstack15@gmail.com>2020-08-13 09:09:25 -0400
commit0c166c12cfdbf01bc8a5611d690336236d7771e1 (patch)
tree88c05313172a682acc7bdca3cf5a0abf2b35ec2e /connman-gtk-xdg-autostart/debian/rules
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.tar.gz
stackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.tar.bz2
stackrpms-0c166c12cfdbf01bc8a5611d690336236d7771e1.zip
add connman-gtk-xdg-autostart
Diffstat (limited to 'connman-gtk-xdg-autostart/debian/rules')
-rwxr-xr-xconnman-gtk-xdg-autostart/debian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/connman-gtk-xdg-autostart/debian/rules b/connman-gtk-xdg-autostart/debian/rules
new file mode 100755
index 0000000..9cf3a86
--- /dev/null
+++ b/connman-gtk-xdg-autostart/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