[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-2-1-g96bc15f



The following commit has been merged in the debian-experimental-4.0 branch:
commit 96bc15f16666a8731624e6db8de1ede643c83b88
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Apr 2 12:40:06 2013 +0200

    actually use ${pyuno-depends} in control.librelogo.in

diff --git a/changelog b/changelog
index a3ec56a..f52914e 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,10 @@
+libreoffice (1:4.0.2~rc2-3) UNRELEASED; urgency=low
+
+  * debian/control.librelogo.in:
+    - actually use ${pyuno-depends}... 
+
+ -- Rene Engelhard <rene@debian.org>  Tue, 02 Apr 2013 12:39:08 +0200
+
 libreoffice (1:4.0.2~rc2-2) experimental; urgency=low
 
   * debian/patches/boost-1.53.diff: backport buildfixes for boost 1.53
diff --git a/control b/control
index bb996f0..5abb5e1 100644
--- a/control
+++ b/control
@@ -4546,8 +4546,8 @@ Section: misc
 Architecture: all
 Depends: libreoffice-core (>= 1:3.4~),
          libreoffice-writer,
-         python3-uno (>= 4.0~) | python-uno,
-         ${misc:Depends}
+         ${misc:Depends},
+         ${pyuno-depends}
 Description: Logo-like progamming language for LibreOffice
  LibreOffice is a full-featured office productivity suite that provides
  a near drop-in replacement for Microsoft(R) Office.
diff --git a/control.librelogo.in b/control.librelogo.in
index f81f00e..16a0b61 100644
--- a/control.librelogo.in
+++ b/control.librelogo.in
@@ -3,7 +3,7 @@ Section: misc
 Architecture: all
 Depends: libreoffice-core (>= 1:3.4~),
          libreoffice-writer,
-         python3-uno (>= 4.0~) | python-uno,
+         ${pyuno-depends},
          ${misc:Depends}
 Description: Logo-like progamming language for LibreOffice
  LibreOffice is a full-featured office productivity suite that provides

-- 
LibreOffice packaging repository


Reply to: