This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 2560462a3c65acac685f61277100a7d2b1b7d6bd Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 14:18:20 2009 +0200 Install files using dh_install(docs|man) --- debian/changelog | 3 ++- debian/docs | 2 -- debian/mupen64plus.docs | 8 ++++++++ debian/mupen64plus.install | 7 +++++++ debian/mupen64plus.manpages | 1 + debian/rules | 4 +++- 6 files changed, 21 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8ab55aa..2987008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,11 +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) * Remove changes outside of debian/* * debian/patches: - Add 100-fix-desktop-file.patch, fix desktop file - -- Sven Eckelmann <[email protected]> Mon, 01 Jun 2009 12:27:41 +0200 + -- Félix Arreola Rodríguez <[email protected]> Sun, 22 Feb 2009 22:32:47 -0600 mupen64plus (1.5-2) unstable; urgency=low diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 724e084..0000000 --- a/debian/docs +++ /dev/null @@ -1,2 +0,0 @@ -README -TODO diff --git a/debian/mupen64plus.docs b/debian/mupen64plus.docs new file mode 100644 index 0000000..a35fdb4 --- /dev/null +++ b/debian/mupen64plus.docs @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000..2723f17 --- /dev/null +++ b/debian/mupen64plus.install @@ -0,0 +1,7 @@ +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/ diff --git a/debian/mupen64plus.manpages b/debian/mupen64plus.manpages new file mode 100644 index 0000000..3b1abb0 --- /dev/null +++ b/debian/mupen64plus.manpages @@ -0,0 +1 @@ +usr/man/man1/mupen64plus.1.gz diff --git a/debian/rules b/debian/rules index 840992d..342a05d 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ install: build dh_testroot dh_prep - $(MAKE) DESTDIR=$(CURDIR)/debian/mupen64plus PREFIX=$(CURDIR)/debian/mupen64plus/usr install + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=$(CURDIR)/debian/tmp/usr install # Build architecture-independent files here. @@ -41,6 +41,8 @@ binary-arch: build install dh_testroot dh_installchangelogs dh_installdocs + dh_installman + dh_install dh_link dh_strip dh_compress -- 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

