[Python-modules-commits] [gamera] 04/04: deb/rules: just strip non-deterministic djvu_threshold_plugin_00.png for now

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Sep 14 22:52:10 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository gamera.

commit 35a2c035662e917eb80487fc04b01b43a8fcf676
Author: Daniel Stender <debian at danielstender.com>
Date:   Tue Sep 15 00:20:20 2015 +0200

    deb/rules: just strip non-deterministic djvu_threshold_plugin_00.png for now
---
 debian/changelog | 4 +++-
 debian/rules     | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e795ef4..c7c1ee9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 gamera (3.4.2+svn1437-1) UNRELEASED; urgency=medium
 
   * Updated source to SVN r1437 (closes: #793967).
+  * deb/rules: just strip non-deterministic djvu_threshold_plugin_00.png
+    for now (Closes: #785529).
 
- -- Daniel Stender <debian at danielstender.com>  Mon, 14 Sep 2015 22:29:49 +0200
+ -- Daniel Stender <debian at danielstender.com>  Tue, 15 Sep 2015 00:49:46 +0200
 
 gamera (3.4.2+svn1435-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 114e854..dc45c2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,7 @@ binary-indep: build/install-stamp build/doc-stamp doc/manpage/gamera_gui.1
 	find debian/gamera-gui/ -name has_gui.py -delete
 	find debian/gamera-gui/ -print0 | grep -FzZ "gui/__init__.py" | xargs -0 -r rm
 	dh_installdocs -i
+	find debian/gamera-doc/ -name djvu_threshold_plugin_00.png -delete
 	cd debian/gamera-doc/usr/share/doc/gamera-doc/html/ && \
 		$(CURDIR)/debian/symlink-helper ../src/ . && \
 		rdfind -makehardlinks true -makeresultsfile false .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git



More information about the Python-modules-commits mailing list