This is an automated email from the git hooks/post-receive script. jcowgill pushed a commit to branch master in repository libsfml.
commit 5c648042c6f9dccbb1f9001c9e594dfe08a03cc2 Author: James Cowgill <[email protected]> Date: Tue Jun 28 19:02:27 2016 +0100 Move repack options from d/rules to d/watch --- debian/rules | 5 ----- debian/watch | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index e95d8de..6a4773e 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,3 @@ override_dh_auto_build: override_dh_strip: # Can be removed for 2.4 dh_strip --ddeb-migration='libsfml2.3-dbg (<< 2.3.2+dfsg-2~)' - -.PHONY: get-orig-source -## http://wiki.debian.org/onlyjob/get-orig-source -get-orig-source: - uscan --noconf --verbose --rename --destdir=$(CURDIR) --check-dirname-level=0 --force-download --repack --compression=xz --download-current-version diff --git a/debian/watch b/debian/watch index e7c9ebe..48a60a9 100644 --- a/debian/watch +++ b/debian/watch @@ -2,5 +2,5 @@ version=3 # From GitHub -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/SFML-$1\.tar\.gz/,dversionmangle=s/\+dfsg\d?$// \ +opts=repack,compression=xz,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/SFML-$1\.tar\.gz/,dversionmangle=s/\+dfsg\d?$//,repacksuffix=+dfsg \ https://github.com/SFML/SFML/tags .*/v?(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/libsfml.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

