diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-09-02 14:56:57 +0300 |
---|---|---|
committer | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2014-11-14 14:47:17 +0200 |
commit | 406dbb8e5d04a44c5e54ef416b9ed4d80ab5fa54 (patch) | |
tree | df57c3866c4e9a1067bc019fc869f8cfad2b5940 | |
parent | 11b6a70550efcb16e8e22095b0c4780d3679436d (diff) | |
download | git-buildpackage-406dbb8e5d04a44c5e54ef416b9ed4d80ab5fa54.tar.gz git-buildpackage-406dbb8e5d04a44c5e54ef416b9ed4d80ab5fa54.tar.bz2 git-buildpackage-406dbb8e5d04a44c5e54ef416b9ed4d80ab5fa54.zip |
debian packaging: change to 1.0 source package format
Changes package to be non-native (assuming debian/changelog has version
in correct format).
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | debian/source/format | 2 | ||||
-rw-r--r-- | debian/source/options | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/source/format b/debian/source/format index 89ae9db8..d3827e75 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +1.0 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..6862544b --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +extend-diff-ignore = "^(tests/data/rpm/.*|tests/component/rpm/data/.*|tests/component/deb/data/.*)" +diff-ignore |