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 64ae91df3936f7f409a5c69fdc2f49499760a700 Author: Alexander Reichle-Schmehl <[email protected]> Date: Sun Jan 24 00:02:07 2010 +0000 debhelper compatibility level --- debian/changelog | 4 +++- debian/compat | 1 + debian/control | 2 +- debian/rules | 2 -- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1cddc3..bac6c1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,10 @@ asc-music (1.3-2) UNRELEASED; urgency=low [ Alexander Reichle-Schmehl ] * Adopt debian/control to my new name * Add depends on ${misc:Depends} + * Add debian/compat and don't set DH_COMPAT in rules; adjust debhelper + build-depends - -- Alexander Reichle-Schmehl <[email protected]> Sun, 24 Jan 2010 00:59:26 +0100 + -- Alexander Reichle-Schmehl <[email protected]> Sun, 24 Jan 2010 01:00:38 +0100 asc-music (1.3-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 55b089f..2978aff 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Sam Hocevar (Debian packages) <[email protected]>, Bartosz Fenski <[email protected]>, Alexander Reichle-Schmehl <[email protected]> -Build-Depends: debhelper (>= 4.0.0) +Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/asc-music/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/asc-music/?op=log diff --git a/debian/rules b/debian/rules index 6606700..1148931 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ #export DH_VERBOSE=1 -export DH_COMPAT=4 - build: build-stamp build-stamp: dh_testdir -- 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

