[Python-modules-commits] r14298 - in packages/pdfminer/trunk/debian (changelog control)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sun Aug 29 09:25:53 UTC 2010


    Date: Sunday, August 29, 2010 @ 09:25:44
  Author: jwilk
Revision: 14298

Add mutual Breaks to ensure that if python-pdfminer and pdfminer-data are installed together, they have the same version.

Modified:
  packages/pdfminer/trunk/debian/changelog
  packages/pdfminer/trunk/debian/control

Modified: packages/pdfminer/trunk/debian/changelog
===================================================================
--- packages/pdfminer/trunk/debian/changelog	2010-08-29 09:10:26 UTC (rev 14297)
+++ packages/pdfminer/trunk/debian/changelog	2010-08-29 09:25:44 UTC (rev 14298)
@@ -1,8 +1,10 @@
 pdfminer (20100829+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Add mutual Breaks to ensure that if python-pdfminer and pdfminer-data are
+    installed together, they have the same version.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 29 Aug 2010 11:09:36 +0200
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 29 Aug 2010 11:20:35 +0200
 
 pdfminer (20100619p1+dfsg-1) experimental; urgency=low
 

Modified: packages/pdfminer/trunk/debian/control
===================================================================
--- packages/pdfminer/trunk/debian/control	2010-08-29 09:10:26 UTC (rev 14297)
+++ packages/pdfminer/trunk/debian/control	2010-08-29 09:25:44 UTC (rev 14298)
@@ -17,6 +17,7 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: pdfminer-data
+Breaks: pdfminer-data (<< ${source:Version})
 Description: PDF parser and analyser
  PDFMiner is a tool for extracting information from PDF documents, which
  focuses entirely on getting and analyzing text data. It allows to obtain the
@@ -32,6 +33,7 @@
 Architecture: all
 Depends: ${misc:Depends}
 Recommends: python-pdfminer
+Breaks: python-pdfminer (<< ${source:Version})
 Description: PDF parser and analyser (encoding data)
  PDFMiner is a tool for extracting information from PDF documents, which
  focuses entirely on getting and analyzing text data. 




More information about the Python-modules-commits mailing list