r11711 - in packages/trunk/lmemory/debian: . source

Evgeny Dolgikh marcon-guest at alioth.debian.org
Sat Jan 29 20:41:41 UTC 2011


Author: marcon-guest
Date: 2011-01-29 20:41:41 +0000 (Sat, 29 Jan 2011)
New Revision: 11711

Added:
   packages/trunk/lmemory/debian/README.source
   packages/trunk/lmemory/debian/lmemory.xpm
   packages/trunk/lmemory/debian/source/
   packages/trunk/lmemory/debian/source/format
Modified:
   packages/trunk/lmemory/debian/changelog
   packages/trunk/lmemory/debian/compat
   packages/trunk/lmemory/debian/control
   packages/trunk/lmemory/debian/copyright
   packages/trunk/lmemory/debian/lmemory.desktop
   packages/trunk/lmemory/debian/menu
   packages/trunk/lmemory/debian/rules
Log:

- Update standards version
-  Fix desktop menu entry (Closes: #565510)
- Add debian/source/format
- Add README.source
- add ${misc:Depends}
- debhelper dep version changed to (>= 7.0.50~)
- debian/rules: change deprecated dh_clean -k to dh_prep
- debian/copyright: update GPL-2 text path
- Add myself in Uploaders:


Added: packages/trunk/lmemory/debian/README.source
===================================================================
--- packages/trunk/lmemory/debian/README.source	                        (rev 0)
+++ packages/trunk/lmemory/debian/README.source	2011-01-29 20:41:41 UTC (rev 11711)
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+    for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+        if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+                export QUILT_PATCHES=debian/patches
+                break
+        fi
+    done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+    quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+    quilt new <patch>
+
+where <patch> is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+    quilt add <file>
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+    quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+    quilt import -P <patch> /path/to/patch
+    quilt push -a
+
+(add -p 0 to quilt import if needed). <patch> as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+    quilt delete <patch>
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.

Modified: packages/trunk/lmemory/debian/changelog
===================================================================
--- packages/trunk/lmemory/debian/changelog	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/changelog	2011-01-29 20:41:41 UTC (rev 11711)
@@ -1,3 +1,21 @@
+lmemory (0.6c-5) UNRELEASED; urgency=low
+
+  * Update Standards Version: 3.9.1 (no changes need)
+  * Fix desktop menu entry (Closes: #565510)
+    - added resized default.xpm as lmemory.xpm
+    - fixed .desktop file
+    - fixed menu file
+  * Add debian/source/format
+  * Add README.source
+  * debian/control: 
+    - add ${misc:Depends}
+    - debhelper dep version changed to (>= 7.0.50~)
+  * debian/rules: change deprecated dh_clean -k to dh_prep
+  * debian/copyright: update GPL-2 text path
+  * Add myself in Uploaders:
+
+ -- Evgeny Dolgikh <marcondream at gmail.com>  Sat, 29 Jan 2011 12:45:56 +0200
+
 lmemory (0.6c-4) unstable; urgency=low
 
   [ Peter De Wachter ]

Modified: packages/trunk/lmemory/debian/compat
===================================================================
--- packages/trunk/lmemory/debian/compat	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/compat	2011-01-29 20:41:41 UTC (rev 11711)
@@ -1 +1 @@
-5
+7

Modified: packages/trunk/lmemory/debian/control
===================================================================
--- packages/trunk/lmemory/debian/control	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/control	2011-01-29 20:41:41 UTC (rev 11711)
@@ -2,17 +2,17 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, quilt, libgtk2.0-dev,
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Evgeny Dolgikh <marcondream at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, quilt, libgtk2.0-dev,
   autoconf, automake, libtool
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
 Homepage: http://home.comcast.net/~x.zhang1/linux_game.html
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/lmemory/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/lmemory/?op=log
 
 Package: lmemory
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A children's game based on the "memory" card game
  This game is intended for children aged 3 and up.  It features
  the ability to add your own 64x64 pixmap images.

Modified: packages/trunk/lmemory/debian/copyright
===================================================================
--- packages/trunk/lmemory/debian/copyright	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/copyright	2011-01-29 20:41:41 UTC (rev 11711)
@@ -24,7 +24,7 @@
     GNU General Public License for more details.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 The Debian packaging is licensed under the same license as the
 program, see above.

Modified: packages/trunk/lmemory/debian/lmemory.desktop
===================================================================
--- packages/trunk/lmemory/debian/lmemory.desktop	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/lmemory.desktop	2011-01-29 20:41:41 UTC (rev 11711)
@@ -2,6 +2,7 @@
 Type=Application
 Name=LMemory
 GenericName=Memory Game
+Icon=lmemory.xpm
 Exec=lmemory
 Terminal=false
 Categories=Game;KidsGame;

Added: packages/trunk/lmemory/debian/lmemory.xpm
===================================================================
--- packages/trunk/lmemory/debian/lmemory.xpm	                        (rev 0)
+++ packages/trunk/lmemory/debian/lmemory.xpm	2011-01-29 20:41:41 UTC (rev 11711)
@@ -0,0 +1,138 @@
+/* XPM */ 
+static const unsigned char * lmemory_xpm[] = {
+"32 32 103 2",
+"  	c None",
+"! 	c #54BA76",
+"# 	c #55BB76",
+"$ 	c #50B578",
+"% 	c #054E96",
+"& 	c #004898",
+"' 	c #014998",
+"( 	c #003E92",
+") 	c white",
+"* 	c #51B678",
+"+ 	c #57BE75",
+", 	c #4FB578",
+"- 	c #054D96",
+". 	c #54B976",
+"0 	c #014599",
+"1 	c #003E91",
+"2 	c #004197",
+"3 	c #54B977",
+"4 	c #0D4AA1",
+"5 	c #014A98",
+"6 	c #00429B",
+"7 	c #06449B",
+"8 	c #F0F4F9",
+"9 	c #004294",
+": 	c #00429A",
+"; 	c #044D97",
+"< 	c #004398",
+"= 	c #003D91",
+"> 	c #004899",
+"? 	c #004998",
+"@ 	c #014898",
+"A 	c #044596",
+"B 	c #F4F7FA",
+"C 	c #014596",
+"D 	c #00459B",
+"E 	c #00469B",
+"F 	c #0B4B96",
+"G 	c #0C4C96",
+"H 	c #0D4C95",
+"I 	c #00479A",
+"J 	c #00469A",
+"K 	c #004799",
+"L 	c #003B9C",
+"M 	c #0C519D",
+"N 	c #F88265",
+"O 	c #004699",
+"P 	c #00459C",
+"Q 	c #FF8860",
+"R 	c #FF8761",
+"S 	c #F98464",
+"T 	c #F88365",
+"U 	c #FF8861",
+"V 	c #ED8265",
+"W 	c #00449C",
+"X 	c #034A97",
+"Y 	c #F88465",
+"Z 	c #F68365",
+"[ 	c #F58365",
+"] 	c #FE8563",
+"^ 	c #F08265",
+"_ 	c #04479A",
+"` 	c #FC8563",
+"a 	c #4DBA77",
+"b 	c #F67F60",
+"c 	c #F57A5A",
+"d 	c #F67D5D",
+"e 	c #FE8364",
+"f 	c #F38C64",
+"g 	c #5AB975",
+"h 	c #52BB76",
+"i 	c #F57E5F",
+"j 	c #F08566",
+"k 	c #5BB875",
+"l 	c #F68263",
+"m 	c #F6886B",
+"n 	c #FFF9F8",
+"o 	c #EF8566",
+"p 	c #5CB875",
+"q 	c #ED8266",
+"r 	c #FF7F64",
+"s 	c #55BA76",
+"t 	c #53BB76",
+"u 	c #00439C",
+"v 	c #EC8166",
+"w 	c #FC8464",
+"x 	c #F78365",
+"y 	c #55BB75",
+"z 	c #57B975",
+"{ 	c #014799",
+"| 	c #58B876",
+"} 	c #60B675",
+"~ 	c #4FBC77",
+" !	c #50BC76",
+"!!	c #03408F",
+"#!	c #49BE77",
+"$!	c #48BE77",
+"%!	c #53BA76",
+"&!	c #4FB872",
+"'!	c #F1F6F7",
+"(!	c #EEF2F9",
+")!	c #004296",
+"*!	c #024C95",
+"+!	c #004697",
+"! ! ! ! ! ! # $ % & ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ' ) ) ) ) ) ",
+"! ! ! ! ! ! # $ % & ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ' ) ) ) ) ) ",
+"! ! ! ! ! ! # * % & ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ' ) ) ) ) ) ",
+"! ! ! ! ! ! + , - & ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ' ) ) ) ) ) ",
+"! ! ! ! . ! ! ' 0 ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 1 ' ) ) ) ) ) ",
+"! ! ! ! ! ! ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 2 ' ! ! ! ! ! ",
+"# # # ! 3 ' 4 ' ' ' 5 ' ' ' ' ' ' ' ' ' ' ' ' ' ' 6 ' ! ! ! ! ! ",
+"$ $ * $ ' 7 ' ) 8 ' 9 ' ' ' ' ' ' ' ' ' ' ' ' ' ' : ' ! ! ! ! ! ",
+"% % % ; < ' ) ) ) ) = ' ' ' ' ' > > > ? ' ' ' ' ' : ' ! ! ! ! ! ",
+"& & & & @ A ' B ) ' C ' ' ? D E F G H I J ' ' ' K L ' ! ! ! ! ! ",
+"' ' ' ' ' ' ' M ' ' 5 ' ? I ' ' N N N ' ' E ' O ' ' ! # ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ' & P ' Q R S S T U V ' W X ! ! # ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ? P ' R Y Z Z Z Z [ ] ^ ' ! 3 # ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' _ ' R T Z Z Z Z Z Z Z ` N ! a ! ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' D ' Q Y Z Z Z b c d Z Z [ e f g h ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' D ' R Z Z Z i Z ) ) Z Z Z Z j k h ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' D ' R Z Z l m n ) ) ) Z Z Z o k h ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ' R Z Z l m n ) ) ) Z Z N o k h ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ' R Z Z Z i Z ) ) Z Z Z N o k h ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ' Q [ Z Z Z Z Z Z Z Z Z N [ p h ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ' q ` Z Z Z Z Z Z Z Z Z r N s t ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' D O ^ ] [ Z Z Z Z Z Z Z N ! ! ! ! ! ! ! ! ! ",
+"' ' ' ' ' ' ' ' ' ' ' u O v w Z Z Z Z x r Z ! ! ! ! ! y # # # # ",
+"' ' ' ' ' ' ' ' ' ' O 5 ' O Z Z Z Z Z Z Z z ! ! ) ) ! ! $ $ $ $ ",
+"' ' ' ' ' ' ' ' ' { ' ' ! ! | } Z Z Z ! ~  !! ) ) ) ) !!% % % % ",
+"( ( ( ( ( 2 6 ' ' L ' ! # ! h h #!#!$!~ %!! &!! '!(!' )!& & & & ",
+"' ' ' ' ' ' ' ' ' ' ! # ! ! ! ! ! ! ! ! ! ! # ! ' ' 9 5 ' ' ' ' ",
+") ) ) ) ) ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! # ! *!+!' ' ' ' ' ' ",
+") ) ) ) ) ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! % & ' ' ' ' ' ' ",
+") ) ) ) ) ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! $ % & ' ' ' ' ' ' ",
+") ) ) ) ) ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! $ % & ' ' ' ' ' ' ",
+") ) ) ) ) ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! $ % & ' ' ' ' ' ' "};
\ No newline at end of file

Modified: packages/trunk/lmemory/debian/menu
===================================================================
--- packages/trunk/lmemory/debian/menu	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/menu	2011-01-29 20:41:41 UTC (rev 11711)
@@ -1,2 +1,3 @@
 ?package(lmemory):needs="X11" section="Games/Puzzles"\
+  icon="/usr/share/pixmaps/lmemory.xpm" \
   title="lmemory" command="/usr/games/lmemory"

Modified: packages/trunk/lmemory/debian/rules
===================================================================
--- packages/trunk/lmemory/debian/rules	2011-01-29 00:17:24 UTC (rev 11710)
+++ packages/trunk/lmemory/debian/rules	2011-01-29 20:41:41 UTC (rev 11711)
@@ -72,7 +72,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install prefix=$(CURDIR)/debian/lmemory/usr
@@ -81,6 +81,7 @@
 	# a Makefile for just a simple data install:
 	dh_install debian/pixmaps /usr/share/games/lmemory/
 	dh_install debian/lmemory.desktop /usr/share/applications
+	dh_install debian/lmemory.xpm /usr/share/pixmaps
 
 #binary-indep: build install
 binary-indep: build

Added: packages/trunk/lmemory/debian/source/format
===================================================================
--- packages/trunk/lmemory/debian/source/format	                        (rev 0)
+++ packages/trunk/lmemory/debian/source/format	2011-01-29 20:41:41 UTC (rev 11711)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Pkg-games-commits mailing list