]> git.sesse.net Git - vlc/commitdiff
* ./debian/woody-buildpackage: Debian package creation fixes.
authorSam Hocevar <sam@videolan.org>
Mon, 17 Feb 2003 07:22:05 +0000 (07:22 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 17 Feb 2003 07:22:05 +0000 (07:22 +0000)
debian/rules
debian/woody-buildpackage

index fbd5c58dc521b2548f4f031e478d98bff0fe5cd1..7ef091e5bf2a2a665a1dc9f55a584e65bd8027a8 100755 (executable)
@@ -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
index 4ff1edd147d8ee9e729b6c75724048b163edbc1c..2e1f6f9484dfc4d9a2b23078d735acf6cdaaa7b5 100755 (executable)
@@ -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,' \