r14556 - packages/trunk/dnt/debian

Vincent Prat vivicoder-guest at alioth.debian.org
Thu Sep 12 19:39:44 UTC 2013


Author: vivicoder-guest
Date: 2013-09-12 19:39:41 +0000 (Thu, 12 Sep 2013)
New Revision: 14556

Modified:
   packages/trunk/dnt/debian/control
   packages/trunk/dnt/debian/rules
Log:
Description modified and empty directories removed


Modified: packages/trunk/dnt/debian/control
===================================================================
--- packages/trunk/dnt/debian/control	2013-09-10 20:19:56 UTC (rev 14555)
+++ packages/trunk/dnt/debian/control	2013-09-12 19:39:41 UTC (rev 14556)
@@ -27,8 +27,9 @@
 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.
+ 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.
 
 Package: dnt-dbg
 Section: debug
@@ -37,8 +38,9 @@
 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.
+ 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.
  .
  This package contains the debugging symbols.
 
@@ -51,8 +53,9 @@
          ${misc:Depends}
 Recommends: 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.
+ 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.
  .
  This package contains the game data.
 
@@ -62,7 +65,8 @@
          ${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.
+ 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.
  .
  This package contains editors for the game data.

Modified: packages/trunk/dnt/debian/rules
===================================================================
--- packages/trunk/dnt/debian/rules	2013-09-10 20:19:56 UTC (rev 14555)
+++ packages/trunk/dnt/debian/rules	2013-09-12 19:39:41 UTC (rev 14556)
@@ -32,4 +32,8 @@
 	rm $(DATA_DIR)/texturas/wall/license.txt
 	# removing extra font files
 	rm -r $(DATA_DIR)/fnt/
+	# removing empty directories
+	rmdir $(DATA_DIR)/models/natural/matos
+	rmdir $(DATA_DIR)/sndfx/natural
+	#default install
 	dh_install




More information about the Pkg-games-commits mailing list