[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#740247: pu: package docx2txt/1.2-1+deb7u1



Package: release.debian.org
Severity: normal
User: release.debian.org@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 <henrich@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


Reply to: