[SCM] jsoup HTML parser branch, master, updated. debian/1.6.1-2-13-g2fa237f

Jakub Adam jakub.adam at ktknet.cz
Sun Apr 8 15:31:17 UTC 2012


The following commit has been merged in the master branch:
commit 9b677c817c48acf83d49f9d831ac4357cb3e6435
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sun Apr 8 00:58:21 2012 +0200

    Add d/get-orig-source

diff --git a/debian/get-orig-source b/debian/get-orig-source
new file mode 100755
index 0000000..fa4991f
--- /dev/null
+++ b/debian/get-orig-source
@@ -0,0 +1,22 @@
+#!/bin/sh
+set -e
+
+VERSION=1.6.2
+
+TARBALL=jsoup_${VERSION}.orig.tar
+
+FILES_TO_DELETE="jhy-jsoup-*/src/test/resources/htmltests/baidu-cn-home.html
+jhy-jsoup-*/src/test/resources/htmltests/google-ipod.html
+jhy-jsoup-*/src/test/resources/htmltests/news-com-au-home.html
+jhy-jsoup-*/src/test/resources/htmltests/nyt-article-1.html
+jhy-jsoup-*/src/test/resources/htmltests/smh-biz-article-1.html
+jhy-jsoup-*/src/test/resources/htmltests/yahoo-article-1.html
+jhy-jsoup-*/src/test/resources/htmltests/yahoo-jp.html
+"
+
+echo "Creating tarball '$TARBALL'..."
+
+uscan --download-version $VERSION --rename --verbose --force-download
+gunzip ../$TARBALL
+tar --delete --wildcards -f ../$TARBALL $FILES_TO_DELETE
+gzip ../$TARBALL

-- 
jsoup HTML parser



More information about the pkg-java-commits mailing list