shithub: jbig2

Download patch

ref: 22374db9bdea9dbec29b9bf0decf6ee5a779fa0c
parent: 61a0253a481dd18f7fa3a4161f43dc333860050e
author: Sebastian Rasmussen <[email protected]>
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 <[email protected]>.
+Contact the developers at the IRC channel #ghostscript at freenode.net
+or via the mailing list <[email protected]>.
--- 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], [[email protected]])
+AC_INIT([jbig2dec], [unknown-version], [[email protected]])
 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 <[email protected]>.
+
 .SH AUTHOR
-jbig2-dev <[email protected]>
 This manpage was initially written by Sebastian Rasmussen
-<[email protected]> for jbig2dec and the Debian Project.
-
+<[email protected]> for jbig2dec and the Debian Project.