diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | 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 <siggi@debian.org> 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 <siggi@debian.org> -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 |