This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 73a6c6c340a4ccb4f158bafaf44c971bcd68614c Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 14:32:14 2009 +0200 Install docs and manpages using dh_install --- debian/changelog | 4 ++-- debian/mupen64plus.docs | 8 -------- debian/mupen64plus.install | 11 +++++++---- debian/mupen64plus.manpages | 1 - debian/rules | 1 - 5 files changed, 9 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2987008..87a3fdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,12 +22,12 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low - Use quilt to patch files - Don't create install dirs separately - Create plugins dir if it doesn't exist - - Install files using dh_install(docs|man) + - Install files using dh_install * Remove changes outside of debian/* * debian/patches: - Add 100-fix-desktop-file.patch, fix desktop file - -- Félix Arreola Rodríguez <[email protected]> Sun, 22 Feb 2009 22:32:47 -0600 + -- Félix Arreola Rodríguez <[email protected]> Mon, 01 Jun 2009 14:42:41 +0200 mupen64plus (1.5-2) unstable; urgency=low diff --git a/debian/mupen64plus.docs b/debian/mupen64plus.docs deleted file mode 100644 index a35fdb4..0000000 --- a/debian/mupen64plus.docs +++ /dev/null @@ -1,8 +0,0 @@ -README -TODO -usr/share/mupen64plus/doc/HiRezTexture.txt -usr/share/mupen64plus/doc/Rsp_1.1.h -usr/share/mupen64plus/doc/Input_1.1.h -usr/share/mupen64plus/doc/Graphics_1.3.h -usr/share/mupen64plus/doc/Audio_1.2.h -usr/share/mupen64plus/doc/Audio_1.1.h diff --git a/debian/mupen64plus.install b/debian/mupen64plus.install index ac92ecd..524ecb8 100644 --- a/debian/mupen64plus.install +++ b/debian/mupen64plus.install @@ -1,8 +1,11 @@ +usr/bin/mupen64plus usr/games/ +usr/share/applications/mupen64plus.desktop +debian/mupen64plus-large.xpm usr/share/pixmaps/ +usr/man/man1/mupen64plus.1.gz usr/share/man/man1/ usr/share/mupen64plus/lang/ -usr/share/mupen64plus/plugins/ usr/lib/mupen64plus/plugins/ usr/share/mupen64plus/config/ usr/share/mupen64plus/mupen64plus.ini usr/share/mupen64plus/icons/ -usr/share/applications/mupen64plus.desktop -usr/bin/mupen64plus usr/games/ -debian/mupen64plus-large.xpm usr/share/pixmaps/ +usr/share/mupen64plus/doc/HiRezTexture.txt usr/share/doc/mupen64plus/ +usr/share/mupen64plus/doc/*.h usr/share/doc/mupen64plus/ +usr/share/mupen64plus/plugins/ usr/lib/mupen64plus/plugins/ diff --git a/debian/mupen64plus.manpages b/debian/mupen64plus.manpages deleted file mode 100644 index 3b1abb0..0000000 --- a/debian/mupen64plus.manpages +++ /dev/null @@ -1 +0,0 @@ -usr/man/man1/mupen64plus.1.gz diff --git a/debian/rules b/debian/rules index 342a05d..4af19f9 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,6 @@ binary-arch: build install dh_testroot dh_installchangelogs dh_installdocs - dh_installman dh_install dh_link dh_strip -- 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

