aboutsummaryrefslogtreecommitdiff
path: root/debian/source
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-06-11 16:58:25 -0400
committerB. Stack <bgstack15@gmail.com>2021-06-11 16:58:41 -0400
commit82fd33f85381ed6c74528e4110d97a39da41327e (patch)
tree176b9c22a2e349e72a6656f73cb68ee05d262596 /debian/source
downloadsystemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.gz
systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.tar.bz2
systemctl-service-shim-82fd33f85381ed6c74528e4110d97a39da41327e.zip
Diffstat (limited to 'debian/source')
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/local-options2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
bgstack15