lp:ubuntu/natty/git-buildpackage

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/natty/git-buildpackage
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

42. By Angel Abad

* Merge from debian unstable. Remaining changes:
  - Disable tests for now as pychecker crashes with python 2.7
    (Closes: #692945).

41. By أحمد المحمودي (Ahmed El-Mahmoudy)

* Merge with Debian, remaining changes:
  + Disable tests for now as pychecker crashes with python 2.7
    (bug #692945).

40. By أحمد المحمودي (Ahmed El-Mahmoudy)

* Merge with Debian, remaining changes:
  + Disable tests for now as pychecker crashes with python 2.7
    (bug #692945).

39. By أحمد المحمودي (Ahmed El-Mahmoudy)

* Merge with Debian, remaining changes:
  + Disable tests for now as pychecker crashes with python 2.7
    (bug #692945).

38. By أحمد المحمودي (Ahmed El-Mahmoudy)

* Merge with Debian, remaining changes:
  + Disable tests for now as pychecker crashes with python 2.7
    (bug #692945).

37. By Guido Günther

[ Guido Günther ]
* [2a5df0a] docs/gbp-clone: better document --all
* [c3c76ac] docs/gbp-pull: Better document --force and --redo-pq
* [b23f05b] docs/git-import-dscs: document --debsnap to fetch from
  snapshots.debian.org
* [8040433] docs/gbp-pq: fix typo in manpage.
  Thanks to Emilio Pozuelo (Closes: #609166)
* [8cabb0e] Add gbp-{pull,clone,pq} examples to gbp.conf
* [eac621a] Add generated files to .gitignore
* [91b0aa8] pychecker warning cleanups (mostly unused variables and imports)
* [63d9624] Change dirs declaration to avoid false positives from pychecker.
  See #608153
* [bd2ac3a] Enable pychecker warnings
* [67bdb1f] git-import-dscs: Remove duplicate log message
* [d523065] command_wrappers: Use logging functions
* [9411f76] bash completion: parse short options too
* [7374d00] bash completion: also complete on tags
* [25677d0] bash completion: add completion for gbp-{pq,pull,clone}
* [3f05eba] bash completion: add support for tristate options like --color
* [d9ed286] bash completion: avoid space after options taking an argument.
  This makes branch and tag completion more useful.

[ Yaroslav Halchenko ]
* [2558ea7] git-import-dscs: Use git-import-dsc from the same location as
  git-import-dscs. With hardcoded path it is impossible to use
  git-import-dscs directly from the repository while developing both tools
* [31b4854] Spit out debug message in __git_inout

36. By Felix Geyer

Disable tests for now as pychecker crashes with python 2.7 (bug #692945).

35. By Guido Günther

[ Guido Günther ]
* [3e0d663] Also allow for 'issue' as bugnumber prefix as used in Grml.
* [4323487] Fix off by one error by not counting. Thanks to Olivier Aubert
  for pointing this out
* [5ace5eb] Better wrap thanks and closes (Closes: #529332)
* [cf98258] Move Debian tag with --ignore-same-version
  so the import doesn't fail. (Closes: #606204)
* [29feba8] Change --ignore-same-version to --allow-same-version
  and properly document it. This matches the defaults we had since ages.
* [3b858a9] Fix debug string formatting (Closes: #606771)
* [8a46f74] Favor ARCH environment variable over dpkg's architecture
  based on a patch by Jacob Helwig. (Closes: #607318)
* [2c94f9d] Add option to open editor (Closes: #565553)

[ Rob Browning ]
* [98b034c] Remove unused commit_msg variable from git-dch.
* [5b7b0f1] Use "log -n1" instead of "show" to retrieve commit log
  information.
* [e875704] Add "*.pyc" to .gitignore.
* [3640569] Add git-dch --customizations FILE to allow changelog entry
  customization:
  Add support for git-dch --customizations FILE. FILE must be Python code,
  and for now, the only useful thing it can do is define a
  format_changelog_entry() function which will override
  kgbp.dch.format_changelog_entry().
  Add a new customization option group for --customizations. Create a
  gbp.dch module and move the changelog entry formatting functions there.
  Create separate procedures to handle extracting metadata from the git log,
  and use them in the default format_changelog_entry(). These functions are
  also available for use by custom formatters: extract_git_dch_cmds(),
  filter_ignore_rx_matches(), extract_bts_cmds(), extract_thanks_info(), etc.
  Add a GitRepository.get_commit_info() method, and use it in git-dch
  parse_commit(). (Closes: #536719)
* [d12a32f] Add --multimaint support to git-dch

34. By Guido Günther

[ Matthijs Kooijman ]
* [083834b] git-import-orig: Ask the user for the package name and version
  if needed. If there is no debian/changelog to find the source package
  name, and/or the upstream version was not given on the commandline, ask
  the user for them. The values guessed from the original tarball name are
  offered as defaults to the user. Previously, this guessed version was used
  without confirmation. (Closes: #479172)
* [ee0e9ff] Let git-import-orig find the changelog when not on the
  debian-branch. When no changelog file is available in the checkout, look
  for the changelog in the repository.

[ Guido Günther ]
* [beaee6e] git-import-orig: Add --[no]-interactive to avoid prompts on
  import.
* [223b97a] Fall back to source only changes file if the architecture one
  doesn't exist. (Closes: #593598)
* [a6f2974] Makes uscan options explicit - thanks to Chris Butler.
  (Closes: #596003)
* [ea9a656] Don't put generated gbp/gbp_version.py into the source package.
* [c385e76] Fix download location - thanks to Rob Browning.
* [7e79bcd] Add logging functions. This allows us to color and prefix the
  output. Coloring can be disanbled via the --color option.
  (Closes: #544332)

[ Yaroslav Halchenko ]
* [d62fadd] Document --git-overlay. (Closes: #598530)

[ Benoît Knecht ]
* [dfe9104] Expand environment variables and '~' in gbp.conf paths.
  Options that expect a path in gbp.conf can now be given as
  '~/path/to/dir' or '$HOME/path/to/dir' (or any other environment
  variable for that matter). (Closes: #545692)

33. By Guido Günther

[4b23f2d] Warn if not invoked by git-buildpackage git-pbuilder is
supposed to be invoked by git-buildpackage. Otherwise things like
export-dir aren't respected. (Closes: #596625)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/oneiric/git-buildpackage
This branch contains Public information 
Everyone can see this information.

Subscribers