This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository tecnoballz.
commit 18b4ae98754122f35f2337a1590eac5011f8dad2 Author: Peter Pentchev <[email protected]> Date: Thu Feb 17 08:57:27 2011 +0000 Add misc:Depends to the binary packages. --- debian/changelog | 1 + debian/control | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8597ebd..b2380fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ tecnoballz (0.92-4) UNRELEASED; urgency=low * Team upload. * Remove Alexis Sukrieh from the list of Uploaders. Closes: #613740 * Convert to the 3.0 (quilt) source format. + * Add misc:Depends to the binary packages. -- Peter Pentchev <[email protected]> Thu, 17 Feb 2011 10:35:58 +0200 diff --git a/debian/control b/debian/control index 2e32db2..d8d34de 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/tecnoballz/?op= Package: tecnoballz Architecture: any -Depends: ${shlibs:Depends}, tecnoballz-data +Depends: ${shlibs:Depends}, ${misc:Depends}, tecnoballz-data Description: breaking block game ported from the Amiga platform This is a Breakout or Arkanoid like game with a lot of bonus stages. You can buy weapons and bonus between stages. @@ -24,6 +24,7 @@ Description: breaking block game ported from the Amiga platform Package: tecnoballz-data Architecture: all +Depends: ${misc:Depends} Description: graphic, sound and music files for the game tecnoballz This is a Breakout or Arkanoid like game with a lot of bonus stages. You can buy weapons and bonus between stages. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/tecnoballz.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

