[DRE-commits] [SCM] ruby-twitter4r.git branch, master, updated. debian/0.7.0-1-5-g2e32e45

Taku YASUI tach at debian.org
Sat Apr 14 00:38:26 UTC 2012


The following commit has been merged in the master branch:
commit cff37d2a07a34e2cd9ca5f409310f2619eab4544
Author: Taku YASUI <tach at debian.org>
Date:   Sat Apr 14 09:23:16 2012 +0900

    Merged with old libtwitter-ruby

diff --git a/debian/changelog b/debian/changelog
index ff5e4fb..cfbc748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,69 @@
-ruby-twitter4r (0.7.0-1) UNRELEASED; urgency=low
+ruby-twitter4r (0.7.0-2) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Ruby package transition
+    - Change package name from libtwitter-ruby to ruby-twitter4r
+  * Move repository to git.debian.org
+    - git://git.debian.org/pkg-ruby-extras/ruby-twitter4r.git
 
- -- Taku YASUI <tach at debian.org>  Sat, 14 Apr 2012 08:48:07 +0900
+ -- Taku YASUI <tach at debian.org>  Sat, 14 Apr 2012 09:09:20 +0900
+
+libtwitter-ruby (0.7.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Taku YASUI <tach at debian.org>  Sun, 11 Sep 2011 00:26:54 +0900
+
+libtwitter-ruby (0.6.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Taku YASUI <tach at debian.org>  Sat, 06 Nov 2010 11:01:42 +0900
+
+libtwitter-ruby (0.5.0-1) unstable; urgency=low
+
+  * New upstream release
+    - Add OAuth support using liboauth-ruby (closes: #588522)
+  * Change package format to "3.0 (quilt)"
+  * Change patch system using quilt instead of dpatch
+
+ -- Taku YASUI <tach at debian.org>  Sun, 05 Sep 2010 15:51:43 +0900
+
+libtwitter-ruby (0.3.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Taku YASUI <tach at debian.org>  Sun, 08 Aug 2010 13:39:13 +0900
+
+libtwitter-ruby (0.3.1-5) unstable; urgency=low
+
+  * Remove package for ruby1.9 and add for ruby 1.9.1
+    (closes: #569863)
+
+ -- Taku YASUI <tach at debian.org>  Tue, 16 Feb 2010 02:22:33 +0900
+
+libtwitter-ruby (0.3.1-4) unstable; urgency=low
+
+  * Fix uninstallable dependency (closes: #559082)
+    - Remove libyaml-ruby1.8 from libtwitter-ruby1.8
+    - Remove lib{json,yaml}-ruby1.9 from libtwitter-ruby1.9
+
+ -- Taku YASUI <tach at debian.org>  Wed, 16 Dec 2009 12:03:55 +0900
+
+libtwitter-ruby (0.3.1-3) unstable; urgency=low
+
+  * Set "Content-Type:" header to http request
+    - Remove warning "net/http: warning: Content-Type did not set"
+
+ -- Taku YASUI <tach at debian.org>  Sun, 20 Sep 2009 03:33:09 +0900
+
+libtwitter-ruby (0.3.1-2) unstable; urgency=low
+
+  * Fix some warnings
+
+ -- Taku YASUI <tach at debian.org>  Wed, 09 Sep 2009 01:06:37 +0900
+
+libtwitter-ruby (0.3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #544300)
+
+ -- Taku YASUI <tach at debian.org>  Tue, 08 Sep 2009 00:33:14 +0900
diff --git a/debian/control b/debian/control
index b99419e..abe8f49 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,39 @@
 Source: ruby-twitter4r
 Section: ruby
-Priority: optional
+Priority: extra
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Taku YASUI <tach at debian.org>
 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-twitter4r.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-twitter4r.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-twitter4r.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-twitter4r.git;a=summary
 Homepage: http://twitter4r.rubyforge.org
 XS-Ruby-Versions: all
 
 Package: ruby-twitter4r
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# json (>= 1.1.1), oauth (>= 0.4.1)
-Description: A clean Twitter client API in pure Ruby. Will include Twitter add-ons also in Ruby.
- <insert long description, indented with spaces>
+Depends: ${misc:Depends}, ruby | ruby-interpreter
+Provides: libtwitter-ruby1.8, libtwitter-ruby1.9.1
+Replaces: libtwitter-ruby1.8 (<< 0.7.0-2~), libtwitter-ruby1.9.1 (<< 0.7.0-2~)
+Breaks: libtwitter-ruby1.8 (<< 0.7.0-2~), libtwitter-ruby1.9.1 (<< 0.7.0-2~)
+Description: Ruby library for accessing Twitter
+ Twitter4R provides an object based API to query or update your Twitter
+ account via pure Ruby. It hides the ugly HTTP/REST code from your code.
+
+Package: libtwitter-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-twitter4r
+Description: Ruby library for accessing Twitter (transitional package)
+ This is a dummy transition package that can be safely removed once no
+ package depend on it.
+
+Package: libtwitter-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-twitter4r
+Description: Ruby library for accessing Twitter (transitional package)
+ This is a dummy transition package that can be safely removed once no
+ package depend on it.

-- 
ruby-twitter4r.git



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