Change log for git-buildpackage package in Ubuntu

76143 of 143 results
Superseded in raring-release
Deleted in raring-proposed (Reason: moved to release)
git-buildpackage (0.6.0~git20120822ubuntu1) raring; urgency=low

  * Set DEB_VENDOR=Debian for the test suite.
 -- Dmitrijs Ledkovs <email address hidden>   Sun, 04 Nov 2012 15:31:54 +0000
Superseded in raring-proposed
git-buildpackage (0.6.0~git20120822) unstable; urgency=low


  [ Guido Günther ]
  * [e05bfb9] dch: Fix error reporting on parsing errors
  * [f4162be] manpage: Fix typo in git-dch's multimain-merge option
    (Closes: #684322)
  * [e8d175a] manpages: correct manual section and remove duplicate entry

  [ Zhang Qiang ]
  * [0af1e72] GitRepository/branch_contains: remove prefix '*' in branch name.

  [ Markus Lehtonen ]
  * [678f85f] docs: fix cross-referencing in manpages.
  * [f0d4b0d] docs: make refentry ids of manpages more consistent
  * [dc3b3b6] GitArgs/add: support iterable and non-string args.

  [ Ed Bartosh ]
  * [7524bbb] GitRepository: Implement set_upstream_branch and
    get_upstream_branch methods

 -- Guido Günther <email address hidden>  Wed, 22 Aug 2012 10:58:07 +0200
Superseded in raring-release
Obsolete in quantal-release
git-buildpackage (0.6.0~git20120601) unstable; urgency=low


  * Upload to unstable
  * [a5f0d87] git-import-dsc: add --allow-unauthenticated
    (Closes: #670623)
  * [a116edd] Refactor deb helpers: move PristineTar class based on a patch
    by Markus Lehtonen. This refactor is preparation to the upcoming rpm
    support.
  * [f52a417] git-buildpackage: add missing import so move_old_export works
    again
  * [16f0309] git-buildpackage overlay-mode: don't fail on files named like
    the tarball. Instead of moving individual files around simply rename the
    directories. This is faster and independent of the tarballs content.
    (Closes: #675412)
  * [7f580d9] git-buildpackage: allow to build packages from detached HEAD
    state with --git-ignore-branch.
    (Closes: #661598)

 -- Guido Günther <email address hidden>  Fri, 01 Jun 2012 23:44:17 +0200
Superseded in quantal-release
git-buildpackage (0.6.0~git20120415) unstable; urgency=low


  [ Guido Günther ]
  * [1e68f6e] gbp.git.repository: don't append a second .git when mirroring a
    repository
  * [b7797f9] ALlow to set the output directory via GIT_PBUILDER_OUTPUT_DIR.
    Helps with #657277
  * [407dfa1] Make the upstream version check match policy
    (Closes: #668554)
  * [d1ed77a] Ignore locale when checking for a clean repository
    (Closes: #668896)

  [ Jö Fahlke ]
  * [43e3a60] docs: correct --git-builder default value

 -- Guido Günther <email address hidden>  Sun, 15 Apr 2012 19:05:32 +0200
Superseded in quantal-release
Published in precise-release
git-buildpackage (0.5.32) unstable; urgency=low

  * [efe9220] Use known_compressions in guess_upstream_version too
    (Closes: #645477)
  * [e984baf] git-import-orig: fix --filter
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  28 Oct 2011 09:07:21 +0000

Available diffs

Superseded in precise-release
git-buildpackage (0.5.31) unstable; urgency=low

  [ Guido Günther ]
  * [3588d88] Fix pristine-tar error message
  * [8da98da] gbp-pq: don't fail on missing series file but create an empty
    branch instead

  [ Salvatore Bonaccorso ]
  * [b33cf74] Fix URL to cl2vcs service.
    Refer to https://honk.sigxcpu.org/cl2vcs instead of
    https://honk.sigxcpu.org/cl2vcs for the cl2vcs service. (Closes: #640141)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 10:54:58 +0000

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
git-buildpackage (0.5.30) unstable; urgency=low

  * [37f16cc] Document meta tags. Thanks to Raphaël Hertzog for the
    suggestion (Closes: #636088)
  * [f2efdaf] Add known_compressions() to UpstreamSource so we can use it for
    the DscFile parsing. This fixes the import of xz compressed upstream
    tarballs.
  * [2da9e9e] Leave compression type detection to tar by default
  * [a878947] Ignore comments and empty lines in series files.
    (Closes: #637224)
  * [b3931e0] Fix missing branch name in error message
  * [4e2f7de] gbp-pq: Use latest patches with --time-machine. When going back
    in history to find the point where the patches in debian/patches still
    apply make sure we use the latest ones not the one currently in the tree.

Available diffs

Superseded in oneiric-release
git-buildpackage (0.5.28) unstable; urgency=low

  * [3c72dfa] git-import-orig: Clarify missing argument error message
  * [d34e82e] Be less picky about empty filters. (Closes: #635641)
  * [a692745] Report errors reading the patch file instead of throwing an
    exception. (Closes: #635872)
  * [9bbbc77] Better document --git-upstream-tree. (Closes: #635883)
  * [3fb7fd6] Add strip option to GitRepository.apply
  * [dbe68fb] Split out GbpPatchQueue and GbpPatch to handle "-p<num>" without
    munging the code further (Closes: #635873)
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Fri, 29 Jul 2011 19:00:25 +0200

Available diffs

Superseded in oneiric-release
git-buildpackage (0.5.27) unstable; urgency=low
  [ Guido Günther ]  * [8ce3500] Add autocompletion for --git-dist= based on the available    cowbuilder images  * [7fc837a] git-import-orig: Better support uscan for non tar.gz tarballs    (Closes: #629538)  * [2d4034d] Drop suggests of git-load-dirs. It's not in the archive anymore  * [41a5d0d] Switch to dh_python2  * [305e871] Re-enable pychecker checks  * [7360496] Support importing zip archives. This can be extended to support    other formats.  * [00e1d97] Remove fastimport code since it didn't support filters, etc.  * [8d0143a] git-import-orig: support filters for all input formats    (Closes: #628645)  * [e05e985] Add tests for UpstreamSource  * [f0ba62c] Drop unpack_orig and tar_toplevel  * [5bd3ff2] git-dch: add formatter that wraps the changelog entry    (Closes: #626439)  * [0ecd9f7] git-buildpackage: Add upstream-tree option to specify where the    upstream tarball should be created from. The default is to create the it    from the exact tag and fail otherwise.    Based on a patch by Ricardo Salveti de Araujo -- Guido Günther <email address hidden>  Tue, 26 Jul 2011 22:18:29 +0200
Superseded in oneiric-release
git-buildpackage (0.5.26) unstable; urgency=low

  [ Guido Günther ]
  * [d841899] git-pbuilder: Add git-pbuilder 1.22.
    Thanks to a lot Russ Allbery (Closes: #623117)
  * [43e11c7] Bump standards version. No changes necessary.
  * [f5344c6] gbp-create-remote-repo: switch to git.debian.org.
    Thanks to Ritesh Raj Sarraf (Closes: #632897)

  [ Courtney Bane ]
  * [3a68566] gbp-create-remote-repo: Improve url handling.
    Support user name expansion and different ssh ports.
    Closes: #630832
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Wed, 06 Jul 2011 23:09:21 +0200

Available diffs

Superseded in oneiric-release
git-buildpackage (0.5.25) unstable; urgency=low

  * [f07c1fc] Make qemubuilder really a boolean option.
    Thanks to Gregor Herrmann <email address hidden> for tracking this down
    (Closes: #627541)

Available diffs

Superseded in oneiric-release
git-buildpackage (0.5.23) unstable; urgency=low

  [ Guido Günther ]
  * [6710462] git-pbuilder: Drop diffignore and tarignore patterns
    (Closes: #606412, #610662)
  * [5b63e3f] tests: add doctests for gbp.deb.orig_file()
  * [9f3030b] git-dch: improve formatting of commit subject by taking into
    account idlength and the prefix added by git-dch itself.

  [ Peter Eisentraut ]
  * [0958897] Correct option name in git-buildpackage man page
  * [3e1fd70] Fix various typos in man pages
  * [e5dd444] gbp-clone: check out the debian branch after the clone is
    complete.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  08 May 2011 07:35:35 +0000

Available diffs

Superseded in oneiric-release
git-buildpackage (0.5.22) unstable; urgency=low

  [ Guido Günther ]
  * [61513e6] git.rev_parse: unconditionally use --quiet to avoid the
    confusing "fatal: Needed a single revision" error message
  * [c7bb3f1] Add aliases for gz and bz2 compression types
  * [dc39596] gbp: Handle whitespace in submodule names (Closes: #622103)
  * [f5db59d] Disable submodule processing by default.

  [ Loïc Minier ]
  * [2d620e4] Ignore .noseids from nosetests
  * [8189cc9] Add tests for orig autodetection
  * [85c5d8e] Detect compression from orig tarball (Closes: #621701)

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
git-buildpackage (0.5.19ubuntu1) natty; urgency=low

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

Available diffs

Superseded in natty-release
git-buildpackage (0.5.18ubuntu1) natty; urgency=low

  * Merge with Debian, remaining changes:
    + Disable tests for now as pychecker crashes with python 2.7
      (bug #692945).
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Sun, 23 Jan 2011 18:23:08 +0200

Available diffs

Superseded in natty-release
git-buildpackage (0.5.17ubuntu1) natty; urgency=low

  * Merge with Debian, remaining changes:
    + Disable tests for now as pychecker crashes with python 2.7
      (bug #692945).
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Sat, 22 Jan 2011 11:53:15 +0200

Available diffs

Superseded in natty-release
git-buildpackage (0.5.16ubuntu1) natty; urgency=low

  * Merge with Debian, remaining changes:
    + Disable tests for now as pychecker crashes with python 2.7
      (bug #692945).
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Tue, 11 Jan 2011 20:21:28 +0200

Available diffs

Superseded in natty-release
git-buildpackage (0.5.14ubuntu1) natty; urgency=low

  * Merge with Debian, remaining changes:
    + Disable tests for now as pychecker crashes with python 2.7
      (bug #692945).
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Fri, 07 Jan 2011 18:38:03 +0200

Available diffs

Superseded in natty-release
git-buildpackage (0.5.14) experimental; urgency=low

  [ 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
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Fri, 07 Jan 2011 09:58:39 +0100

Available diffs

Superseded in natty-release
git-buildpackage (0.5.13ubuntu1) natty; urgency=low

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

Available diffs

Superseded in natty-release
git-buildpackage (0.5.12) experimental; urgency=low

  [ 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
 -- ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) <email address hidden>   Mon, 20 Dec 2010 16:31:12 +0100

Available diffs

Superseded in natty-release
git-buildpackage (0.5.11) unstable; urgency=low

  [ 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)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  17 Nov 2010 12:04:46 +0000

Available diffs

Superseded in natty-release
git-buildpackage (0.5.10) unstable; urgency=low

  * [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)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  08 Nov 2010 11:04:44 +0000

Available diffs

Superseded in natty-release
Obsolete in maverick-release
git-buildpackage (0.5.9) experimental; urgency=low

  * [6a200ad] Resync with git-pbuilder 0.16 (Closes: #595055)
  * [ed97b84] Add --git-arch option
  * [257a3e1] Switch to debian branch before forcing the HEAD update
    otherwise we might forward the current branch to another branch's
    ref - thanks to Rolf Leggewie for the testcase
  * [af97781] Avoid unnecessary branch switch when fixing the previous
    issues. (LP: #637286)
  * [70c5b22] Improve compression format detection by checking if a
    version is already on the pristine-tar branch and use it's
    compression type if found. (LP: #615212)
  * [02b1a03] Don't fail on missing debian/rules. (LP: #638371)
 -- Alessio Treglia <email address hidden>   Fri, 17 Sep 2010 10:42:32 +0200

Available diffs

Superseded in maverick-release
git-buildpackage (0.5.8) experimental; urgency=low

  [ Guido Günther ]
  * [a09cce7] gbp-svn-tag: Simple helper to tag a version if using git-svn
  * [3262621] gbp-pull: Properly handle local only changes as no update needed
  * [b1bd417] git-import-dsc: Remove file and commit ambiguity
  * [65bf135] git-dch: Fix exception name so we don't fail on repos without
    tags.

  [ Svend Sorensen ]
  * [39b1a07] Fix --git-cleaner option name in git-buildpackage man page
    (Closes: #594612)
 -- Alessio Treglia <email address hidden>   Wed, 01 Sep 2010 10:56:34 +0200

Available diffs

Superseded in maverick-release
git-buildpackage (0.5.7) experimental; urgency=low

  * [07c11d5] git-pbuilder: Only output dist if set.
  * [3d97dfe] git-pbuilder: Check for cowbuilder. The cowbuilder package
    depends on pbuilder so this is enough.
  * [7f07ed6] Recommend cowbuilder
  * [0a081d4] Update copyright file
  * [af3dc21] Don't fail on gbp_version import errors. This makes it easier to
    test from the source tree without starting a build first.
  * [c0dad1a] git-import-dsc: Catch KeyboardInterrupt
  * [cc557e7] git-dch: Check for greater not unequal when looking for a new
    upstream version
  * [74aa351] git-buildpackage: Use --pretty=format: instead of --format= to
    support the git version in Lenny.

Available diffs

Superseded in maverick-release
git-buildpackage (0.5.4) unstable; urgency=low

  * [88afa61] git-dch: Pass --multimaint-merge on to dch (Closes: #586165)
  * [e8b6b49] gbp-pq: Use the maintainer of the Debian package as fallback
    patch author
  * [f63c4ed] git-import-dsc: Don't add superfluous parents to imports on the
    Debian branch. Only set a parent on the first import per upstream version.
  * [af2a435] gbp-pull: Don't update already up to date branches
  * [407b614] docs: Drop git_load_dirs reference we're not using it anymore.
  * [dbc7fe3] docs: We don't only support .gz tarballs
  * [34d6d84] Bump standards version
 -- Alessio Treglia <email address hidden>   Fri, 06 Aug 2010 17:07:47 -0400

Available diffs

Superseded in maverick-release
git-buildpackage (0.5.3) unstable; urgency=low

  * [2808207] git-dch: Terminate the patch description with a dot in case of
    multiline commits where the second line starts with a uppercase letter.
    Heavily based on a patch by Jonathan Nieder.
  * [47463da] Better document the default config file.
  * [57b2abf] git-dch: Set author information from git on --release when using
    --git-author - thanks to Boleslaw Tokarski for his feedback.
  * [ad2416e] examples/zeitgeist-git: Adjust for zeitgeist 0.4.0.
  * [8676193] examples/gbp-create-remote-repos: Simple helper to create remote
    repos based on dom-new-git-repo from the OCaml maintainers as well as
    aa-create-repo. (Closes: #540185)
  * [3ed1a5c] git-import-dscs: Fetch all snapshots from snapshots.debian.org
    using debsnap and import them (Closes: #591218)
 -- Alessio Treglia <email address hidden>   Mon, 02 Aug 2010 22:10:18 +0200

Available diffs

Superseded in maverick-release
git-buildpackage (0.5.2) unstable; urgency=low

  * Upload to unstable

Available diffs

Superseded in maverick-release
git-buildpackage (0.4.68) unstable; urgency=low

  [ Guido Günther ]
  * [88c2d6d] gbp-pq export: Instead of failing switch branch if on a
    patch-queue branch.
  * [65ea70f] gbp-pq: Use run_git to catch git errors
  * [488f16c] No need to assign repo
  * [7f0b81f] Strip traling slashes from repo path (Closes: #584775)
  * [a831329] Add 'ignore-branch' option This disables the 'current branch' ==
    'debian-branch' check.
  * [5988e20] Add 'ignore-branch' option This disables the 'current branch' ==
    'debian-branch' check.

  [ Christian Kastner ]
  * [2173157] Add option --git-force-create to force tarball creation
    (Closes: #519297)
 -- Benjamin Drung <email address hidden>   Sat, 19 Jun 2010 16:07:05 +0200

Available diffs

Superseded in maverick-release
git-buildpackage (0.4.67) unstable; urgency=low

  * [6427e2a] git-import-dsc: Add --download option. This allows to directly
    import source packages either via git-import-dsc --download <pkg> or
    git-import-dsc --download <url-to-dsc> The former uses "apt-get soure" the
    later "dget". (Closes: #510036)
  * [823f49f] gbp-pull: Document exit codes
  * [9fb419f] git-import-orig: Document --uscan
  * [3473689] git-buildpackage: Document --git-compression and
    --git-compression-level
  * [f31c82d] git-dch: Document 'Git-Dch: Ignore' and 'Git-Dch: Short'
  * [65b9e0d] gbp-pq: Improve manpage and help output
  * [33e56ca] git-import-dsc: Document --download

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
git-buildpackage (0.4.65ubuntu1) lucid; urgency=low

  * merge from Debian unstable. delta unchanged from 0.4.63ubuntu1. LP: #525116

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.63ubuntu1) lucid; urgency=low

  * pychecker was removed from Ubuntu as it needs porting to python2.6; drop
    pychecker build-dep and comment out pychecker invocation in rules; see
    LP #516932.
 -- Loic Minier <email address hidden>   Fri, 12 Feb 2010 12:27:58 +0100

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.63) unstable; urgency=low

  [ Guido Günther ]
  * [a0c7a91] docs: fix git-init call - thanks to Pietro Battiston
  * [02ab603] docs: Drop superfluous upstream branch creation
  * [e339c70] gbp: Make sure we drop the generated custom index file 
              (Closes: #561454)
  * [d436612] git-dch: Add body regex filter (Closes: #544238)
  * [cf45595] gbp-{pull,clone}: Don't hardcode pristine-tar branch
  * [0eb4580] gbp: Allow to set compression type (Closes: #554520)
  * [7ad35fb] tests: Add other gbp-* commands
  * [f1f3d8e] tests: Add unpack test

  [ Matthijs Kooijman ]
  * [725b9d3] git-dch: Add support for a Git-Dch: Ignore metaheader.
              (Closes: #561346)
  * [e54b7bf] git-dch: There was a second use of parse_commit. Both uses of
    parse_commit now support the None return value. The shortlog_to_dch
    function is now superfluous and was removed.
 -- Laurent Bigonville <email address hidden>   Mon,  18 Jan 2010 05:29:27 +0000

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.62) unstable; urgency=low

  * [dce995d] Improve error handling on broken dsc files. (Closes: #560689)
  * [bcdd6b5] Improve error message when trying to import 3.0 source format
    packages until we properly support them.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  01 Jan 2010 10:09:13 +0000

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.61) unstable; urgency=low

  * [fc96f75] switch to 3.0 (native) source format
  * [bf258de] use git;// instead of http://
  * [043c75a] Make gbp-clone, gbp-pull and gbp-pq first class citizens
    by moving them from examples/ to /usr/bin/
  * [c5e4148] Add documentation for gbp-{pg,pull.clone}
  * [06059df] Make the default build command 3.x source format safe Instead of
    passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use
    the default behaviour of dpkg-source. (Closes: #553079)
  * [ecec4d5] gbp-pull: Don't fail if no tracking branch exists.
  * [5539417] cleanup symlinks
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  18 Dec 2009 17:42:00 +0000

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.60) unstable; urgency=low

  [ Guido Günther ]
  * gbp-pull: 
      * [9960f24] check for clean repo
      * [9d190a5] add --redo-pq so a "gbp-pull --redo-pq" also refreshes the
        patch-queue branch
  * gbp-pq:
      * [526fc0c] add option to drop patch-queue branch
      * [3bf8288] Don't fail when series file is missing. Create an empty
        patch-queue branch instead.
  * git-import-orig:
      * [eef5eca] Use "imported" instead of "merged". This way we don't claim
        we merged something but we possibly didn't. (Closes: #545908)
  * debian/rules:
      * [5372050] Don't compress the example scripts
  * docs:
      * [4da84c0] document --git-retag

  [ Charles Plessy ]
  * [509c1c3] Stefano Zacchiroli’s workaround for creating empty
    upstream branches. (See ‘http://bugs.debian.org/cgi-
    bin/bugreport.cgi?bug=471560’)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  23 Nov 2009 18:26:42 +0000

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.59) unstable; urgency=low

  * new tools:
      * [9ccbcd2] add examples/gbp-pull. Addresses another part of #540185.
  * git-buildpackage:
      * [38fcab2] add --git-retag (Closes: #521329)
  * git-import-orig:
      * [ee3209c] Drop superfluous argument. Fixes TypeError on merge failures.
        (Closes: #549885)
  * examples/gbp-clone:
      * [1d8fb9d] gbp-clone: import Command too. Fixes "--verbose".
  * gbp module:
      * [db7cbab] add GitFetch
      * [6f03267] add GitRepository.get_merge_branch()
      * [b543f67] add GitRepository.is_fast_forward()
      * [5bf8201] move FastImport into gbp/git.py
  * docs:
      * [189ff52] fix link to "homepage"
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 11:43:07 +0000

Available diffs

Superseded in lucid-release
git-buildpackage (0.4.58) unstable; urgency=low

  * [78bcf5e] catch config file parse errors (Closes: #545690)
  * [8a9b813] docs: mention pristine-tar branch and pristine-tar
  * [260afa1] docs: add missing --git- prefix
  * [af4265e] git-dch: export GBP_BRANCH to postimport hook so we can pass the
    current branch to git-dch

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 05:59:34 +0000

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
git-buildpackage (0.4.57) unstable; urgency=low

  * new tools:
      * [13316be] Add gbp-clone to examples. Using this to clone
        repositories will automatically track the remote branches used by
        gbp. Addresses parts of #540185.
  * git-dch:
      * [d42ed40] Trim commit display.
      * [a335e04] Catch gbp.deb.NoChangelogError.
      * [98a9b88] Add changelog section if current topmost version is already
        tagged. This makes sure we add a new changelog section after a
        release. This was broken due to 016318.
  * git-import-orig:
       * [dcbe091] Use option groups for nicer --help output
       * [ee6c238] Add postimport hook for git-import-orig Allows to run git-
         dch after import. Drop the dch invocation and warn when --no-dch gets
         passed on the commandline. (Closes: #520355)
       * [aecb9b4] NEWS: --no-dch is no more (Closes: #540750)
  * git-import-dsc:
       * [dcbe091] Use option groups for nicer --help output
  * packaging:
      * [4f82dfb] Honor DEB_BUILD_OPTIONS=nocheck
      * [29cacc0] Run doctests with nose
      * [1f8abec] Bump standards version
      * [c84fd78] TODO list maintained in the wiki
  * gbp module:
      * [715d42a] Drop superfluous _utils from module names
      * [46d6c1b] Make sanitize_version a private function
      * [75eedb8] Add doctest for __sanitize_version() and build_tag()
      * [4cd72bc] Add doctest for Command.__call__()
      * [a4fd8eb] Add doctest for Command.call() and fix error in exception
        handling revealed by the test.
      * [edfe670] Add GitClone
      * [2663f23] Make GitBranch remote branch aware
      * [838b3f4] Make has_branch aware of remote branches
  * tests:
      * [6cbbddf] Add unit test for --help
      * [52d9b5a] Fix testcase name
  * [e4abaad] document changes so far

Available diffs

Superseded in karmic-release
git-buildpackage (0.4.54) unstable; urgency=low

  [ Damyan Ivanov ]
  * [b577f01] Unconfuse git-dch when commit message starts with "--"
    (Closes: #531985)

  [ Guido Günther ]
  * [55a89e1] allow for uppercase characters in the version pattern and
    in the package name if it's not a debian source package's name. Also
    allow for ':' and '~' which are allowed accoring to Debian Policy.
    Based on a patch by Felipe Sateler. (Closes: #531819)
  * [882f971] check for snapshot mode when checking if we need to add a
    new section. (Closes: #532583) - thanks to Ove Kaaven for sorting
    this out
  * [f80ee2e] fix one digit version numbers
  * [5edecd9] + is a valid character in version numbers

  [ Mehdi Dogguy ]
  * [7de9f12] add filter-pristine-tar to filter upstream tarball before
    passing it to pristine-tar (Closes: #520722)

 -- ???? ???????? (Ahmed El-Mahmoudy) <email address hidden>   Mon,  13 Jul 2009 20:15:23 +0100

Available diffs

Superseded in karmic-release
git-buildpackage (0.4.53) unstable; urgency=low

  * [b772300] pass --pretty=medium to git show (Closes: #525969)
  * [5ed3078] add commit argument to GitTag
  * [129b3c4] add get_author_email that parses git config and
              environment
  * [9ed19e7] add --fast-import. This uses git-fast-import to import the
              upstream tarball, speeds up imports of upstream tarballs by a
              factor of two. This options is experimental and will become the
              default once it got more testing. (Closes: #449075)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  04 May 2009 08:22:34 +0100

Available diffs

Superseded in karmic-release
git-buildpackage (0.4.52) unstable; urgency=low

  * [a2e42cd] move to section vcs
  * [2892e7f] document postbuild hook
  * [66f1027] promote pristine-tar to Recommends:
  * [54b9da0] fix missing argument in error message
  * [3e4b08e] restore default signal handlers before subprocess.call, python
              changes them to SIG_IGN. (Closes: #525411)

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
git-buildpackage (0.4.45) unstable; urgency=low

  [ Robie Basak ]
  * [6f4af4a] Use name and email from git (Closes: #509867)

  [ Guido Günther ]
  * [b097286] document --no-sign-tags
  * [6fe5985] add --no-git-author
  * [7c2034c] add --no-sign-tags to git-import-{dsc,orig} too 
    (Closes: #508889)

Available diffs

Superseded in jaunty-release
git-buildpackage (0.4.43) unstable; urgency=low

  * [8b8c137] gather all invocations of dch in one function - fixes dch
    failures due to missing quotes introduced by [7f24b98]
  * [a328fa2] fix off by one introduced by not counting first_commit
    when creating a new header in [7f24b98]

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Nov 2008 09:41:16 +0000

Available diffs

Superseded in jaunty-release
git-buildpackage (0.4.42) unstable; urgency=low

  [ Guido Günther ]
  * [b5e8691] debian/control: fix maintainer
  * [ee9e51d] doc: mention cl2vcs
  * [a0c03e1] doc: fix typo
  * [0314acc] git-buildpacakge: use option groups
  * [2d44dad] git-dch: merge sha and snapshot parameter

  [ Felipe Sateler ]
  * [7f24b98] git-dch: Don't include first UNRELEASED line - There's not much
    point in keeping this line when either doing a release or when having a
    snapshot header (nor does it help much if one invokes git-dch without
    options). (Closes: #505400)

  [ Guido Günther ]
  * [a6f5472] git-import-orig: Don't fail on symlink creation (Closes: #502565)
  * [b7f8efd] git-dch: add missing call to escape_commit

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  13 Nov 2008 23:53:16 +0000

Available diffs

Superseded in jaunty-release
git-buildpackage (0.4.41) unstable; urgency=low

  * [8b15994] allow for another config file $REPO/debian/gbp.conf
    (Closes: #502253)
  * [1ef4e04] add repo.set_branch() to switch branches
  * [d4d4580] use repo.set_branch()
  * [245d5f1] add GbpNothingImported exception
  * [c410c0b] switch back to original branch on empty imports 
    (Closes: #504029, #504072)

Available diffs

Superseded in jaunty-release
Obsolete in intrepid-release
git-buildpackage (0.4.33) unstable; urgency=low

  [ Adeodato Simó ]
  * [35c92a4] git-import-orig: merge upstream by tag name instead of by
    branch name.
  * [f1ca044] command_wrappers.py: add a GitMerge wrapper class.

  [ Guido Guenther ]
  * [9bbd5d2] make symlink_orig's error message more helpful
  * [26c0310] make no-dch configurable via gbp.conf
  * [e6ce2df] bump standards version
  * [45b060e] mention git-import-dscs
  * [721068a] add "meta" to sample config file

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  04 Jul 2008 08:43:59 +0100

Available diffs

Superseded in intrepid-release
git-buildpackage (0.4.32) unstable; urgency=low

  * [217263e] Don't set the version number twice - makes sure git-import-dsc
    doesn't use the Version: line from the message instead of the signature on
    old PGP signatures (Closes: #486397)
  * [063fab5] escape $s in commit messages so variable names like
    $remote_fs don't get dropped silently. (Closes: #486447)
  * [6008c37] don't try to cleanup in case of tag_only (Closes: #486398)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  17 Jun 2008 14:47:14 +0100

Available diffs

Superseded in intrepid-release
git-buildpackage (0.4.31) unstable; urgency=low

  * [bf8738f] add --git-tag-only (Closes: #485114)
  * [b06bcf0] document git-import-dscs
  * [c1deeb2] add epoch to dch call (Closes: #483718)
  * [6640ac7] Fix typo (Closes: #484243)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  13 Jun 2008 10:17:32 +0100

Available diffs

Superseded in intrepid-release
git-buildpackage (0.4.30) unstable; urgency=low

  * [cc9c42a] Try harder to find/build the upstream tarball (Closes:
    #482786)
  * [e6dd31e] Help pristine-tar to find the branch name (Closes:
    #481806)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  30 May 2008 07:22:09 +0100

Available diffs

Superseded in intrepid-release
git-buildpackage (0.4.29) unstable; urgency=low

  * [ce152d4] git-dch: include the commit id in the changelog entry
  * [ad6ff99] git-dch: print default value of --meta
  * [2c1c265] git-dch: avoid extra space before "(Closes: )"
  * [6ddf168] add git-import-dscs (Closes: #471580)
  * [2cfbf05] move dsc handling into deb_utils

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  19 May 2008 07:40:34 +0100
Superseded in intrepid-release
git-buildpackage (0.4.28) unstable; urgency=low

  * git-buildpackage: add --git-dont-purge to leave the exported build dir
    intact (Closes: #479848) - thanks to Kurt B. Kaiser for the patch
  * git-dch: make --meta a config file option
  * git-import-orig: fix symlink creation
  * docs: missing EOF (Closes: #479726) - thanks to Sedat Dilek

 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  15 May 2008 07:37:58 +0100
Superseded in intrepid-release
git-buildpackage (0.4.27) unstable; urgency=low

  * make author parsing more robust  (Closes: #479263)
  * fix --git-export  (Closes: #479147)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  05 May 2008 10:17:36 +0100
Superseded in intrepid-release
git-buildpackage (0.4.26) unstable; urgency=low

  * git-export=INDEX exports the index into git-export-dir
    (Closes: #471568)
  * make ignore-new a config file option  (Closes: #466900)
  * build-depend on python-dateutil  (Closes: #477959)
  * git-dch:
      * use --no-auto-nmu
      * error handling fixes
  * depend on devscripts that has dch --no-auto-nmu
  * gbp/config.py: make boolean options parsing more robust
  * add a link to the online version of the manual

Superseded in intrepid-release
Obsolete in hardy-release
git-buildpackage (0.4.10) unstable; urgency=low

  * git-ls-files: separate filenames by '\0', based on a patch from Uwe
    Kleine-König <email address hidden> (Closes: #454470)
  * git-import-dsc: return non null on failure 

 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 Dec 2007 19:08:13 +0000
Superseded in hardy-release
git-buildpackage (0.4.9) unstable; urgency=low

  * fix "gpb gets confused by color enabled on branches..." - thanks to
    Niv Sardi for the patch (Closes: #452921)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  27 Nov 2007 00:54:46 +0000
Superseded in hardy-release
git-buildpackage (0.4.8) unstable; urgency=low

  * git-buildpacakge: make sure we don't switch directories during build
    (Closes: #451550)
  * debian/control: use the now official Vcs-Git 

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  20 Nov 2007 01:53:49 +0000
Superseded in hardy-release
git-buildpackage (0.4.7) unstable; urgency=low

  * add tarball-dir option losely based on patch from Sjoerd Simons
    (Closes: #448357)
  * don't print a commit summary when importing into empty repos
    (addresses parts of #449075)

Superseded in hardy-release
git-buildpackage (0.4.5) unstable; urgency=low

  * git-import-orig: fix missing s/upstream/upstream_branch/ rename
    (Closes: #447920) - Thanks to Arnaud Cornet

 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  27 Oct 2007 22:20:08 +0100
Superseded in hardy-release
git-buildpackage (0.4.4) unstable; urgency=low

  * git-buildpackage: use upstream-branch in case the tag doesn't exist

Superseded in hardy-release
Obsolete in gutsy-release
git-buildpackage (0.3.2) unstable; urgency=low

  * git-import-orig: allow to import into an empy git repository
  * docs: we don't use git_load_dirs internally anymore 
  * docs: howto start a package from scratch

 -- Sebastien Bacher <email address hidden>   Thu,  05 Jul 2007 20:52:12 +0100
Superseded in gutsy-release
git-buildpackage (0.3.1) unstable; urgency=low

  * don't fail imports on large archives 
  * print a sensible error message, when a git repository isn't a debian
    source package

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  12 Jun 2007 11:45:11 +0100
Superseded in gutsy-release
git-buildpackage (0.3.0) unstable; urgency=low

  * don't use git_load_dirs for imports, this addresses:
      * upstream directory removal (#423363)
      * empty dirs and files not under version control (#409606)
      * filtering out of files (Closes: #425986)
      * importing of an empty .diff.gz (like libx86 0.99-1.2)
  * doc: remove stray ';' from special.sgml. Thanks to Loïc Minier
  * doc: gbp.conf is per working copy, not per repository

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  30 May 2007 07:29:09 +0100
Superseded in gutsy-release
git-buildpackage (0.2.31) unstable; urgency=low

  * git-import-orig: rename --upstreamversion to --upstream-version, to match
    the documentation and the uther --upstream-* options
  * add several missing options to manpages and documentation

Superseded in gutsy-release
git-buildpackage (0.2.29) unstable; urgency=low

  * git-import-orig: more specific error message, when the merge merge fails
    (Closes: #423036)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  18 May 2007 09:33:24 +0100
Superseded in gutsy-release
git-buildpackage (0.2.28) unstable; urgency=low

  * git-import-orig: support import of tar.bz2 (Closes: #423254)
  * type fixes by Aurélien GÉRÔME. Thanks! (Closes: #422171)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  15 May 2007 13:55:27 +0100
Superseded in gutsy-release
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

76143 of 143 results