deb packaging: change format to 3.0 (quilt)
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 10 Jun 2013 07:01:28 +0000 (10:01 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 10 Jun 2013 11:52:48 +0000 (14:52 +0300)
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 <markus.lehtonen@linux.intel.com>
.gbp.conf
debian/source/format [new file with mode: 0644]
debian/source/options [new file with mode: 0644]

index 6444afb1026f75475c091cd1f65e6149a71c0f70..361c0ecb0f1cafd02a5e0922ded944ae3261ccba 100644 (file)
--- 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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644 (file)
index 0000000..9bdcb25
--- /dev/null
@@ -0,0 +1 @@
+extend-diff-ignore=(^packaging/.*|^.gbp.conf)