[ubuntu/oneiric] git-buildpackage 0.5.22 (Accepted)

ALEFHAHMEEMDAL ALEFLAMMEEMHAHMEEMWAWDALYEH (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Sat Apr 30 08:50:18 UTC 2011


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)

git-buildpackage (0.5.21) unstable; urgency=low

  [ Guido Günther ]
  * [d8142c7] git-import-dsc: don't silently drop the epoch in tags
    (Closes: #620950)
  * [ebc19c7] docs: Document Gbp-Pq-Topic: tag
  * [82e5f4d] git-buildpackage: Call gbp.update_submodules before exporting a
    tarball or creating a separate build tree. We invoke git-submodule with
    --no-fetch to not break offline operation.
  * [dff62f2] Make submodule support conditional

git-buildpackage (0.5.20) experimental; urgency=low

  [ Guido Günther ]
  * [a618bdc] git-buildpackage: Make the desktop notification transient so
    they timeout and don't clutter the notification area.
  * [3b0f296] Add gbp-configure-unpatched-source example to ignore .pc and
    tell dpkg-source to unpatch the source. See #591858.
  * [258743a] gbp-pull: make sure git interprets arguments as revisions in
    is_fast_forward  so it prints a clearer error message on configuration
    errors in .git/config.
  * [40f4709] gbp-pq: Allow to specify subdirs for patches via the
    "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid
    sed callouts. Add "apply" action to apply single patches.
  * [fadcfcb] gbp: Add git.archive() and git.{has,get,update,add}_submodules()
    and testcases.
    Heavily based on work by Sean Finney and Chow Loong Jin
  * [2353ab7] git-buildpackage: submodule support for dump_tree.
    Heavily based on work by Sean Finney and Chow Loong Jin
  * [97c32c7] git-buildpackage: submodule support for git_archive.
    Heavily based on work by Sean Finney and Chow Loong Jin (Closes: #588752)
  * [3b0ebe9] gbp: Don't fail on paths without extensions in get_compression()
    and add doctests for that. (Closes: #618893)
  * [1021f84] git-buildpackage: special case non-submodule tarfile generation.
    Tarfile generation with submodules is slower since we need to
    concatenate several tarfiles and compress afterwards. So special case
    the common non submodule case and add a testcase to check the tarfiles
    content.
  * [80048e9,dcc2562,0827a33,93b4ab7,adc50a3,431075b] improve our testsuite

  [ Sean Finney ]
  * [ddf5ea3] gbp: Allow to pass cwd to git.__get_output()

  [ Charles Plessy ]
  * [c9f1e1e] docs: Added markup to the example for creating upstream branch.
  * [0095808] docs: Easier to remember commands to create orphan upstream branch.
    Closes: #619084

Date: Mon, 11 Apr 2011 09:42:50 +0200
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Maintainer: Guido Günther <agx at sigxcpu.org>
Origin: debian/unstable
https://launchpad.net/ubuntu/oneiric/+source/git-buildpackage/0.5.22
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 11 Apr 2011 09:42:50 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source
Version: 0.5.22
Distribution: oneiric
Urgency: low
Maintainer: Guido Günther <agx at sigxcpu.org>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 588752 618893 619084 620950 621701 622103
Changes: 
 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)
 .
 git-buildpackage (0.5.21) unstable; urgency=low
 .
   [ Guido Günther ]
   * [d8142c7] git-import-dsc: don't silently drop the epoch in tags
     (Closes: #620950)
   * [ebc19c7] docs: Document Gbp-Pq-Topic: tag
   * [82e5f4d] git-buildpackage: Call gbp.update_submodules before exporting a
     tarball or creating a separate build tree. We invoke git-submodule with
     --no-fetch to not break offline operation.
   * [dff62f2] Make submodule support conditional
 .
 git-buildpackage (0.5.20) experimental; urgency=low
 .
   [ Guido Günther ]
   * [a618bdc] git-buildpackage: Make the desktop notification transient so
     they timeout and don't clutter the notification area.
   * [3b0f296] Add gbp-configure-unpatched-source example to ignore .pc and
     tell dpkg-source to unpatch the source. See #591858.
   * [258743a] gbp-pull: make sure git interprets arguments as revisions in
     is_fast_forward  so it prints a clearer error message on configuration
     errors in .git/config.
   * [40f4709] gbp-pq: Allow to specify subdirs for patches via the
     "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid
     sed callouts. Add "apply" action to apply single patches.
   * [fadcfcb] gbp: Add git.archive() and git.{has,get,update,add}_submodules()
     and testcases.
     Heavily based on work by Sean Finney and Chow Loong Jin
   * [2353ab7] git-buildpackage: submodule support for dump_tree.
     Heavily based on work by Sean Finney and Chow Loong Jin
   * [97c32c7] git-buildpackage: submodule support for git_archive.
     Heavily based on work by Sean Finney and Chow Loong Jin (Closes: #588752)
   * [3b0ebe9] gbp: Don't fail on paths without extensions in get_compression()
     and add doctests for that. (Closes: #618893)
   * [1021f84] git-buildpackage: special case non-submodule tarfile generation.
     Tarfile generation with submodules is slower since we need to
     concatenate several tarfiles and compress afterwards. So special case
     the common non submodule case and add a testcase to check the tarfiles
     content.
   * [80048e9,dcc2562,0827a33,93b4ab7,adc50a3,431075b] improve our testsuite
 .
   [ Sean Finney ]
   * [ddf5ea3] gbp: Allow to pass cwd to git.__get_output()
 .
   [ Charles Plessy ]
   * [c9f1e1e] docs: Added markup to the example for creating upstream branch.
   * [0095808] docs: Easier to remember commands to create orphan upstream branch.
     Closes: #619084
Checksums-Sha1: 
 96dab6ed3385429b0918a7b0065d377b031dc6df 1404 git-buildpackage_0.5.22.dsc
 23e0c14da529bb4d167cf21158be922e252c1452 106178 git-buildpackage_0.5.22.tar.gz
Checksums-Sha256: 
 04cc50161e5b344dcc35cddd37d67a975f788fae331f252c6e9d3eb1d2239cd2 1404 git-buildpackage_0.5.22.dsc
 46cde948df09aa836bf4e8e7fa7030f90a36581316ffffc132b424eeb5f8cc7a 106178 git-buildpackage_0.5.22.tar.gz
Files: 
 e916bf30045fc790fa4915a93b162789 1404 vcs optional git-buildpackage_0.5.22.dsc
 95ff3968d5b2466e7ded351af2440adb 106178 vcs optional git-buildpackage_0.5.22.tar.gz
Origin: debian/unstable

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

iQEcBAEBCAAGBQJNu8wMAAoJELwZapTt3aG3h9IIALKf0/jjBvRdQkvYEb8TEwJV
xkBRvyVdCpUjsKym9WXNc3IiAlIlz29mnCtUSCqnn4NwEY4zASYLeO/mzDVU2DQT
LJz1QyR1X1CsLdBIrOyj/rPdr7vImvoQhvuBY56q+/cpi9NPC8VV8VVQ1+T57GEq
7oewFR1OMCfch+fv7D7z5k1I0Nn4LBM5R1BhrgTQAAbeOjMmFUVgTedSHwAy9Qwx
Nx9Eifhs3mJSazOgvbinyB83V8aQOVGmMkjAKaP4gkHgiiPDwj6Tem1rAALobQir
29D736SgcLoijLJckigx9gzn160xnE8FqFQZBsDb+OL+YgjYYoj5nr9jh3J98RU=
=wCDJ
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list