[DRE-commits] [SCM] ruby-addressable.git annotated tag, debian/2.3.4-1, created. debian/2.3.4-1

Cédric Boutillier boutil at debian.org
Sun Jun 9 16:03:43 UTC 2013


The annotated tag, debian/2.3.4-1 has been created
        at  d8cfcf4f621b44a9fb5b97fb7edb712d265544e0 (tag)
   tagging  effcf7f54d982388cb99580769a60038d1008dfc (commit)
  replaces  debian/2.2.8-1
 tagged by  Cédric Boutillier
        on  Tue Jun 4 23:06:03 2013 +0200

- Shortlog ------------------------------------------------------------
Debian release 2.3.4-1

Format: 1.8
Date: Tue, 04 Jun 2013 23:03:28 +0200
Source: ruby-addressable
Binary: ruby-addressable
Architecture: source all
Version: 2.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Changed-By: Cédric Boutillier <boutil at debian.org>
Description:
 ruby-addressable - alternative URI implementation for Ruby
Changes:
 ruby-addressable (2.3.4-1) unstable; urgency=low
 .
   [ Christian Hofstaedtler ]
   * Install CHANGELOG.md as upstream changelog
 .
   [ Cédric Boutillier ]
   * New upstream version
   * debian/control:
     + use canonical URI in Vcs-* fields
     + bump Standards-Version to 3.9.4 (no changes needed)
     + add myself to Uploaders
     + drop libaddressable-ruby* transitional packages
     + depend on ruby instead of ruby1.8
   * move unicode.data to /usr/share/ruby-addressable
     + debian/rules: install file where needed
     + debian/patches/move_unicode_data.patch:
         fix path of unicode.data in the library
     + debian/patches/remove_lib_from_loadpath.patch:
         remove lib from the load path in the spec using unicode.data
         to use the version of the library installed in debian/
   * remove lintian overrides, about transitional packages
Checksums-Sha1:
 161899ecbe719607198abbd04e4412817e21bed7 1253 ruby-addressable_2.3.4-1.dsc
 52a9142cd958129f35812c508f58660dd37f54ec 93832 ruby-addressable_2.3.4.orig.tar.gz
 489560e7e92605f653b483aa37ef6090d90a699b 3523 ruby-addressable_2.3.4-1.debian.tar.gz
 1d063483dec515d313da1a223444078aad23500f 65192 ruby-addressable_2.3.4-1_all.deb
Checksums-Sha256:
 8b0d237c6e6349d3f0301480dfeb7faa4104f144938fc229fecd7f7edc05af13 1253 ruby-addressable_2.3.4-1.dsc
 b92ea98f31b15b28d21eee36f35f8c842f2a97068c65d4eceee520db6d5924ed 93832 ruby-addressable_2.3.4.orig.tar.gz
 ce042405b09dba3f3ebf8edec61653314ac88a0732b6a43c914c6c49d4307f75 3523 ruby-addressable_2.3.4-1.debian.tar.gz
 66edc5f2b30050e9750b135b862fc85801cb0411cbb2360f40f0109f4da71244 65192 ruby-addressable_2.3.4-1_all.deb
Files:
 0f87aa08dc3c53e919483ef1963e50ed 1253 ruby optional ruby-addressable_2.3.4-1.dsc
 7bc53f5c0a2b863cb8443de3d902a13f 93832 ruby optional ruby-addressable_2.3.4.orig.tar.gz
 299811ed295a889b017292a1f730d556 3523 ruby optional ruby-addressable_2.3.4-1.debian.tar.gz
 634e9f81f0156a07869835b5114f533f 65192 ruby optional ruby-addressable_2.3.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAABCgAGBQJRrlbWAAoJENpJWPYR4UnpHZIQAIbH0TW3zTMTyy2ZEQJpu5X5
laAIMq537fDb/bYI1W0r7t8dm5CiJWXRc2LUk8cM/K2ZcDifX/WCH4qVJ32ebMRs
ybcdgi4XNWDuQzc+w5hnM0K/qeC1sHdlX3PL5gCuJzKlvdBC4QlFktoe9nGcv1If
aInG3se+r9GH0VxSGB1/eRH/zxc4vjCuEh39a/MWU4f0Ryn5+2Ynpha2IoGX9iij
hM5mYYeuG+51uB2J4eOccZwvQdEFQc/kgmIAD2SCAb/UW3O5hLNi6KOKRWrh/IUI
Z/k1uZ1H/mhR4RBtGHSuPxrPnNq2HzjHDEigrUkRjv42dc754G+DXz59vK/PfBKu
TT5dAJevdmVmu+n4QnMXS5eXoJ9ty8yQ9k9umbxIspe0Is+FxK4C7om0agv/s55z
OweoJ1M//a4+fTYaDRX7wiQd8J6ooTQDwGMRH9OmfP9aki10ojVB4pK1Wfy1Qcro
MhpfMtqTQPwE2wnwwfg+3NEVXKB+J5GpWYVHYl0GJKNlqhjYDQZEc9hEFU2Bwzfg
mznr/rhAUoM8pHKzr/GdOcBD9uwjuuXLIe4jiPcrogG7nzYHXH1NR9o/NYHJOETo
Q8v1OqIxKm9M0l/4xkB4vqe/idHNTtgSEg0BMgOAPpgIU2o2g0xygiEpT5PY0XDF
Wd2ppej8fjLt8qFelgFv
=6zu9
-----END PGP SIGNATURE-----

Christian Hofstaedtler (1):
      Install CHANGELOG.md as upstream changelog

Cédric Boutillier (8):
      use canonical URI in Vcs-* fields
      Imported Upstream version 2.3.4
      Merge tag 'upstream/2.3.4'
      update debian/control
      move unicode.data to /usr/share/ruby-addressable
      fix spec to use installed library in debian/
      remove lintian overrides about transitional packages
      prepare changelog

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

-- 
ruby-addressable.git



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