Your message dated Mon, 19 Nov 2012 18:16:01 +0000
with message-id <[email protected]>
and subject line Re: Bug#693475: unblock: evince/3.4.0-3.1
has caused the Debian Bug report #693475,
regarding unblock: evince/3.4.0-3.1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
693475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693475
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock evince/3.4.0-3.1
Diff attached.
* Non-maintainer Upload
* Support the rest of the mime types that evince used to support in
evince-gtk.mime and evince.mime. Closes: #658139. This also fixes
#619564, #627027, and #551734 which were related to evince.mime and
evince-gtk.mime. #581441 was fixed in shared-mime-info/1.0.
unblock evince/3.4.0-3.1
Thanks.
Don Armstrong
--
There is no such thing as "social gambling." Either you are there to
cut the other bloke's heart out and eat it--or you're a sucker. If you
don't like this choice--don't gamble.
-- Robert Heinlein _Time Enough For Love_ p250
http://www.donarmstrong.com http://rzlab.ucr.edu
diff -Nru evince-3.4.0/debian/changelog evince-3.4.0/debian/changelog
--- evince-3.4.0/debian/changelog 2012-08-29 17:28:06.000000000 -0700
+++ evince-3.4.0/debian/changelog 2012-11-08 10:34:13.000000000 -0800
@@ -1,3 +1,13 @@
+evince (3.4.0-3.1) unstable; urgency=low
+
+ * Non-maintainer Upload
+ * Support the rest of the mime types that evince used to support in
+ evince-gtk.mime and evince.mime. Closes: #658139. This also fixes
+ #619564, #627027, and #551734 which were related to evince.mime and
+ evince-gtk.mime. #581441 was fixed in shared-mime-info/1.0.
+
+ -- Don Armstrong <[email protected]> Thu, 08 Nov 2012 10:32:12 -0800
+
evince (3.4.0-3) unstable; urgency=low
[ Josselin Mouette ]
diff -Nru evince-3.4.0/debian/control evince-3.4.0/debian/control
--- evince-3.4.0/debian/control 2012-08-29 17:32:50.000000000 -0700
+++ evince-3.4.0/debian/control 2012-11-08 11:09:28.000000000 -0800
@@ -7,7 +7,7 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <[email protected]>
-Uploaders: Frederic Peters <[email protected]>, Michael Biebl <[email protected]>
+Uploaders: Michael Biebl <[email protected]>
Build-Depends: cdbs (>= 0.4.90),
debhelper (>= 8),
dpkg-dev (>= 1.16.1),
diff -Nru evince-3.4.0/debian/evince-gtk.mime evince-3.4.0/debian/evince-gtk.mime
--- evince-3.4.0/debian/evince-gtk.mime 1969-12-31 16:00:00.000000000 -0800
+++ evince-3.4.0/debian/evince-gtk.mime 2012-11-08 10:30:34.000000000 -0800
@@ -0,0 +1,21 @@
+application/pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5
+application/x-pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5
+application/x-bzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.bz2; priority=5
+application/x-gzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.gz; priority=5
+application/postscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps; priority=5
+application/x-bzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.bz2; priority=5
+application/x-gzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.gz; priority=5
+image/x-eps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps; priority=5
+image/x-bzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.bz2; priority=5
+image/x-gzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.gz; priority=5
+application/x-dvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi; priority=5
+application/x-gzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.gz; priority=5
+application/x-bzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.bz2; priority=5
+image/vnd.djvu; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.djvu; priority=5
+application/x-cbr; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbr; priority=4
+application/x-cbt; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbt; priority=4
+application/x-cbz; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbz; priority=4
+application/x-cb7; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cb7; priority=4
+image/tiff; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.tiff; priority=3
+application/oxps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.xps; priority=3
+application/vnd.ms-xpsdocument; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.xps; priority=3
diff -Nru evince-3.4.0/debian/evince.mime evince-3.4.0/debian/evince.mime
--- evince-3.4.0/debian/evince.mime 2012-08-29 17:27:46.000000000 -0700
+++ evince-3.4.0/debian/evince.mime 2012-11-08 10:30:34.000000000 -0800
@@ -1 +1,21 @@
application/pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5
+application/x-pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5
+application/x-bzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.bz2; priority=5
+application/x-gzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.gz; priority=5
+application/postscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps; priority=5
+application/x-bzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.bz2; priority=5
+application/x-gzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.gz; priority=5
+image/x-eps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps; priority=5
+image/x-bzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.bz2; priority=5
+image/x-gzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.gz; priority=5
+application/x-dvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi; priority=5
+application/x-gzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.gz; priority=5
+application/x-bzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.bz2; priority=5
+image/vnd.djvu; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.djvu; priority=5
+application/x-cbr; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbr; priority=4
+application/x-cbt; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbt; priority=4
+application/x-cbz; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbz; priority=4
+application/x-cb7; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cb7; priority=4
+image/tiff; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.tiff; priority=3
+application/oxps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.xps; priority=3
+application/vnd.ms-xpsdocument; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.xps; priority=3
--- End Message ---
--- Begin Message ---
On Fri, Nov 16, 2012 at 01:50:59PM -0800, Don Armstrong wrote:
> unblock evince/3.4.0-3.1
>
Unblocked, thanks.
Neil
--
signature.asc
Description: Digital signature
--- End Message ---