mirror of https://github.com/PCSX2/pcsx2.git
1.2.x: keep a trace of ppa package update for 1.2 release
git-svn-id: http://pcsx2.googlecode.com/svn/branches/1.2.x@5895 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
73371c3098
commit
e5f49d0ae7
|
@ -1,4 +1,4 @@
|
|||
Source: pcsx2.snapshot
|
||||
Source: pcsx2
|
||||
Section: contrib/games
|
||||
Priority: optional
|
||||
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
|
||||
|
@ -28,7 +28,7 @@ Build-Depends: cmake (>= 2.8.5),
|
|||
Standards-Version: 3.9.3
|
||||
Homepage: http://pcsx2.net/
|
||||
|
||||
Package: pcsx2-unstable
|
||||
Package: pcsx2
|
||||
Architecture: i386
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
# libasound => alsa plugin for pulseaudio
|
||||
|
@ -36,12 +36,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
|
|||
Recommends: libasound2-plugins,
|
||||
libusb-0.1-4
|
||||
Conflicts: pcsx2,
|
||||
pcsx2-data-unstable,
|
||||
pcsx2-l10n-unstable,
|
||||
pcsx2-plugins-unstable
|
||||
Replaces: pcsx2-data-unstable,
|
||||
pcsx2-l10n-unstable,
|
||||
pcsx2-plugins-unstable
|
||||
pcsx2-data,
|
||||
pcsx2-l10n,
|
||||
pcsx2-plugins
|
||||
Replaces: pcsx2-data,
|
||||
pcsx2-l10n,
|
||||
pcsx2-plugins
|
||||
Description: Playstation 2 emulator
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux.
|
||||
.
|
||||
|
@ -49,14 +49,14 @@ Description: Playstation 2 emulator
|
|||
this instruction set, it does not have enough horse power to run this emulator
|
||||
anyway.
|
||||
|
||||
Package: pcsx2-unstable-dbg
|
||||
Package: pcsx2-dbg
|
||||
Section: contrib/debug
|
||||
Priority: extra
|
||||
Architecture: i386
|
||||
Depends: ${misc:Depends}, pcsx2-unstable (= ${binary:Version})
|
||||
Depends: ${misc:Depends}, pcsx2 (= ${binary:Version})
|
||||
Conflicts: pcsx2-dbg,
|
||||
pcsx2-plugins-unstable-dbg
|
||||
Replaces: pcsx2-plugins-unstable-dbg
|
||||
pcsx2-plugins-dbg
|
||||
Replaces: pcsx2-plugins-dbg
|
||||
Description: Debug symbols for pcsx2
|
||||
PCSX2 is a PlayStation 2 emulator for Windows and Linux.
|
||||
.
|
|
@ -32,7 +32,7 @@ EOF
|
|||
|
||||
# Default value
|
||||
SVN_CO_VERSION=0;
|
||||
BRANCH="trunk"
|
||||
BRANCH="1.2.x"
|
||||
LOCAL=0
|
||||
while [ -n "$1" ]; do
|
||||
case $1 in
|
||||
|
@ -57,8 +57,8 @@ else
|
|||
fi
|
||||
|
||||
# Debian name of package and tarball
|
||||
PKG_NAME="pcsx2.snapshot-${SVN_CO_VERSION}"
|
||||
TAR_NAME="pcsx2.snapshot_${SVN_CO_VERSION}.orig.tar"
|
||||
PKG_NAME="pcsx2-1.2.2"
|
||||
TAR_NAME="pcsx2_1.2.2.orig.tar"
|
||||
|
||||
# Directory
|
||||
TMP_DIR=/tmp
|
|
@ -1,4 +1,4 @@
|
|||
?package(pcsx2-unstable): \
|
||||
?package(pcsx2): \
|
||||
needs="X11" \
|
||||
section="Applications/Emulators" \
|
||||
title="pcsx2" \
|
|
@ -17,7 +17,7 @@ override_dh_auto_configure:
|
|||
-DPACKAGE_MODE=TRUE
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg
|
||||
dh_strip --package=pcsx2 --dbg-package=pcsx2-dbg
|
||||
|
||||
override_dh_makeshlibs:
|
||||
|
Loading…
Reference in New Issue