[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-4.0, updated. libreoffice_4.0.2_rc2-1-20-g8369206



The following commit has been merged in the debian-experimental-4.0 branch:
commit 7e5d89f1eb3c0976dfd39ea9376694e6a3b4098f
Author: Rene Engelhard <rene@debian.org>
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


Reply to: