[SCM] VLC media player packaging branch, experimental, updated. debian/1.0.6-1-54-g45d7106
bdrung-guest at users.alioth.debian.org
bdrung-guest at users.alioth.debian.org
Wed Jun 23 22:49:39 UTC 2010
The following commit has been merged in the experimental branch:
commit 45d710681c5279f18ccce82570ebb246931ea0ad
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Thu Jun 24 00:49:33 2010 +0200
Cleanup debian/rules.
diff --git a/debian/rules b/debian/rules
index 288aba3..32c1b02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-#DH_VERBOSE=1
-
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -29,8 +27,6 @@ MAKEFLAGS += -j$(NUMJOBS)
endif
endif
-
-
LDFLAGS = -Wl,--as-needed
# configure flags
@@ -104,7 +100,6 @@ confflags += \
--with-mozilla-pkg=libxul \
$(NULL)
-
# Linux specific flags
ifeq ($(DEB_HOST_ARCH_OS),linux)
confflags += \
@@ -121,9 +116,6 @@ ifneq ($(filter $(DEB_HOST_ARCH), amd64 i386),)
confflags += --enable-svgalib
endif
-# A few shortcuts
-VIDDIR := usr/share/vlc
-
build: build-stamp
build-stamp:
dh_testdir
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list