r11981 - packages/trunk/lmemory/debian

Evgeny Dolgikh marcon-guest at alioth.debian.org
Tue Mar 22 19:17:04 UTC 2011


Author: marcon-guest
Date: 2011-03-22 19:16:50 +0000 (Tue, 22 Mar 2011)
New Revision: 11981

Removed:
   packages/trunk/lmemory/debian/README.source
Modified:
   packages/trunk/lmemory/debian/changelog
   packages/trunk/lmemory/debian/control
   packages/trunk/lmemory/debian/copyright
   packages/trunk/lmemory/debian/lmemory.desktop
   packages/trunk/lmemory/debian/rules
Log:
Fixed .desktop file
Fixed changelog
Fixed copyright
Removed quilt from deps and rules
Removed README.source


Deleted: packages/trunk/lmemory/debian/README.source
===================================================================
--- packages/trunk/lmemory/debian/README.source	2011-03-22 15:01:40 UTC (rev 11980)
+++ packages/trunk/lmemory/debian/README.source	2011-03-22 19:16:50 UTC (rev 11981)
@@ -1,58 +0,0 @@
-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-03-22 15:01:40 UTC (rev 11980)
+++ packages/trunk/lmemory/debian/changelog	2011-03-22 19:16:50 UTC (rev 11981)
@@ -6,14 +6,17 @@
     - fixed .desktop file
     - fixed menu file
   * Add debian/source/format
-  * Add README.source
-  * debian/control: 
+  * debian/control
     - add ${misc:Depends}
     - debhelper dep version changed to (>= 7.0.50~)
     - fixed package long description
-  * debian/rules: change deprecated dh_clean -k to dh_prep
+    - removed quilt depend
+  * debian/rules
+    - change deprecated dh_clean -k to dh_prep
+    - removed apply/unapply patch commands
   * debian/copyright: update GPL-2 text path
-  * Add myself in Uploaders:
+  * Add myself in Uploaders
+  * debian/changelog: removed trailing colons
 
  -- Evgeny Dolgikh <marcondream at gmail.com>  Sat, 29 Jan 2011 12:45:56 +0200
 
@@ -30,7 +33,7 @@
    - add ac_local_program.diff to avoid a warning
   * Add a .desktop file
   * use dh_install to install the pixmaps
-  * Add myself in Uploaders:
+  * Add myself in Uploaders
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 17 Feb 2009 00:26:15 +0100
 

Modified: packages/trunk/lmemory/debian/control
===================================================================
--- packages/trunk/lmemory/debian/control	2011-03-22 15:01:40 UTC (rev 11980)
+++ packages/trunk/lmemory/debian/control	2011-03-22 19:16:50 UTC (rev 11981)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 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,
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libgtk2.0-dev,
   autoconf, automake, libtool
 Standards-Version: 3.9.1
 Homepage: http://home.comcast.net/~x.zhang1/linux_game.html

Modified: packages/trunk/lmemory/debian/copyright
===================================================================
--- packages/trunk/lmemory/debian/copyright	2011-03-22 15:01:40 UTC (rev 11980)
+++ packages/trunk/lmemory/debian/copyright	2011-03-22 19:16:50 UTC (rev 11981)
@@ -9,7 +9,7 @@
 
 Copyright:
 
-    Copyright (c) 200-2001 Xiaoguang Zhang
+    Copyright (c) 2000-2001 Xiaoguang Zhang
 
 License:
 
@@ -23,7 +23,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-On Debian systems, the complete text of the GNU General
+On Debian systems, the complete text of version 2 of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 The Debian packaging is licensed under the same license as the

Modified: packages/trunk/lmemory/debian/lmemory.desktop
===================================================================
--- packages/trunk/lmemory/debian/lmemory.desktop	2011-03-22 15:01:40 UTC (rev 11980)
+++ packages/trunk/lmemory/debian/lmemory.desktop	2011-03-22 19:16:50 UTC (rev 11981)
@@ -2,7 +2,7 @@
 Type=Application
 Name=LMemory
 GenericName=Memory Game
-Icon=lmemory.xpm
+Icon=lmemory
 Exec=lmemory
 Terminal=false
 Categories=Game;KidsGame;

Modified: packages/trunk/lmemory/debian/rules
===================================================================
--- packages/trunk/lmemory/debian/rules	2011-03-22 15:01:40 UTC (rev 11980)
+++ packages/trunk/lmemory/debian/rules	2011-03-22 19:16:50 UTC (rev 11981)
@@ -36,7 +36,6 @@
 
 config: config-stamp
 config-stamp:
-	$(MAKE) -f /usr/share/quilt/quilt.make patch
 	dh_testdir
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
@@ -64,7 +63,6 @@
 	rm -f config-stamp build-stamp 
 	# Clean up the files generated by the autoreconf
 	[ ! -f config.status ] || $(MAKE) distclean
-	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
 	dh_clean ltconfig depcomp install-sh ltmain.sh missing mkinstalldirs \
             INSTALL Makefile.in aclocal.m4 config.h.in configure \
             config.sub config.guess config.log config.cache




More information about the Pkg-games-commits mailing list