File: README.source

package info (click to toggle)
ruby-twitter-text 1.14.0%2Bconformance-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • ctags: 219
  • sloc: ruby: 2,917; java: 1,403; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 624 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This source package is created by adding conformance from
https://github.com/twitter/twitter-text/tree/master/conformance

as test/twitter-text-conformance

1. Checkout twitter-text code
$ git clone https://github.com/twitter/twitter-text.git

2. Download new upstream tarball
$ uscan --verbose

3. Extract the orig.tar.gz created by uscan
$ tar -zxvf ruby-twitter-text_<version>.orig.tar.gz

4. Copy conformance inside the source tree
$ cp -r twitter-text/conformance \
twitter-text-<version>/test/twitter-text-conformance

5. Create new tarball
$ tar -zcvf twitter-text-<version>+conformance.tar.gz twitter-text-<version>