Skip to content

Commit dc2882f

Browse files
hormsblp
authored andcommitted
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.]
1 parent 88211dd commit dc2882f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

debian/automake.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ EXTRA_DIST += \
4242
debian/python-openvswitch.dirs \
4343
debian/python-openvswitch.install \
4444
debian/rules \
45-
debian/rules.modules
45+
debian/rules.modules \
46+
debian/source/format
4647

4748
check-debian-changelog-version:
4849
@DEB_VERSION=`echo '$(VERSION)' | sed 's/pre/~pre/'`; \

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)