mirror of https://github.com/PCSX2/pcsx2.git
debian: round 2
* rename file to easily switch between stable/unstable * fix various lintian errors/warnings git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5205 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
510d2244ba
commit
d58bd29be0
|
@ -42,7 +42,7 @@ Conflicts: pcsx2,
|
|||
Replaces: pcsx2-data-unstable,
|
||||
pcsx2-l10n-unstable,
|
||||
pcsx2-plugins-unstable
|
||||
Description: Playstation 2 emulator.
|
||||
Description: Playstation 2 emulator
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux.
|
||||
.
|
||||
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support
|
||||
|
@ -59,7 +59,7 @@ Depends: ${misc:Depends}, pcsx2-unstable (= ${binary:Version})
|
|||
Conflicts: pcsx2-dbg,
|
||||
pcsx2-plugins-unstable-dbg
|
||||
Replaces: pcsx2-plugins-unstable-dbg
|
||||
Description: Debug symbols for pcsx2.
|
||||
Description: Debug symbols for pcsx2
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux.
|
||||
.
|
||||
WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
usr/bin/pcsx2
|
||||
usr/bin/pcsx2 /usr/games/
|
||||
usr/lib/games/pcsx2
|
||||
usr/share/applications/pcsx2.desktop
|
||||
usr/share/pixmaps/pcsx2.xpm
|
|
@ -3,4 +3,4 @@
|
|||
# - Upstream code uses the ebx register so it's not compliant with PIC.
|
||||
# - Impacts the performance too much.
|
||||
# - Only plugins. No package will link to them.
|
||||
pcsx2-plugins-unstable: shlib-with-non-pic-code
|
||||
: shlib-with-non-pic-code
|
|
@ -3,4 +3,4 @@
|
|||
section="Applications/Emulators" \
|
||||
title="pcsx2" \
|
||||
longtitle="A playstation 2 emulators" \
|
||||
command="/usr/bin/pcsx2"
|
||||
command="/usr/games/pcsx2"
|
Loading…
Reference in New Issue