summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2015-03-27Turn off coverage output by defaultGuido Günther
It's much simpler to spot the cause of test failures this way.
2015-02-20Document changes and release 0.6.24Guido Günther
2015-02-20Development now on masterGuido Günther
Gbp-Dch: Ignore
2015-02-20bash-completion: Avoid a pointless forkGuido Günther
2015-02-20Require sixGuido Günther
to work towards Python3 support Gbp-Dch: Ignore
2015-02-17Drop all gbp-* and git-* commandsGuido Günther
as announced in the deprecation notice from June 2013.
2015-02-08Bump standards versionGuido Günther
2015-02-08Add gbp.conf for experimentalGuido Günther
2015-01-22Make Debian and Git spelling consistentGuido Günther
2015-01-18Document changes and release 0.6.23Guido Günther
2015-01-18import-orig: Add --download optionGuido Günther
to download tarballs via HTTP Closes: #747101
2014-12-29Introduce gbp-pq-rpmMarkus Lehtonen
Initial version of gbp-pq-rpm - a tool for managing patch queues for rpm packages. The functionality more or less corresponds to that of the (Debian) gbp-pq. The only major difference probably being (in addition to the obvious of working with .spec files instead of debian/) is that patches are always imported on top of the upstream version, not on top of the packaging branch (which might not even contain any source code). Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Olev Kartau <olev.kartau@intel.com>
2014-10-29Document changes and release 0.6.22Guido Günther
2014-10-17Document changes and release 0.6.21Guido Günther
2014-10-12Document changes and release 0.6.20Guido Günther
2014-09-07Document changes and release 0.6.19Guido Günther
2014-09-06Document changes and release 0.6.18Guido Günther
2014-08-24Document changes and release 0.6.17Guido Günther
2014-08-24bash completion: make command list dynamicGuido Günther
Use "gbp --list-cmds" so we don't have to hardcode the available commands and get support for the RPM ones as they show up.
2014-08-19Improve error messages on formatting errorsGuido Günther
Make it easier for the user to detect misformated replacement strings in config files and command line options.
2014-07-28Document changes and release 0.6.16Guido Günther
2014-07-24Introduce git-buildpackage-rpmGuido Günther
Currently only including "gbp import-srpm"
2014-05-24Document changes and release 0.6.15Guido Günther
2014-05-22Document changes and release 0.6.14Guido Günther
2014-04-03Document changes and release 0.6.13Guido Günther
2014-03-29Document changes and release 0.6.12Guido Günther
2014-03-27Document changes and release 0.6.11Guido Günther
2014-03-03Request verbose output on bug reportsGuido Günther
2014-02-23Document changes and release 0.6.10Guido Günther
2014-02-15Document changes and release 0.6.9Guido Günther
2014-01-05Change the default of cleaner to /bin/trueGuido Günther
Running a clean command within version control by default nowadays causes more trouble than it helps. It's unnecessary with pbuilder/cowbuilder/sbuild and with export-dir. So change the default from 'debuild clean' to a noop ('/bin/true'). Closes: #670624
2013-12-24Depend on newer devscriptsGuido Günther
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-20Document changes and release 0.6.8Guido Günther
2013-12-17Adjust test cases to newer devscriptsGuido Günther
Closes: #732384
2013-11-29Document changes and release 0.6.7Guido Günther
2013-11-06Document changes and release 0.6.6Guido Günther
2013-10-31Add zsh completionFelipe Sateler
Closes; #717002
2013-10-26Add missing bash completion for gbp import-dscsGuido Günther
Closes: #727749
2013-10-16Document changes and release 0.6.5Guido Günther
2013-10-16Bump standards versionGuido Günther
2013-10-16Don't export DEB_VENDOR="Debian"Andrew Starr-Bochicchio
Tests now take Ubuntu versions into consideration. Closes: #723756
2013-10-06Document changes and release 0.6.4Guido Günther
2013-08-28Document changes and release 0.6.3Guido Günther
2013-07-09Document changes and release 0.6.2Guido Günther
2013-07-09Bump dephelper dependencyGuido Günther
2013-06-30Add symlinks to the manpages for the deprecated commandsGuido Günther
Closes: #714489 and make lintian happy
2013-06-30Update Vcs-Browser URLGuido Günther
2013-06-30Switch to debhelper level 9Guido Günther
which is available in Wheezy
2013-06-27Document changes and release 0.6.1Guido Günther
2013-06-27Depend on python-pkg-resourcesGuido Günther
Closes: #714238