Author: meand-guest
Date: 2010-01-04 20:14:13 +0000 (Mon, 04 Jan 2010)
New Revision: 10660

Modified:
   packages/trunk/nettoe/debian/changelog
   packages/trunk/nettoe/debian/control
   packages/trunk/nettoe/debian/rules
Log:
debian/rules: use 'dh_prep' instead of 'dh_clean -k'.
Add ${misc:Depends} to binary package section Depends.


Modified: packages/trunk/nettoe/debian/changelog
===================================================================
--- packages/trunk/nettoe/debian/changelog      2010-01-04 19:06:38 UTC (rev 
10659)
+++ packages/trunk/nettoe/debian/changelog      2010-01-04 20:14:13 UTC (rev 
10660)
@@ -3,11 +3,13 @@
   [ Mats Erik Andersson }
   * Formulate debian/copyright according to DEP-5.
   * Move to Standards 3.8.3, and debhelper (>= 7.0), compatibility 7.
+    + debian/rules: use 'dh_prep' instead of 'dh_clean -k'.
   * debian/control:
     + Add M E Andersson as uploader.
     + Short description: use an initial small case letter.
+    + Add ${misc:Depends} to binary package section Depends.
 
- -- Mats Erik Andersson <[email protected]>  Mon, 04 Jan 2010 
19:55:39 +0100
+ -- Mats Erik Andersson <[email protected]>  Mon, 04 Jan 2010 
20:23:41 +0100
 
 nettoe (1.1.0-4) UNRELEASED; urgency=low
 

Modified: packages/trunk/nettoe/debian/control
===================================================================
--- packages/trunk/nettoe/debian/control        2010-01-04 19:06:38 UTC (rev 
10659)
+++ packages/trunk/nettoe/debian/control        2010-01-04 20:14:13 UTC (rev 
10660)
@@ -11,7 +11,7 @@
 
 Package: nettoe
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: networked version of Tic Tac Toe (3x3 Grid) for the console
  NetToe is a console-based version of the classic game "Tic Tac Toe".
  It's playable against computer AI, a player on the same machine or

Modified: packages/trunk/nettoe/debian/rules
===================================================================
--- packages/trunk/nettoe/debian/rules  2010-01-04 19:06:38 UTC (rev 10659)
+++ packages/trunk/nettoe/debian/rules  2010-01-04 20:14:13 UTC (rev 10660)
@@ -23,7 +23,7 @@
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
 
        $(MAKE) DESTDIR=$(CURDIR)/debian/nettoe install


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to