[DRE-commits] [SCM] ruby-mixlib-authentication.git branch, master, updated. upstream/1.1.4-2-g2f0e0fc

Paul van Tilburg paulvt at debian.org
Tue May 15 21:05:37 UTC 2012


The following commit has been merged in the master branch:
commit 2f0e0fc1f38b0b8e7f2e1b475fe1901b37be66df
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue May 15 22:45:28 2012 +0200

    New upstream release; transitioned the package to gem2deb.
    
    * Source packages adapted according to the new Ruby policy (closes: #653359):
      - 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.
      - Added libmixlib-authentication-ruby and
        libmixlib-authentication-ruby1.8 as transitional packages.
      - Added a build-depend on ruby-rspec for the test suite.
    * debian/copyright: reworked to fit the Debian copyright format version 1.0.

diff --git a/debian/changelog b/debian/changelog
index 48c0869..1bbb364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,50 @@
 ruby-mixlib-authentication (1.1.4-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * New upstream release.
+  * Source packages adapted according to the new Ruby policy (closes: #653359):
+    - 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.
+    - Added libmixlib-authentication-ruby and
+      libmixlib-authentication-ruby1.8 as transitional packages.
+    - Added a build-depend on ruby-rspec for the test suite.
+  * debian/copyright: reworked to fit the Debian copyright format version 1.0.
 
  -- Paul van Tilburg <paulvt at debian.org>  Tue, 15 May 2012 22:22:57 +0200
+
+libmixlib-authentication-ruby (1.1.2-1) unstable; urgency=low
+
+  * New upstream release (1.1.2).
+
+ -- Joshua Timberman <joshua at opscode.com>  Thu, 01 Jul 2010 11:09:50 -0600
+
+libmixlib-authentication-ruby (1.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+    * fix log level call
+    * fix spurious auth header dump
+    * remove digest/hmac and use ruby digest instead.
+    * Hash path in request signature.
+  * Remove libhmac-ruby from dependency in control.
+  * Drop 'v' from git tag version.
+
+ -- Joshua Timberman <joshua at opscode.com>  Sun, 28 Feb 2010 19:13:43 -0700
+
+libmixlib-authentication-ruby (1.0.0-2) unstable; urgency=low
+
+  * Corrected ruby-hmac package name, libhmac-ruby1.8 in control file.
+
+ -- Joshua Timberman <joshua at opscode.com>  Mon,  8 Feb 2010 06:44:37 -0700
+
+libmixlib-authentication-ruby (1.0.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joshua Timberman <joshua at opscode.com>  Sat, 28 Nov 2009 08:28:28 -0600
diff --git a/debian/control b/debian/control
index ad7b094..2740823 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,41 @@ Source: ruby-mixlib-authentication
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Paul van Tilburg <paulvt at debian.org>
+Uploaders: Joshua Timberman <joshua at opscode.com>, Paul van Tilburg <paulvt at debian.org>, Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mixlib-authentication.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mixlib-authentication.git;a=summary
-Homepage: http://www.opscode.com
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), rake, ruby-rspec, ruby-mixlib-log (>= 1.3.0)
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mixlib-authentication.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mixlib-authentication.git;a=summary
+Homepage: http://github.com/opscode/mixlib-authentication
 XS-Ruby-Versions: all
 
 Package: ruby-mixlib-authentication
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# mixlib-log (>= 0)
-Description: Mixes in simple per-request authentication
- Mixes in simple per-request authentication
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mixlib-log (>= 1.3.0)
+Replaces: libmixlib-authentication-ruby (<< 1.1.4-1~), libmixlib-authentication-ruby1.8 (<< 1.1.4-1~)
+Breaks: libmixlib-authentication-ruby (<< 1.1.4-1~), libmixlib-authentication-ruby1.8 (<< 1.1.4-1~)
+Provides: libmixlib-authentication-ruby, libmixlib-authentication-ruby1.8
+Description: Simple Ruby mixin for creating a logger object
+ Provides a class based object to provide logging.  Messages can be sent at
+ different levels such as warn or error.  Logging defaults to STDOUT but
+ can also be sent to a file with simple built in rotation.
+
+Package: libmixlib-authentication-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-mixlib-authentication
+Description: Transitional package for ruby-mixlib-authentication
+ This is a transitional package to ease upgrades to the ruby-mixlib-authentication
+ package. It can safely be removed.
+
+Package: libmixlib-authentication-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ruby-mixlib-authentication
+Description: Transitional package for ruby-mixlib-authentication
+ This is a transitional package to ease upgrades to the ruby-mixlib-authentication
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index fd463c8..61b0f52 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,28 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mixlib-authentication
-Source: FIXME <http://example.com/>
+Upstream-Contact: Christopher Brown <cb at opscode.com>
+Source: https://github.com/opscode/mixlib-aut
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+Copyright: 2009-2010, Opscode, Inc. <legal at opscode.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012, Paul van Tilburg <paulvt at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License"); you may
+ not use this file except in compliance with the License.  You may obtain a
+ copy of the License at
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+     http://www.apache.org/licenses/LICENSE-2.0
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
+ License for the specific language governing permissions and limitations
+ under the License.
  .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
-
-Files: debian/*
-Copyright: 2012 Paul van Tilburg <paulvt at debian.org>
-License:
- [LICENSE TEXT]
+ On Debian systems, the full text of the Apache License version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/ruby-mixlib-authentication.docs b/debian/ruby-mixlib-authentication.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-mixlib-authentication.docs
+++ b/debian/ruby-mixlib-authentication.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index eac5ce6..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")

-- 
ruby-mixlib-authentication.git



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