This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch master in repository redeclipse-data.
commit 097eea7befd045b6fb24debe6abaa689f3d29ab3 Author: Martin Erik Werner <[email protected]> Date: Fri Oct 16 18:02:23 2015 +0200 debian/generate-copyright: Revert to fit 1.5.3 * sqlite is only in prospective 1.5.4, so don't worry about it yet * Remove clone method of getting all-licenses.txt since it is in the source tarball used --- debian/generate-copyright | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/debian/generate-copyright b/debian/generate-copyright index 435f12a..4cce829 100755 --- a/debian/generate-copyright +++ b/debian/generate-copyright @@ -2,19 +2,7 @@ cd "$(dirname "$0")"/.. -ver="$(dpkg-parsechangelog -S Version)" -ver="${ver%%-*}" - -all_licenses=redeclipse-base.clone/doc/all-licenses.txt - -test -e "$all_licenses" || \ - { - rm -rf redeclipse-base.clone && \ - git clone https://github.com/red-eclipse/base.git \ - --branch v"$ver" redeclipse-base.clone || \ - { echo "unable to get upstream all-licenses.txt file from base repo"; \ - exit 1; } - } +all_licenses=doc/all-licenses.txt # Header cat <<EOF > debian/copyright-new @@ -30,9 +18,9 @@ Source: https://github.com/red-eclipse/data The Play font files sources are removed since they are shipped in the fonts-play package in Debian, and the generated png files are removed to simplify the build process. -Files-Excluded: bin config *.bat *.sh sql src/dpiaware.manifest src/enet +Files-Excluded: bin config *.bat *.sh src/dpiaware.manifest src/enet src/engine src/game src/include src/install src/lib src/*.sh - src/redeclipse* src/scripts src/shared src/sqlite src/*.h + src/redeclipse* src/scripts src/shared src/*.h src/xcode data/fonts/Play* data/fonts/play* License: Red-Eclipse-Data EOF -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse-data.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

