Commit c4453425 authored by Sam Hocevar's avatar Sam Hocevar

* ./debian/woody-buildpackage: Debian package creation fixes.

parent 21bcb9ee
......@@ -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
......
#! /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,' \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment