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>
|