From: Andrea Zagli Date: Mon, 3 Jun 2019 13:39:13 +0000 (+0200) Subject: Debian pkg: wrong dist in gbp.conf. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=c4292c5f34b86d4fa100bac37764d40f5d108ab6;p=zakform%2Fini Debian pkg: wrong dist in gbp.conf. --- diff --git a/debian/changelog b/debian/changelog index 72cac04..6034ce3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -libzakformini (0.0.1-1~2.gbp75611f) UNRELEASED; urgency=medium +libzakformini (0.0.1-1~3.gbp81b61b) UNRELEASED; urgency=medium - ** SNAPSHOT build @75611f146f2b5138fcd1bdb34e3a36cf34cf7b85 ** + ** SNAPSHOT build @81b61b65133a0b3e6f322d61036202c0eca2b474 ** [ Andrea Zagli ] * Initial release @@ -11,5 +11,6 @@ libzakformini (0.0.1-1~2.gbp75611f) UNRELEASED; urgency=medium * Debian pkg: added file gbp.conf and version snapshotted. * Bug in ZakFormElement::unformat: returns null when value is null. * Migration to gvalue. + * Debian pkg: updated from upstream. - -- andreaz Mon, 03 Jun 2019 15:27:54 +0200 + -- andreaz Mon, 03 Jun 2019 15:35:14 +0200 diff --git a/debian/gbp.conf b/debian/gbp.conf index f4f94eb..e412b7b 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,10 +1,10 @@ [buildpackage] -export-dir=./build/buster -debian-branch=debian/buster +export-dir=./build/sid +debian-branch=debian/sid ignore-new=True upstream-tree=BRANCH upstream-branch=develop force-create=True export=WC -dist=buster +dist=sid pbuilder=True