[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted git-buildpackage 0.4.63~bpo50+2 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 20 Jan 2010 20:51:41 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.63~bpo50+2
Distribution: lenny-backports
Urgency: low
Maintainer: Guido Günther <agx@sigxcpu.org>
Changed-By: Guido Günther <agx@sigxcpu.org>
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 411206 449075 500458 504075 505787 508889 508889 509138 509867 510479 511096 511269 512765 516876 516877 517024 517376 518008 520355 520722 521329 521358 522888 525411 525969 531819 531985 532583 537212 540750 541420 544238 545690 545908 549885 553079 554520 560689 561346 561454
Changes: 
 git-buildpackage (0.4.63~bpo50+2) lenny-backports; urgency=low
 .
   * [5b91321] Switch back to 1.0 source format since bpo doesn't support it
     yet.
 .
 git-buildpackage (0.4.63~bpo50+1) lenny-backports; urgency=low
 .
   * Rebuild for lenny-backports.
 .
 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.
 .
 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.
 .
 git-buildpackage (0.4.61~bpo50+1) lenny-backports; urgency=low
 .
   * Rebuild for lenny-backports.
   * [e5dbe84] Revert "depend on devscripts >= 2.10.49" This reverts commit
     d6dae624d35719556257043ce2212cd40511848f.
   * [82189a1] Revert "add --no-force-save-on-release" This reverts commit
     f636022be8a0d802f357612ca9eef5986ece887d.
 .
 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
 .
 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’)
 .
 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"
 .
 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
 .
 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
 .
 git-buildpackage (0.4.56) unstable; urgency=low
 .
   * [d6dae62] depend on devscripts >= 2.10.49 for --no-force-save-on-release
     in dch.  (Closes: #541420)
   * [080b1eb] make parameters for GitRepository.commits() optional
   * [016318e] git-dch: use the last commit in which debian/changelog was
     touched as starting point if no snapshot header was found. This can still
     be overriden by using --since. Based on a patch by Felipe Sateler.
     (Closes: #511269)
 .
 git-buildpackage (0.4.55) unstable; urgency=low
 .
   [ Guido Günther ]
   * [651f723] fix release
   * [e1bdfdb] update Homepage:
   * [8ea4747] add gbp-pq to examples (Closes: #537212)
   * [bedacee] check for correct overlay usage
   * [849c801] bump standards version
   * [f636022] add --no-force-save-on-release so dch saves the changlog
     even when there are no changes so we don't end up with UNRELEASED
     when passing -R.
 .
   [ أحمد المحمودي ]
   * [14915d9] make tar_toplevel safer
   * [b86ddcc] add --git-overlay option (Closes: #411206)
 .
 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)
 .
 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)
 .
 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)
 .
 git-buildpackage (0.4.51) unstable; urgency=low
 .
   * [74a0954] git-import-dsc: don't ignore --debian-branch on import into non
     empty archives
   * [abe7de4] store version without epoch and simplify version parsing
   * [8d2c6bd] add get_arch returns dpkg's notion of the architecture
   * [e4db34b] add postbuild hook can be used to e.g. run lintian.
     (Closes: #521358)
   * [829db7c] pass GBP_BUILD_DIR to the build command this allows hooks
     to figure out where to copy back the build result. Adjust the
     cowbuilder example accordingly.
   * [eaacadf] bump standards version
   * [d113a3b] let the version detection patter match debian policy
     (Closes: #522888)
 .
 git-buildpackage (0.4.50) unstable; urgency=low
 .
   * [eceac16] be less strict on the spelling of boolean config file
     options any capitalization of 'true' or 'false' as well as '0' and
     '1' are allowed. (Closes: #517376)
   * [94084b0] Skip all comments before looking for clean_msg (Closes: #518008)
   * [e56c9f5] add git-builder cowbuilder example
 .
 git-buildpackage (0.4.49) unstable; urgency=low
 .
   * [4ddcd5c] gbp-posttag-push: fix for remote repos containing '.'
   * [1e62d1a] Pass "-d" to debuild when run as cleaner. This way build-
     deps don't have to be fulfilled in the source tree but only in the
     build tree. (Closes: #516876)
   * [660acbe] better document 'Closes:' tag (Closes: #516877)
   * [e3b7610] simplify boolean option handling
   * [1e1a1ca] add --no-pristine-tar (Closes: #517024)
   * [600a16d] add --git-no-ignore-new
   * [2fa0cc8] make --[no-]full a config file option
   * [6ccd482] make --export a config file option
 .
 git-buildpackage (0.4.48) unstable; urgency=low
 .
   * [ae575e3] Add --export=WC to export the working copy into export-
     dir. (Closes: #509138)
   * [9f42e53] run git-cleaner with --git-ignore-new Makes running with
     and without --git-ignore-new more consistent.
   * [b8a35b4] docs: add --git-export=INDEX to the manual
   * [47c8a38] docs: add --git-dont-purge to the manual
   * [616bff3] docs: fix typo
   * [15042e3] rename git-pbuilder to gbp-pbuilder
   * [ffbb38a] add gbp-posttag-push example to examples/
 .
 git-buildpackage (0.4.47) unstable; urgency=low
 .
   * [b5a3215] export sha1, branch and tagname into the commit hooks
     environment this makes it possible to push out that specific tag only
   * [2be813e] document exported env vars and add example posttag hook
   * [a498bdf] add GitRepository.rev_parse
   * [28973fb] fix VCS-Browser URL
 .
 git-buildpackage (0.4.46) unstable; urgency=low
 .
   [ Guido Günther ]
   * [746d63b] fix typos (Closes: #510479) - thanks to Jonathan Wiltshire
   * [07ceb2c] add Vcs-Browser
 .
   [ Dietmar Winkler ]
   * [a92c398] documentation typo
 .
   [ Jonathan Wiltshire ]
   * [a748f52] typo in docs/manpages/git-dch.sgml (Closes: 511096)
 .
   [ Guido Günther ]
   * [5c8de27] handle dpkg-parsechangelog errors (Closes: #512765)
 .
 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)
 .
 git-buildpackage (0.4.44) unstable; urgency=low
 .
   * [c54e6dc] help option cleanup (Closes: #505787)
   * [45541fe] don't require bugnumbers to start with '#' - use the regex
     from Debian policy instead
   * [77a875c] move common help messages into config.py
   * [9223997] allow to import into empty repositories this makes git-
     import-dsc's behaviour finally consistent with git-import-orig
     (Closes: #500458, #504075)
   * [aacd04a] require python 2.5
   * [54b9a3e] better descriptions
   * [e806326] add --no-sign-tags (Closes: #508889)
Checksums-Sha1: 
 2c8e4e7499e55349166a312b1effc01da06b9312 1086 git-buildpackage_0.4.63~bpo50+2.dsc
 c74ea5a67f1237c6f88bfdcfe243cf3626359dae 65460 git-buildpackage_0.4.63~bpo50+2.tar.gz
 55740d729bac13806b1c92e472f4f54fa7ee038c 83996 git-buildpackage_0.4.63~bpo50+2_all.deb
Checksums-Sha256: 
 37f2ab4fd522bb4f428dc35673c1292651a70f2b6beb6ce7c6ebba91a804e548 1086 git-buildpackage_0.4.63~bpo50+2.dsc
 a88faa7a8ed9445169296398e32c793c83dd82f0d5b2df935a4bba4f7bc164e7 65460 git-buildpackage_0.4.63~bpo50+2.tar.gz
 6f3fa53e10f09067790757697702a4547e49995a2909d003d0fcd1d755bd61d5 83996 git-buildpackage_0.4.63~bpo50+2_all.deb
Files: 
 7c5ccaa3d57aa0f16c5ca7cc5b493670 1086 vcs optional git-buildpackage_0.4.63~bpo50+2.dsc
 3181922d3baf7f681a179a51ce246b2c 65460 vcs optional git-buildpackage_0.4.63~bpo50+2.tar.gz
 296b0a2f5a55564e7f39b3e34093dd9a 83996 vcs optional git-buildpackage_0.4.63~bpo50+2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLV1/nn88szT8+ZCYRAoRfAJ4lriFRDEc98j7p3PM2pXBKcpR90gCcDG15
hr42yLtAiya1GPywmkWlLDc=
=WpHR
-----END PGP SIGNATURE-----


Accepted:
git-buildpackage_0.4.63~bpo50+2.dsc
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.63~bpo50+2.dsc
git-buildpackage_0.4.63~bpo50+2.tar.gz
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.63~bpo50+2.tar.gz
git-buildpackage_0.4.63~bpo50+2_all.deb
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.63~bpo50+2_all.deb


Reply to: