This is an automated email from the git hooks/post-receive script. emorrp1-guest pushed a commit to branch master in repository scorched3d.
commit e30c4ecb56f3ff2e2103527eae44d7fc82e401c5 Author: Phil Morrell <[email protected]> Date: Sun Mar 27 02:33:07 2016 +0100 replace custom get-orig-source with uscan --- debian/README.Source | 26 -------------------------- debian/get-orig-source.sh | 16 ---------------- debian/rules | 2 +- 3 files changed, 1 insertion(+), 43 deletions(-) diff --git a/debian/README.Source b/debian/README.Source deleted file mode 100644 index 397fd60..0000000 --- a/debian/README.Source +++ /dev/null @@ -1,26 +0,0 @@ -Source modifications in the orig.tar.gz ---------------------------------------- - -The debian package does not ship the pristine upstream tarball. The -modifications are in detail listed in this file. - - - the upstream tarball contains 2 subdirectories: - - scorched - scorched-dep-osx - - in debian, only the former is needed, and the contents were moved - top-level. - - - the windows .dll files in the top level have been removed. No source - for them could be found in the sources. They are presumably only - added for the convenience of windows developers, their redistribution - without proper license terms is most likely very problematic. We - avoid these discussions by just removing them from the source - - - the config.guess and config.sub files have been updated - - - 'make distclean' has been run in the source tree - -This package use quilt to maintain quilt serie, please read: -/usr/share/doc/quilt/README.source diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh deleted file mode 100755 index 6039506..0000000 --- a/debian/get-orig-source.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -set -e -set -x - -UVER='43.3d' -DVER='43.3.d+dfsg' - -svn co https://scorched3d.svn.sourceforge.net/svnroot/scorched3d/tags/\ -${UVER}/scorched scorched3d-${UVER} - -tar --exclude=".svn" \ - --exclude="*.dll" \ - --exclude="scorched3d-${UVER}/data/avatars" \ - --exclude="scorched3d-${UVER}/data/fonts/dejavu*" \ - -cJf scorched3d_${DVER}.orig.tar.xz scorched3d-${UVER} diff --git a/debian/rules b/debian/rules index 0332f40..483fcd3 100755 --- a/debian/rules +++ b/debian/rules @@ -61,4 +61,4 @@ override_dh_installchangelogs: dh_installchangelogs --exclude=CHANGELOG get-orig-source: - $(abspath $(dir $(firstword $(MAKEFILE_LIST))))/get-orig-source.sh + uscan --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scorched3d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

