r12491 - packages/trunk/naev/debian
Vincent Cheng
vincentc-guest at alioth.debian.org
Tue Jul 5 22:19:58 UTC 2011
Author: vincentc-guest
Date: 2011-07-05 22:19:57 +0000 (Tue, 05 Jul 2011)
New Revision: 12491
Added:
packages/trunk/naev/debian/naev-data.links
Removed:
packages/trunk/naev/debian/patches/
Modified:
packages/trunk/naev/debian/changelog
packages/trunk/naev/debian/compat
packages/trunk/naev/debian/control
packages/trunk/naev/debian/naev-data.install
packages/trunk/naev/debian/naev.install
packages/trunk/naev/debian/rules
Log:
naev: Several minor tweaks for Naev's packaging
Modified: packages/trunk/naev/debian/changelog
===================================================================
--- packages/trunk/naev/debian/changelog 2011-07-02 21:08:40 UTC (rev 12490)
+++ packages/trunk/naev/debian/changelog 2011-07-05 22:19:57 UTC (rev 12491)
@@ -5,7 +5,8 @@
- some files mention inkscape, we need the SVG files
- some files mention GIMP, we need the XCF files
- some files mention Photoshop, we need the PSD files
- - some files are complex 3D scenes or obviously 3D models, where are the Blender/etc files
+ - some files are complex 3D scenes or obviously 3D models,
+ where are the Blender/etc files
* Initial release (Closes: #609295)
- -- Vincent Cheng <Vincentc1208 at gmail.com> Tue, 24 May 2011 18:49:04 -0700
+ -- Vincent Cheng <Vincentc1208 at gmail.com> Tue, 05 Jul 2011 14:48:03 -0700
Modified: packages/trunk/naev/debian/compat
===================================================================
--- packages/trunk/naev/debian/compat 2011-07-02 21:08:40 UTC (rev 12490)
+++ packages/trunk/naev/debian/compat 2011-07-05 22:19:57 UTC (rev 12491)
@@ -1 +1 @@
-7
+8
Modified: packages/trunk/naev/debian/control
===================================================================
--- packages/trunk/naev/debian/control 2011-07-02 21:08:40 UTC (rev 12490)
+++ packages/trunk/naev/debian/control 2011-07-05 22:19:57 UTC (rev 12491)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Vincent Cheng <Vincentc1208 at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8.0.0),
dh-autoreconf,
autotools-dev (>= 20100122.1),
binutils-dev,
@@ -18,7 +18,8 @@
libopenal-dev,
libgl1-mesa-dev,
liblua5.1-0-dev,
- libsuitesparse-dev
+ libsuitesparse-dev,
+ ttf-freefont
Standards-Version: 3.9.2
Homepage: http://code.google.com/p/naev/
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/naev/
@@ -37,7 +38,7 @@
Package: naev-data
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
Suggests: naev
Description: data files for naev
This package contains the data files for the naev game.
@@ -49,7 +50,7 @@
Section: debug
Priority: extra
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, naev (= ${binary:Version})
+Depends: ${misc:Depends}, naev (= ${binary:Version})
Description: debug files for naev
This package contains debug information for the naev game.
.
Modified: packages/trunk/naev/debian/naev-data.install
===================================================================
--- packages/trunk/naev/debian/naev-data.install 2011-07-02 21:08:40 UTC (rev 12490)
+++ packages/trunk/naev/debian/naev-data.install 2011-07-05 22:19:57 UTC (rev 12491)
@@ -1,4 +1,4 @@
-ai/ usr/share/games/naev/
+ai/ usr/share/games/naev/
dat/ usr/share/games/naev/
gfx/ usr/share/games/naev/
scripts/ usr/share/games/naev/
Added: packages/trunk/naev/debian/naev-data.links
===================================================================
--- packages/trunk/naev/debian/naev-data.links (rev 0)
+++ packages/trunk/naev/debian/naev-data.links 2011-07-05 22:19:57 UTC (rev 12491)
@@ -0,0 +1,2 @@
+usr/share/fonts/truetype/freefont/FreeSans.ttf usr/share/games/naev/dat/font.ttf
+usr/share/fonts/truetype/freefont/FreeMono.ttf usr/share/games/naev/dat/mono.ttf
Modified: packages/trunk/naev/debian/naev.install
===================================================================
--- packages/trunk/naev/debian/naev.install 2011-07-02 21:08:40 UTC (rev 12490)
+++ packages/trunk/naev/debian/naev.install 2011-07-05 22:19:57 UTC (rev 12491)
@@ -1,3 +1,3 @@
-src/naev usr/games
+src/naev usr/games
debian/naev.desktop usr/share/applications
debian/naev.xpm usr/share/pixmaps
Modified: packages/trunk/naev/debian/rules
===================================================================
--- packages/trunk/naev/debian/rules 2011-07-02 21:08:40 UTC (rev 12490)
+++ packages/trunk/naev/debian/rules 2011-07-05 22:19:57 UTC (rev 12491)
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export LDFLAGS=-Wl,--as-needed
+
%:
dh $@ --parallel --with autoreconf
@@ -8,6 +10,9 @@
dh_auto_configure -- --enable-debug=no --enable-lua=shared \
--with-ndata-path=/usr/share/games/naev/ndata
+override_dh_install:
+ dh_install -X LICENSE
+
override_dh_strip:
dh_strip --dbg-package=naev-dbg
More information about the Pkg-games-commits
mailing list