Control: tags -1 patch

The attached patch does the minimum that is required to update the package.

There's a lot more that could be done with this package (including a new 
upstream release from a few years ago) but this is a start...

-- 
Stuart Prescott    http://www.nanonanonano.net/   stu...@nanonanonano.net
Debian Developer   http://www.debian.org/         stu...@debian.org
GPG fingerprint    90E2 D2C1 AD14 6A1B 7EBB 891D BBC1 7EBB 1396 F2F7
diff -u plastex-0.9.2/debian/changelog plastex-0.9.2/debian/changelog
--- plastex-0.9.2/debian/changelog
+++ plastex-0.9.2/debian/changelog
@@ -1,3 +1,10 @@
+plastex (0.9.2-1.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Change dependencies from python-imaging to python-pil (Closes: #866454).
+
+ -- Stuart Prescott <stu...@debian.org>  Mon, 08 Jan 2018 21:40:22 +1100
+
 plastex (0.9.2-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u plastex-0.9.2/debian/control plastex-0.9.2/debian/control
--- plastex-0.9.2/debian/control
+++ plastex-0.9.2/debian/control
@@ -16,13 +16,13 @@
  libxml-libxml-perl, 
  texlive-base-bin, 
  dvipng, 
- python-imaging
+ python-pil
 Standards-Version: 3.8.3
 Homepage: http://plastex.sourceforge.net/
 
 Package: python-plastex
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, texlive-latex-base, dvipng, python-imaging
+Depends: ${python:Depends}, ${misc:Depends}, texlive-latex-base, dvipng, python-pil
 Recommends: python-kid, python-genshi, python-cheetah
 Description: LaTeX document processing framework in Python
  plasTeX is a collection of Python frameworks that allow you to process LaTeX 

Reply via email to