summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2019-11-07Fix case not run because of submodule import errorsubmit/trunk/20200108.202702biao716.wang1-1/+3
Change-Id: I21b5a2c04b8427bad804ea97fbc0b2812dc1e032 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2019-02-18upgrade version to 0.9.9biao716.wang1-1/+1
Change-Id: I7a5fb263f02daf4810d801fd414409c752e88f68 Signed-off-by: jingui.ren <jingui.ren@samsung.com>
2016-07-25Handle conflicts from git merge masterdevel_psk_20160727SoonKyu Park1-8/+5
Change-Id: I9dfa02fb546a04f97aade855615ad2843790a2c1
2016-06-11Upgrade version to 0.6.27SoonKyu Park1-2/+7
- Upgrade tizen-gbp-rpm version to 20160302 - re-arrage package dependency for debian Change-Id: I6d7d505d5a8ba28cb4bfa59a83ab9af657fa43f4
2016-03-08fix spec and control errorJun Wang1-7/+6
Change-Id: Ia455b5475e56ff2344cba8ac3d5c47da9e306c29
2016-02-29fix build problem on Debian_8Jun Wang1-0/+3
Change-Id: I145928ae1416f7847b4d8e6729c1daf07e2ab757
2014-12-19Introduce import-bb toolMarkus Lehtonen1-0/+13
This is the first tool in an effort of enabling gbp in the BitBake build environment. Gbp-import-bb is a tool for importing packages from a BitBake-based "combined" distro repository into individual per-package Git repositories. Change-Id: I86e27d8a1817eae30c3f828cea70b06162543000 Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14Disable xcover support for noseMarkus Lehtonen1-1/+0
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14debian packaging: HACK: disable test in Debian buildsMarkus Lehtonen1-7/+0
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14debian packaging: relax requirements on devscriptsMarkus Lehtonen1-1/+1
No need to depend on the latest version. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14debian packaging: introduce -common subpackageEd Bartosh1-7/+20
Split the git-buildpackage into git-buildpackage and git-buildpackage-common. Now there are three binary packages: - git-buildpackage-common contains the common code for Deb and RPM tools - git-buildpackage contains the Debian-specific modules/tools - git-buildpackage-rpm contains the RPM-specific modules/tools After this change the Debian packaging resembles the RPM side packaging. Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14gbp.git: Reimplement rfc822 date parsing without dateutilEd Bartosh1-2/+0
In order to get rid of dependency to dateutil. Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14common/buildpackage: support for different archive formatsMarkus Lehtonen1-1/+1
Adds support for defining the archive format of the output of git_archive_single(), e.g. 'zip'. Defaults to 'tar', as before. Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-07-24Introduce git-buildpackage-rpmGuido Günther1-0/+17
Currently only including "gbp import-srpm"
2013-12-24Depend on newer devscriptsGuido Günther1-1/+1
These contain a uscan that handles repackaging at the right level and won't let us pick up the wrong tarball name. Closes: #635920 Thanks: gregor herrmann and all others involved
2013-12-17Adjust test cases to newer devscriptsGuido Günther1-1/+1
Closes: #732384
2013-10-16Bump standards versionGuido Günther1-1/+1
2013-07-09Bump dephelper dependencyGuido Günther1-1/+1
2013-06-30Update Vcs-Browser URLGuido Günther1-1/+1
2013-06-27Depend on python-pkg-resourcesGuido Günther1-0/+2
Closes: #714238
2013-06-27Split {Build-,}Deps per lineGuido Günther1-6/+26
and sort alphabetically
2013-06-26Update package descriptionGuido Günther1-7/+7
2013-04-06Generate coverage xmlGuido Günther1-1/+3
for cobertura style coverage information that can be picked up by e.g. Jenkins
2013-03-22packaging: Add man as dependencyZhang Qiang1-1/+1
Required by GitRepository._cmd_has_feature() method. Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-07-31Test behavior of gbp.scripts.dch.main().Daniel Dehennin1-1/+1
* tests/11_test_dch_main.py: Test common cases with "--release" and "--snapshot". Try 2 consecutive snapshots to check for merged entries.
2012-03-08Bump standards version to 3.9.3Guido Günther1-1/+1
2012-03-08Build-require a git version that supports --no-editGuido Günther1-1/+1
Closes: #663103
2012-02-26Depend on git >= 1:1.7.9.1-1~Guido Günther1-1/+1
for a working git merge --no-edit Thanks: Jonathan Nieder
2012-02-13Require git 1.7Guido Günther1-1/+1
which is already in Squeeze and Lenny Backports
2012-02-13Depend on git instead of git-coreGuido Günther1-2/+2
Closes: #659661
2012-01-30Depend on pristine-tar for the testsGuido Günther1-1/+1
2011-11-06Switch to dhGuido Günther1-2/+2
2011-10-26Gather coverage information during testsGuido Günther1-1/+1
2011-07-30Build epydoc API documents by defaultGuido Günther1-1/+1
2011-07-26Build-Depend on uznip for the testsuiteGuido Günther1-1/+1
Git-Dch: Ignore
2011-07-25Support importing zip archivesGuido Günther1-1/+1
This can now be easily extended to support other formats
2011-07-24Switch to dh_python2Guido Günther1-1/+2
2011-07-24Drop suggests of git-load-dirsGuido Günther1-1/+1
It's not in the archive anymore
2011-05-23Bump standards versionGuido Günther1-1/+1
No changes necessary.
2011-03-21Add build deps for the testsuiteGuido Günther1-1/+3
Git-Dch: Ignore
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther1-0/+1
Add manpage, move into path, add bash completion
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther1-1/+1
after the build finished.
2010-08-14Recommend cowbuilderGuido Günther1-1/+1
2010-08-12Build and install git-pbuilder manpageGuido Günther1-1/+1
2010-08-06Pass --multimaint-merge on to dchGuido Günther1-1/+1
Closes: #586165
2010-08-04Bump standards versionGuido Günther1-1/+1
2010-07-20Bump standards versionGuido Günther1-1/+1
2010-06-26Drop dependency on python-devGuido Günther1-1/+1
since it's not needed for arch all packages. Depend on python instead.
2010-04-14Depend on git | git-coreGuido Günther1-1/+1
Closes: #577731
2010-04-12Bump standards versionGuido Günther1-1/+1