r5186 - in software/thumbnails: . debian

Miriam Ruiz baby-guest at alioth.debian.org
Thu Jan 3 13:35:14 UTC 2008


Author: baby-guest
Date: 2008-01-03 13:35:14 +0000 (Thu, 03 Jan 2008)
New Revision: 5186

Added:
   software/thumbnails/debian/
   software/thumbnails/debian/README.Debian
   software/thumbnails/debian/changelog
   software/thumbnails/debian/compat
   software/thumbnails/debian/control
   software/thumbnails/debian/copyright
   software/thumbnails/debian/dirs
   software/thumbnails/debian/docs
   software/thumbnails/debian/install
   software/thumbnails/debian/rules
Log:
Added debian subdir



Added: software/thumbnails/debian/README.Debian
===================================================================
--- software/thumbnails/debian/README.Debian	                        (rev 0)
+++ software/thumbnails/debian/README.Debian	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1,15 @@
+games-thumbnails for Debian
+---------------------------
+
+If you want a new thumbnail added to this package, please use a resolution of
+320x240 pixels, preferably in true colour (24 bits). The file name should be
+the same as the name of the game's package.
+
+The preferred format for the thumbnails is .png, although .jpg and .bmp files
+are also allowed. .bmp should be avoided because of their size, anyway. Alpha
+channels and transparencies shall also be avoided in the thumbnails.
+
+The latest thumbnails of the games can be found at 
+http://pkg-games.alioth.debian.org/thumbnails/
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 24 Aug 2007 11:58:54 +0000

Added: software/thumbnails/debian/changelog
===================================================================
--- software/thumbnails/debian/changelog	                        (rev 0)
+++ software/thumbnails/debian/changelog	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1,17 @@
+games-thumbnails (20080205) UNRELEASED; urgency=low
+
+  [ Miriam Ruiz ]
+  * New release.
+  * Changed Standards-Version from 3.7.2 to 3.7.3. No changes needed.
+  * Added Vcs-Svn and Vcs-Browser labels.
+  * Added XS-DM-Upload-Allowed tag to control to allow uploads from Debian
+    Maintainers.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 03 Jan 2008 13:29:47 +0000
+
+games-thumbnails (20070824) unstable; urgency=low
+
+  * Initial release.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 24 Aug 2007 11:58:54 +0000
+

Added: software/thumbnails/debian/compat
===================================================================
--- software/thumbnails/debian/compat	                        (rev 0)
+++ software/thumbnails/debian/compat	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1 @@
+5

Added: software/thumbnails/debian/control
===================================================================
--- software/thumbnails/debian/control	                        (rev 0)
+++ software/thumbnails/debian/control	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1,19 @@
+Source: games-thumbnails
+Section: misc
+Priority: extra
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org> 
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/software/thumbnails/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/software/thumbnails/?op=log
+XS-DM-Upload-Allowed: yes
+
+Package: games-thumbnails
+Architecture: all
+Depends: ${misc:Depends}
+Description: thumbnails of games in Debian
+ This package contains thumbnails of different games in Debian. The images
+ intend to show something visually representative from the game, and are
+ derived from real screenshots. They are stored in .png and .jpg graphic
+ formats with a 320x240 pixels resolution.

Added: software/thumbnails/debian/copyright
===================================================================
--- software/thumbnails/debian/copyright	                        (rev 0)
+++ software/thumbnails/debian/copyright	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1,23 @@
+Copyright: 
+
+    Copyright (c) 2007 Miriam Ruiz <little_miry at yahoo.es>
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be 
+found in `/usr/share/common-licenses/BSD'.

Added: software/thumbnails/debian/dirs
===================================================================
--- software/thumbnails/debian/dirs	                        (rev 0)
+++ software/thumbnails/debian/dirs	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1 @@
+usr/share/games/thumbnails

Added: software/thumbnails/debian/docs
===================================================================

Added: software/thumbnails/debian/install
===================================================================
--- software/thumbnails/debian/install	                        (rev 0)
+++ software/thumbnails/debian/install	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1,2 @@
+*.png usr/share/games/thumbnails
+*.jpg usr/share/games/thumbnails

Added: software/thumbnails/debian/rules
===================================================================
--- software/thumbnails/debian/rules	                        (rev 0)
+++ software/thumbnails/debian/rules	2008-01-03 13:35:14 UTC (rev 5186)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch $@
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_install -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: software/thumbnails/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list