summaryrefslogtreecommitdiff
path: root/lightdm-webkit2-greeter/debian/source
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-11 11:15:39 -0400
committerB Stack <bgstack15@gmail.com>2019-09-11 11:15:39 -0400
commit2102c7f17543e45f9c8d8ca091bc17e870d75669 (patch)
tree389bf2056135b91095ba1a962144de718b669161 /lightdm-webkit2-greeter/debian/source
parentadd sound autostart shortcut (diff)
downloadstackrpms-2102c7f17543e45f9c8d8ca091bc17e870d75669.tar.gz
stackrpms-2102c7f17543e45f9c8d8ca091bc17e870d75669.tar.bz2
stackrpms-2102c7f17543e45f9c8d8ca091bc17e870d75669.zip
add lightdm-webkit2-greeter
forked from https://github.com/Antergos/web-greeter/releases and https://build.opensuse.org/package/show/home:antergos/lightdm-webkit2-greeter But this merely builds the dpkg; I have not tested using it or building it on OBS.
Diffstat (limited to 'lightdm-webkit2-greeter/debian/source')
-rw-r--r--lightdm-webkit2-greeter/debian/source/format1
-rw-r--r--lightdm-webkit2-greeter/debian/source/local-options2
2 files changed, 3 insertions, 0 deletions
diff --git a/lightdm-webkit2-greeter/debian/source/format b/lightdm-webkit2-greeter/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/lightdm-webkit2-greeter/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/lightdm-webkit2-greeter/debian/source/local-options b/lightdm-webkit2-greeter/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/lightdm-webkit2-greeter/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
bgstack15