From 1cf2c5fbd5520fdf16c2d9aab401329fc00ba930 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Wed, 3 Jan 2018 12:49:20 -0500
Subject: [PATCH] Don't depend on python-poppler

since it's being removed from Debian and
don't install the printing plugin. Thanks Steve Langasek.

Closes: #886275
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 debian/rules     | 2 ++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f0ca49c..a84b7b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gourmet (0.17.4-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't depend on python-poppler (since it's being removed from Debian) and
+    don't install the printing plugin. Thanks Steve Langasek. (Closes: #886275)
+
+ -- Jeremy Bicha <jbi...@debian.org>  Wed, 03 Jan 2018 12:48:28 -0500
+
 gourmet (0.17.4-4) unstable; urgency=medium
 
   * Remove python-imaging dependency (Closes: #866427)
diff --git a/debian/control b/debian/control
index 1c84c57..d2d7ff2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: intltool, python-distutils-extra
 
 Package: gourmet
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0), python-reportlab, python-sqlalchemy, python-poppler, python-elib.intl, python-pil (>= 3.0.0~)
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0), python-reportlab, python-sqlalchemy, python-elib.intl, python-pil (>= 3.0.0~)
 Recommends: python-gst-1.0, python-gtkspell, python-beautifulsoup, python-lxml
 Description: Recipe organizer and shopping list generator
  Gourmet Recipe Manager is a gtk-based application to store, organize and
diff --git a/debian/rules b/debian/rules
index 0bc7a15..b6c05bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ override_dh_install:
 	dh_install --fail-missing
 
 	rm debian/gourmet/usr/share/doc/gourmet/LICENSE
+	# python-poppler has been removed from Debian
+	rm debian/gourmet/usr/lib/python2.*/dist-packages/gourmet/plugins/import_export/pdf_plugin/print_plugin.py
 
 override_dh_clean:
 	dh_clean po/gourmet.pot
-- 
2.14.1

Reply via email to