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

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_4.0.3-3-9-g0348fc6



The following commit has been merged in the master branch:
commit 0348fc6bb9f0e216d19fec78b13706d1acc826ad
Author: Rene Engelhard <rene@rene-engelhard.de>
Date:   Tue Jun 11 00:19:54 2013 +0200

    fix -dbg suggests: s/python// to suggest python3.3-dbg

diff --git a/changelog b/changelog
index 6160cb9..28bf9bf 100644
--- a/changelog
+++ b/changelog
@@ -4,8 +4,9 @@ libreoffice (1:4.0.3-4) UNRELEASED; urgency=low
     - regenerate; uses libservlet3.0-java instead of libservlet2.5-java now
   * debian/rules:
     - enable graphite2 on all archs now that it's fixed on armel/sparc
-      
- -- Rene Engelhard <rene@debian.org>  Tue, 28 May 2013 20:43:19 +0200
+    - fix -dbg suggests: s/python/$(PYTHON)/. to suggest python3.3-dbg
+
+ -- Rene Engelhard <rene@debian.org>  Tue, 11 Jun 2013 00:17:34 +0200
 
 libreoffice (1:4.0.3-3) unstable; urgency=low
 
diff --git a/rules b/rules
index fc7280f..241290f 100755
--- a/rules
+++ b/rules
@@ -697,7 +697,7 @@ ifeq "$(ENABLE_PYTHON)" "y"
 	BUILD_DEPS += , python (>= 2.6.6-3+squeeze4)
 	# for dh_python3
 	BUILD_DEPS += , python3
-	DBG_DBG_SUGGESTS+= , python-dbg
+	DBG_DBG_SUGGESTS+= , $(PYTHON)-dbg
   ifneq "$(WHEEZY_BACKPORT)" "y"
 	BUILD_DEPS += , $(PYTHON)-dev (>= 3.3)
     ifeq "$(ENABLE_PYTHON2)" "y"

-- 
LibreOffice packaging repository


Reply to: