Accepted git-buildpackage 0.2.27 (source)
Ubuntu Installer
archive at ubuntu.com
Wed May 2 20:17:09 BST 2007
Accepted:
git-buildpackage 0.2.27 was ACCEPTED.
Component: universe Section: devel
Origin: Debian/unstable
Format: 1.7
Date: Wed, 02 May 2007 13:58:32 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source
Version: 0.2.27
Distribution: gutsy
Urgency: low
Maintainer: Guido Guenther <agx at sigxcpu.org>
Changed-By: Ubuntu Archive Auto-Sync <archive at ubuntu.com>
Description:
git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 389710 403987 403988 403990 404673 408990
Changes:
git-buildpackage (0.2.27) unstable; urgency=low
.
* git_load_dirs now supports --summary, use this for nicer import messages
* bump versioned dependency on git-load-dirs therefore
* improve tagging messages
.
git-buildpackage (0.2.26) unstable; urgency=low
.
* use GbpError everywhere
* move commands into a submodule
* git-import-orig: pass --verbose on to git_load_dirs
* use default python version in setup.py
* depend on a git that has the "removed files left in working copy after
merge" bug (#410325)
* adjust to new output of git-status in git 1.5
.
git-buildpackage (0.2.25) unstable; urgency=low
.
* posttag support for git-buildpackage: use --git-posttag to run a command
after a successfull build and tag (e.g. --git-posttag='git-push --tags
git.alioth.org')
* repositories that weren't created by git-import-dsc and never had the
upstream sources as a single commit (let alone an upstream branch) can be
made git-import-orig compatible by using git's grafts - mention this in
the manual. This (Closes: #403988) since with this every git repo can use
git-import-orig (with some preparation).
* Allow to specify the tag format. The format of generated tags can now be
specified via the debian-tag and upsteam-tag options. The default now puts
debian tags and upstream tags into different namespaces (Closes: #408990).
* add example for pbuilder
.
git-buildpackage (0.2.24) unstable; urgency=low
.
* add XS-Vcs-Git
* fix error message in case the upstream branch doesn't exist
.
git-buildpackage (0.2.23) unstable; urgency=low
.
* depend on gtk-doc-tools, sgml2x and jade (Closes: #404673)
* use docbook-utils insted of docbook-to-man
* docbook updates
.
git-buildpackage (0.2.22) unstable; urgency=low
.
* git-buildpackage: check if upstream branch exists
* git-import-dsc: improve error handling
* add GitRepository class
* make pylint a bit happier
* update manpages
.
git-buildpackage (0.2.21) unstable; urgency=low
.
* While dpkg-buildpackage's -i argument takes a regexp -I doesn't - fix
inclusion of git metadata in debian native packages
.
git-buildpackage (0.2.20) unstable; urgency=low
.
* git-import-orig: improve error message when the upstream branch cannot be
found. We cannot create the branch automatically since on repositories
not created by git-import-dsc it's not clear where to branch from.
(Closes: #403990)
* remove pointless patch arguments from most of the git helper functions
* add some more documentation
.
git-buildpackage (0.2.19) unstable; urgency=low
.
* git-buildpackage: add an option (--git-cleaner) that allows to specify
a different clean command (Closes: #403987)
* depend on a git-core that has git-archive
* s/keyid/GPG keyid/
* minor fixes all over the place
.
git-buildpackage (0.2.18) experimental; urgency=low
.
* git-buildpackage: detect the branch we're on and bail out if it's not the
debian branch
* doc updates
.
git-buildpackage (0.2.17) experimental; urgency=low
.
* fix wrong default debian branch
* git-buildpackage: fix typo in git-ignore-new
.
git-buildpackage (0.2.16) experimental; urgency=low
.
* git-buildpackage: properly pass builder args
.
git-buildpackage (0.2.15) experimental; urgency=low
.
* git-buildpackage now supports signed tags via the "sign-tag" and "keyid"
options. This allows us to have a nice "trustable" history. See:
http://www.kernel.org/pub/software/scm/git/docs/
on how this ensured.
.
git-buildpackage (0.2.14) experimental; urgency=low
.
* config file parsing to set default branches and build commands
.
git-buildpackage (0.2.13) experimental; urgency=low
.
* fix typos in 'git-buildpackage -v'
.
git-buildpackage (0.2.12) experimental; urgency=low
.
* upload to experimental (Closes: #389710)
* bump dependency on git-load-dirs again
.
git-buildpackage (0.2.11) git-buildpackage; urgency=low
.
* git-buildpackage: use pipes module instead of os.system
* git-import-orig: fix printout of branch name
.
git-buildpackage (0.2.10) git-buildpackage; urgency=low
.
* build an orig.tar.gz if nones there
.
git-buildpackage (0.2.9) git-buildpackage; urgency=low
.
* depend on a fixed git-load-dirs that contains the git_load_dirs executable
* git-import-dsc: fix importing debian native packages
.
git-buildpackage (0.2.8) git-buildpackage; urgency=low
.
* sanitze_version: strip of epochs
* don't use a regexp for version parsing on import
* minor cosmetic cleanups all over the place
* README: no need to mention git-load-dirs anymore, it's in unstable now.
Thanks John.
* git-import-orig: implement "--no-merge"
.
git-buildpackage (0.2.7) git-buildpackage; urgency=low
.
* more robust regex matching
* sanitize all version numbers before running git-tag
.
git-buildpackage (0.2.6) git-buildpackage; urgency=low
.
* run pychecker during build
* also filter out git metadata when building tarballs, not only when
building diffs (affects Debian native packages)
* git-import-dsc: allow for '+' in Debian as well as upstream version
numbers
* check if we're at the top level of a git repository before starting the
build
.
git-buildpackage (0.2.5) git-buildpackage; urgency=low
.
* fix syntax error in tag replacement
* minor manpage reformating
* cleanup generated manpage.* files
.
git-buildpackage (0.2.4) git-buildpackage; urgency=low
.
* add manpages
.
git-buildpackage (0.2.3) git-buildpackage; urgency=low
.
* git doesn't like '~' in tag names so replace this with a dot when tagging
.
git-buildpackage (0.2.2) git-buildpackage; urgency=low
.
* git-import-dsc: don't fail if the dsc is a plain filename without a
directory component
* git-buildpackage: add --git-verbose option
* git-import-{orig,dsc}: allow to set the name of the upstream branch
.
git-buildpackage (0.2.1) git-buildpackage; urgency=low
.
* git-import-orig: don't try import new upstream versions when there
are uncommitted changes
* git-buildpackage: use helpers from git_buildpackage
.
git-buildpackage (0.2) git-buildpackage; urgency=low
.
* git-import-dsc: import of debian native packages
.
git-buildpackage (0.01) unstable; urgency=low
.
* Initial release
Files:
919ce38b0700dee87bd93bf2808c6fed 671 devel optional git-buildpackage_0.2.27.dsc
10a5a35ec934ff9a46fa8651e33a8b56 19647 devel optional git-buildpackage_0.2.27.tar.gz
More information about the gutsy-changes
mailing list