summaryrefslogtreecommitdiff
path: root/freefilesync/debian/source
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-01-30 15:42:32 -0500
committerB Stack <bgstack15@gmail.com>2019-01-30 15:42:32 -0500
commit8f72976db1311f5de6d4916f4db0058346e0f727 (patch)
tree47b224ccd882ec12a932ad77732704ea082eed65 /freefilesync/debian/source
parentadd palemoon dpkg for devuan (diff)
downloadstackrpms-8f72976db1311f5de6d4916f4db0058346e0f727.tar.gz
stackrpms-8f72976db1311f5de6d4916f4db0058346e0f727.tar.bz2
stackrpms-8f72976db1311f5de6d4916f4db0058346e0f727.zip
add freefilesync dpkg rough draft
Diffstat (limited to 'freefilesync/debian/source')
-rw-r--r--freefilesync/debian/source/format1
-rw-r--r--freefilesync/debian/source/local-options2
2 files changed, 3 insertions, 0 deletions
diff --git a/freefilesync/debian/source/format b/freefilesync/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/freefilesync/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/freefilesync/debian/source/local-options b/freefilesync/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/freefilesync/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
bgstack15