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-06-05 14:20:07 +0300 |
commit | b1c4e6b136598dd08a06e3e8a6529577772f8ecf (patch) | |
tree | 77d6053ad903f4c0294d89da073bc183b2ca24c0 | |
parent | 044242ca50080afade5d067116a6d5ccf6bdcfa1 (diff) | |
download | git-buildpackage-b1c4e6b136598dd08a06e3e8a6529577772f8ecf.tar.gz git-buildpackage-b1c4e6b136598dd08a06e3e8a6529577772f8ecf.tar.bz2 git-buildpackage-b1c4e6b136598dd08a06e3e8a6529577772f8ecf.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..f2592903 --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +extend-diff-ignore = "^(tests/test_rpm_data/.*|tests/component/rpm/data/.*|tests/component/deb/data/.*)" +diff-ignore |