Package: ruby-twitter-text / 1.14.0+conformance-1

Metadata

Package Version Patches format
ruby-twitter-text 1.14.0+conformance-1 3.0 (quilt)

Patch series

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

twitter-text.gemspec | 17 14 + 3 - 0 !
1 file changed, 14 insertions(+), 3 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 | 11 11 + 0 - 0 !
test/conformance_test.rb | 2 1 + 1 - 0 !
2 files changed, 12 insertions(+), 1 deletion(-)

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