[Pkg-haskell-commits] [bustle] 05/06: d/patches: use system /usr as prefix

Hector Oron zumbi at moszumanska.debian.org
Tue Sep 23 22:29:49 UTC 2014


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

zumbi pushed a commit to branch master
in repository bustle.

commit 2873c586c275e7085a3d237e39c4725460640b23
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Wed Sep 24 00:28:41 2014 +0200

    d/patches: use system /usr as prefix
    
    Signed-off-by: Héctor Orón Martínez <zumbi at debian.org>
---
 debian/patches/series                      |  1 +
 debian/patches/use-system-usr-prefix.patch | 36 ++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 23543d7..98ec6fb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0002-Use-g_thread_try_new-rather-than-g_thread_create.patch
+use-system-usr-prefix.patch
diff --git a/debian/patches/use-system-usr-prefix.patch b/debian/patches/use-system-usr-prefix.patch
new file mode 100644
index 0000000..a3bf53d
--- /dev/null
+++ b/debian/patches/use-system-usr-prefix.patch
@@ -0,0 +1,36 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ bustle (0.4.7-1) unstable; urgency=medium
+ .
+   * New upstream release.
+Author: Hector Oron <zumbi at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- bustle-0.4.7.orig/Makefile
++++ bustle-0.4.7/Makefile
+@@ -3,7 +3,7 @@ DBUS_FLAGS = $(shell pkg-config --cflags
+ GIO_FLAGS := $(shell pkg-config --cflags --libs 'glib-2.0 >= 2.26' gio-2.0 gio-unix-2.0)
+ PCAP_FLAGS := $(shell pcap-config --cflags pcap-config --libs)
+ DESTDIR =
+-PREFIX = /usr/local
++PREFIX = /usr
+ BINDIR = $(DESTDIR)$(PREFIX)/bin
+ DATADIR = $(DESTDIR)$(PREFIX)/share
+ MAN1DIR = $(DATADIR)/man/man1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/bustle.git



More information about the Pkg-haskell-commits mailing list