From 30376100bd14ec525f3daffdaf9a084d9c9b5cee Mon Sep 17 00:00:00 2001 From: Siggi Langauf Date: Thu, 9 Jan 2003 01:07:18 +0000 Subject: And yet another Deian libxine. *sigh* CVS patchset: 3838 CVS date: 2003/01/09 01:07:18 --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 11 +---------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 914896f0c..94cb41b3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xine-lib (1-beta2-4) unstable; urgency=low + + * removed HPPA compiler hacks (3.2 is now default, and it choked anyway...) + * removed DXR3 support (closes: #175392, reopens: #117170) + + -- Siggi Langauf Wed, 8 Jan 2003 21:49:25 +0100 + xine-lib (1-beta2-3) unstable; urgency=high * A backslash got lost in the last upload. diff --git a/debian/control b/debian/control index 0182e913f..adbcd51f0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xine-lib Section: libs Priority: optional Maintainer: Siggi Langauf -Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, libz-dev, libarts-dev (>=4:2.2.0-final-3), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev, libdxr30-dev [i386], gcc-3.2[hppa] +Build-Depends: debhelper (>> 2.0.0), aalib1-dev (>= 1.4p5-2), xlibs-dev (>> 4.1), libesd0-dev, libz-dev, libarts-dev (>=4:2.2.0-final-3), liblircclient-dev, libogg-dev, libvorbis-dev, libasound2-dev Standards-Version: 3.2.1 Package: libxine-dev diff --git a/debian/rules b/debian/rules index 92ecac338..8cce46555 100755 --- a/debian/rules +++ b/debian/rules @@ -54,18 +54,9 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS))) DEB_HOST_GNU_OPTION := --host=$(DEB_HOST_GNU_TYPE) endif -ifeq (,$(findstring hppa-,$(DEB_HOST_GNU_TYPE))) - OVERRIDE_CC=gcc -else - #on HPPA - OVERRIDE_CC=gcc-3.2 -endif - - configure: configure-stamp configure-stamp: dh_testdir - env CC=$(OVERRIDE_CC) \ ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ $(DEB_HOST_GNU_OPTION) touch configure-stamp @@ -125,7 +116,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs -V 'libxine1 (>= 1-alpha0)' + dh_makeshlibs -V 'libxine1 (>= 1-beta2)' dh_installdeb # dh_shlibdeps chmod +x debian/shlibdeps.sh -- cgit v1.2.3