Codebase list mg / b4a5ba5
Historic import 20060919-1. Trent W. Buck 11 years ago
5 changed file(s) with 68 addition(s) and 57 deletion(s). Raw diff Collapse all Expand all
0 mg (20060919-1) unstable; urgency=low
1
2 * New upstream release
3
4 -- Trent Buck <trentbuck@gmail.com> Mon, 2 Oct 2006 12:53:24 +1000
5
6 mg (20060818-2) unstable; urgency=low
7
8 * control: Include homepage in description field.
9 * control: mention other editors in description field.
10
11 -- Trent Buck <trentbuck@gmail.com> Thu, 7 Sep 2006 12:25:37 +1000
12
013 mg (20060818-1) unstable; urgency=low
114
215 * New upstream release
77 Package: mg
88 Architecture: any
99 Depends: ${shlibs:Depends}, ${misc:Depends}
10 Suggests: zile, qemacs | qemacs-nox
1011 Description: microscopic GNU Emacs-style editor
1112 This program is intended to be a small, fast, and portable
1213 editor for people who can't (or don't want to) run real
1314 Emacs for one reason or another. It is compatible with GNU
1415 because there shouldn't be any reason to learn more than
1516 one Emacs flavor.
17 .
18 Packages which provide editors with broadly similar goals include
19 .
20 * e3,
21 * joe,
22 * jove and xjove
23 * ng-cjk, ng-cjk-canna and ng-latin,
24 * qemacs and qemacs-nox,
25 * zile,
26 .
27 Homepage: http://www.xs4all.nl/~hanb/software/mg/
+0
-56
patches/debian-changes-20060818-1 less more
0 Description: Upstream changes introduced in version 20060818-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 (20060818-1) unstable; urgency=low
6 .
7 * New upstream release
8 * Set the priority to `optional'
9 * Added a menu entry (based on Zile's)
10 * Add mg to list of `editor' alternatives
11 .
12 The person named in the Author field signed this changelog entry.
13 Author: Trent Buck <trentbuck@gmail.com>
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-20060818.orig/Makefile.in
28 +++ mg-20060818/Makefile.in
29 @@ -11,13 +11,10 @@ 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
45 --- mg-20060818.orig/INSTALL
46 +++ mg-20060818/INSTALL
47 @@ -10,7 +10,7 @@ If you want to add compilerflags do it l
48 make CFLAGS="-O2 -fstack-protector"
49
50
51 -If you don't like the installation pathes you can change them like this:
52 +If you don't like the installation paths you can change them like this:
53
54 make install prefix=/usr mandir=/usr/share/man
55
0 Description: Upstream changes introduced in version 20060919-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 (20060919-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-20060919.orig/Makefile.in
25 +++ mg-20060919/Makefile.in
26 @@ -11,13 +11,10 @@ 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-20060818-1
0 debian-changes-20060919-1