* debian/source/format: Force dpkg-source 3.0.
* debian/source/local-options,
* debian/source/options: New.
---
ChangeLog | 9 +++++++++
debian/source/format | 3 +++
debian/source/local-options | 4 ++++
debian/source/options | 8 ++++++++
4 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 debian/source/format
create mode 100644 debian/source/local-options
create mode 100644 debian/source/options
diff --git a/ChangeLog b/ChangeLog
index 87179d9..f5d9933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-05-22 Guillaume Lazzara <z(a)lrde.epita.fr>
+ Add options for dpkg-source.
+
+ * debian/source/format: Force dpkg-source 3.0.
+
+ * debian/source/local-options,
+ * debian/source/options: New.
+
+2012-05-22 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* debian/control: Add dependencies.
2012-01-30 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..8404db8
--- /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
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
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
--
1.7.2.5