Codebase list mg / dc38f9f
Historic import 20060818-1. Trent W. Buck 11 years ago
9 changed file(s) with 92 addition(s) and 50 deletion(s). Raw diff Collapse all Expand all
0 mg (20060818-1) unstable; urgency=low
1
2 * New upstream release
3 * Set the priority to `optional'
4 * Added a menu entry (based on Zile's)
5 * Add mg to list of `editor' alternatives
6
7 -- Trent Buck <trentbuck@gmail.com> Mon, 28 Aug 2006 16:47:11 +1000
8
9 mg (20060709-1) unstable; urgency=low
10
11 * New upstream release
12
13 -- Trent Buck <trentbuck@gmail.com> Mon, 10 Jul 2006 04:23:47 +1000
14
015 mg (20060707-1) unstable; urgency=low
116
217 * Initial release (Closes: #375408)
00 Source: mg
11 Section: editors
2 Priority: important
2 Priority: optional
33 Maintainer: Trent Buck <trentbuck@gmail.com>
44 Build-Depends: debhelper (>= 4.0.0), autotools-dev, libc6-dev, libncurses-dev
55 Standards-Version: 3.6.2
0 ?package(mg):needs="text" section="Apps/Editors"\
1 title="Mg" command="/usr/bin/mg"
+0
-47
patches/debian-changes-20060707-1 less more
0 Description: Upstream changes introduced in version 20060707-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 (20060707-1) unstable; urgency=low
6 .
7 * Initial release (Closes: #375408)
8 .
9 The person named in the Author field signed this changelog entry.
10 Author: Trent Buck <trentbuck@gmail.com>
11 Bug-Debian: http://bugs.debian.org/375408
12
13 ---
14 The information above should follow the Patch Tagging Guidelines, please
15 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
16 are templates for supplementary fields that you might want to add:
17
18 Origin: <vendor|upstream|other>, <url of original patch>
19 Bug: <url in upstream bugtracker>
20 Bug-Debian: http://bugs.debian.org/<bugnumber>
21 Forwarded: <no|not-needed|url proving that it has been forwarded>
22 Reviewed-By: <name and email of someone who approved the patch>
23 Last-Update: <YYYY-MM-DD>
24
25 --- mg-20060707.orig/Makefile.in
26 +++ mg-20060707/Makefile.in
27 @@ -11,7 +11,7 @@ prefix= /usr/local
28 bindir= $(prefix)/bin
29 libdir= $(prefix)/lib
30 includedir= $(prefix)/include
31 -mandir= $(prefix)/man
32 +mandir= $(prefix)/share/man
33
34
35 CC= gcc
36 --- mg-20060707.orig/INSTALL
37 +++ mg-20060707/INSTALL
38 @@ -10,7 +10,7 @@ If you want to add compilerflags do it l
39 make CFLAGS="-O2 -fstack-protector"
40
41
42 -If you don't like the installation pathes you can change them like this:
43 +If you don't like the installation paths you can change them like this:
44
45 make install prefix=/usr mandir=/usr/share/man
46
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 debian-changes-20060707-1
0 debian-changes-20060818-1
0 #!/bin/sh
1 update-alternatives --install /usr/bin/editor editor /usr/bin/mg 30 \
2 --slave /usr/share/man/man1/editor.1.gz editor.1.gz /usr/share/man/man1/mg.1.gz
3
4 #DEBHELPER#
0 #!/bin/sh
1 if [ "$1" != "upgrade" ]
2 then
3 update-alternatives --remove editor /usr/bin/mg
4 fi
5
6 #DEBHELPER#
2222 else
2323 CFLAGS += -O2
2424 endif
25 export CFLAGS
26
27 CC = gcc
28 export CC
2529
2630 config.status: configure
2731 dh_testdir
6569 dh_installdocs
6670 dh_installexamples
6771 # dh_install
68 # dh_installmenu
72 dh_installmenu
6973 # dh_installdebconf
7074 # dh_installlogrotate
7175 # dh_installemacsen