[love] 01/01: manpage is now part of upstream tarball

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sun Dec 18 12:33:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository love.

commit ded3c3d624d9fb536635b64efc43d2c1144438b0
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sun Dec 18 13:33:09 2016 +0100

    manpage is now part of upstream tarball
---
 debian/changelog  |  1 +
 debian/love-0.9.1 | 23 -----------------------
 debian/rules      |  4 ++--
 3 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6264e66..b37ea41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ love (0.10.2-1) UNRELEASED; urgency=medium
   * Add myself to uploaders
   * All traces of GLee have disapeard upstream,
     also drop all references in Debian packaging
+  * Manpage has been accepted by upstream, drop Debian one
 
  -- Alexandre Detiste <alexandre.detiste at gmail.com>  Sun, 18 Dec 2016 12:50:20 +0100
 
diff --git a/debian/love-0.9.1 b/debian/love-0.9.1
deleted file mode 100644
index b989fbe..0000000
--- a/debian/love-0.9.1
+++ /dev/null
@@ -1,23 +0,0 @@
-.\" (c) 2008-2013 Miriam Ruiz <little_miry at yahoo.es>
-.\" 
-.\" This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damagesarising from the use of this software.
-.\" 
-.\" Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
-.\" 
-.\" 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
-.\" 
-.\" 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
-.\" 
-.\" 3. This notice may not be removed or altered from any source distribution.
-.TH "LÖVE" "1" "0.9" "" ""
-.SH "NAME"
-love \- 2D game development framework
-.SH "SYNOPSIS"
-.B love
-<\fIgame.love\fR>
-.SH "DESCRIPTION"
-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.
-.P
-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.
-.SH "SEE ALSO"
-You can find more information at \fIhttp://love2d.org/\fR or in the local directory \fI/usr/share/doc/love\-doc/html/\fR
diff --git a/debian/rules b/debian/rules
index 01bd5f2..4416ac3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-PRG_SUFFIX=0.9
+PRG_SUFFIX=0.10.2
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -116,7 +116,7 @@ binary-arch: build-arch install-arch
 #	dh_installmenu -a
 	dh_installmime -a
 #	dh_installinfo -a
-	dh_installman debian/love-$(PRG_SUFFIX).1 -a
+	dh_installman platform/unix/love.6 -a
 	dh_lintian -a
 	dh_link -a
 #	dh_link -plove-dev usr/lib/$(DEB_HOST_MULTIARCH)/liblove.so.0.0.0 usr/lib/$(DEB_HOST_MULTIARCH)/liblove.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/love.git



More information about the Pkg-games-commits mailing list