File: README.packager

package info (click to toggle)
abuse-lib 2.00-18
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 6,776 kB
  • ctags: 364
  • sloc: lisp: 5,618; makefile: 41; sh: 17
file content (29 lines) | stat: -rw-r--r-- 689 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
Unpacking the upstream "source" requires access to dos or a dos emulator,
and so cannot be automated in debian/rules. Here is the procedure to follow:

<Get abuse200.zip, and place it in the main abuse directory>

<in linux>
mkdir tmp
mkdir unpacked
cd tmp
unzip ../abuse200.zip
mv disk1.dat disk1.exe
mv disk2.dat disk2.exe
mv disk3.dat disk3.exe

<start dos, change to directory "unpacked">
..\tmp\disk1.exe
..\tmp\disk2.exe
..\tmp\disk3.exe

<back in linux, change to main abuse directory>
rm -rf tmp
rm -f abuse200.zip
# The next two items are not free, so can't be included in the source
# package.
rm -rf unpacked/{sfx,music}

Sorry for the trouble.

-- Joey Hess <joeyh@debian.org>