From: Markus Lehtonen Date: Mon, 10 Jun 2013 07:01:28 +0000 (+0300) Subject: deb packaging: change format to 3.0 (quilt) X-Git-Tag: tizen/1.30-20140227~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6058e632ea75d06a86331fae7feb3eb8a43ea36d;p=tools%2Fpristine-tar.git deb packaging: change format to 3.0 (quilt) Also update .gbp.conf so that gbp-pq and gbp-pq-rpm can use the same development branch. Change-Id: I89ccbcb32e8615ff31412b91d9f1de6e027c0629 Signed-off-by: Markus Lehtonen --- diff --git a/.gbp.conf b/.gbp.conf index 6444afb..361c0ec 100644 --- a/.gbp.conf +++ b/.gbp.conf @@ -4,3 +4,6 @@ packaging-dir = packaging [git-buildpackage] upstream-tag = %(version)s + +[gbp-pq-rpm] +pq-branch = patch-queue/%(branch)s diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..9bdcb25 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore=(^packaging/.*|^.gbp.conf)