r1514 - in /experimental/vlc/debian: changelog control rules

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Oct 4 00:10:53 UTC 2008


Author: xtophe-guest
Date: Sat Oct  4 00:10:53 2008
New Revision: 1514

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1514
Log:
* rules: Pass the debian version in configure.ac so that the cache 
  is invalidated between binary version
* control: Don't forgot commas in builddep list

Modified:
    experimental/vlc/debian/changelog
    experimental/vlc/debian/control
    experimental/vlc/debian/rules

Modified: experimental/vlc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/changelog?rev=1514&op=diff
==============================================================================
--- experimental/vlc/debian/changelog (original)
+++ experimental/vlc/debian/changelog Sat Oct  4 00:10:53 2008
@@ -1,3 +1,11 @@
+vlc (0.9.3-2) UNRELEASED; urgency=low
+
+  * rules: Pass the debian version in configure.ac so that the cache 
+    is invalidated between binary version
+  * control: Don't forgot commas in builddep list
+
+ -- Christophe Mutricy <xtophe at videolan.org>  Sat, 04 Oct 2008 02:09:58 +0200
+
 vlc (0.9.3-1) experimental; urgency=low
 
   [ Christophe Mutricy ]

Modified: experimental/vlc/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/control?rev=1514&op=diff
==============================================================================
--- experimental/vlc/debian/control (original)
+++ experimental/vlc/debian/control Sat Oct  4 00:10:53 2008
@@ -60,7 +60,7 @@
                libpulse-dev,
                libqt4-dev,
                libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
-               libschroedinger-dev
+               libschroedinger-dev,
                libsdl-image1.2-dev,
                libsdl1.2-dev (>= 1.2.7+1.2.8cvs20041007-5.3),
                libshout3-dev,

Modified: experimental/vlc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/rules?rev=1514&op=diff
==============================================================================
--- experimental/vlc/debian/rules (original)
+++ experimental/vlc/debian/rules Sat Oct  4 00:10:53 2008
@@ -6,6 +6,9 @@
 DEB_BUILD_ARCH      ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+VERSION = $(shell  dpkg-parsechangelog|sed -n 's/^Version: //p')
+DEBIAN_VERSION = $(shell echo $(VERSION)|sed -nr 's/[^:]+://; s/.*-([^-]+$$)/\1/p')
+
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
 confflags := --build=$(DEB_BUILD_GNU_TYPE)
 else
@@ -21,6 +24,7 @@
 confflags += \
 	--enable-libtool \
 	--enable-fast-install \
+	--with-binary-version=$(DEBIAN_VERSION) \
 	--disable-update-check \
 	--disable-gnome \
 	--disable-gtk \




More information about the pkg-multimedia-commits mailing list