aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
Commit message (Collapse)AuthorAge
* Document changes and release 0.6.21Guido Günther2014-10-17
|
* Document changes and release 0.6.20debian/0.6.20Guido Günther2014-10-12
|
* Document changes and release 0.6.19debian/0.6.19Guido Günther2014-09-07
|
* Document changes and release 0.6.18debian/0.6.18Guido Günther2014-09-06
|
* Document changes and release 0.6.17debian/0.6.17Guido Günther2014-08-24
|
* bash completion: make command list dynamicGuido Günther2014-08-24
| | | | | 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.
* Improve error messages on formatting errorsGuido Günther2014-08-19
| | | | | Make it easier for the user to detect misformated replacement strings in config files and command line options.
* Document changes and release 0.6.16debian/0.6.16Guido Günther2014-07-28
|
* Introduce git-buildpackage-rpmGuido Günther2014-07-24
| | | | Currently only including "gbp import-srpm"
* Document changes and release 0.6.15debian/0.6.15Guido Günther2014-05-24
|
* Document changes and release 0.6.14debian/0.6.14Guido Günther2014-05-22
|
* Document changes and release 0.6.13debian/0.6.13Guido Günther2014-04-03
|
* Document changes and release 0.6.12debian/0.6.12Guido Günther2014-03-29
|
* Document changes and release 0.6.11debian/0.6.11Guido Günther2014-03-27
|
* Request verbose output on bug reportsGuido Günther2014-03-03
|
* Document changes and release 0.6.10debian/0.6.10Guido Günther2014-02-23
|
* Document changes and release 0.6.9debian/0.6.9Guido Günther2014-02-15
|
* Change the default of cleaner to /bin/trueGuido Günther2014-01-05
| | | | | | | | | 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
* Depend on newer devscriptsGuido Günther2013-12-24
| | | | | | | | 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
* Document changes and release 0.6.8debian/0.6.8Guido Günther2013-12-20
|
* Adjust test cases to newer devscriptsGuido Günther2013-12-17
| | | | Closes: #732384
* Document changes and release 0.6.7debian/0.6.7Guido Günther2013-11-29
|
* Document changes and release 0.6.6debian/0.6.6Guido Günther2013-11-06
|
* Add zsh completionFelipe Sateler2013-10-31
| | | | Closes; #717002
* Add missing bash completion for gbp import-dscsGuido Günther2013-10-26
| | | | Closes: #727749
* Document changes and release 0.6.5debian/0.6.5Guido Günther2013-10-16
|
* Bump standards versionGuido Günther2013-10-16
|
* Don't export DEB_VENDOR="Debian"Andrew Starr-Bochicchio2013-10-16
| | | | | | Tests now take Ubuntu versions into consideration. Closes: #723756
* Document changes and release 0.6.4debian/0.6.4Guido Günther2013-10-06
|
* Document changes and release 0.6.3debian/0.6.3Guido Günther2013-08-28
|
* Document changes and release 0.6.2debian/0.6.2Guido Günther2013-07-09
|
* Bump dephelper dependencyGuido Günther2013-07-09
|
* Add symlinks to the manpages for the deprecated commandsGuido Günther2013-06-30
| | | | | | Closes: #714489 and make lintian happy
* Update Vcs-Browser URLGuido Günther2013-06-30
|
* Switch to debhelper level 9Guido Günther2013-06-30
| | | | which is available in Wheezy
* Document changes and release 0.6.1debian/0.6.1Guido Günther2013-06-27
|
* Depend on python-pkg-resourcesGuido Günther2013-06-27
| | | | Closes: #714238
* Split {Build-,}Deps per lineGuido Günther2013-06-27
| | | | and sort alphabetically
* Document changes and release 0.6.0debian/0.6.0Guido Günther2013-06-26
|
* Update package descriptionGuido Günther2013-06-26
|
* NEWS: add a note about the new gbp super commandGuido Günther2013-06-26
|
* Bash complete on "gbp <command>" tooGuido Günther2013-06-26
|
* Document changes and release 0.6.0~git20130630debian/0.6.0_git20130530Guido Günther2013-05-30
|
* Document changes and release 0.6.0~git20130506debian/0.6.0_git20130506Guido Günther2013-05-06
|
* bash completion: handle upstream-tree like upstream-branchGuido Günther2013-04-24
| | | | That's as close as it gets since every ref like is valid
* Document changes and release 0.6.0~git20130414debian/0.6.0_git20130414Guido Günther2013-04-13
|
* Document changes and release 0.6.0~git20130413Guido Günther2013-04-13
|
* Generate coverage xmlGuido Günther2013-04-06
| | | | | for cobertura style coverage information that can be picked up by e.g. Jenkins
* Document changes and release 0.6.0~git20130329debian/0.6.0_git20130329Guido Günther2013-03-29
|
* packaging: Add man as dependencyZhang Qiang2013-03-22
| | | | | | | | 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>