From c4453425d24a15bf42e51ea0c9ebcf2423708622 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 17 Feb 2003 07:22:05 +0000 Subject: [PATCH] * ./debian/woody-buildpackage: Debian package creation fixes. --- debian/rules | 4 +++- debian/woody-buildpackage | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index fbd5c58dc5..7ef091e5bf 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,8 @@ export DH_COMPAT=3 # Compilation options # +ARCH_EXCLUDE = + CONFIG_FLAGS = --enable-release --prefix=/usr CONFIG_FLAGS += \ --enable-gnome \ @@ -51,7 +53,7 @@ CONFIG_FLAGS += --enable-faad --with-faad-tree=extras/faad ifeq ($(DEB_BUILD_ARCH),i386) CONFIG_FLAGS += --enable-glide else -ARCH_EXCLUDE = -Nvlc-plugin-glide +ARCH_EXCLUDE += -Nvlc-plugin-glide -Nvlc-glide endif # Remove --without-dvdcss in non-totalitarian countries diff --git a/debian/woody-buildpackage b/debian/woody-buildpackage index 4ff1edd147..2e1f6f9484 100755 --- a/debian/woody-buildpackage +++ b/debian/woody-buildpackage @@ -1,6 +1,6 @@ #! /bin/sh -# $Id: woody-buildpackage,v 1.6 2003/02/09 12:21:05 sam Exp $ +# $Id: woody-buildpackage,v 1.7 2003/02/17 07:22:05 sam Exp $ # Build VLC for a Woody Debian system if test ! -d debian @@ -30,6 +30,7 @@ sed -e 's/liba52-[^-]*-dev/a52dec-dev (>=0.7.3)/' \ # rules: remove wxwindows stuff # change changelog path sed -e '/# Package: wxvlc/,/^ *$/d' \ + -e 's,^ARCH_EXCLUDE =,& -Nwxvlc,' \ -e 's,--enable-wxwindows,--disable-wxwindows,' \ -e 's, debian/changelog , debian/changelog.woody ,' \ -e 's,dh_gencontrol[^#]*,& -- -ldebian/changelog.woody,' \ -- 2.39.2