r6628 - packages/trunk/pathogen/debian

Barry deFreese bddebian-guest at alioth.debian.org
Fri Apr 18 02:54:40 UTC 2008


Author: bddebian-guest
Date: 2008-04-18 02:54:40 +0000 (Fri, 18 Apr 2008)
New Revision: 6628

Removed:
   packages/trunk/pathogen/debian/dirs
Modified:
   packages/trunk/pathogen/debian/control
   packages/trunk/pathogen/debian/copyright
   packages/trunk/pathogen/debian/menu
   packages/trunk/pathogen/debian/pathogen.desktop
   packages/trunk/pathogen/debian/rules
Log:
Remove unneded dirs file.
Move menu and desktop sections to Games/Puzzlegame
Make copyright file machine readable


Modified: packages/trunk/pathogen/debian/control
===================================================================
--- packages/trunk/pathogen/debian/control	2008-04-18 01:30:40 UTC (rev 6627)
+++ packages/trunk/pathogen/debian/control	2008-04-18 02:54:40 UTC (rev 6628)
@@ -5,7 +5,7 @@
 Uploaders: Barry deFreese <bddebian at comcast.net>
 Build-Depends: debhelper (>= 5.0.0), quilt, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl1.2-dev
 Standards-Version: 3.7.3
-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/pathogen/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pathogen/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pathogen/?op=log
 
 Package: pathogen

Modified: packages/trunk/pathogen/debian/copyright
===================================================================
--- packages/trunk/pathogen/debian/copyright	2008-04-18 01:30:40 UTC (rev 6627)
+++ packages/trunk/pathogen/debian/copyright	2008-04-18 02:54:40 UTC (rev 6628)
@@ -1,15 +1,13 @@
-This package was debianized by Gürkan Sengün <gurkan at linuks.mine.nu> on
-Wed, 14 Jul 2004 00:03:48 +0200.
+Original source may be found at: http://iki.fi/jetro/
+Files: debian/*
+Copyright: Copyright 2004-2007, Gürkan Sengün <gurkan at linuks.mine.nu>
+	Copyright 2008, Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+License: GPL-2+
 
-Maintenance was taken over by Debian Games Team 
-<pkg-games-devel at lists.alioth.debian.org> on Wed, 16 Apr 2008 12:37:00 -0400.
-
-It was downloaded from http://iki.fi/jetro/
-
+Files: *
+Copyright: Copyright 2004, Jetro Lauha <jetro+pathogendebian at NOSPAM.iki.fi>
 Upstream Author: Jetro Lauha <jetro+pathogendebian at NOSPAM.iki.fi>
-
-Copyright: Copyright (C) 2004 Jetro Lauha <jetro+pathogendebian at NOSPAM.iki.fi>
-
+License: GPL-2+
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
@@ -26,6 +24,3 @@
 
   On Debian GNU/Linux systems, the complete text of the GNU General
   Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2004, Gürkan Sengün <gurkan at linuks.mine.nu> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Deleted: packages/trunk/pathogen/debian/dirs
===================================================================
--- packages/trunk/pathogen/debian/dirs	2008-04-18 01:30:40 UTC (rev 6627)
+++ packages/trunk/pathogen/debian/dirs	2008-04-18 02:54:40 UTC (rev 6628)
@@ -1,2 +0,0 @@
-usr/games
-usr/share/applications

Modified: packages/trunk/pathogen/debian/menu
===================================================================
--- packages/trunk/pathogen/debian/menu	2008-04-18 01:30:40 UTC (rev 6627)
+++ packages/trunk/pathogen/debian/menu	2008-04-18 02:54:40 UTC (rev 6628)
@@ -1,2 +1,2 @@
-?package(pathogen):needs="X11" section="Games/Strategy"\
+?package(pathogen):needs="X11" section="Games/Puzzles"\
   title="Pathogen Warrior" command="/usr/games/pathogen"

Modified: packages/trunk/pathogen/debian/pathogen.desktop
===================================================================
--- packages/trunk/pathogen/debian/pathogen.desktop	2008-04-18 01:30:40 UTC (rev 6627)
+++ packages/trunk/pathogen/debian/pathogen.desktop	2008-04-18 02:54:40 UTC (rev 6628)
@@ -6,5 +6,5 @@
 Exec=pathogen
 Icon=pathogen
 Terminal=false
-Categories=Game;StrategyGame;
+Categories=Game;PuzzleGame;
 

Modified: packages/trunk/pathogen/debian/rules
===================================================================
--- packages/trunk/pathogen/debian/rules	2008-04-18 01:30:40 UTC (rev 6627)
+++ packages/trunk/pathogen/debian/rules	2008-04-18 02:54:40 UTC (rev 6628)
@@ -16,17 +16,8 @@
 	CFLAGS += -O2
 endif
 
-configure: configure-stamp
-configure-stamp: patch
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
 build: build-stamp
-
-build-stamp: configure-stamp 
+build-stamp: patch
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -39,7 +30,7 @@
 clean-stamp:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
@@ -55,6 +46,7 @@
 	# Add here commands to install the package into debian/pathogen.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/pathogen
 
+	mkdir $(CURDIR)/debian/pathogen/usr/share/applications
 	cp debian/pathogen.desktop $(CURDIR)/debian/pathogen/usr/share/applications/
 
 # Build architecture-independent files here.




More information about the Pkg-games-commits mailing list