From 0752b78f254a396e59b483f82af7cf2eec76a710 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 23 Apr 2009 18:21:30 +0000 Subject: [PATCH] Updated DEB_SOURCE_VERSIOn, thx to sur5r SVN revision: 40335 --- legacy/embryo/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/embryo/debian/rules b/legacy/embryo/debian/rules index c8e5941132..9f7a341ab2 100755 --- a/legacy/embryo/debian/rules +++ b/legacy/embryo/debian/rules @@ -7,7 +7,7 @@ DEB_DH_STRIP_ARGS := --dbg-package=libembryo-dbg DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --enable-doc DEB_CONFIGURE_SCRIPT := ./autogen.sh DEB_MAKE_CLEAN_TARGET := distclean -DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/AC_INIT(\[embryo\],\ \[\(.*\)\],\ \[.*@.*\])/\1/g') +DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/AC_INIT(embryo,\ \(.*\),\ .*@.*)/\1/g') CFLAGS += -fvisibility=hidden build/libembryo-doc::