Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: pu

Hi,

 I've fixed #739597 and upload it but it also affects to wheezy.
 Applied patch is very tiny and it doesn't work without this change.
 If you're okay, I'll upload it to proposed-updates queue. So, please
 check it.


diff -Nru docx2txt-1.2/debian/changelog docx2txt-1.2/debian/changelog
--- docx2txt-1.2/debian/changelog       2012-03-03 13:08:59.000000000 +0900
+++ docx2txt-1.2/debian/changelog       2014-02-27 22:15:54.000000000 +0900
@@ -1,3 +1,10 @@
+docx2txt (1.2-1+deb7u1) stable-proposed-updates; urgency=medium
+
+  * debian/control
+    - add missing "Depeneds: unzip" to show .docx files (Closes: #739597)
+
+ -- Hideki Yamane <henr...@debian.org>  Thu, 27 Feb 2014 22:11:55 +0900
+
 docx2txt (1.2-1) unstable; urgency=low
 
   * Initial release (Closes: #651908)
diff -Nru docx2txt-1.2/debian/control docx2txt-1.2/debian/control
--- docx2txt-1.2/debian/control 2012-03-03 13:08:59.000000000 +0900
+++ docx2txt-1.2/debian/control 2014-02-27 22:15:54.000000000 +0900
@@ -10,7 +10,7 @@
 
 Package: docx2txt
 Architecture: all 
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, unzip
 Description: Convert Microsoft OOXML files to plain text
  docx2txt is a tool that attempts to generate equivalent (ASCII) text files 
from
  Microsoft .docx documents, preserving some formatting and document information


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140227222311.4bfb195d2c1f28eca83bc...@debian.or.jp

Reply via email to