This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository asc-music.
commit 2770cb1c24b4d321ed0e099092cf2908df24671d Author: Alexander Reichle-Schmehl <[email protected]> Date: Sat Jan 23 23:59:52 2010 +0000 Add depends on ${misc:Depends} --- debian/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 525fa7e..e1cddc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,9 @@ asc-music (1.3-2) UNRELEASED; urgency=low [ Alexander Reichle-Schmehl ] * Adopt debian/control to my new name + * Add depends on ${misc:Depends} - -- Alexander Reichle-Schmehl <[email protected]> Wed, 25 Feb 2009 17:27:14 +0100 + -- Alexander Reichle-Schmehl <[email protected]> Sun, 24 Jan 2010 00:59:26 +0100 asc-music (1.3-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 1c50965..55b089f 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://www.asc-hq.de/ Package: asc-music Architecture: all -Depends: asc +Depends: asc, ${misc:Depends} Enhances: asc Description: music pack for ASC This is a music pack for the Advanced Strategic Command game. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc-music.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

