File: debian-changes-2.0b3-16

package info (click to toggle)
macutils 2.0b3-17.1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 12,737; makefile: 661
file content (127 lines) | stat: -rw-r--r-- 3,608 bytes parent folder | download | duplicates (3)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Description: Upstream changes introduced in version 2.0b3-16
 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:
 .
 macutils (2.0b3-16) unstable; urgency=low
 .
   * Upgrade standards
   * Convert to quilt format
 .
 The person named in the Author field signed this changelog entry.
Author: Eric Sharkey <sharkey@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: http://bugs.debian.org/<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>

--- macutils-2.0b3.orig/hexbin/buffer.c
+++ macutils-2.0b3/hexbin/buffer.c
@@ -2,10 +2,7 @@
 #include "../util/util.h"
 #include "buffer.h"
 #include "../fileio/wrfile.h"
-
-extern char *malloc();
-extern char *realloc();
-extern void exit();
+#include <stdlib.h>
 
 char *data_fork, *rsrc_fork;
 int data_size, rsrc_size;
--- macutils-2.0b3.orig/macunpack/lzh.h
+++ macutils-2.0b3/macunpack/lzh.h
@@ -57,11 +57,3 @@ typedef struct fileHdr { /* 58 bytes */
 #define lz4	6
 #define	lz5	7
 #define	lzs	8
-
-extern char *lzh_pointer;
-extern char *lzh_data;
-extern char *lzh_finfo;
-extern int lzh_fsize;
-extern int lzh_kind;
-extern char *lzh_file;
-
--- macutils-2.0b3.orig/man/binhex.1
+++ macutils-2.0b3/man/binhex.1
@@ -1,4 +1,4 @@
-.TH BINHEX L "October 22, 1992"
+.TH BINHEX 1 "October 22, 1992"
 .UC
 .SH NAME
 binhex \- Hexifies a series of files
--- macutils-2.0b3.orig/man/frommac.1
+++ macutils-2.0b3/man/frommac.1
@@ -1,4 +1,4 @@
-.TH FROMMAC L "October 22, 1992"
+.TH FROMMAC 1 "October 22, 1992"
 .UC
 .SH NAME
 frommac \- Receive files from the Macintosh
--- macutils-2.0b3.orig/man/hexbin.1
+++ macutils-2.0b3/man/hexbin.1
@@ -1,4 +1,4 @@
-.TH HEXBIN L "October 22, 1992"
+.TH HEXBIN 1 "October 22, 1992"
 .UC
 .SH NAME
 hexbin \- Macintosh file de-binhexer
--- macutils-2.0b3.orig/man/macsave.1
+++ macutils-2.0b3/man/macsave.1
@@ -1,4 +1,4 @@
-.TH MACSAVE L "October 22, 1992"
+.TH MACSAVE 1 "October 22, 1992"
 .UC
 .SH NAME
 macsave \- Save Mac files read from standard input
@@ -53,9 +53,6 @@ Write extracted files to standard output
 .B \-l
 List every file extracted (and every directory/folder created etc.)
 .TP
-.B \-v
-Like -l, but more verbose (implies -l.)
-.TP
 .B \-i
 Do not extract, give information only (implies -l.)
 .TP
--- macutils-2.0b3.orig/man/macstream.1
+++ macutils-2.0b3/man/macstream.1
@@ -1,4 +1,4 @@
-.TH MACSTREAM L "October 22, 1992"
+.TH MACSTREAM 1 "October 22, 1992"
 .UC
 .SH NAME
 macstream \- Convert a series of files to a MacBinary stream
--- macutils-2.0b3.orig/man/macunpack.1
+++ macutils-2.0b3/man/macunpack.1
@@ -1,4 +1,4 @@
-.TH MACUNPACK L "October 22, 1992"
+.TH MACUNPACK 1 "October 22, 1992"
 .UC
 .SH NAME
 macunpack \- Macintosh file de-archiver
--- macutils-2.0b3.orig/man/macutil.1
+++ macutils-2.0b3/man/macutil.1
@@ -1,4 +1,4 @@
-.TH MACUTIL L "October 22, 1992"
+.TH MACUTIL 1 "October 22, 1992"
 .UC
 .SH NAME
 macutil \- A package that deals with MacIntosh files on a Unix system
--- macutils-2.0b3.orig/man/tomac.1
+++ macutils-2.0b3/man/tomac.1
@@ -1,4 +1,4 @@
-.TH TOMAC L "October 22, 1992"
+.TH TOMAC 1 "October 22, 1992"
 .UC
 .SH NAME
 tomac \- Transmit files to the Mac