[lordsawar] 91/133: wrap-and-sort -sa

Markus Koschany apo-guest at moszumanska.debian.org
Thu Jul 2 17:38:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository lordsawar.

commit e93bb44f273047c74db8fd9e4106d70d5099d0a8
Author: Markus Koschany <apo at gambaru.de>
Date:   Wed Jul 1 17:13:26 2015 +0200

    wrap-and-sort -sa
---
 debian/control                | 40 ++++++++++++++++++++++++++++------------
 debian/copyright              |  8 ++++----
 debian/lordsawar-data.install |  2 +-
 debian/lordsawar.install      |  2 +-
 debian/lordsawar.manpages     |  6 +++---
 5 files changed, 37 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index b4e1570..1c52499 100644
--- a/debian/control
+++ b/debian/control
@@ -2,35 +2,51 @@ Source: lordsawar
 Section: games
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Barry deFreese <bdefreese at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, libgtkmm-2.4-dev, libgtkmm-2.4-1c2a, libglademm-2.4-dev, libsdl-mixer1.2-dev, quilt, intltool, uuid-dev, libboost-dev, libtar-dev
+Uploaders:
+ Barry deFreese <bdefreese at debian.org>
+Build-Depends:
+ autotools-dev,
+ debhelper (>= 5),
+ intltool,
+ libboost-dev,
+ libglademm-2.4-dev,
+ libgtkmm-2.4-1c2a,
+ libgtkmm-2.4-dev,
+ libsdl-mixer1.2-dev,
+ libtar-dev,
+ quilt,
+ uuid-dev
 Standards-Version: 3.9.2
 Homepage: http://www.lordsawar.com
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/lordsawar/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/lordsawar/
 
-
 Package: lordsawar
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, lordsawar-data (= ${source:Version})
+Depends:
+ lordsawar-data (= ${source:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: 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 
+ 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. 
+ 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.
  .
  Play with others or against the computer. Network play is currently broken.
 
 Package: lordsawar-data
-Recommends: lordsawar
+Recommends:
+ lordsawar
 Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
 Description: Clone of the popular SSG game Warlords II - data files
  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 
+ 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. 
+ 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 the games graphics and data files.
diff --git a/debian/copyright b/debian/copyright
index 2e42f0f..6ac9a6f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Thu, 27 Sep 2007 21:27:07 -0400.
 
 It was downloaded from http://www.lordsawar.com/
 
-Upstream Authors: 
+Upstream Authors:
 
     LordsAWar:
     Ben Asselstine <benasselstine at gmail.com>
@@ -50,7 +50,7 @@ Upstream Authors:
     Tobias Mathes               (Website, Release, RPM-Manager)
 
 
-Copyright: 
+Copyright:
 
     po/pl.po is Copyright (C) 2006 Piotr Cychowski
     po/de.po is Copyright (C) 2004 Ulf Lorenz
@@ -80,12 +80,12 @@ src/ucompose.hpp:
     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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
diff --git a/debian/lordsawar-data.install b/debian/lordsawar-data.install
index cd29dd1..2925e95 100644
--- a/debian/lordsawar-data.install
+++ b/debian/lordsawar-data.install
@@ -1,3 +1,3 @@
-debian/tmp/usr/share/games/lordsawar/* usr/share/games/lordsawar/
 #debian/tmp/usr/share/games/locale/* usr/share/locale/
 dat/icons/64x64/lordsawar.png usr/share/icons/hicolor/64x64/apps
+debian/tmp/usr/share/games/lordsawar/* usr/share/games/lordsawar/
diff --git a/debian/lordsawar.install b/debian/lordsawar.install
index 63b7334..2cb30de 100644
--- a/debian/lordsawar.install
+++ b/debian/lordsawar.install
@@ -1,3 +1,3 @@
-debian/tmp/usr/games/* usr/games/
 debian/*.desktop usr/share/applications/
 debian/lordsawar.xpm usr/share/pixmaps/
+debian/tmp/usr/games/* usr/games/
diff --git a/debian/lordsawar.manpages b/debian/lordsawar.manpages
index c9a5c13..1b972c8 100644
--- a/debian/lordsawar.manpages
+++ b/debian/lordsawar.manpages
@@ -1,6 +1,6 @@
-debian/lordsawar.6
-debian/lordsawar-editor.6
 debian/lordsawar-army-editor.6
+debian/lordsawar-editor.6
+debian/lordsawar-pbm.6
 debian/lordsawar-tile-editor.6
+debian/lordsawar.6
 debian/lordsawar_server.6
-debian/lordsawar-pbm.6

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/lordsawar.git



More information about the Pkg-games-commits mailing list