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

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_4.1.0-2-6-gb335fe7



The following commit has been merged in the master branch:
commit 961877fbe20ecbed6974c480128280217b3d56cc
Author: Rene Engelhard <rene@debian.org>
Date:   Mon Jul 29 13:27:30 2013 +0200

    control.librelogo.in: depend on -script-provider-python instead of "just" ${pyuno-depends}

diff --git a/changelog b/changelog
index 1510f68..357169f 100644
--- a/changelog
+++ b/changelog
@@ -4,8 +4,11 @@ libreoffice (1:4.1.0-3) unstable; urgency=low
     - use system-clucene again now that it's in sid
   * debian/libreoffice-common.postrm.in:
     - add missed || true and use rm -f for javasettinsgunopkginstall.xml...
+  * debian/control.librelogo.in:
+    - apparently librelogo also needs -script-provider-python. Depend on
+      that instead of ${pyuno-depends}, thanks Bjoern Michaelsen
 
- -- Rene Engelhard <rene@debian.org>  Fri, 26 Jul 2013 20:25:16 +0200
+ -- Rene Engelhard <rene@debian.org>  Mon 29 Jul 2013 13:28:36 +0200
 
 libreoffice (1:4.1.0-2) unstable; urgency=low
 
diff --git a/control b/control
index 96ca62b..8b98b45 100644
--- a/control
+++ b/control
@@ -4570,9 +4570,9 @@ Package: libreoffice-librelogo
 Section: misc
 Architecture: all
 Depends: libreoffice-core (>= 1:3.4~),
+         libreoffice-script-provider-python,
          libreoffice-writer,
-         ${misc:Depends},
-         ${pyuno-depends}
+         ${misc: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 16a0b61..1715d29 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,
-         ${pyuno-depends},
+         libreoffice-script-provider-python,
          ${misc:Depends}
 Description: Logo-like progamming language for LibreOffice
  LibreOffice is a full-featured office productivity suite that provides

-- 
LibreOffice packaging repository


Reply to: