This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository love.
commit 3e8d2b3bebc5c2aa6452acb02d1543afe206d93c Author: Alexandre Detiste <[email protected]> Date: Sun Dec 18 16:13:59 2016 +0100 drop documentation & demos; to be built from src:love-doc let's split this big work in more easy to handle chunks. + 'love' is itself much more important than 'love-doc'. 1,7M love-0.10.2-linux-src.tar.gz 114M docs.zip (from https://love2d.org/wiki/Main_Page) --- debian/control | 25 ------------------------- debian/love-doc.doc-base | 12 ------------ debian/love-doc.install | 2 -- debian/love-doc.lintian-overrides | 2 -- debian/rules | 4 ---- 5 files changed, 45 deletions(-) diff --git a/debian/control b/debian/control index 576ddf8..60ec77e 100644 --- a/debian/control +++ b/debian/control @@ -58,28 +58,3 @@ Description: 2D game development framework based on Lua and OpenGL independent of operating system. By relying on the Lua scripting language for game-specific programming, it allows even the novice game creator to quickly and efficiently develop an idea into a fully working game. - -Package: love-doc -Section: doc -Architecture: all -Depends: - ${misc:Depends} -Suggests: - love -Breaks: - love (<< 0.9.1-2) -Replaces: - love (<< 0.9.1-2) -Description: 2D game development framework - documentation - LÖVE was created to be a user-friendly engine in which simple (or - complicated) games could be made without having extensive knowledge - of system or graphics functions and without having to dedicate time - towards developing the same engine features time and time again. - . - Developed with cross-platform implementation in mind, it utilizes the - latest open source libraries to deliver a similar game experience, - independent of operating system. By relying on the Lua scripting language - for game-specific programming, it allows even the novice game creator to - quickly and efficiently develop an idea into a fully working game. - . - This package includes the Reference Manual for LÖVE. diff --git a/debian/love-doc.doc-base b/debian/love-doc.doc-base deleted file mode 100644 index 0ce28f6..0000000 --- a/debian/love-doc.doc-base +++ /dev/null @@ -1,12 +0,0 @@ -Document: love-doc -Title: LÖVE 0.9.0 Reference Manual -Author: LÖVE Development Team -Abstract: This manual is the official - documentation for the game development - framework LÖVE release 0.9.0, obtained - from the wiki pages -Section: Programming - -Format: HTML -Index: /usr/share/doc/love/html/love.html -Files: /usr/share/doc/love/html/*.html diff --git a/debian/love-doc.install b/debian/love-doc.install deleted file mode 100644 index af3ce5e..0000000 --- a/debian/love-doc.install +++ /dev/null @@ -1,2 +0,0 @@ -demos/*.love usr/share/doc/love/demos/ -doc/* usr/share/doc/love/html/ diff --git a/debian/love-doc.lintian-overrides b/debian/love-doc.lintian-overrides deleted file mode 100644 index 3ee78c4..0000000 --- a/debian/love-doc.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# LGPL is in the copyright file but does not apply to any of Love -love-doc binary: copyright-should-refer-to-common-license-file-for-lgpl diff --git a/debian/rules b/debian/rules index 4416ac3..0a23263 100755 --- a/debian/rules +++ b/debian/rules @@ -45,9 +45,6 @@ build-arch-stamp: configure-stamp build-indep: build-indep-stamp build-indep-stamp: configure-stamp dh_testdir - # Privacy breach fix - find doc -type f -exec sed -i 's/https:\/\/plus.google.com\/b\/108553500970002863436\///g' {} \; - [ ! -f demos/Makefile ] || $(MAKE) -C demos touch $@ build: build-indep build-arch @@ -56,7 +53,6 @@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) distclean - [ ! -f demos/Makefile ] || $(MAKE) -C demos clean rm -fv config.sub config.guess config.log config.cache rm -fv *-stamp rm -fv bin/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/love.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

