git-buildpackage 0.7.2 source package in Ubuntu
Changelog
git-buildpackage (0.7.2) unstable; urgency=medium * [81ca19d] import_orig: Check git repo before downloading the source. This makes sure we fail fast and not after the 30MB download * [9dbe0cf] import_orig: Check upfront if the upstream tag already exists. This makes sure we fail fast instead of importing first and then failing to tag. * [0b5a0a2] import_dsc: Check git repo before downloading the source. This makes sure we fail fast and not after the 30MB download * [9cc0a3f] buildpackage: Move git-pbuilder environemt variables into GBP_ namespace. Keep the old ones for backward compatibility but this way they're all available to all hooks and not only to prebuild. In order to not put more stuff into the process enviroment dont use os.environ but only pass these in via extra_env. While at that test that hooks actually get their environment variables set up correctly. * [36893cb] buildpackage: make sure hook_vars is always available. --tag-only uses different code paths so far only covered by the external test suite. Add a component test to fix that. * [92b7f1b] upstream_source: Don't silently ignore filters when importing zip archives * [35bd093] Don't throw exception when printing help an getting EPIPE. Python's optparse does not ignore EPIPE so just add our own print_help(). * [2f0d139] docs: Clarify relation between git- prefixed options and gbp.conf * [fe37670] docs: add options passed to build command to synopsis * [abe4e40] Update to git-pbuilder 1.40. Thanks to Russ Allberry * [2cc710d] docs: Fix sgml parsing errors spotted by docbook2html -- Guido Günther <email address hidden> Fri, 29 Jan 2016 09:13:18 +0100
Upload details
- Uploaded by:
- Guido Günther
- Uploaded to:
- Sid
- Original maintainer:
- Guido Günther
- Architectures:
- all
- Section:
- vcs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
git-buildpackage_0.7.2.dsc | 2.0 KiB | 85f25f1fe974060a5d7a098fca442281f55a8bb5ca7b080ef858db5fc2f2c3d5 |
git-buildpackage_0.7.2.tar.xz | 1.6 MiB | 866ce113803f6208e27a5669c0baed120daa38d2f539a0803cf3194ef22dca9e |
Available diffs
- diff from 0.7.1 to 0.7.2 (38.0 KiB)
No changes file available.
Binary packages built by this source
- git-buildpackage: Suite to help with Debian packages in Git repositories
This package contains the following tools:
* gbp import-{dsc,dscs}: import existing Debian source packages into a git
repository
* gbp import-orig: import a new upstream version into the git repository
* gbp buildpackage: build a package out of a git repository, check for local
modifications and tag appropriately
* gbp dch: generate Debian changelog entries from Git commit messages
* gbp {pull,clone}: clone and pull from remote repos
* gbp pq: manage debian/patches easily
* gbp create-remote-repo: create remote repositories
- git-buildpackage-rpm: Suite to help with RPM packages in Git repositories
This package contains the following tools:
* gbp buildpackage-rpm: build a package out of a git repository, check for
local modifications and tag appropriately
* gbp import-srpm: import existing RPM source packages into a git
repository
* gbp pq-rpm: manage patches easily
.
These tools are currently in an experimental state. Branch names and
repository layouts might change without lots of prior warning.