Debian: set source format to 3.0 (quilt)
authorSimon Horman <horms@verge.net.au>
Thu, 23 Jun 2011 19:50:09 +0000 (12:50 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 23 Jun 2011 23:23:23 +0000 (16:23 -0700)
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.]

debian/automake.mk
debian/source/format [new file with mode: 0644]

index c6e584a..85a4e3c 100644 (file)
@@ -40,7 +40,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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)