ruby-openid (2.9.2debian-4) unstable; urgency=medium

  * Team upload.
  * d/p/0001-Replace-Bignum-with-Integer.patch: comply with ruby 3.3 changes
  * d/p/0002-Skip-test-failing-with-ruby-3.3.patch: fix FTBFS

 -- Lucas Kanashiro <kanashiro@debian.org>  Tue, 17 Dec 2024 16:58:56 -0300

ruby-openid (2.9.2debian-3) unstable; urgency=medium

  * Team upload.
  * d/control: remove deprecated XB-* and XS-* fields
  * d/control: bump standards version, no changes needed
  * d/watch: fix link, now pointing to tags page and update version from 3 to 4

 -- Andre Correa <andre.correa.silva203@gmail.com>  Thu, 11 Apr 2024 20:24:16 -0300

ruby-openid (2.9.2debian-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Lucas Kanashiro ]
  * B-d on versioned ruby-webrick (Closes: #996343)
  * Runtime depend on ${ruby:Depends}
  * d/copyright: remove tabs from license text
  * Declare compliance with Debian Policy 4.6.0

 -- Lucas Kanashiro <kanashiro@debian.org>  Fri, 05 Nov 2021 18:21:18 -0300

ruby-openid (2.9.2debian-1) unstable; urgency=medium

  * New upstream version 2.9.2debian (Closes: #930388) (Fixes: CVE-2019-11027)
  * Add salsa-ci.yml
  * Switch d/watch to g/h tarball
  * Add d/upstream/metadata
  * Update d/copyright
  * Add myself as an uploader
  * Fix package wrt cme
    - Bump Standards-Version to 4.4.1
    - Bump debhelper-compat to 12

 -- Utkarsh Gupta <guptautkarsh2102@gmail.com>  Fri, 08 Nov 2019 04:07:31 +0530

ruby-openid (2.7.0debian-1) unstable; urgency=medium

  [ Sebastien Badia ]
  * Build with ruby 2.2.
  * Add ruby-minitest to Build-Depends for ruby2.2
  * Bump Standards-Version to 3.9.6 (no further changes)
  * Update Vcs-Browser to cgit URL and HTTPS

  [ Cédric Boutillier ]
  * Explicitly load test/util.rb before running the tests
  * Build-depend on ruby-hmac (Closes: #794134)

 -- Cédric Boutillier <boutil@debian.org>  Sun, 09 Aug 2015 22:20:03 +0200

ruby-openid (2.5.0debian-1) unstable; urgency=medium

  * Imported Upstream version 2.5.0debian
  * debian/control:
    - update my email address to @d.o
    - bump Standards-Wersion to 3.9.5
      - remove obsolete DM-Upload-Allowed flag
    - use canonical URI in Vcs-* fields
    - drop transitional packages (Closes: #735738)
  * Remove in README.source the obsolete part mentioning cdbs
  * Remove lintian overrides, about transitional packages
  * Drop patches
    - 01_remove_rubygems_require.diff (not needed anymore)
    - 02_fix_CVE-2013-1812.patch (applied upstream)
      This patch contained a call to the method setup_encoding
      which was not defined in the code, causing crash. Dropping the
      patch in favor of upstream code solves this issue (Closes: #727049)
  * Enable test suite at build time

 -- Cédric Boutillier <boutil@debian.org>  Fri, 14 Mar 2014 16:01:57 +0100

ruby-openid (2.1.8debian-6) unstable; urgency=high

  * Urgency set to high as a security bug is fixed.
  * debian/patches:
    - add 02_fix_CVE-2013-1812.patch from upstream: limit fetching file size
      and disable XML entity expansion. [CVE-2013-1812] (Closes: #702217).

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Wed, 06 Mar 2013 11:56:30 +0100

ruby-openid (2.1.8debian-5) unstable; urgency=low

  * Bump build dependency on gem2deb to >= 0.3.0~

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 26 Jun 2012 14:32:34 +0200

ruby-openid (2.1.8debian-4) unstable; urgency=low

  * debian/control: added missing/lost depend on ruby-hmac.

 -- Paul van Tilburg <paulvt@debian.org>  Sun, 20 May 2012 14:47:25 +0200

ruby-openid (2.1.8debian-3) unstable; urgency=low

  * Added missing files and license paragraphs to debian/copyright for
    examples/rails_openid/public/javascripts/*.js.
  * Override lintian warnings about duplicate description for transitional
    packages.

 -- Paul van Tilburg <paulvt@debian.org>  Sat, 19 May 2012 13:37:34 +0200

ruby-openid (2.1.8debian-2) unstable; urgency=low

  [ Paul van Tilburg ]
  * Use different source via uscan/the watch file; reapplied repack.
  * Source packages adapted according to the new Ruby policy:
    - Build for both ruby1.8 and ruby1.9.1.
    - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
      debian/control accordingly.
    - Changed the depends and recommends to follow the new Ruby
      library naming scheme.
  * debian/control:
    - Added a default DM-Upload-Allowed field set to yes.
    - Standards-Version bumped to 3.9.3; no changes required.
    - Set XS-Ruby-Versions to all.
    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
    - Switched the maintainer with the uploaders field as per new
      convention the team is the default maintainer.
    - Added myself to the uploaders.
    - Added libopenid-ruby and libopenid-ruby1.8 as transitional packages.
  * debian/patches:
    - Removed patch use-system-installed-hmac as the new upstream source
      tries to require ruby-hmac first.
    - Added patch 01_remove_rubygems_require.diff to remove requires of
      rubygems.
  * debian/ruby-openid.lintian-overrides: override the
    embedded-javascript-library warning as we don't want to add a depend on
    libjs-prototype.

  [ Cédric Boutillier ]
  * Convert debian/copyright to Debian copyright format version 1.0.

 -- Paul van Tilburg <paulvt@debian.org>  Thu, 17 May 2012 17:00:39 +0200

libopenid-ruby (2.1.8debian-1) unstable; urgency=low

  [ Lucas Nussbaum ]
  * debian/control:
    - Added Vcs-* fields.

  [ Paul van Tilburg ]
  * debian/control:
    - Bumped standards-version to 3.8.4; no changes required.
    - Added quilt to the build-depends.
  * debian/patches:
    - Restructured to suit quilt.
  * debian/rules:
    - Replaced simple-patchsys.mk by patchsys-quilt.mk.
  * debian/source/format:
    - Set the 3.0 (quilt) format for now.

  [ Antonio Terceiro ]
  * debian/repack.sh:
   - Fix location of repackaged tarball
   - Remove original tarball after repackaging, but keep the originally
     downloaded file.

 -- Antonio Terceiro <terceiro@softwarelivre.org>  Sun, 11 Apr 2010 20:59:44 -0300

libopenid-ruby (2.1.7debian-1) unstable; urgency=low

  * new upstream release
  * Debian Policy 3.8.2

 -- Ryan Niebur <ryanryan52@gmail.com>  Thu, 09 Jul 2009 03:48:04 -0700

libopenid-ruby (2.1.6debian-1) unstable; urgency=low

  [ Gunnar Wolf ]
  * Changed section to Ruby as per ftp-masters' request

  [ Ryan Niebur ]
  * new upstream release
  * add a repack script to do the repacking
  * remove debian/README.Debian-sources, the script takes care of it now
  * add dversionmangle
  * add README.source
  * add myself to Uploaders
  * depend on misc:Depends
  * Debian Policy 3.8.1

 -- Ryan Niebur <ryanryan52@gmail.com>  Wed, 29 Apr 2009 17:22:20 -0700

libopenid-ruby (2.1.2debian-1) unstable; urgency=low

  * debian/patches/01-use-rubygems-correctly.diff: removed (already fixed by
    upstream)
  * debian/patches/10-use-locally-installed-hmac.diff: fix references in
    upstream source to use system-installed ruby-hmac library instead of its
    locally-bundled (which was removed from the upstream tarball). The files
    in the pristine tarball are identical to the ones provided by
    libhmac-ruby.
  * debian/rules:
    + do not remove hmac by hand anymore. Instead, test that they
      are not there (they should be removed from tarball).
    + do not compress Javascript, Ruby and ERB files in examples.
  * added debian/README.Debian-sources explaining the process to obtain a
    tarball from upstream's pristine one.
  * debian/control:
    + removed dependency on libyadis-ruby1.8, since it is now being maintained
      inside openid itself. (libyadis-ruby must be removed from the archive,
      then).
    + bumped standards version to 3.8.0. No changes needed.
    + mentioned documentation and examples in description for libopenid-ruby.

 -- Antonio Terceiro <terceiro@softwarelivre.org>  Sat, 19 Jul 2008 21:01:37 -0300

libopenid-ruby (1.1.4-3) unstable; urgency=low

  * debian/watch: pick only tarballs with an actual version number
    on the name.
  * debian/TODO: removed
  * debian/patches/01-use-rubygems-correctly.diff: fix usage of deprecated
    rubygems 'require_gem'. (Closes: #470282)
  * debian/libopenid-ruby.overrides: removed. It seems that lintian won't
    complain about the empty files in the examples anymore.
  * debian/libopenid-ruby.dirs: removed (contained only the overrides dir)

 -- Antonio Terceiro <terceiro@softwarelivre.org>  Thu, 13 Mar 2008 12:23:53 -0300

libopenid-ruby (1.1.4-2) unstable; urgency=low

  [ Antonio Terceiro ]
  * debian/copyright: listing copyright information for every source file to
    which it's available. Thanks to Joerg Jaspert for pointing this out in
    behalf of the ftpmaster team.
  * debian/rules:
    * remove hmac files already provided by libhmac-ruby package on
      install target
    * installing documentation on Ruby-version-independent package
  * debian/watch: pointing to upstream's new tarball location
  * debian/control: added "XS-Dm-Upload-Allowed: yes" to allow Debian
    Maintainers to upload this package.

  [ Paul van Tilburg ]
  * Added Vcs-* fields.
  * Bumped the standards version to 3.7.3; no changes required.

  [ Antonio Terceiro ]
  * upstream's examples contain empty files: added lintian overrides so
    lintian does not keep reminding us of this fact.

 -- Antonio Terceiro <terceiro@softwarelivre.org>  Fri, 21 Dec 2007 15:06:08 -0300

libopenid-ruby (1.1.4-1) unstable; urgency=low

  * Initial release (Closes: #419778)

 -- Antonio Terceiro <terceiro@softwarelivre.org>  Tue, 17 Apr 2007 20:00:36 -0300
