[DRE-commits] [ruby-fast-gettext] annotated tag debian/0.9.2-1 created (now 6d9a235)

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Sep 12 19:25:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to annotated tag debian/0.9.2-1
in repository ruby-fast-gettext.

        at  6d9a235   (tag)
   tagging  858af4666f0dc96ecfb591c584f113d26f1db984 (commit)
  replaces  debian/0.9.0-1
 tagged by  Jérémy Bobbio
        on  Sat Sep 12 21:22:54 2015 +0200

- Log -----------------------------------------------------------------
Format: 1.8
Date: Sat, 12 Sep 2015 21:13:25 +0200
Source: ruby-fast-gettext
Binary: ruby-fast-gettext
Architecture: source all
Version: 0.9.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
 ruby-fast-gettext - Fast GetText implementation for Ruby
Closes: 774043 795035
Changes:
 ruby-fast-gettext (0.9.2-1) unstable; urgency=medium
 .
   [ Jérémy Bobbio ]
   * Team upload.
   * New upstream release.
   * Update metadata.yml.
   * Re-allow tests needing RSpec 3 and bump Build-Depends.
   * Add a patch to stop using the deprecated IO#lines.
   * Ship metadata.yml as a patch as it's not in upstream source.
   * Add a patch from upstream to fix a test failure. (Closes: #795035)
   * Switch to debhelper compat level 9.
   * Update Vcs-* URL.
 .
   [ Christian Hofstaedtler ]
   * Add missing metadata.yml (Closes: #774043)
Checksums-Sha1:
 2171b6aa13ac5fa8a3e18801096a7f1374c18da1 1293 ruby-fast-gettext_0.9.2-1.dsc
 1ab77d9b419f0fff141a88a0a4e097e6e4c41c3f 86892 ruby-fast-gettext_0.9.2.orig.tar.gz
 81a4c2b747347f53a567bbf4631f76e4cb3b139b 8088 ruby-fast-gettext_0.9.2-1.debian.tar.gz
 063d4776eaf0f3739de172d8bbd315c733c8ee14 27102 ruby-fast-gettext_0.9.2-1_all.deb
Checksums-Sha256:
 3a134feb2983fe9a7a0cb2f5b2a1e03532e4a5860ade7af9a594ec399ada8bb7 1293 ruby-fast-gettext_0.9.2-1.dsc
 7c7de3f9ac19d2e5a81fa15bf0dcd4d54bcb92051e881d83265c6cdadfce239b 86892 ruby-fast-gettext_0.9.2.orig.tar.gz
 e06e2e4b6d75c05180d28c60b8ec58d6a3ed045505fc9f3ea93a82f20dd2f7e6 8088 ruby-fast-gettext_0.9.2-1.debian.tar.gz
 583377646dee5b2dd306a647071b289d79243f524a6380c588d0621de15ce5a2 27102 ruby-fast-gettext_0.9.2-1_all.deb
Files:
 c4b4a8bd27901b193f44ce2ae81e7c4f 1293 ruby optional ruby-fast-gettext_0.9.2-1.dsc
 57c698c92670433cfb0d25da8d76200c 86892 ruby optional ruby-fast-gettext_0.9.2.orig.tar.gz
 ad7d29911eb79f6594379b55159f9a03 8088 ruby optional ruby-fast-gettext_0.9.2-1.debian.tar.gz
 7bc815f2b7662f4870ca6432fe9bf873 27102 ruby optional ruby-fast-gettext_0.9.2-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCAAGBQJV9HuOAAoJEEAsIlA9Nuk2Z/YP/1sJqUQpBEyjfDEuqqYt+dp7
M3SqjQwnzZrxfTbSdNwuoAua/7+h/pisVbdNXaQ9KyWYL/xZ3hrmXsl1yVpE8ddl
ioHrpBOmCesew+DgX+ruMMa2UFPIf54+VLGzBVX3LdK0uML5hMUy9Q/nt7msCr/H
tQxEPJODFNKyavwcyr3FY5uiJcSdwCEUoNufXsBylYunjsf7NS4NrBbIIZYitKTo
bG12USQ+pnip5A6FIGiKqkO2SfDn6Tc/M65YEeYHcp3YbtdoqrFaFrEtCYm6ScWM
snKM4MW92LjpYA5ZAhXtUatQnovaNwmJxIZ1T03TuKwvqptqH5RscZrYNcYRtt2c
o6Nj5Kg9oNixiFtKs1tbsu79tRAxI2eAxtLicB1An6QMqvO0s2A8Z/OBY87wet1o
jYW0BpYnDugfQa8EO9PZnWQ5iHLfwh2lOggHrT+AXfDIclfc58widi04K+WNl3fx
yUMVHkOd8QE3IAuc6V59v62isP6fatAmkFg1Ekby0+0V5R8JDibDdUIUXVvAsU1A
V9OzV54/TCo2WrUAi1XJyNQo2iaQfIcV81gQrijwuw8odas5ZLpRTKoM4U/GiCdM
0u2U0Px10ARg9MsCxjz1LgVLRyyXd5tdX0wTQqLaEPwmukmhg096n+ZHs5ydpxJL
xnAdHUblPFtgewxQZLgm
=UGVL
-----END PGP SIGNATURE-----

Christian Hofstaedtler (1):
      Add missing metadata.yml

Jérémy Bobbio (10):
      Imported Upstream version 0.9.2
      Merge tag 'upstream/0.9.2'
      Update metadata.yml
      Re-allow tests needing RSpec 3 and bump Build-Depends
      Add a patch to stop using the deprecated IO#lines
      Ship metadata.yml as a patch as it's not in upstream source
      Add a patch from upstream to fix a test failure
      Switch to debhelper compat level 9
      Update Vcs-* URL
      Release version 0.9.2-1

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fast-gettext.git



More information about the Pkg-ruby-extras-commits mailing list