File: update_gcs_email.patch

package info (click to toggle)
cvs2svn 2.4.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,552 kB
  • ctags: 2,998
  • sloc: python: 22,334; sh: 512; perl: 121; makefile: 84
file content (18 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: update GCS' email address to the Debian one
 .
Author: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Last-Update: 2014-02-06

---

--- cvs2svn-2.4.0.orig/cvs2svn_lib/man_writer.py
+++ cvs2svn-2.4.0/cvs2svn_lib/man_writer.py
@@ -182,7 +182,7 @@ class ManWriter(object):
     f.write(".PP\n")
     f.write(
       "Manpage was written for the Debian GNU/Linux system by\n"
-      "Laszlo 'GCS' Boszormenyi <gcs@lsc.hu> (but may be used by others).\n")
+      "Laszlo 'GCS' Boszormenyi <gcs@debian.org> (but may be used by others).\n")
 
   def write_see_also(self, f):
     f.write('.SH "SEE ALSO"\n')