On 22/05/2012 16:13, Guillaume Lazzara wrote:
[...]
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1,3 @@
+# Switch to dpkg-source 3.0 (quilt) format
+# See
http://wiki.debian.org/Projects/DebSrc3.0
+3.0 (quilt)
\ No newline at end of file
Unless this is mandated by Debian's guidelines, I suggest to end this
file with a newline (as it should be for all plain-text files).
diff --git a/debian/source/local-options
b/debian/source/local-options
new file mode 100644
index 0000000..2e7226b
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,4 @@
+# Options passed to dpkg-source while building the package.
+# This file is NOT part of the distribution.
+
+abort-on-upstream-changes
\ No newline at end of file
Ditto.
diff --git a/debian/source/options
b/debian/source/options
new file mode 100644
index 0000000..c42801e
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,8 @@
+# Options passed to dpkg-source while building the package
+# This file is part of the distribution.
+
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"
\ No newline at end of file
Ditto.