The following commit has been merged in the debian-experimental-4.0 branch:
commit 7e5d89f1eb3c0976dfd39ea9376694e6a3b4098f
Author: Rene Engelhard <[email protected]>
Date:   Tue Apr 2 00:12:14 2013 +0200

    fix build with *-dbg not in control (BUILD_DBG_PACKAGE=n)

diff --git a/rules b/rules
index aae86ee..e26528e 100755
--- a/rules
+++ b/rules
@@ -3047,9 +3047,14 @@ ifeq "$(PACKAGE_BASE)" "y"
   endif
 endif
 endif
-       dh_gencontrol -pure -pure-dbg -puno-libs3 -puno-libs3-dbg -- \
+       dh_gencontrol -pure -puno-libs3 -- \
                -V"ure:Version=`echo $(BINARY_VERSION) | cut -d: -f2`" \
                -v"`echo $(BINARY_VERSION) | cut -d: -f2`"
+ifeq "$(BUILD_DBG_PACKAGE)" "y"
+       dh_gencontrol -pure-dbg -puno-libs3-dbg -- \
+               -V"ure:Version=`echo $(BINARY_VERSION) | cut -d: -f2`" \
+               -v"`echo $(BINARY_VERSION) | cut -d: -f2`"
+endif
        dh_md5sums -s
        dh_builddeb -s $(DEBHELPER_OPTIONS) $(BUILDDEB_OPTIONS)
 

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to