r10770 - packages/branches/love/0.6.0/debian

Miriam Ruiz miriam at alioth.debian.org
Tue Feb 2 01:30:43 UTC 2010


Author: miriam
Date: 2010-02-02 01:30:41 +0000 (Tue, 02 Feb 2010)
New Revision: 10770

Added:
   packages/branches/love/0.6.0/debian/love-0.6.1
   packages/branches/love/0.6.0/debian/love0.6.install
Removed:
   packages/branches/love/0.6.0/debian/application-registry/
   packages/branches/love/0.6.0/debian/doc/
   packages/branches/love/0.6.0/debian/love-doc.doc-base
   packages/branches/love/0.6.0/debian/love-doc.install
   packages/branches/love/0.6.0/debian/love.1
   packages/branches/love/0.6.0/debian/love.desktop
   packages/branches/love/0.6.0/debian/love.install
   packages/branches/love/0.6.0/debian/love.mime
   packages/branches/love/0.6.0/debian/love.sharedmimeinfo
   packages/branches/love/0.6.0/debian/mime-info/
   packages/branches/love/0.6.0/debian/mimelnk/
Modified:
   packages/branches/love/0.6.0/debian/changelog
   packages/branches/love/0.6.0/debian/control
   packages/branches/love/0.6.0/debian/rules
Log:
Clean package so that it can coexist with 0.5



Modified: packages/branches/love/0.6.0/debian/changelog
===================================================================
--- packages/branches/love/0.6.0/debian/changelog	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/changelog	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,7 +1,7 @@
-love (0.6.0-1) UNRELEASED; urgency=low
+love0.6 (0.6.0-1) UNRELEASED; urgency=low
 
   [ Miriam Ruiz ]
-  * New Upstream Release
+  * New Upstream Release. Renamed package so that it can coexist with 0.5
   * Upgraded Standards-Version from 3.8.1 to 3.8.3
   * Added build dependencies: pkg-config, libmpg123-dev, libflac++-dev
   * Refreshed gcc-4.4.patch and removed the rest of patches

Modified: packages/branches/love/0.6.0/debian/control
===================================================================
--- packages/branches/love/0.6.0/debian/control	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/control	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,4 +1,4 @@
-Source: love
+Source: love0.6
 Section: interpreters
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
@@ -12,7 +12,7 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/love/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/love/?op=log
 
-Package: love
+Package: love0.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: 2D game development framework based on Lua and OpenGL
@@ -27,11 +27,11 @@
  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-dbg
+Package: love0.6-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, love (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, love0.6 (= ${binary:Version})
 Description: 2D game development framework - debugging symbols
  LÖVE was created to be a user-friendly engine in which simple (or
  complicated) games could be made without having extensive knowledge
@@ -45,22 +45,3 @@
  quickly and efficiently develop an idea into a fully working game.
  .
  This package includes the debug symbols for LÖVE.
-
-Package: love-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Suggests: love
-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.

Copied: packages/branches/love/0.6.0/debian/love-0.6.1 (from rev 10769, packages/branches/love/0.6.0/debian/love.1)
===================================================================
--- packages/branches/love/0.6.0/debian/love-0.6.1	                        (rev 0)
+++ packages/branches/love/0.6.0/debian/love-0.6.1	2010-02-02 01:30:41 UTC (rev 10770)
@@ -0,0 +1,23 @@
+.\" (c) 2008 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.4.0" "" ""
+.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 

Deleted: packages/branches/love/0.6.0/debian/love-doc.doc-base
===================================================================
--- packages/branches/love/0.6.0/debian/love-doc.doc-base	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love-doc.doc-base	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,11 +0,0 @@
-Document: love-doc
-Title: LÖVE Reference Manual
-Author: LÖVE Development Team
-Abstract: This manual is the official
- documentation for the game development
- framework LÖVE.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/love/html/index.html
-Files: /usr/share/doc/love/html/*.html

Deleted: packages/branches/love/0.6.0/debian/love-doc.install
===================================================================
--- packages/branches/love/0.6.0/debian/love-doc.install	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love-doc.install	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1 +0,0 @@
-debian/doc/docs/* usr/share/doc/love/html/

Deleted: packages/branches/love/0.6.0/debian/love.1
===================================================================
--- packages/branches/love/0.6.0/debian/love.1	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love.1	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,23 +0,0 @@
-.\" (c) 2008 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.4.0" "" ""
-.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

Deleted: packages/branches/love/0.6.0/debian/love.desktop
===================================================================
--- packages/branches/love/0.6.0/debian/love.desktop	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love.desktop	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Name=Löve Game
-Type=Application
-Exec=love %f
-Icon=love-app-64
-GenericName=Games development framework in lua
-GenericName[es]=Desarrollo de videojuegos en lua
-Comment=Run Löve game
-Comment[es]=Ejecutar juego de Löve
-Terminal=false
-MimeType=application/x-love-game;
-Categories=Game;

Deleted: packages/branches/love/0.6.0/debian/love.install
===================================================================
--- packages/branches/love/0.6.0/debian/love.install	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love.install	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,10 +0,0 @@
-#bin/love usr/games/
-#demos/* usr/share/doc/love/demos/
-debian/scripts/* usr/share/doc/love/scripts/
-debian/pixmaps/*.xpm usr/share/pixmaps/
-debian/pixmaps/*.png usr/share/pixmaps/
-debian/*.desktop usr/share/applications/
-debian/mime-info/*.mime usr/share/mime-info/
-debian/mime-info/*.keys usr/share/mime-info/
-debian/mimelnk/*.desktop usr/share/mimelnk/application/
-debian/application-registry/*.applications usr/share/application-registry/

Deleted: packages/branches/love/0.6.0/debian/love.mime
===================================================================
--- packages/branches/love/0.6.0/debian/love.mime	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love.mime	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1 +0,0 @@
-application/x-love-game; love %s; test=test "$DISPLAY" != ""; description=Löve Game; nametemplate=%s.love; priority=6

Deleted: packages/branches/love/0.6.0/debian/love.sharedmimeinfo
===================================================================
--- packages/branches/love/0.6.0/debian/love.sharedmimeinfo	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/love.sharedmimeinfo	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-   <mime-type type="application/x-love-game">
-     <comment>Löve Game</comment>
-     <comment xml:lang="es">Juego de Löve</comment>
-     <glob pattern="*.love"/>
-   </mime-type>
-</mime-info>

Copied: packages/branches/love/0.6.0/debian/love0.6.install (from rev 10769, packages/branches/love/0.6.0/debian/love.install)
===================================================================
--- packages/branches/love/0.6.0/debian/love0.6.install	                        (rev 0)
+++ packages/branches/love/0.6.0/debian/love0.6.install	2010-02-02 01:30:41 UTC (rev 10770)
@@ -0,0 +1,4 @@
+#bin/love* usr/games/
+debian/scripts/* usr/share/doc/love/scripts/
+debian/pixmaps/*.xpm usr/share/pixmaps/
+debian/pixmaps/*.png usr/share/pixmaps/

Modified: packages/branches/love/0.6.0/debian/rules
===================================================================
--- packages/branches/love/0.6.0/debian/rules	2010-02-02 00:16:25 UTC (rev 10769)
+++ packages/branches/love/0.6.0/debian/rules	2010-02-02 01:30:41 UTC (rev 10770)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+PRG_SUFFIX=0.6
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
  
@@ -36,7 +38,6 @@
 build-indep: build-indep-stamp
 build-indep-stamp: configure-stamp  
 	dh_testdir
-	$(MAKE) -C debian/doc
 	touch $@
 
 build: build-indep build-arch
@@ -51,7 +52,6 @@
 	rm -rf obj/*
 	rm -f `find . -name "*.o"`
 	rm -f debian/pixmaps/*.png
-	$(MAKE) -C debian/doc clean
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean 
 
@@ -60,7 +60,8 @@
 	dh_testroot
 	dh_prep -a
 	dh_installdirs -a
-	$(MAKE) DESTDIR=$(CURDIR)/debian/love install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/love$(PRG_SUFFIX) install
+	mv debian/love$(PRG_SUFFIX)/usr/bin/love debian/love$(PRG_SUFFIX)/usr/bin/love-$(PRG_SUFFIX)
 
 install-indep: build-indep-stamp
 	dh_testdir
@@ -77,7 +78,6 @@
 	dh_installdocs -i
 	dh_installexamples -i
 	dh_install -i
-	dh_installmime -i
 	dh_link -i
 	dh_compress -i
 	dh_fixperms -i
@@ -95,11 +95,11 @@
 	dh_installexamples -a
 	dh_install -a
 #	dh_installmenu -a
-	dh_installmime -a
+#	dh_installmime -a
 #	dh_installinfo -a
-	dh_installman debian/love.1 -a
+	dh_installman debian/love-$(PRG_SUFFIX).1 -a
 	dh_link -a
-	dh_strip --dbg-package=love-dbg -a
+	dh_strip --dbg-package=love$(PRG_SUFFIX)-dbg -a
 	dh_compress -a
 	dh_fixperms -a
 #	dh_makeshlibs -a




More information about the Pkg-games-commits mailing list