aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2011-06-23 12:50:09 -0700
committerBen Pfaff <blp@nicira.com>2011-06-23 14:12:53 -0700
commitdc2882fad778a53bcff9da1d018685e666d110a6 (patch)
tree7c4ee092c5deafca22d0323680ed34d22e5f7d20
parent88211ddaaadf312d6ceb959eb564dbfea49e9c42 (diff)
Debian: set source format to 3.0 (quilt)
This is my preferred package format as it allows changes to be added as patches when the Debian package needs to be updated between upstream releases. I have been making this change in the Debian packages so it seems as well to include it upstream. [Update to debian/automake.mk by Ben Pfaff.]
-rw-r--r--debian/automake.mk3
-rw-r--r--debian/source/format1
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/automake.mk b/debian/automake.mk
index 5fac4c85..74ff5fc2 100644
--- a/debian/automake.mk
+++ b/debian/automake.mk
@@ -42,7 +42,8 @@ EXTRA_DIST += \
debian/python-openvswitch.dirs \
debian/python-openvswitch.install \
debian/rules \
- debian/rules.modules
+ debian/rules.modules \
+ debian/source/format
check-debian-changelog-version:
@DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 00000000..163aaf8d
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)