Package: ruby-twitter-text / 1.10.0+gem-1

Metadata

Package Version Patches format
ruby-twitter-text 1.10.0+gem-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001 avoid git in gemspec.patch | (download)

twitter-text.gemspec | 18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-)

 avoid git in gemspec
 git ls-files is only available in git.
 .
 with this patch pbuilder can build correct gemspec file.
3001 fix path.patch | (download)

lib/twitter-text/regex.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix relative path for file outside lib
 load the file from /usr/share/ruby-twitter-text path
 .
 Debian specific