Your message dated Mon, 19 Nov 2012 18:16:01 +0000 with message-id <20121119181600.GE13718@halon.org.uk> 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 owner@bugs.debian.org immediately.) -- 693475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693475 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: unblock: evince/3.4.0-3.1
- From: Don Armstrong <don@debian.org>
- Date: Fri, 16 Nov 2012 13:50:59 -0800
- Message-id: <[🔎] 20121116215059.GR11594@rzlab.ucr.edu>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org 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.edudiff -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 <don@debian.org> 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 <pkg-gnome-maintainers@lists.alioth.debian.org> -Uploaders: Frederic Peters <fpeters@debian.org>, Michael Biebl <biebl@debian.org> +Uploaders: Michael Biebl <biebl@debian.org> 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 ---
- To: Don Armstrong <don@debian.org>, 693475-done@bugs.debian.org
- Subject: Re: Bug#693475: unblock: evince/3.4.0-3.1
- From: Neil McGovern <neilm@debian.org>
- Date: Mon, 19 Nov 2012 18:16:01 +0000
- Message-id: <20121119181600.GE13718@halon.org.uk>
- In-reply-to: <[🔎] 20121116215059.GR11594@rzlab.ucr.edu>
- References: <[🔎] 20121116215059.GR11594@rzlab.ucr.edu>
On Fri, Nov 16, 2012 at 01:50:59PM -0800, Don Armstrong wrote: > unblock evince/3.4.0-3.1 > Unblocked, thanks. Neil --Attachment: signature.asc
Description: Digital signature
--- End Message ---