[DRE-commits] [SCM] ruby-stomp.git branch, master, updated. upstream/1.1.9-3-gb52e24d

Jonas Genannt jonas at brachium-system.net
Sun Oct 2 19:15:13 UTC 2011


The following commit has been merged in the master branch:
commit 7ef2d7e7d8ad045ccc8fb2ca3d75dc7782633bad
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Sun Oct 2 12:23:44 2011 +0200

    moved to gem2deb. ready for package check

diff --git a/debian/changelog b/debian/changelog
index 1764709..51cb617 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,38 @@
-ruby-stomp (1.1.9-1) UNRELEASED; urgency=low
+ruby-stomp (1.1.9-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * New upstream release (Closes: #598564).
+  * Remove Ruby 1.9 patches, upstream supports 1.9 now.
+  * d/copyright: move to DEP5
+  * gem2deb translation
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Sun, 02 Oct 2011 12:22:46 +0200
+
+libstomp-ruby (1.0.4-3) unstable; urgency=low
+
+  * Team upload.
+  * Fix require for ruby 1.9.2 (Closes: #593079).
+  * Bump standards version to 3.9.1
+
+ -- Laurent Arnoud <laurent at spkdev.net>  Tue, 28 Sep 2010 00:25:39 +0200
+
+libstomp-ruby (1.0.4-2) unstable; urgency=low
+
+  * Bump standards version to 3.8.4
+  * Switch to ruby 1.9.1 (Closes: #569857, #577888)
+  * Switch to dpkg-source 3.0 (quilt) format
+  * Add Debian Ruby Extras team
+  * Switch watch to tarball from gem
+  * Update to debhelper 5
+  * Add README note about dh5
+  * Change section from libs to ruby
+  * Add VCS information for debian
+  * Add doc-base config file for libstomp-ruby-doc
+
+ -- Bryan McLellan <btm at loftninjas.org>  Sat, 12 Jun 2010 00:08:49 +0000
+
+libstomp-ruby (1.0.4-1) unstable; urgency=low
+
+  * Initial release (Closes: Bug#513324)
+
+ -- Bryan McLellan <btm at loftninjas.org>  Mon, 26 Jan 2009 20:38:53 -0800
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 28 Sep 2011 22:01:03 +0200
diff --git a/debian/control b/debian/control
index 60bc059..08fedfa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,58 @@
 Source: ruby-stomp
 Section: ruby
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <paulvt at debian.org>
+Maintainer: Bryan McLellan <btm at loftninjas.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), ruby-rspec
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-stomp.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-stomp.git;a=summary
-Homepage: https://rubygems.org/gems/stomp
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-stomp.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-stomp.git;a=summary
+Homepage: https://github.com/morellon/stomp
 XS-Ruby-Versions: all
 
 Package: ruby-stomp
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (>= 2.3, development)
-Description: Ruby client for the Stomp messaging protocol
- Ruby client for the Stomp messaging protocol
+Replaces: libstomp-ruby (<< 1.1.9-1~), libstomp-ruby1.8 (<< 1.1.9-1~), libstomp-ruby1.9.1 (<< 1.1.9-1~), libstomp-ruby-doc (<< 1.1.9-1~)
+Breaks: libstomp-ruby (<< 1.1.9-1~), libstomp-ruby1.8 (<< 1.1.9-1~), libstomp-ruby1.9.1 (<< 1.1.9-1~), libstomp-ruby-doc (<< 1.1.9-1~)
+Provides: libstomp-ruby, libstomp-ruby1.8, libstomp-ruby1.9.1, libstomp-ruby-doc
+Description: Ruby client for the stomp messaging protocol
+ Stomp is a text-oriented wire protocol for messaging (MOM/MQ/JMS)
+ type systems. This library provides two useful interfaces, a low-
+ level class, Stomp::Connection, which is a basic protocol
+ implementation, and Stomp::Client, which is designed as a higher
+ level convenience API.
+
+Package: libstomp-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-stomp
+Description: Transitional package for ruby-stomp
+ This is a transitional package to ease upgrades to the ruby-stomp
+ package. It can safely be removed.
+
+Package: libstomp-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-stomp
+Description: Transitional package for ruby-stomp
+ This is a transitional package to ease upgrades to the ruby-stomp
+ package. It can safely be removed.
+
+Package: libstomp-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-stomp
+Description: Transitional package for ruby-stomp
+ This is a transitional package to ease upgrades to the ruby-stomp
+ package. It can safely be removed.
+
+Package: libstomp-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-stomp
+Description: Transitional package for ruby-stomp
+ This is a transitional package to ease upgrades to the ruby-stomp
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index fdeab07..2e4b6ea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,39 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: stomp
-Source: FIXME <http://example.com/>
+Source: https://github.com/morellon/stomp
 
 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: 2005 - 2006, Brian McCallister <brianm at apache.org>
+ 2006, LogicBlaze Inc.
+License: Apache
+
+Files: bin/stompcat
+Copyright: 2006, LogicBlaze Inc.
+License: Apache
+
+Files: bin/catstomp
+Copyright: 2006, LogicBlaze Inc.
+License: Apache
+
+Files: debian/*
+Copyright: 2009 - 2010, Bryan McLellan <btm at loftninjas.org>
+ 2010 - 2011, Laurent Arnoud <laurent at spkdev.net>
+ 2011, Paul van Tilburg <paulvt at debian.org>
+ 2011, Jonas Genannt <jonas.genannt at capi2name.de>
+License: Apache
+
+License: Apache
+ 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: 2011  <paulvt at debian.org>
-License:
- [LICENSE TEXT]
+ On Debian systems, the full text of the Apache License can be found at
+ "/usr/share/common-licenses/Apache-2.0"
diff --git a/debian/ruby-stomp.docs b/debian/ruby-stomp.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-stomp.docs
+++ b/debian/ruby-stomp.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
diff --git a/debian/ruby-stomp.examples b/debian/ruby-stomp.examples
index d970cc8..e39721e 100644
--- a/debian/ruby-stomp.examples
+++ b/debian/ruby-stomp.examples
@@ -1,3 +1 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*
+examples/*
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..84d0862 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1,2 @@
-# 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")
+$: << 'lib' << '.' << 'spec'
+Dir['spec/*.rb'].each { |f| require f }

-- 
ruby-stomp.git



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