mirror of https://github.com/PCSX2/pcsx2.git
debian:
* forgot to remove some unstable stuff * Remove a bad tabulation in control file... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3882 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8320fa704a
commit
e0998c8d7e
|
@ -37,7 +37,7 @@ Architecture: i386 amd64
|
|||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
pcsx2-data (>= ${binary:Version}),
|
||||
pcsx2-plugins (>= ${binary:Version})
|
||||
Conflicts: pcsx2-unstable
|
||||
Conflicts: pcsx2-unstable
|
||||
Description: Playstation 2 emulator
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same
|
||||
team that brought you PCSX (a Sony PlayStation 1 emulator).
|
||||
|
|
|
@ -31,7 +31,7 @@ Architecture: i386
|
|||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
pcsx2-data (>= ${binary:Version}),
|
||||
pcsx2-plugins (>= ${binary:Version})
|
||||
Conflicts: pcsx2-unstable
|
||||
Conflicts: pcsx2-unstable
|
||||
Description: Playstation 2 emulator
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same
|
||||
team that brought you PCSX (a Sony PlayStation 1 emulator).
|
||||
|
|
|
@ -74,8 +74,8 @@ clean:
|
|||
# dh_shlibdeps -- --ignore-missing-info
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
||||
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg
|
||||
dh_strip --package=pcsx2 --dbg-package=pcsx2-dbg
|
||||
dh_strip --package=pcsx2-plugins --dbg-package=pcsx2-plugins-dbg
|
||||
|
||||
# Avoid to relaunch the compilation twice. (build and dh_auto_build target)
|
||||
override_dh_auto_build:
|
||||
|
|
|
@ -74,8 +74,8 @@ override_dh_shlibdeps:
|
|||
dh_shlibdeps -- --ignore-missing-info
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
||||
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg
|
||||
dh_strip --package=pcsx2 --dbg-package=pcsx2-dbg
|
||||
dh_strip --package=pcsx2-plugins --dbg-package=pcsx2-plugins-dbg
|
||||
|
||||
# Avoid to relaunch the compilation twice. (build and dh_auto_build target)
|
||||
override_dh_auto_build:
|
||||
|
|
Loading…
Reference in New Issue