~ubuntu-branches/ubuntu/trusty/git-buildpackage/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Guido Günther, Guido Günther, Markus Lehtonen
  • Date: 2014-02-15 11:45:00 UTC
  • Revision ID: package-import@ubuntu.com-20140215114500-8addatat3d04kqoh
Tags: 0.6.9
[ Guido Günther ]
* [78f3673] Depend on newer devscripts.
  These contain a uscan that handles repackaging at the right level and
  won't let us pick up the wrong tarball name.
  Thanks to gregor herrmann and all others involved (Closes: #635920)
* [7c64575] Avoid backtrace on config file parse errors
  "gbp buildpackage" did this already but others didn't (Closes: #733759)
* [7b1eadd] Make parsing config file sections symmetric.
  Always read the legacy command's config file section prior to the
  subcommand's config file section.
  Until now 'gbp <subcommand>' would read '[subcommand]' as well as
  '[gbp-<subcommand>]' sections while 'gbp-<subcommand>' would only read
  '[gbp-<subcommand>]' sections. (Closes: #733759)
* [49f0e44] Change the default of cleaner to /bin/true.
  Running a clean command within version control by default nowadays
  causes more trouble than it helps. It's unnecessary with
  pbuilder/cowbuilder/sbuild and with export-dir. So change the default
  from 'debuild clean' to a noop ('/bin/true'). (Closes: #670624)
* [d93c89f] import_orig: test error paths of find_source
* [daf249f] docs: improve docs on using upstream's git repo.
  The documentation on using upstream's git directly instead of tarballs
  was very terse. Add a step by step guide on how to get started and
  how to update to new upstream versions.

[ Markus Lehtonen ]
* [e876beb] tests: adapt dch tests for older devscripts.
  Determine the default urgency level by determining the version number of
  the dch tool from command line.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
Depends: ${python:Depends},
37
37
 ${shlibs:Depends},
38
38
 ${misc:Depends},
39
 
 devscripts (>= 2.10.66~),
 
39
 devscripts (>= 2.13.5~),
40
40
 git (>= 1:1.7.9.1-1~),
41
41
 man-db,
42
42
 python-dateutil,