+gbs (0.18.1-0.rc1) unstable; urgency=high
+ * upgrade to gbs v0.18.1, which contains the following bug fixing & features:
+ * support ExportFilter in build.conf
+ * bug fix:
+ - support multiple level packaging dir in --packaging-dir option
+
+ -- Qiang Zhang <qiang.z.zhang@intel.com> Tue, 14 May 2013 10:56:15 +0800
+
+
gbs (0.18-1) unstable; urgency=high
* upgrade to gbs v0.18, which contains the following bug fixing & features:
* New gbs config refinements
git-buildpackage-rpm (>= 0.6.0git20130530-tizen20130822),
gbs-api (= ${binary:Version}),
gbs-export (= ${binary:Version}),
- depanneur (>= 0.9),
+ depanneur (>= 0.9.1),
pristine-tar (>= 1.26),
mic (>= 0.20)
Recommends: librpm-tizen (>= 4.11.0.1.tizen20130618-tizen20130821)
+Release notes for gbs 0.18.1
+============================
+
+- Release Date: 2013-09-18
+
+- New feature added:
+ * support ExportFilter in build.conf, more details about ExportFilter
+ refer to:http://en.opensuse.org/openSUSE:Build_Service_prjconf#ExportFilter
+ * bug fix:
+ - support multiple level packaging dir in --packaging-dir option
+
+
Release notes for gbs 0.18
==========================
module for gbs tool
"""
-__version__ = "0.18"
+__version__ = "0.18.1"
Format: 1.0
Source: gbs
-Version: 0.18
+Version: 0.18.1
Binary: gbs, gbs-api, gbs-export
Maintainer: Jian-feng Ding <jian-feng.ding@intel.com>
Architecture: all
Standards-Version: 3.7.1
Build-Depends: debhelper, python-support
Files:
- 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.18.tar.gz
+ 574996dfeeb001e70f20239a0e621daf 2457861 gbs_0.18.1.tar.gz
%{!?python_version: %define python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")}
Name: gbs
Summary: The command line tools for Tizen package developers
-Version: 0.18
-Release: 1
+Version: 0.18.1
+Release: 0.rc1.<CI_CNT>.<B_CNT>
Group: Development/Tools
License: GPLv2
BuildArch: noarch
Requires: sudo
Requires: osc >= 0.139.0
Requires: tizen-gbp-rpm >= 20130822
-Requires: depanneur >= 0.9
+Requires: depanneur >= 0.9.1
Requires: mic >= 0.20
%if "%{?python_version}" < "2.7"