~ubuntu-branches/ubuntu/wily/basilisk2/wily-proposed

« back to all changes in this revision

Viewing changes to .pc/1002_documentation_fix.patch/src/Unix/BasiliskII.1

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard, Jonas Smedegaard, Jérémy Lal, Giulio Paci
  • Date: 2012-05-19 02:08:30 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120519020830-o59ui1wsfftg55m6
Tags: 0.9.20120331-1
* Upstream update

[ Jonas Smedegaard ]
* Drop local CDBS snippets: All included in main cdbs now.
* Use source format 3.0 (quilt), and stop including patchsys-quilt.mk.
  Stop build-depending on quilt, patchutils.
* Add full licensing header to debian/rules, and update copyright
  years.
* Add README.source (and drop outdated README.cdbs-tweaks).
* Refresh patches with shortening quilt options --no-index
  --no-timestamps -pab, and fix their path prefix.
* Rewrite copyright file using draft DEP-5 format.
* Update control file Vcs-* fields: Packaging moved to Git.
* Ease building with git-buildpackage:
  + Add gbp.conf, enabling pristine-tar and tag signing.
  + Git-ignore quilt .pc dir.
* Bump debhelper compat level to 7.
* Update Vcs-Browser field to use anonscm.debian.org.
* Add Giulio Paci and Jérémy Lal as uploaders, and permit Debian
  Maintainers to upload.

[ Jérémy Lal ]
* Drop patch 1002 to fix capitalized flag: corrected upstream.

[ Giulio Paci ]
* Restart package development.
  Closes: #662175.
* Add patches to fix compilation and documentation.
* Provide JIT flavor on supported architectures (i386 and amd64).
* Bump standards-version to 3.9.3.
* Update copyright file:
  + Adjust licenses now clarified/improved upstream.
* Update ChangeLog.cvs.
* Enable CDBS autogeneration of autotools files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH BasiliskII 1 "January, 2002"
 
2
.SH NAME
 
3
Basilisk II \- a free, portable Mac II emulator
 
4
.SH SYNOPSIS
 
5
.B BasiliskII
 
6
[\-\-display
 
7
.IR display-name ]
 
8
[\-\-break
 
9
.IR offset ]
 
10
[\-\-rominfo]
 
11
.SH DESCRIPTION
 
12
.B Basilisk II
 
13
is a free, portable 68k Mac emulator. For more information, see the included
 
14
"README" file.
 
15
.SH OPTIONS
 
16
.TP
 
17
.BI "\-\-display " display-name
 
18
specifies the display to use; see
 
19
.BR X (1)
 
20
.TP
 
21
.BI "\-\-break " offset
 
22
specifies a ROM offset where a breakpoint will be placed (for debugging)
 
23
.TP
 
24
.B \-\-rominfo
 
25
causes Basilisk II to print some information about the ROM being used on
 
26
startup (for debugging)
 
27
.TP
 
28
.B \-\-help
 
29
shows a complete list of options
 
30
.SH FILES
 
31
.TP
 
32
.I /usr/share/BasiliskII/keycodes
 
33
X server keycodes definitions.
 
34
.TP
 
35
.I /usr/share/BasiliskII/fbdevices
 
36
Framebuffer device specifications.
 
37
.TP
 
38
.I ~/.basilisk_ii_prefs
 
39
User-specific configuration file.
 
40
.TP
 
41
.I ~/.basilisk_ii_xpram
 
42
Contents of Mac non-volatile RAM.
 
43
.SH BUGS
 
44
Several. See the included "TODO" file.
 
45
.SH SEE ALSO
 
46
http://www.uni-mainz.de/~bauec002/B2Main.html (Basilisk II homepage)
 
47
.SH AUTHOR
 
48
Christian Bauer <Christian.Bauer@uni-mainz.de>
 
49
.SH COPYRIGHT
 
50
Copyright \(co 1997-2004 Christian Bauer et al.
 
51
 
 
52
This program is free software; you can redistribute it and/or modify
 
53
it under the terms of the GNU General Public License as published by
 
54
the Free Software Foundation; either version 2 of the License, or
 
55
(at your option) any later version.
 
56
 
 
57
This program is distributed in the hope that it will be useful,
 
58
but WITHOUT ANY WARRANTY; without even the implied warranty of
 
59
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
60
GNU General Public License for more details.
 
61
 
 
62
You should have received a copy of the GNU General Public License
 
63
along with this program; if not, write to the Free Software
 
64
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.