r12118 - in packages/trunk/naev: . debian debian/source
Vincent Cheng
vincentc-guest at alioth.debian.org
Sat Apr 16 22:11:52 UTC 2011
Author: vincentc-guest
Date: 2011-04-16 22:11:50 +0000 (Sat, 16 Apr 2011)
New Revision: 12118
Added:
packages/trunk/naev/debian/
packages/trunk/naev/debian/changelog
packages/trunk/naev/debian/compat
packages/trunk/naev/debian/control
packages/trunk/naev/debian/copyright
packages/trunk/naev/debian/docs
packages/trunk/naev/debian/menu
packages/trunk/naev/debian/naev.desktop
packages/trunk/naev/debian/naev.install
packages/trunk/naev/debian/naev.manpages
packages/trunk/naev/debian/naev.xpm
packages/trunk/naev/debian/rules
packages/trunk/naev/debian/source/
packages/trunk/naev/debian/source/format
packages/trunk/naev/debian/watch
Log:
[svn-inject] Applying Debian modifications (0.4.2-1) to trunk
Property changes on: packages/trunk/naev/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/trunk/naev/debian/changelog
===================================================================
--- packages/trunk/naev/debian/changelog (rev 0)
+++ packages/trunk/naev/debian/changelog 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,5 @@
+naev (0.4.2-1) unstable; urgency=low
+
+ * Initial release (Closes: #609295, #523834)
+
+ -- Vincent Cheng <Vincentc1208 at gmail.com> Sat, 16 Apr 2011 02:16:05 -0700
Added: packages/trunk/naev/debian/compat
===================================================================
--- packages/trunk/naev/debian/compat (rev 0)
+++ packages/trunk/naev/debian/compat 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1 @@
+7
Added: packages/trunk/naev/debian/control
===================================================================
--- packages/trunk/naev/debian/control (rev 0)
+++ packages/trunk/naev/debian/control 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,39 @@
+Source: naev
+Section: games
+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~), autotools-dev, binutils-dev,
+ libsdl1.2-dev, libsdl-mixer1.2-dev, libsdl-image1.2-dev, libxml2-dev,
+ libfreetype6-dev, libvorbis-dev (>> 1.2.1), libbfd-dev, libpng-dev,
+ libopenal-dev, libgl1-mesa-dev
+Standards-Version: 3.9.2
+Homepage: http://code.google.com/p/naev/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/naev/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/naev/
+
+Package: naev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, naev-data (= ${binary:Version})
+Description: 2D space trading combat game
+ NAEV is a 2D space trading and combat game, in a similar
+ vein to Escape Velocity.
+ .
+ NAEV is played from a top-down perspective, featuring fast-paced combat,
+ many ships and outfits, and a large galaxy to explore. The game is highly
+ open-ended, letting players proceed at their own paces.
+
+Package: naev-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, naev (= ${binary:Version})
+Description: 2D space trading combat game (debug)
+ NAEV is a 2D space trading and combat game, in a similar
+ vein to Escape Velocity.
+ .
+ NAEV is played from a top-down perspective, featuring fast-paced combat,
+ many ships and outfits, and a large galaxy to explore. The game is highly
+ open-ended, letting players proceed at their own paces.
+ .
+ This package contains the debugging symbols.
Added: packages/trunk/naev/debian/copyright
===================================================================
--- packages/trunk/naev/debian/copyright (rev 0)
+++ packages/trunk/naev/debian/copyright 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,31 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: naev
+Source: http://code.google.com/p/naev/
+
+Files: *
+Copyright: 2008-2011 Edgar Simo "bobbens" <bobbens at gmail.com>
+ 2008-2011 Nikola Whallon <6.saturn.6 at gmail.com>
+ 2008-2011 Josiah Schwartfeger
+ 2008-2011 Deiz
+ 2008-2011 Bas Fournier "BTAxis" <btaxis at gmail.com>
+License: GPL-3.0
+
+Files: debian/*
+Copyright: 2011 Vincent Cheng <Vincentc1208 at gmail.com>
+License: GPL-3.0
+
+License: GPL-3.0
+ 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, version 3 of the License.
+ .
+ This package 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
Added: packages/trunk/naev/debian/docs
===================================================================
--- packages/trunk/naev/debian/docs (rev 0)
+++ packages/trunk/naev/debian/docs 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+TODO
Added: packages/trunk/naev/debian/menu
===================================================================
--- packages/trunk/naev/debian/menu (rev 0)
+++ packages/trunk/naev/debian/menu 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,6 @@
+?package(naev):needs="X11" \
+ section="Games/Adventure" \
+ title="naev" \
+ longtitle="2D space trading combat game" \
+ icon="/usr/share/pixmaps/naev.xpm" \
+ command="/usr/games/naev"
Added: packages/trunk/naev/debian/naev.desktop
===================================================================
--- packages/trunk/naev/debian/naev.desktop (rev 0)
+++ packages/trunk/naev/debian/naev.desktop 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Naev
+Comment=2D space trading combat game
+Exec=/usr/games/naev
+Icon=/usr/share/pixmaps/naev.xpm
+Terminal=false
+Type=Application
+Categories=Game;AdventureGame;
Added: packages/trunk/naev/debian/naev.install
===================================================================
--- packages/trunk/naev/debian/naev.install (rev 0)
+++ packages/trunk/naev/debian/naev.install 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,3 @@
+src/naev usr/games
+debian/naev.desktop usr/share/applications
+debian/naev.xpm usr/share/pixmaps
Added: packages/trunk/naev/debian/naev.manpages
===================================================================
--- packages/trunk/naev/debian/naev.manpages (rev 0)
+++ packages/trunk/naev/debian/naev.manpages 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1 @@
+naev.6
Added: packages/trunk/naev/debian/naev.xpm
===================================================================
--- packages/trunk/naev/debian/naev.xpm (rev 0)
+++ packages/trunk/naev/debian/naev.xpm 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,205 @@
+/* XPM */
+static char * naev_xpm[] = {
+"32 32 170 2",
+" c None",
+". c #161515",
+"+ c #242222",
+"@ c #222121",
+"# c #1F1C1C",
+"$ c #302E2E",
+"% c #242323",
+"& c #2C2929",
+"* c #342E2E",
+"= c #363233",
+"- c #2C2A2A",
+"; c #1B1717",
+"> c #252323",
+", c #332E2E",
+"' c #3A3434",
+") c #3F3E3E",
+"! c #353636",
+"~ c #4E0000",
+"{ c #5C0505",
+"] c #3B1F1F",
+"^ c #2E2A2A",
+"/ c #312D2D",
+"( c #3A3333",
+"_ c #3D3A3B",
+": c #3E3C3C",
+"< c #2B2A29",
+"[ c #2E1515",
+"} c #520000",
+"| c #6E0000",
+"1 c #860000",
+"2 c #8A0505",
+"3 c #562121",
+"4 c #342F2F",
+"5 c #352E2E",
+"6 c #3A3031",
+"7 c #3C3333",
+"8 c #3D3737",
+"9 c #3D3939",
+"0 c #552424",
+"a c #561E1E",
+"b c #5A0D0D",
+"c c #610606",
+"d c #7A0404",
+"e c #950101",
+"f c #7F0A0A",
+"g c #681414",
+"h c #492626",
+"i c #333232",
+"j c #393131",
+"k c #3B3434",
+"l c #3A3030",
+"m c #383535",
+"n c #371E1E",
+"o c #511616",
+"p c #6C0404",
+"q c #460F0F",
+"r c #520909",
+"s c #5D0404",
+"t c #291515",
+"u c #272525",
+"v c #393232",
+"w c #3B3939",
+"x c #3A3A3A",
+"y c #3A3535",
+"z c #3A3737",
+"A c #492E2E",
+"B c #141414",
+"C c #393333",
+"D c #3B3838",
+"E c #3B3A3A",
+"F c #393A3A",
+"G c #4C2D2D",
+"H c #8F0C0C",
+"I c #700101",
+"J c #2B2929",
+"K c #383232",
+"L c #3A3B3B",
+"M c #393939",
+"N c #383838",
+"O c #4A2B2B",
+"P c #8F0B0B",
+"Q c #B10101",
+"R c #800101",
+"S c #2A2828",
+"T c #323232",
+"U c #212020",
+"V c #512222",
+"W c #A10404",
+"X c #AE0202",
+"Y c #8E0202",
+"Z c #272727",
+"` c #383333",
+" . c #2C2B2B",
+".. c #1E1B1B",
+"+. c #392E2E",
+"@. c #860E0E",
+"#. c #AD0202",
+"$. c #9D0202",
+"%. c #3B0F0F",
+"&. c #5C2020",
+"*. c #3F3737",
+"=. c #363536",
+"-. c #252424",
+";. c #371A1A",
+">. c #8F0A0A",
+",. c #AC0202",
+"'. c #A60202",
+"). c #610101",
+"!. c #900101",
+"~. c #930404",
+"{. c #3A1B1B",
+"]. c #1B1B1B",
+"^. c #920202",
+"/. c #A80303",
+"(. c #720202",
+"_. c #890000",
+":. c #920000",
+"<. c #510101",
+"[. c #4C0808",
+"}. c #611616",
+"|. c #A00505",
+"1. c #860202",
+"2. c #7F0000",
+"3. c #8B0000",
+"4. c #2E2525",
+"5. c #820F0F",
+"6. c #990101",
+"7. c #760101",
+"8. c #820000",
+"9. c #261212",
+"0. c #880808",
+"a. c #A50101",
+"b. c #580101",
+"c. c #6F0101",
+"d. c #7C0000",
+"e. c #5E0707",
+"f. c #880B0B",
+"g. c #660A0A",
+"h. c #0D0E0E",
+"i. c #600808",
+"j. c #770000",
+"k. c #412121",
+"l. c #441817",
+"m. c #2C2626",
+"n. c #3C1E1E",
+"o. c #0B0808",
+"p. c #1B1615",
+"q. c #302829",
+"r. c #2E292A",
+"s. c #322A2B",
+"t. c #302B2B",
+"u. c #1E1A1A",
+"v. c #362F2F",
+"w. c #322E2E",
+"x. c #171515",
+"y. c #252121",
+"z. c #373333",
+"A. c #1E1D1D",
+"B. c #272424",
+"C. c #383434",
+"D. c #1C1C1C",
+"E. c #322D2D",
+"F. c #363030",
+"G. c #302C2C",
+"H. c #1D1919",
+"I. c #262626",
+"J. c #2B2A2A",
+"K. c #282525",
+"L. c #1B1919",
+"M. c #181818",
+" ",
+" . ",
+" + @ ",
+" # $ % ",
+" & * = - ",
+" ; > , ' ) ! ",
+" ~ { ] ^ / ( _ : < ",
+" [ } | 1 2 3 4 5 6 7 8 9 + ",
+" 0 a b c d e f g h i j 8 k l l m ",
+" n o p q r s t u i v w x w y z A ",
+" B - C D E x x F G H I ",
+" J K w L M N x O P Q R ",
+" S v D x T % U / V W X Y ",
+" Z ` w M . ..+. at .#.$. ",
+" %.&.*.=.-. ;.>.,.'.). ",
+" !.~.{.]. ^.'./.(. ",
+" _.:.<. [.}.|.1. ",
+" 2.3. 4.5.6. ",
+" 7.8. 9.0.a.b. ",
+" c.d. e.f.g.h. ",
+" i.j. k.l. ",
+" m.n. o.p. ",
+" q.r. ",
+" s.t. ",
+" u.v.w.x. ",
+" y.K z.A. ",
+" B.' C.S ",
+" D.E.F.G.H. ",
+" I.J.K.L. ",
+" A.M. ",
+" ",
+" "};
Added: packages/trunk/naev/debian/rules
===================================================================
--- packages/trunk/naev/debian/rules (rev 0)
+++ packages/trunk/naev/debian/rules 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-debug=no
+
+override_dh_strip:
+ dh_strip --dbg-package=naev-dbg
Property changes on: packages/trunk/naev/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/trunk/naev/debian/source/format
===================================================================
--- packages/trunk/naev/debian/source/format (rev 0)
+++ packages/trunk/naev/debian/source/format 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/trunk/naev/debian/watch
===================================================================
--- packages/trunk/naev/debian/watch (rev 0)
+++ packages/trunk/naev/debian/watch 2011-04-16 22:11:50 UTC (rev 12118)
@@ -0,0 +1,2 @@
+version=3
+http://naev.googlecode.com/files/naev-(.*)\.tar\.bz2
More information about the Pkg-games-commits
mailing list