This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 1fd15a8c4ee26342e12f1993ee7358da2a1db15f Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 13:02:43 2009 +0200 Remove unused dh_* commands --- debian/changelog | 1 + debian/rules | 29 ----------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/debian/changelog b/debian/changelog index 48a47f2..749957f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ mupen64plus (1.5-2) UNRELEASED; urgency=low * debian/rules: - Use dh_prep instead of dh_clean -k - Let dh_clean remove the toplevel stamp files + - Remove unused dh_* commands * Don't mark files in /usr/share as conffiles - they are only templates -- Sven Eckelmann <[email protected]> Mon, 01 Jun 2009 12:27:41 +0200 diff --git a/debian/rules b/debian/rules index 602aa99..ac19235 100755 --- a/debian/rules +++ b/debian/rules @@ -1,22 +1,12 @@ #!/usr/bin/make -f # -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - - configure: configure-stamp configure-stamp: dh_testdir - # Add here commands to configure the package. touch configure-stamp @@ -26,9 +16,7 @@ build: build-stamp build-stamp: configure-stamp dh_testdir - # Add here commands to compile the package. $(MAKE) all - #docbook-to-man debian/mupen64plus.sgml > mupen64plus.1 touch $@ @@ -36,7 +24,6 @@ clean: dh_testdir dh_testroot - # Add here commands to clean up after the build process. $(MAKE) clean dh_clean @@ -47,7 +34,6 @@ install: build dh_prep dh_installdirs - # Add here commands to install the package into debian/mupen64plus. $(MAKE) DESTDIR=$(CURDIR)/debian/mupen64plus PREFIX=$(CURDIR)/debian/mupen64plus/usr install @@ -61,25 +47,10 @@ binary-arch: build install dh_testroot dh_installchangelogs dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman dh_link dh_strip dh_compress dh_fixperms -# dh_perl -# dh_makeshlibs dh_installdeb dh_shlibdeps dh_gencontrol -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

