This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 07013a5d86c1312bbc5f43f7cd9d9acac943aa99 Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 15:22:25 2009 +0200 Add 101-destdir.patch, fix usage of DESTDIR in install target --- debian/changelog | 2 +- debian/patches/101-destdir.patch | 27 +++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e22d62b..619fc7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,7 +29,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low * Remove changes outside of debian/* * debian/patches: - Add 100-fix-desktop-file.patch, fix desktop file - * + - Add 101-destdir.patch, fix usage of DESTDIR in install target -- Félix Arreola Rodríguez <[email protected]> Mon, 01 Jun 2009 14:42:41 +0200 diff --git a/debian/patches/101-destdir.patch b/debian/patches/101-destdir.patch new file mode 100644 index 0000000..8bac9cf --- /dev/null +++ b/debian/patches/101-destdir.patch @@ -0,0 +1,27 @@ +From 40ebfd0c9a145adce94349fc6cd94bcdae1896b4 Mon Sep 17 00:00:00 2001 +From: Sven Eckelmann <[email protected]> +Date: Mon, 1 Jun 2009 15:20:49 +0200 +Subject: [PATCH] Use DESTDIR during installation + + +Signed-off-by: Sven Eckelmann <[email protected]> +--- + Makefile | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/Makefile b/Makefile +index 0fefdee..aa95eb5 100644 +--- a/Makefile ++++ b/Makefile +@@ -95,7 +95,7 @@ ifeq ($(APPLICATIONSDIR),) + APPLICATIONSDIR := $(PREFIX)/share/applications + endif + +-INSTALLOPTS := $(PREFIX) $(SHAREDIR) $(BINDIR) $(LIBDIR) $(MANDIR) $(APPLICATIONSDIR) ++INSTALLOPTS := "$(DESTDIR)$(PREFIX)" "$(DESTDIR)$(SHAREDIR)" "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(LIBDIR)" "$(DESTDIR)$(MANDIR)" "$(DESTDIR)$(APPLICATIONSDIR)" + + # list of object files to generate + OBJ_CORE = \ +-- +1.6.3.1 + diff --git a/debian/patches/series b/debian/patches/series index fe9614d..54112db 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 100-fix-desktop-file.patch +101-destdir.patch -- 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

