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

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_4.0.4-2-5-g071b497



The following commit has been merged in the master branch:
commit 071b4974f4af281f457fa98b3b6c508db829151a
Author: Rene Engelhard <rene@rene-engelhard.de>
Date:   Mon Jul 8 22:01:08 2013 +0200

    ${python3:Provides} is obsolete according to the python maintainers

diff --git a/control b/control
index ab7a666..9669732 100644
--- a/control
+++ b/control
@@ -733,7 +733,6 @@ Depends: libreoffice-core (= ${binary:Version}),
          ${shlibs:Depends}
 Conflicts: python-uno, python3-uno (<< 1:4.0.2~rc2), python3.3-uno
 Replaces: python3-uno (<< 1:4.0.2~rc2), python3.3-uno
-Provides: ${python3:Provides}
 Description: Python-UNO bridge
  The Python-UNO bridge allows use of the standard LibreOffice API
  with the Python scripting language. It additionally allows
diff --git a/control.in b/control.in
index 4e571c6..2c4876b 100644
--- a/control.in
+++ b/control.in
@@ -596,7 +596,6 @@ Depends: libreoffice-core (= ${binary:Version}),
          ${shlibs:Depends}
 Conflicts: python-uno, python3-uno (<< 1:4.0.2~rc2), python3.3-uno
 Replaces: python3-uno (<< 1:4.0.2~rc2), python3.3-uno
-Provides: ${python3:Provides}
 Description: Python-UNO bridge
  The Python-UNO bridge allows use of the standard LibreOffice API
  with the Python scripting language. It additionally allows
diff --git a/rules b/rules
index 7894d46..f2bc8f3 100755
--- a/rules
+++ b/rules
@@ -1137,7 +1137,7 @@ else
 	DEBHELPER_OPTIONS+= -Npython3-uno
 	PYUNO_DEPENDS = python-uno
   else
-	PYUNO_DEPENDS = python3-uno (>= 4.0~) | python3.3-uno | python-uno
+	PYUNO_DEPENDS = python3-uno (>= 4.0~) | python-uno
   endif
 endif
 

-- 
LibreOffice packaging repository


Reply to: