aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
Commit message (Collapse)AuthorAge
* Add zsh completionFelipe Sateler2013-10-31
| | | | Closes; #717002
* Don't export DEB_VENDOR="Debian"Andrew Starr-Bochicchio2013-10-16
| | | | | | Tests now take Ubuntu versions into consideration. Closes: #723756
* Fix testsuite failure if DEB_VENDOR != DebianDmitrijs Ledkovs2012-11-04
| | | | | | | | | | | | | The package fails to build from source if the DEB_VENDOR is not Debian, as the test output from git-dch expects Debian distribution specific behaviour. You can see the failed build log with DEB_VENDOR=Ubuntu here: https://launchpadlibrarian.net/121690052/buildlog_ubuntu-raring-i386.git-buildpackage_0.6.0~git20120822_FAILEDTOBUILD.txt.gz Closes: #692289 Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Make building with DEB_BUILD_OPTIONS=nocheck skip all testsGuido Günther2012-04-18
| | | | heavily based on a patch by Matthijs Kooijman
* Remove build/ directoryGuido Günther2012-03-08
| | | | during clean so we don't step on any epydoc leftovers
* debian/rules: be verbose on epydoc markup errorsGuido Günther2012-01-15
|
* Fix typo in clean target overrideGuido Günther2011-12-26
|
* Move debian related helpers into submoduleGuido Günther2011-11-22
|
* Move gbp/version.py generation into setup.pyGuido Günther2011-11-07
| | | | This allows us to build on non Debian systems with setup.py only.
* Switch to dhGuido Günther2011-11-06
|
* Move doc generation to separate MakefileGuido Günther2011-11-06
|
* debian/rules: invoke pychecker on submodules tooGuido Günther2011-11-06
|
* Configure epydoc via setup.cfgGuido Günther2011-11-06
|
* Use setuptools to run the testsGuido Günther2011-11-06
|
* Get rid of the symlinkGuido Günther2011-11-01
| | | | by moving the commands to gbp/scripts/
* Fail on epydoc warningsGuido Günther2011-10-29
|
* GitModifier: Don't use self.__dict__.update(locals())Guido Günther2011-10-28
| | | | to make pychecker happy
* Gather coverage information during testsGuido Günther2011-10-26
|
* Turn tests into doctestsGuido Günther2011-10-26
| | | | so we can auto generate some examples
* git: Docstring updatesGuido Günther2011-10-23
|
* Document --time-machine optionGuido Günther2011-07-30
|
* Build epydoc API documents by defaultGuido Günther2011-07-30
|
* git-dch: add formatter that wraps the changelog entryGuido Günther2011-07-26
| | | | Closes: #626439
* Remove pychecker option that's already the defaultGuido Günther2011-07-25
| | | | Git-Dch: Ignore
* Reenable pychecker checksGuido Günther2011-07-25
|
* gbp-pbuilder is no moreGuido Günther2011-07-25
| | | | Git-Dch: Ignore
* Switch to dh_python2Guido Günther2011-07-24
|
* gbp-create-remote-repo: Improve url handlingCourtney Bane2011-06-24
| | | | | | Support user name expansion and different ssh ports. Closes; #630832
* Set author and committerGuido Günther2011-03-21
| | | | | | | so we don't fail in environments that weren't set up properly like when running under pbuilder. Git-Dch: Ignore
* rules: change symlink rule to use underscoresGuido Günther2011-03-19
| | | | so we can use the gbp commands in nosetests
* Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther2011-02-27
| | | | See #591858.
* Simplify author and committer argument passingGuido Günther2011-02-09
| | | | | | to reduce the number of function arguments. Git-Dch: Ignore
* Split out command line parsingGuido Günther2011-02-09
| | | | | | to honor pycheckers sensible request for smaller functions. Git-Dch: Ignore
* pychecker: bump maxargs to 12 for commit_dirGuido Günther2011-01-22
| | | | Git-Dch: Ignore
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* Enable pychecker warningsGuido Günther2010-12-28
|
* Rewrite gbp-pq in pythonGuido Günther2010-12-26
| | | | so we get consistent logging and debugging options.
* Don't put generated gbp/gbp_version.py into the source packageGuido Günther2010-10-14
|
* Cleanup generated manpageGuido Günther2010-09-27
| | | | Git-Dch: Ignore
* Build and install git-pbuilder manpageGuido Günther2010-08-12
|
* Don't compress example scriptsGuido Günther2010-08-02
| | | | Git-Dch: Ignore
* Prevent git-add-patch from being gzip'dJon Bernard2010-02-06
|
* Add basic bash completion for git-buildpackageGuido Günther2010-01-31
| | | | | Thanks: Siegfried-Angel Gevatter Closes: #567313
* cleanup symlinksGuido Günther2009-11-26
|
* Add documentation for gbp-{pg,pull.clone}Guido Günther2009-11-22
|
* Make gbp-clone, gbp-pull and gbp-pq first class citizensGuido Günther2009-11-22
| | | | by moving them from examples/ to /usr/bin/
* Don't compress the example scriptsGuido Günther2009-11-07
|
* run doctests with noseGuido Günther2009-08-22
|
* honor DEB_BUILD_OPTIONS=nocheckGuido Günther2009-08-22
|
* add git-import-dscsGuido Guenther2008-05-17
| | | | | to import mutiple dscs in one go Closes: #471580