[libreoffice] 73/152: Fix libpng build dependency

Rene Engelhard rene at moszumanska.debian.org
Thu Jul 27 19:16:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to tag libreoffice_3.5.0_rc3-0ubuntu2
in repository libreoffice.

commit 369bce69490de5be6308b9f50178f2b6eff22a64
Author: Matthias Klose <doko at ubuntu.com>
Date:   Tue May 24 14:20:00 2016 +0200

    Fix libpng build dependency
---
 changelog | 6 ++++++
 rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 785d5a5..58eae9d 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+libreoffice (1:5.1.3-0ubuntu3) yakkety; urgency=medium
+
+  * Fix libpng build dependency.
+
+ -- Matthias Klose <doko at ubuntu.com>  Sat, 21 May 2016 13:49:18 +0200
+
 libreoffice (1:5.1.3-0ubuntu1) xenial; urgency=medium
 
   * new upstream bugfix release
diff --git a/rules b/rules
index e0d240c..36c7619 100755
--- a/rules
+++ b/rules
@@ -870,7 +870,7 @@ ifneq (,$(filter sane, $(SYSTEM_STUFF)))
        BUILD_DEPS += , libsane-dev
 endif
 ifneq (,$(filter libpng, $(SYSTEM_STUFF)))
-       BUILD_DEPS += , libpng12-dev
+       BUILD_DEPS += , libpng-dev
 endif
 
 ifneq (,$(filter curl, $(SYSTEM_STUFF)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list