This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit c9a43128d46219ae1cd54a06bdb14dbfe0a71ae2
Author: Sven Eckelmann <[email protected]>
Date:   Mon Jun 1 15:13:24 2009 +0200

    Move plugindir to /usr/lib/mupen64plus/
---
 debian/changelog           | 3 +++
 debian/mupen64plus.install | 6 +++---
 debian/rules               | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b4f6e8..e22d62b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,9 +24,12 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low
     - Create plugins dir if it doesn't exist
     - Install files using dh_install
     - Recompress man page with maximum compression
+    - Install mupen64plus to /usr/games
+    - Move plugin dir to /usr/lib/mupen64plus/
   * Remove changes outside of debian/*
   * debian/patches:
     - Add 100-fix-desktop-file.patch, fix desktop file
+  * 
 
  -- Félix Arreola Rodríguez <[email protected]>  Mon, 01 Jun 2009 14:42:41 
+0200
 
diff --git a/debian/mupen64plus.install b/debian/mupen64plus.install
index 2785ebe..15201f9 100644
--- a/debian/mupen64plus.install
+++ b/debian/mupen64plus.install
@@ -1,6 +1,6 @@
-usr/bin/mupen64plus usr/games/
-usr/share/applications/mupen64plus.desktop
 debian/mupen64plus-large.xpm usr/share/pixmaps/
+usr/games/mupen64plus
+usr/share/applications/mupen64plus.desktop
 usr/share/man/man1/mupen64plus.1.gz
 usr/share/mupen64plus/lang/
 usr/share/mupen64plus/config/
@@ -8,4 +8,4 @@ usr/share/mupen64plus/mupen64plus.ini
 usr/share/mupen64plus/icons/
 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/
+usr/lib/mupen64plus/
diff --git a/debian/rules b/debian/rules
index 784f800..9a4d7e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ install: build
        dh_testroot
        dh_prep
 
-       $(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=$(CURDIR)/debian/tmp/usr 
install
+       $(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr/ 
LIBDIR=/usr/lib/mupen64plus/ BINDIR=/usr/games/ install
        mkdir -p $(CURDIR)/debian/tmp/usr/share/man/man1/
        zcat $(CURDIR)/debian/tmp/usr/man/man1/mupen64plus.1.gz|gzip -9 -n > \
             $(CURDIR)/debian/tmp/usr/share/man/man1/mupen64plus.1.gz

-- 
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

Reply via email to