diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-28 11:39:05 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-28 11:39:05 +0100 |
commit | 351b289675cc9a52a86f5daedd430942d680c410 (patch) | |
tree | 9b27178c1945d9717143a2e1ff08c9eecd898af0 /debian/source | |
parent | e550acf5779f8b5da31bc97b35f77ff3f1935c0b (diff) |
skeleton for Taler exchange Debian package (not yet working)
Diffstat (limited to 'debian/source')
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source/options | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 000000000..e928a9118 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,3 @@ +extend-diff-ignore = "^(config\.sub|config\.guess|Makefile)$" + + |