From 148f1478dfb5e97548777e78f401f94b69609bb0 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Thu, 3 Oct 2002 03:18:03 +0000 Subject: 0.4.1-1 deb update Original commit message from CVS: 0.4.1-1 deb update --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index b93e9e55..7c7bea84 100644 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ export DH_COMPAT=3 export DH_OPTIONS +# GStreamer runtime version required +rtversion=0.4.1 + # The plugins are basically the same. # Link special names to a template file. # still need "*.files" to be done by hand @@ -29,8 +32,8 @@ else confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) endif -debian/control: debian/control.in debian/build-deps - debian/mk.control >debian/control +debian/control: debian/rules debian/control.in debian/build-deps + debian/mk.control | sed 's/@RTVERSION@/$(rtversion)/g' >debian/control configure: configure-stamp configure-stamp: -- cgit v1.2.1