* 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:
gregory.hainaut@gmail.com 2010-10-06 13:36:46 +00:00
parent 8320fa704a
commit e0998c8d7e
4 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, Depends: ${shlibs:Depends}, ${misc:Depends},
pcsx2-data (>= ${binary:Version}), pcsx2-data (>= ${binary:Version}),
pcsx2-plugins (>= ${binary:Version}) pcsx2-plugins (>= ${binary:Version})
Conflicts: pcsx2-unstable Conflicts: pcsx2-unstable
Description: Playstation 2 emulator Description: Playstation 2 emulator
PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same
team that brought you PCSX (a Sony PlayStation 1 emulator). team that brought you PCSX (a Sony PlayStation 1 emulator).

View File

@ -31,7 +31,7 @@ Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends}, Depends: ${shlibs:Depends}, ${misc:Depends},
pcsx2-data (>= ${binary:Version}), pcsx2-data (>= ${binary:Version}),
pcsx2-plugins (>= ${binary:Version}) pcsx2-plugins (>= ${binary:Version})
Conflicts: pcsx2-unstable Conflicts: pcsx2-unstable
Description: Playstation 2 emulator Description: Playstation 2 emulator
PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same PCSX2 is a PlayStation 2 emulator for Windows and Linux, started by the same
team that brought you PCSX (a Sony PlayStation 1 emulator). team that brought you PCSX (a Sony PlayStation 1 emulator).

View File

@ -74,8 +74,8 @@ clean:
# dh_shlibdeps -- --ignore-missing-info # dh_shlibdeps -- --ignore-missing-info
override_dh_strip: override_dh_strip:
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg dh_strip --package=pcsx2 --dbg-package=pcsx2-dbg
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg dh_strip --package=pcsx2-plugins --dbg-package=pcsx2-plugins-dbg
# Avoid to relaunch the compilation twice. (build and dh_auto_build target) # Avoid to relaunch the compilation twice. (build and dh_auto_build target)
override_dh_auto_build: override_dh_auto_build:

View File

@ -74,8 +74,8 @@ override_dh_shlibdeps:
dh_shlibdeps -- --ignore-missing-info dh_shlibdeps -- --ignore-missing-info
override_dh_strip: override_dh_strip:
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg dh_strip --package=pcsx2 --dbg-package=pcsx2-dbg
dh_strip --package=pcsx2-plugins-unstable --dbg-package=pcsx2-plugins-unstable-dbg dh_strip --package=pcsx2-plugins --dbg-package=pcsx2-plugins-dbg
# Avoid to relaunch the compilation twice. (build and dh_auto_build target) # Avoid to relaunch the compilation twice. (build and dh_auto_build target)
override_dh_auto_build: override_dh_auto_build: