r14630 - packages/trunk/dnt/debian

Vincent Prat vivicoder-guest at alioth.debian.org
Thu Oct 10 17:00:28 UTC 2013


Author: vivicoder-guest
Date: 2013-10-10 17:00:27 +0000 (Thu, 10 Oct 2013)
New Revision: 14630

Modified:
   packages/trunk/dnt/debian/compat
   packages/trunk/dnt/debian/control
Log:
Improving the control file


Modified: packages/trunk/dnt/debian/compat
===================================================================
--- packages/trunk/dnt/debian/compat	2013-10-08 20:36:11 UTC (rev 14629)
+++ packages/trunk/dnt/debian/compat	2013-10-10 17:00:27 UTC (rev 14630)
@@ -1 +1 @@
-7
+9

Modified: packages/trunk/dnt/debian/control
===================================================================
--- packages/trunk/dnt/debian/control	2013-10-08 20:36:11 UTC (rev 14629)
+++ packages/trunk/dnt/debian/control	2013-10-10 17:00:27 UTC (rev 14630)
@@ -5,15 +5,14 @@
 Uploaders: Vincent Prat <vinceprat at free.fr>,
            Miriam Ruiz <little_miry at yahoo.es>
 Build-Depends: cmake,
-               debhelper (>= 7),
+               debhelper (>= 9),
                libcal3d12-dev,
                libgl1-mesa-dev,
                libopenal-dev,
                libsdl-image1.2-dev,
                libsdl-ttf2.0-dev,
                libsdl1.2-dev,
-               libvorbis-dev,
-               quilt
+               libvorbis-dev
 Standards-Version: 3.9.4
 Homepage: http://dnt.dnteam.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/dnt/
@@ -21,15 +20,17 @@
 
 Package: dnt
 Architecture: any
-Depends: dnt-data (= ${source:Version}),
+Depends: dnt-data (>= ${source:Upstream-Version}),
+         dnt-data (<= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Suggests: dnt-dbg (= ${binary:Version}),
           dnt-tools (= ${binary:Version})
 Description: Post-apocalyptical 3D single player RPG
- DNT is a project to make a Free (as in free speech) 3D single player RPG
- in a satirical post-apocalyptical world where the notions of good and evil
- are replaced by those of free and proprietary software.
+ DNT is a project to make a 3D single player RPG in a satirical
+ post-apocalyptical world where the notions of good and evil are replaced by
+ those of free and proprietary software. For the moment, it is just a demo,
+ and any help is welcome to develop the game.
 
 Package: dnt-dbg
 Section: debug
@@ -38,9 +39,10 @@
 Depends: dnt (= ${binary:Version}),
          ${misc:Depends}
 Description: Post-apocalyptical 3D single player RPG - debug
- DNT is a project to make a Free (as in free speech) 3D single player RPG
- in a satirical post-apocalyptical world where the notions of good and evil
- are replaced by those of free and proprietary software.
+ DNT is a project to make a 3D single player RPG in a satirical
+ post-apocalyptical world where the notions of good and evil are replaced by
+ those of free and proprietary software. For the moment, it is just a demo,
+ and any help is welcome to develop the game.
  .
  This package contains the debugging symbols.
 
@@ -51,22 +53,25 @@
          fonts-linex,
          fonts-johnsmith-induni,
          ${misc:Depends}
-Recommends: dnt (= ${binary:Version})
+Suggests: dnt (= ${binary:Version})
 Description: Post-apocalyptical 3D single player RPG - game data
- DNT is a project to make a Free (as in free speech) 3D single player RPG
- in a satirical post-apocalyptical world where the notions of good and evil
- are replaced by those of free and proprietary software.
+ DNT is a project to make a 3D single player RPG in a satirical
+ post-apocalyptical world where the notions of good and evil are replaced by
+ those of free and proprietary software. For the moment, it is just a demo,
+ and any help is welcome to develop the game.
  .
  This package contains the game data.
 
 Package: dnt-tools
 Architecture: any
-Depends: dnt-data (= ${source:Version}),
+Depends: dnt-data (>= ${source:Upstream-Version}),
+         dnt-data (<= ${source:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Post-apocalyptical 3D single player RPG - development tools
- DNT is a project to make a Free (as in free speech) 3D single player RPG
- in a satirical post-apocalyptical world where the notions of good and evil
- are replaced by those of free and proprietary software.
+ DNT is a project to make a 3D single player RPG in a satirical
+ post-apocalyptical world where the notions of good and evil are replaced by
+ those of free and proprietary software. For the moment, it is just a demo,
+ and any help is welcome to develop the game.
  .
  This package contains editors for the game data.




More information about the Pkg-games-commits mailing list