Author: tille Date: 2012-11-22 09:20:03 +0000 (Thu, 22 Nov 2012) New Revision: 12561
Modified: trunk/packages/ugene/trunk/debian/rules Log: It seems there is some more work to do on ugene regarding licenses - so why not simplifying get-orig-source for the moment because it probably will work out of the box once ugene can be uploaded Modified: trunk/packages/ugene/trunk/debian/rules =================================================================== --- trunk/packages/ugene/trunk/debian/rules 2012-11-22 09:14:36 UTC (rev 12560) +++ trunk/packages/ugene/trunk/debian/rules 2012-11-22 09:20:03 UTC (rev 12561) @@ -6,17 +6,15 @@ UPSTREAM_VERSION=$(shell uscan --dehs | sed -n 's/.*<upstream-version>\(.*\)<\/upstream-version>.*/\1/p') UPSTREAM_FOLDER=$(UPSTREAM_NAME)-$(UPSTREAM_VERSION) +# Remark: The following uscan command requires devscripts > 2.12.4 which is not +# yet released at the time of this package release. The code can be obtained +# via +# git clone git://[email protected]/git/users/tille/devscripts.git +# and then use scripts/uscan.pl get-orig-source: - uscan --force-download --no-symlink - tar -xzf ../$(UPSTREAM_NAME)-$(UPSTREAM_VERSION).tar.gz - rm -rf $(UPSTREAM_FOLDER)/installer/linux - rm -rf $(UPSTREAM_FOLDER)/installer/macosx - rm -rf $(UPSTREAM_FOLDER)/installer/windows - rm -rf $(UPSTREAM_FOLDER)/src/libs_3rdparty/zlib - GZIP="-9" tar -czf ../$(UPSTREAM_NAME)_$(UPSTREAM_VERSION)+repack.orig.tar.gz $(UPSTREAM_FOLDER) - rm -rf $(UPSTREAM_FOLDER) + mkdir -p ../tarballs + uscan --verbose --force-download --repack-compression xz --destdir ../tarballs - build: build-arch build-indep build-arch: build-arch-stamp _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
