aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/debian-changes-0.65-1
blob: 614629d05d3fb147bd9a01735546b97d589ecab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Description: Upstream changes introduced in version 0.65-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 dhex (0.65-1) unstable; urgency=low
 .
   * Initial release. (Closes: #613929)
 .
 The person named in the Author field signed this changelog entry.
Author: Gürkan Sengün <gurkan@phys.ethz.ch>
Bug-Debian: http://bugs.debian.org/613929

---
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: http://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>

--- dhex-0.65.orig/Makefile
+++ dhex-0.65/Makefile
@@ -5,7 +5,7 @@ CFLAGS=		-O3 -Wall -std=c99
 #CFLAGS+= -ffunction-sections -fdata-sections
 #LDFLAGS+= --gc-sections 
 LIBS=		-lncurses
-DESTDIR=	/usr/local/
+#DESTDIR=	/usr/
 
 OFILES=buffers.o \
 	configfile.o \
@@ -28,11 +28,11 @@ dhex:	$(OFILES)
 
 install:all
 	strip dhex
-	cp dhex $(DESTDIR)/bin
-	cp dhex.1 $(DESTDIR)/share/man/man1
-	cp dhexrc.5 $(DESTDIR)/share/man/man5
-	cp dhex_markers.5 $(DESTDIR)/share/man/man5
-	cp dhex_searchlog.5 $(DESTDIR)/share/man/man5
+	cp dhex $(DESTDIR)/usr/bin/
+	cp dhex.1 $(DESTDIR)/usr/share/man/man1
+	cp dhexrc.5 $(DESTDIR)/usr/share/man/man5
+	cp dhex_markers.5 $(DESTDIR)/usr/share/man/man5
+	cp dhex_searchlog.5 $(DESTDIR)/usr/share/man/man5