[Pkg-owncloud-commits] [owncloud-client] 113/120: Reproducible: optipng images before sending them to pdflatex

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:54 UTC 2015


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit bbbf8629c17bbe8333685c5dd7c16e70e43ecf2d
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Sat Aug 22 16:29:05 2015 +0200

    Reproducible: optipng images before sending them to pdflatex
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index ba25c79..a25070e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,10 +20,12 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DUNIT_TESTING=ON -DDEBIAN_VERSION=$(DEBVERS)
 
 override_dh_auto_build:
+	optipng doc/images/*png
 	dh_auto_build -- doc
 	dh_auto_build --
 
 override_dh_auto_build-indep:
+	optipng doc/images/*png
 	dh_auto_build -- doc
 
 override_dh_auto_build-arch:

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



More information about the Pkg-owncloud-commits mailing list