Bug#770772: unblock: ruby-twitter-text/1.10.0+gem-1

2014-12-13 Thread intrigeri
Hi Hideki Yamane,

Pirate Praveen wrote (24 Nov 2014 16:31:26 GMT) :
 On Monday 24 November 2014 03:45 AM, Jonathan Wiltshire wrote:
 Unfortunately that diff is not against the version in testing, which
 includes a new upstream release. Please assess whether you think that
 new upstream is suitable, and follow up with a full diff.

 Do you think the new upstream version is suitable for jessie? Is it a
 bug fix only release?

Ping?

Cheers,
--
intrigeri


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#770772: unblock: ruby-twitter-text/1.10.0+gem-1

2014-11-24 Thread Pirate Praveen
[copying the original uploader]

On Monday 24 November 2014 03:45 AM, Jonathan Wiltshire wrote:
 Unfortunately that diff is not against the version in testing, which
 includes a new upstream release. Please assess whether you think that
 new upstream is suitable, and follow up with a full diff.

Hi Hideki,

Do you think the new upstream version is suitable for jessie? Is it a
bug fix only release?

Also it would be a good idea to upload new upstream versions to
experimental, so we can process bug fix uploads via unstable.

Thanks
Praveen




signature.asc
Description: OpenPGP digital signature


Bug#770772: unblock: ruby-twitter-text/1.10.0+gem-1

2014-11-23 Thread Pirate Praveen
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Dear Release team,

This upload fixes RC bug #770621. debdiff is attahced. It uses gem file
from rubygems.org as orig.tar.gz as github tarball was missing some
files. Its the same upstream version


Thanks
Praveen

diff -Nru ruby-twitter-text-1.10.0/debian/changelog 
ruby-twitter-text-1.10.0+gem/debian/changelog
--- ruby-twitter-text-1.10.0/debian/changelog   2014-11-24 03:20:40.0 
+0530
+++ ruby-twitter-text-1.10.0+gem/debian/changelog   2014-11-23 
05:48:43.0 +0530
@@ -1,3 +1,13 @@
+ruby-twitter-text (1.10.0+gem-1) unstable; urgency=medium
+
+  * Team upload.
+  * Use gem file as upstream source (closes: #770621)
+- github tarball has missing files 
+  * Rebuild to include gemspec file (remove git usage).
+  * Bump standards version to 3.9.6 (no changes).
+
+ -- Pirate Praveen prav...@debian.org  Sat, 22 Nov 2014 22:33:44 +0530
+
 ruby-twitter-text (1.10.0-1) unstable; urgency=medium
 
   * New upstream release 
diff -Nru ruby-twitter-text-1.10.0/debian/control 
ruby-twitter-text-1.10.0+gem/debian/control
--- ruby-twitter-text-1.10.0/debian/control 2014-11-24 03:20:40.0 
+0530
+++ ruby-twitter-text-1.10.0+gem/debian/control 2014-11-23 05:58:26.0 
+0530
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Hideki Yamane henr...@debian.org
 Build-Depends: debhelper (= 8.0.0), gem2deb
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 XS-Ruby-Versions: all
 Homepage: https://github.com/twitter/twitter-text-rb
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extra/ruby-twitter-text.git
@@ -13,5 +13,8 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-unf
 Description: library that does auto linking and extraction items in tweets
- twitter-text is a library that does auto linking and extraction of usernames,
- lists and hashtags in tweets
+ This library provides text processing routines for Twitter Tweets. The major
+ reason for this is to unify the various auto-linking and extraction of
+ usernames, lists, hashtags and URLs.
+ .
+ Learn more about its usage at /usr/share/doc/ruby-twitter-text/README.rdoc 
diff -Nru ruby-twitter-text-1.10.0/debian/install 
ruby-twitter-text-1.10.0+gem/debian/install
--- ruby-twitter-text-1.10.0/debian/install 1970-01-01 05:30:00.0 
+0530
+++ ruby-twitter-text-1.10.0+gem/debian/install 2014-11-23 05:47:01.0 
+0530
@@ -0,0 +1 @@
+test/twitter-text-conformance/tld_lib.yml 
usr/share/ruby-twitter-text/test/twitter-text-conformance
diff -Nru 
ruby-twitter-text-1.10.0/debian/patches/2001-avoid-git-in-gemspec.patch 
ruby-twitter-text-1.10.0+gem/debian/patches/2001-avoid-git-in-gemspec.patch
--- ruby-twitter-text-1.10.0/debian/patches/2001-avoid-git-in-gemspec.patch 
1970-01-01 05:30:00.0 +0530
+++ ruby-twitter-text-1.10.0+gem/debian/patches/2001-avoid-git-in-gemspec.patch 
2014-11-23 05:59:21.0 +0530
@@ -0,0 +1,35 @@
+Description: avoid git in gemspec
+ git ls-files is only available in git.
+ .
+ with this patch pbuilder can build correct gemspec file.
+Author: Pirate Praveen prav...@debian.org
+Last-Updated: 2014-11-23
+
+Index: ruby-twitter-text/twitter-text.gemspec
+===
+--- ruby-twitter-text.orig/twitter-text.gemspec
 ruby-twitter-text/twitter-text.gemspec
+@@ -22,9 +22,19 @@ Gem::Specification.new do |s|
+   s.add_development_dependency rspec, ~ 2.14.0
+   s.add_development_dependency simplecov, ~ 0.8.0
+   s.add_runtime_dependency unf, ~ 0.1.0
+-
+-  s.files = `git ls-files`.split(\n) + 
['test/twitter-text-conformance/tld_lib.yml']
+-  s.test_files= `git ls-files -- {test,spec,features}/*`.split(\n)
+-  s.executables   = `git ls-files -- bin/*`.split(\n).map{ |f| 
File.basename(f) }
++  s.files = %w(
++   Gemfile
++   LICENSE
++   README.rdoc
++   twitter-text.gemspec
++   Rakefile
++   )
++  s.files += Dir.glob(lib/**/*)
++  s.files += Dir.glob(script/**/*)
++  s.files += Dir.glob(test/**/*_test.rb)
++  s.files += Dir.glob(spec/**/*_spec.rb)
++  s.files += ['test/twitter-text-conformance/tld_lib.yml']
++  s.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
++  s.test_files= spec.files.grep(%r{^(test|spec|features)/})
+   s.require_paths = [lib]
+ end
diff -Nru ruby-twitter-text-1.10.0/debian/patches/3001-fix-path.patch 
ruby-twitter-text-1.10.0+gem/debian/patches/3001-fix-path.patch
--- ruby-twitter-text-1.10.0/debian/patches/3001-fix-path.patch 1970-01-01 
05:30:00.0 +0530
+++ ruby-twitter-text-1.10.0+gem/debian/patches/3001-fix-path.patch 
2014-11-23 06:01:04.0 +0530
@@ -0,0 +1,20 @@
+Description: fix relative path for file outside lib
+ load the file from /usr/share/ruby-twitter-text path
+ .
+ Debian specific
+Author: Pirate Praveen prav...@debian.org
+Last-Update: 2014-11-23
+
+Index: ruby-twitter-text/lib/twitter-text/regex.rb

Bug#770772: unblock: ruby-twitter-text/1.10.0+gem-1

2014-11-23 Thread Jonathan Wiltshire
Control: tag -1 moreinfo

On Mon, Nov 24, 2014 at 03:28:21AM +0530, Pirate Praveen wrote:
 This upload fixes RC bug #770621. debdiff is attahced. It uses gem file
 from rubygems.org as orig.tar.gz as github tarball was missing some
 files. Its the same upstream version
 
 
 Thanks
 Praveen
 

 diff -Nru ruby-twitter-text-1.10.0/debian/changelog 
 ruby-twitter-text-1.10.0+gem/debian/changelog
 --- ruby-twitter-text-1.10.0/debian/changelog 2014-11-24 03:20:40.0 
 +0530
 +++ ruby-twitter-text-1.10.0+gem/debian/changelog 2014-11-23 
 05:48:43.0 +0530
 @@ -1,3 +1,13 @@
 +ruby-twitter-text (1.10.0+gem-1) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Use gem file as upstream source (closes: #770621)
 +- github tarball has missing files 
 +  * Rebuild to include gemspec file (remove git usage).
 +  * Bump standards version to 3.9.6 (no changes).
 +
 + -- Pirate Praveen prav...@debian.org  Sat, 22 Nov 2014 22:33:44 +0530

Unfortunately that diff is not against the version in testing, which
includes a new upstream release. Please assess whether you think that
new upstream is suitable, and follow up with a full diff.


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature