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