[SCM] Packaging for grhino branch, master, updated. debian/0.16.0-3-2-g993af82

Vincent Legout vincent at legout.info
Tue Jun 9 18:35:10 UTC 2009


The following commit has been merged in the master branch:
commit 993af82f964dabb758b9096c6cb47a46d8d6dc8c
Author: Vincent Legout <vincent at legout.info>
Date:   Tue Jun 9 19:10:59 2009 +0200

    Remove the circular dependency between grhino and grhino-data, Fix lintian warnings

diff --git a/debian/changelog b/debian/changelog
index e2b9420..09fe7a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ grhino (0.16.0-4) UNRELEASED; urgency=low
   * New maintainer:
     - Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
   * debian/control:
+    - Remove the circular dependency between grhino and grhino-data
+    (Closes: #519146)
+    - Bump Standards Version to 3.8.1. (No changes needed)
+    - Add ${misc:Depends} in grhino and grhino-data
     - Add myself to Uploaders
     - Add VCS fields
 
diff --git a/debian/control b/debian/control
index 1d4dd73..9ca602c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Vincent Legout <vincent at legout.info>
 Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libgtk2.0-dev, libgnome2-dev, libgnomeui-dev, imagemagick, autoconf (>= 2.61-3), automake1.9 (>= 1.9.6+nogfdl-3), gettext (>= 0.16.1), scrollkeeper
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Homepage: http://rhino.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-games/grhino.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/grhino.git
 
 Package: grhino
 Architecture: any
-Depends: ${shlibs:Depends}, grhino-data (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, grhino-data (= ${source:Version})
 Suggests: quarry
 Description: othello/reversi boardgame
  grhino, or rhino its former name, is an Othello/Reversi game.  What
@@ -21,7 +21,7 @@ Description: othello/reversi boardgame
 
 Package: grhino-data
 Architecture: all
-Depends: grhino (>= ${source:Version})
+Depends: ${misc:Depends}
 Suggests: quarry
 Description: othello/reversi boardgame - data-files
  grhino, or rhino its former name, is an Othello/Reversi game.  What

-- 
Packaging for grhino



More information about the Pkg-games-commits mailing list