This is an automated email from the git hooks/post-receive script. bmarc pushed a commit to branch master in repository playonlinux.
commit 558da43acaf66b6c1a8f9a05df959573df0f7d7a Author: Bertrand Marc <[email protected]> Date: Sat Apr 21 18:05:22 2012 +0000 Use debhelper v8 and minimal debian/rules --- debian/changelog | 3 ++- debian/compat | 2 +- debian/control | 2 +- debian/rules | 52 ++++------------------------------------------------ 4 files changed, 8 insertions(+), 51 deletions(-) diff --git a/debian/changelog b/debian/changelog index f15d1bc..fac952f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ playonlinux (4.0.17-1) UNRELEASED; urgency=low * New upstream release. + * Use debhelper v8 and minimal debian/rules. - -- Bertrand Marc <[email protected]> Sat, 21 Apr 2012 19:34:03 +0200 + -- Bertrand Marc <[email protected]> Sat, 21 Apr 2012 19:46:43 +0200 playonlinux (4.0.16-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +8 diff --git a/debian/control b/debian/control index 13f8b5c..71fd4cc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/otherosfs Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Bertrand Marc <[email protected]> -Build-Depends: debhelper (>= 7), python +Build-Depends: debhelper (>= 8), python Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/playonlinux/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/playonlinux/ diff --git a/debian/rules b/debian/rules index 30438c8..6d6ab28 100755 --- a/debian/rules +++ b/debian/rules @@ -9,53 +9,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -build-arch: build +%: + dh $@ --with python2 -build-indep: build - -build: build-stamp - -build-stamp: - dh_testdir - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - - chmod +x bash/terminals/* - - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs CHANGELOG - dh_installdocs TRANSLATORS +override_dh_install: dh_install - dh_installmenu - dh_python2 - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -binary-arch: build install - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install + chmod +x debian/playonlinux/usr/share/playonlinux/bash/terminals/Default -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

