r11363 - packages/trunk/0ad-data/debian
Bertrand Marc
bbk-guest at alioth.debian.org
Sat Sep 4 17:05:29 UTC 2010
Author: bbk-guest
Date: 2010-09-04 17:05:23 +0000 (Sat, 04 Sep 2010)
New Revision: 11363
Modified:
packages/trunk/0ad-data/debian/control
packages/trunk/0ad-data/debian/copyright
packages/trunk/0ad-data/debian/install
packages/trunk/0ad-data/debian/rules
Log:
fix a few lintian warnings
Modified: packages/trunk/0ad-data/debian/control
===================================================================
--- packages/trunk/0ad-data/debian/control 2010-09-04 13:04:45 UTC (rev 11362)
+++ packages/trunk/0ad-data/debian/control 2010-09-04 17:05:23 UTC (rev 11363)
@@ -11,7 +11,7 @@
Package: 0ad-data
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ttf-dejavu-core
Recommends: 0ad
Description: 3D real-time strategy (RTS) game of ancient warfare
Historically-based war/economy game that allows players to relive or
Modified: packages/trunk/0ad-data/debian/copyright
===================================================================
--- packages/trunk/0ad-data/debian/copyright 2010-09-04 13:04:45 UTC (rev 11362)
+++ packages/trunk/0ad-data/debian/copyright 2010-09-04 17:05:23 UTC (rev 11363)
@@ -328,6 +328,9 @@
additional rights are deemed to be included in the License; this License
is not intended to restrict the license of any rights under applicable law.
+ The font files in data/tools/fontbuilder/fonts are covered by the GUST Font
+ License.
+
The Debian packaging is:
Copyright (C) 2010 Bertrand Marc <beberking at gmail.com>
Modified: packages/trunk/0ad-data/debian/install
===================================================================
--- packages/trunk/0ad-data/debian/install 2010-09-04 13:04:45 UTC (rev 11362)
+++ packages/trunk/0ad-data/debian/install 2010-09-04 17:05:23 UTC (rev 11363)
@@ -1 +1,5 @@
-binaries/* /usr/share/games/0ad/
+binaries/data/config/* /usr/share/games/0ad/data/config
+binaries/data/mods/* /usr/share/games/0ad/data/mods
+binaries/data/tools/atlas/* /usr/share/games/0ad/data/tools/atlas
+binaries/data/tools/fontbuilder/fonts/texgyrepagella*.otf /usr/share/games/0ad/data/tools/fontbuilder/fonts
+binaries/data/tools/fontbuilder/fonts/Converted*.ttf /usr/share/games/0ad/data/tools/fontbuilder/fonts
Modified: packages/trunk/0ad-data/debian/rules
===================================================================
--- packages/trunk/0ad-data/debian/rules 2010-09-04 13:04:45 UTC (rev 11362)
+++ packages/trunk/0ad-data/debian/rules 2010-09-04 17:05:23 UTC (rev 11363)
@@ -20,13 +20,15 @@
dh_testroot
dh_prep
dh_installdirs
+ chmod -x binaries/data/mods/public/maps/scenarios/*
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs
- dh_install
+ dh_installdocs
+ dh_install --exclude=LICENSE.txt --exclude=pmdconv.sh
dh_link
dh_strip
dh_compress
More information about the Pkg-games-commits
mailing list