shithub: jbig2

Download patch

ref: 22374db9bdea9dbec29b9bf0decf6ee5a779fa0c
parent: 61a0253a481dd18f7fa3a4161f43dc333860050e
author: Sebastian Rasmussen <sebras@gmail.com>
date: Mon Sep 16 14:48:36 EDT 2019

jbig2dec: Use the same contact information everywhere.

--- a/README
+++ b/README
@@ -28,4 +28,5 @@
 For security issues please use the "Security - Other" product,
 and for normal bugs the "jbig2dec" product.
 
-The most suitable mailing list is <gs-devel@ghostscript.com>.
+Contact the developers at the IRC channel #ghostscript at freenode.net
+or via the mailing list <gs-devel@ghostscript.com>.
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([jbig2dec], [unknown-version], [jbig2-dev@ghostscript.com])
+AC_INIT([jbig2dec], [unknown-version], [gs-devel@ghostscript.com])
 AC_PREREQ(2.53)
 AC_CONFIG_SRCDIR([jbig2dec.c])
 
--- a/jbig2dec.1
+++ b/jbig2dec.1
@@ -63,8 +63,12 @@
 .BR -h " or " --help
 Show usage summary.
 
+.SH REPORTING BUGS
+Report bugs at https://bugs.ghostscript.com
+
+Contact the developers at the IRC channel #ghostscript at freenode.net
+or via the mailing list <gs-devel@ghostscript.com>.
+
 .SH AUTHOR
-jbig2-dev <jbig2-dev@ghostscript.com>
 This manpage was initially written by Sebastian Rasmussen
-<sebras@hotmail.com> for jbig2dec and the Debian Project.
-
+<sebras@gmail.com> for jbig2dec and the Debian Project.