Codebase list mg / bd4b306
Historic import 20070214-1. Trent W. Buck 11 years ago
4 changed file(s) with 49 addition(s) and 46 deletion(s). Raw diff Collapse all Expand all
0 mg (20070214-1) unstable; urgency=low
1
2 * New upstream release
3
4 -- Trent Buck <trentbuck@gmail.com> Mon, 26 Feb 2007 06:50:19 +1100
5
06 mg (20061222-1) unstable; urgency=low
17
28 * New upstream release
+0
-45
patches/debian-changes-20061222-1 less more
0 Description: Upstream changes introduced in version 20061222-1
1 This patch has been created by dpkg-source during the package build.
2 Here's the last changelog entry, hopefully it gives details on why
3 those changes were made:
4 .
5 mg (20061222-1) unstable; urgency=low
6 .
7 * New upstream release
8 * watch: added (Closes: #402119)
9 * control: remove silly Suggests field
10 .
11 The person named in the Author field signed this changelog entry.
12 Author: Trent Buck <trentbuck@gmail.com>
13 Bug-Debian: http://bugs.debian.org/402119
14
15 ---
16 The information above should follow the Patch Tagging Guidelines, please
17 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
18 are templates for supplementary fields that you might want to add:
19
20 Origin: <vendor|upstream|other>, <url of original patch>
21 Bug: <url in upstream bugtracker>
22 Bug-Debian: http://bugs.debian.org/<bugnumber>
23 Forwarded: <no|not-needed|url proving that it has been forwarded>
24 Reviewed-By: <name and email of someone who approved the patch>
25 Last-Update: <YYYY-MM-DD>
26
27 --- mg-20061222.orig/Makefile.in
28 +++ mg-20061222/Makefile.in
29 @@ -11,13 +11,9 @@ prefix= /usr/local
30 bindir= $(prefix)/bin
31 libdir= $(prefix)/lib
32 includedir= $(prefix)/include
33 -mandir= $(prefix)/man
34 +mandir= $(prefix)/share/man
35
36 -
37 -CC= gcc
38 -CFLAGS?= -O2 -pipe
39 -CFLAGS+= -g -Wall -Werror
40 -LDFLAGS= -lncurses
41 +LDFLAGS+= -lncurses
42
43 INSTALL= /usr/bin/install
44 STRIP= /usr/bin/strip
0 Description: Upstream changes introduced in version 20070214-1
1 This patch has been created by dpkg-source during the package build.
2 Here's the last changelog entry, hopefully it gives details on why
3 those changes were made:
4 .
5 mg (20070214-1) unstable; urgency=low
6 .
7 * New upstream release
8 .
9 The person named in the Author field signed this changelog entry.
10 Author: Trent Buck <trentbuck@gmail.com>
11
12 ---
13 The information above should follow the Patch Tagging Guidelines, please
14 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
15 are templates for supplementary fields that you might want to add:
16
17 Origin: <vendor|upstream|other>, <url of original patch>
18 Bug: <url in upstream bugtracker>
19 Bug-Debian: http://bugs.debian.org/<bugnumber>
20 Forwarded: <no|not-needed|url proving that it has been forwarded>
21 Reviewed-By: <name and email of someone who approved the patch>
22 Last-Update: <YYYY-MM-DD>
23
24 --- mg-20070214.orig/Makefile.in
25 +++ mg-20070214/Makefile.in
26 @@ -11,13 +11,9 @@ prefix= /usr/local
27 bindir= $(prefix)/bin
28 libdir= $(prefix)/lib
29 includedir= $(prefix)/include
30 -mandir= $(prefix)/man
31 +mandir= $(prefix)/share/man
32
33 -
34 -CC= gcc
35 -CFLAGS?= -O2 -pipe
36 -CFLAGS+= -g -Wall -Werror
37 -LDFLAGS= -lncurses
38 +LDFLAGS+= -lncurses
39
40 INSTALL= /usr/bin/install
41 STRIP= /usr/bin/strip
0 debian-changes-20061222-1
0 debian-changes-20070214-1