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:
gregory.hainaut 2014-02-10 18:29:35 +00:00
parent 73371c3098
commit e5f49d0ae7
16 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
Source: pcsx2.snapshot Source: pcsx2
Section: contrib/games Section: contrib/games
Priority: optional Priority: optional
Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com> Maintainer: Gregory Hainaut <gregory.hainaut@gmail.com>
@ -28,7 +28,7 @@ Build-Depends: cmake (>= 2.8.5),
Standards-Version: 3.9.3 Standards-Version: 3.9.3
Homepage: http://pcsx2.net/ Homepage: http://pcsx2.net/
Package: pcsx2-unstable Package: pcsx2
Architecture: i386 Architecture: i386
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
# libasound => alsa plugin for pulseaudio # libasound => alsa plugin for pulseaudio
@ -36,12 +36,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libasound2-plugins, Recommends: libasound2-plugins,
libusb-0.1-4 libusb-0.1-4
Conflicts: pcsx2, Conflicts: pcsx2,
pcsx2-data-unstable, pcsx2-data,
pcsx2-l10n-unstable, pcsx2-l10n,
pcsx2-plugins-unstable pcsx2-plugins
Replaces: pcsx2-data-unstable, Replaces: pcsx2-data,
pcsx2-l10n-unstable, pcsx2-l10n,
pcsx2-plugins-unstable pcsx2-plugins
Description: Playstation 2 emulator Description: Playstation 2 emulator
PCSX2 is a PlayStation 2 emulator for Windows and Linux. 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 this instruction set, it does not have enough horse power to run this emulator
anyway. anyway.
Package: pcsx2-unstable-dbg Package: pcsx2-dbg
Section: contrib/debug Section: contrib/debug
Priority: extra Priority: extra
Architecture: i386 Architecture: i386
Depends: ${misc:Depends}, pcsx2-unstable (= ${binary:Version}) Depends: ${misc:Depends}, pcsx2 (= ${binary:Version})
Conflicts: pcsx2-dbg, Conflicts: pcsx2-dbg,
pcsx2-plugins-unstable-dbg pcsx2-plugins-dbg
Replaces: pcsx2-plugins-unstable-dbg Replaces: pcsx2-plugins-dbg
Description: Debug symbols for pcsx2 Description: Debug symbols for pcsx2
PCSX2 is a PlayStation 2 emulator for Windows and Linux. PCSX2 is a PlayStation 2 emulator for Windows and Linux.
. .

View File

@ -32,7 +32,7 @@ EOF
# Default value # Default value
SVN_CO_VERSION=0; SVN_CO_VERSION=0;
BRANCH="trunk" BRANCH="1.2.x"
LOCAL=0 LOCAL=0
while [ -n "$1" ]; do while [ -n "$1" ]; do
case $1 in case $1 in
@ -57,8 +57,8 @@ else
fi fi
# Debian name of package and tarball # Debian name of package and tarball
PKG_NAME="pcsx2.snapshot-${SVN_CO_VERSION}" PKG_NAME="pcsx2-1.2.2"
TAR_NAME="pcsx2.snapshot_${SVN_CO_VERSION}.orig.tar" TAR_NAME="pcsx2_1.2.2.orig.tar"
# Directory # Directory
TMP_DIR=/tmp TMP_DIR=/tmp

View File

@ -1,4 +1,4 @@
?package(pcsx2-unstable): \ ?package(pcsx2): \
needs="X11" \ needs="X11" \
section="Applications/Emulators" \ section="Applications/Emulators" \
title="pcsx2" \ title="pcsx2" \

View File

@ -17,7 +17,7 @@ override_dh_auto_configure:
-DPACKAGE_MODE=TRUE -DPACKAGE_MODE=TRUE
override_dh_strip: override_dh_strip:
dh_strip --package=pcsx2-unstable --dbg-package=pcsx2-unstable-dbg dh_strip --package=pcsx2 --dbg-package=pcsx2-dbg
override_dh_makeshlibs: override_dh_makeshlibs: