This is an automated email from the git hooks/post-receive script. irl-guest pushed a commit to branch master in repository nut-nutrition.
commit ff83ae8fa2b1a94c20d8eab37c0cd7b05dcf4b62 Author: Iain R. Learmonth <[email protected]> Date: Sat Jun 7 11:01:46 2014 +0100 Added quilt patch to fix install paths --- debian/patches/fix_paths.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/patches/fix_paths.patch b/debian/patches/fix_paths.patch new file mode 100644 index 0000000..d9988c8 --- /dev/null +++ b/debian/patches/fix_paths.patch @@ -0,0 +1,14 @@ +Author: Iain R. Learmonth <[email protected]> +Last-Update: Sat, 07 June 2014 00:18:29 +0100 +Description: Fix the installation paths in the Makefile + +--- nut-nutrition.orig/Makefile ++++ nut-nutrition/Makefile +@@ -1,5 +1,5 @@ +-prefix = /usr/local +-libdir = $(prefix)/lib/nut ++prefix = /usr ++libdir = $(prefix)/share/nut-nutrition + bindir = $(prefix)/bin + mandir = $(prefix)/man/man1 + diff --git a/debian/patches/series b/debian/patches/series index bb2fc0f..55c72e0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +fix_paths.patch import_ldflags.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nut-nutrition.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
