aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jluebbe@debian.org>2011-05-23 22:31:04 +0200
committerJan Luebbe <jluebbe@debian.org>2011-07-14 11:14:14 +0200
commit0a9b888e297bc443a5b90254597c1a8ad4948393 (patch)
tree4b6eeb543fef108aac08bfcfc0cc2ce4a4975ecc
parent858862ba481f61aa18184cc1fd26032cec823da4 (diff)
Configure git-buildpackage, fix debian version for non-native packages
-rw-r--r--debian/changelog2
-rw-r--r--debian/gbp.conf18
-rw-r--r--debian/libosmocore-dbg.debhelper.log6
3 files changed, 19 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index e2f667d1..f9fb2cde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libosmocore (0.3.1) osmo-experimental; urgency=low
+libosmocore (0.3.1-1) osmo-experimental; urgency=low
* New upstream version of libosmocore
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 00000000..f3a20397
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,18 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+# point to non-existing default 'upstream' to only build from tagged versions
+upstream-branch = upstream
+debian-branch = debian
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+pristine-tar = False
+
+# Options only affecting git-buildpackage
+[git-buildpackage]
+export-dir = ../gbp-build-area/
+# compress with bzip2
+compression = bzip2
+# use best compression
+compression-level = 9
+
diff --git a/debian/libosmocore-dbg.debhelper.log b/debian/libosmocore-dbg.debhelper.log
deleted file mode 100644
index 2742cb47..00000000
--- a/debian/libosmocore-dbg.debhelper.log
+++ /dev/null
@@ -1,6 +0,0 @@
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install