Author: bddebian-guest
Date: 2007-10-02 18:51:54 +0000 (Tue, 02 Oct 2007)
New Revision: 4322

Added:
   packages/trunk/lordsawar/debian/lordsawar-data.install
   packages/trunk/lordsawar/debian/lordsawar.docs
   packages/trunk/lordsawar/debian/lordsawar.install
   packages/trunk/lordsawar/debian/lordsawar.manpages
   packages/trunk/lordsawar/debian/lordsawar.menu
Removed:
   packages/trunk/lordsawar/debian/dirs
   packages/trunk/lordsawar/debian/docs
   packages/trunk/lordsawar/debian/manpages
   packages/trunk/lordsawar/debian/menu
Modified:
   packages/trunk/lordsawar/debian/changelog
   packages/trunk/lordsawar/debian/control
   packages/trunk/lordsawar/debian/copyright
   packages/trunk/lordsawar/debian/rules
Log:
Fix copyright issues
Split into data package
Remove technical details from description


Modified: packages/trunk/lordsawar/debian/changelog
===================================================================
--- packages/trunk/lordsawar/debian/changelog   2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/changelog   2007-10-02 18:51:54 UTC (rev 
4322)
@@ -2,6 +2,7 @@
 
   * Initial release
   * Add simple man pages for executables
+  * Split into binary and data packages
 
  -- Barry deFreese <[EMAIL PROTECTED]>  Thu, 27 Sep 2007 21:27:07 -0400
 

Modified: packages/trunk/lordsawar/debian/control
===================================================================
--- packages/trunk/lordsawar/debian/control     2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/control     2007-10-02 18:51:54 UTC (rev 
4322)
@@ -7,7 +7,7 @@
 
 Package: lordsawar
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, lordsawar-data
 Description: A clone of the popular SSG game Warlords II.
  A 2d turn-based strategy game where up to 8 players strive for control
  of as many cities as possible.  Produce new armies in cities to conquer 
@@ -17,7 +17,17 @@
  .
  Play with others or against the computer. Network play is currently broken.
  .
- The abandoned freelords C++ codebase has been used as a starting point. It 
- also utilizes SDL for graphics and gtkmm for menus and windowing.
+  Homepage: http://www.lordsawar.com
+
+Package: lordsawar-data
+Architecture: all
+Description: A clone of the popular SSG game Warlords II.
+ A 2d turn-based strategy game where up to 8 players strive for control
+ of as many cities as possible.  Produce new armies in cities to conquer 
+ nearby cities.  Using the income from those cities, make more armies to
+ take more cities.  Send a hero to a temple to get a quest, or maybe search 
+ a nearby ruin instead.  Game should run well on modest hardware. 
  .
+ This package contains LordsAWar graphics and data files.
+ .
   Homepage: http://www.lordsawar.com

Modified: packages/trunk/lordsawar/debian/copyright
===================================================================
--- packages/trunk/lordsawar/debian/copyright   2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/copyright   2007-10-02 18:51:54 UTC (rev 
4322)
@@ -52,10 +52,33 @@
 
 Copyright: 
 
+    po/pl.po:# Copyright (C) 2006 Piotr Cychowski
+    po/de.po:# Copyright (C) 2004 Ulf Lorenz
+    src/ucompose.hpp: * Copyright (c) 2002, 03, 04 Ole Laursen <[EMAIL 
PROTECTED]>
     <Copyright (C) 1995-2007 Free Software Foundation, Inc.>
 
 License:
 
+src/ucompose.hpp:
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public License
+    as published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+     
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+    
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+    USA.
+
+  On Debian GNU/Linux systems, the complete text of the GNU General
+  Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+
     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

Deleted: packages/trunk/lordsawar/debian/dirs
===================================================================
--- packages/trunk/lordsawar/debian/dirs        2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/dirs        2007-10-02 18:51:54 UTC (rev 
4322)
@@ -1 +0,0 @@
-usr/bin

Deleted: packages/trunk/lordsawar/debian/docs
===================================================================
--- packages/trunk/lordsawar/debian/docs        2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/docs        2007-10-02 18:51:54 UTC (rev 
4322)
@@ -1,3 +0,0 @@
-NEWS
-README
-TODO

Added: packages/trunk/lordsawar/debian/lordsawar-data.install
===================================================================
--- packages/trunk/lordsawar/debian/lordsawar-data.install                      
        (rev 0)
+++ packages/trunk/lordsawar/debian/lordsawar-data.install      2007-10-02 
18:51:54 UTC (rev 4322)
@@ -0,0 +1,2 @@
+/usr/share/lordsawar/
+/usr/share/locale/

Added: packages/trunk/lordsawar/debian/lordsawar.docs
===================================================================
--- packages/trunk/lordsawar/debian/lordsawar.docs                              
(rev 0)
+++ packages/trunk/lordsawar/debian/lordsawar.docs      2007-10-02 18:51:54 UTC 
(rev 4322)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO

Added: packages/trunk/lordsawar/debian/lordsawar.install
===================================================================
--- packages/trunk/lordsawar/debian/lordsawar.install                           
(rev 0)
+++ packages/trunk/lordsawar/debian/lordsawar.install   2007-10-02 18:51:54 UTC 
(rev 4322)
@@ -0,0 +1,2 @@
+usr/bin/
+usr/share/applications/

Added: packages/trunk/lordsawar/debian/lordsawar.manpages
===================================================================
--- packages/trunk/lordsawar/debian/lordsawar.manpages                          
(rev 0)
+++ packages/trunk/lordsawar/debian/lordsawar.manpages  2007-10-02 18:51:54 UTC 
(rev 4322)
@@ -0,0 +1,3 @@
+debian/lordsawar.1
+debian/lordsawar-editor.1
+debian/lordsawar_server.1

Added: packages/trunk/lordsawar/debian/lordsawar.menu
===================================================================
--- packages/trunk/lordsawar/debian/lordsawar.menu                              
(rev 0)
+++ packages/trunk/lordsawar/debian/lordsawar.menu      2007-10-02 18:51:54 UTC 
(rev 4322)
@@ -0,0 +1,2 @@
+?package(lordsawar):needs="X11|wm" section="Games/Strategy"\
+  title="LordsAWar" command="/usr/bin/lordsawar"

Deleted: packages/trunk/lordsawar/debian/manpages
===================================================================
--- packages/trunk/lordsawar/debian/manpages    2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/manpages    2007-10-02 18:51:54 UTC (rev 
4322)
@@ -1,3 +0,0 @@
-debian/lordsawar.1
-debian/lordsawar-editor.1
-debian/lordsawar_server.1

Deleted: packages/trunk/lordsawar/debian/menu
===================================================================
--- packages/trunk/lordsawar/debian/menu        2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/menu        2007-10-02 18:51:54 UTC (rev 
4322)
@@ -1,2 +0,0 @@
-?package(lordsawar):needs="X11|wm" section="Games/Strategy"\
-  title="LordsAWar" command="/usr/bin/lordsawar"

Modified: packages/trunk/lordsawar/debian/rules
===================================================================
--- packages/trunk/lordsawar/debian/rules       2007-10-02 18:39:00 UTC (rev 
4321)
+++ packages/trunk/lordsawar/debian/rules       2007-10-02 18:51:54 UTC (rev 
4322)
@@ -49,28 +49,43 @@
        dh_clean -k 
        dh_installdirs
 
-       $(MAKE) DESTDIR=$(CURDIR)/debian/lordsawar install
+       $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
+       dh_install --sourcedir=debian/tmp --list-missing
 
+
 binary-indep: build install
+       dh_testdir -i
+       dh_testroot -i
+       dh_installchangelogs -i ChangeLog
+       dh_installdocs -i
+       dh_installexamples -i
+       dh_link -i
+       dh_strip -i
+       dh_compress -i
+       dh_fixperms -i
+       dh_installdeb -i
+       dh_gencontrol -i
+       dh_md5sums -i
+       dh_builddeb -i
 
 binary-arch: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs ChangeLog
-       dh_installdocs
-       dh_installexamples
-       dh_installmenu
-       dh_installman
-       dh_link
-       dh_strip
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
+       dh_testdir -a
+       dh_testroot -a
+       dh_installchangelogs -a ChangeLog
+       dh_installdocs -a
+       dh_installexamples -a
+       dh_installmenu -a
+       dh_installman -a
+       dh_link -a
+       dh_strip -a
+       dh_compress -a
+       dh_fixperms -a
+       dh_installdeb -a
+       dh_shlibdeps -a
+       dh_gencontrol -a
+       dh_md5sums -a
+       dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to