[Pkg-wmaker-commits] [wmrack] 96/97: debian/patches: Update email address.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:42:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmrack.

commit 01fe217992995aef99035d19741d25a545ca0490
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Aug 21 22:38:58 2015 -0400

    debian/patches: Update email address.
---
 debian/patches/add_format_arg_to_fprintf.patch | 2 +-
 debian/patches/check_home.patch                | 2 +-
 debian/patches/fix_-Wformat.patch              | 2 +-
 debian/patches/fix_expose_loop.patch           | 2 +-
 debian/patches/fix_hurd_ftbfs.patch            | 2 +-
 debian/patches/fix_kfreebsd_ftbfs.patch        | 2 +-
 debian/patches/fix_manpage.patch               | 2 +-
 debian/patches/fix_resource_leak.patch         | 2 +-
 debian/patches/rename_configure.in.patch       | 2 +-
 debian/patches/update_autotools.patch          | 2 +-
 debian/patches/update_makefile.patch           | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/patches/add_format_arg_to_fprintf.patch b/debian/patches/add_format_arg_to_fprintf.patch
index b4cd233..ae5865f 100644
--- a/debian/patches/add_format_arg_to_fprintf.patch
+++ b/debian/patches/add_format_arg_to_fprintf.patch
@@ -1,7 +1,7 @@
 Description: Add format argument to fprintf.
  This patch avoids a "format not a string literal and no format arguments"
  warning, which results in FTBFS with -Werror=format-security.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2014-08-10
 
 --- a/xpmicon.c
diff --git a/debian/patches/check_home.patch b/debian/patches/check_home.patch
index 510da79..6ba2904 100644
--- a/debian/patches/check_home.patch
+++ b/debian/patches/check_home.patch
@@ -1,7 +1,7 @@
 Description: Check if HOME environment variable is defined.
  If it was not, then a segmentation fault would occur.  Exit with an error
  message instead.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716473
 Last-Update: 2014-12-29
 
diff --git a/debian/patches/fix_-Wformat.patch b/debian/patches/fix_-Wformat.patch
index e2e0686..972c72d 100644
--- a/debian/patches/fix_-Wformat.patch
+++ b/debian/patches/fix_-Wformat.patch
@@ -1,5 +1,5 @@
 Description: Fix -Wformat compiler warnings.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2014-12-22
 
 --- a/wmrack.c
diff --git a/debian/patches/fix_expose_loop.patch b/debian/patches/fix_expose_loop.patch
index 9a8a81e..38af499 100644
--- a/debian/patches/fix_expose_loop.patch
+++ b/debian/patches/fix_expose_loop.patch
@@ -3,7 +3,7 @@ Description: Fix Expose loop.
  Expose event, which was causing the wmrack window to be redrawn constantly.
  This caused a flickering effect, especially when run without the -w option on
  Window Maker.  To fix this, we call XShapeCombineMask only when needed.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=46008
 Last-Update: 2014-12-29
 
diff --git a/debian/patches/fix_hurd_ftbfs.patch b/debian/patches/fix_hurd_ftbfs.patch
index 1c0f01d..de80d42 100644
--- a/debian/patches/fix_hurd_ftbfs.patch
+++ b/debian/patches/fix_hurd_ftbfs.patch
@@ -9,7 +9,7 @@ Description: FTBFS on hurd-i386
  Samuel
 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647977
 Author: Samuel Thibault <sthibault at debian.org>
-Reviewed-By: Doug Torrance <dtorrance at monmouthcollege.edu>
+Reviewed-By: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2014-08-14
 
 --- a/cdrom.c
diff --git a/debian/patches/fix_kfreebsd_ftbfs.patch b/debian/patches/fix_kfreebsd_ftbfs.patch
index a80326d..e5c204a 100644
--- a/debian/patches/fix_kfreebsd_ftbfs.patch
+++ b/debian/patches/fix_kfreebsd_ftbfs.patch
@@ -1,5 +1,5 @@
 Description: Fix FTBFS on kfreebsd-*.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2014-10-14
 
 --- a/cdrom.c
diff --git a/debian/patches/fix_manpage.patch b/debian/patches/fix_manpage.patch
index 71244b4..4679321 100644
--- a/debian/patches/fix_manpage.patch
+++ b/debian/patches/fix_manpage.patch
@@ -1,6 +1,6 @@
 Description: Fix manpage.
  In particular, fix typos, escape hyphens, and change .SP to .Sp.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2015-01-06
 
 --- a/wmrack.1
diff --git a/debian/patches/fix_resource_leak.patch b/debian/patches/fix_resource_leak.patch
index 56ee9e4..b520914 100644
--- a/debian/patches/fix_resource_leak.patch
+++ b/debian/patches/fix_resource_leak.patch
@@ -1,6 +1,6 @@
 Description: Fix resource leak.
  Call fclose() on file opened with fopen().
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2015-01-06
 
 --- a/library.c
diff --git a/debian/patches/rename_configure.in.patch b/debian/patches/rename_configure.in.patch
index c600e77..2159a8a 100644
--- a/debian/patches/rename_configure.in.patch
+++ b/debian/patches/rename_configure.in.patch
@@ -1,6 +1,6 @@
 Description: Rename configure.in to configure.ac.
  Avoids autoconf warning.  Split from update_autotools.patch.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2015-01-06
 
 --- a/configure.in
diff --git a/debian/patches/update_autotools.patch b/debian/patches/update_autotools.patch
index 38df4be..ffe8c30 100644
--- a/debian/patches/update_autotools.patch
+++ b/debian/patches/update_autotools.patch
@@ -2,7 +2,7 @@ Description: Update autotools files
  In particular,
  - avoid "missing template" warning for HAVE_GNUSTEP
  - avoid "'Makefile.in' seems to ignore the --datarootdir setting" warning
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2014-12-28
 
 --- a/Makefile.in
diff --git a/debian/patches/update_makefile.patch b/debian/patches/update_makefile.patch
index 9c442b8..72fd609 100644
--- a/debian/patches/update_makefile.patch
+++ b/debian/patches/update_makefile.patch
@@ -1,6 +1,6 @@
 Description: Update Makefile.
  In particular, honor LDFLAGS and DESTDIR.
-Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Author: Doug Torrance <dtorrance at piedmont.edu>
 Last-Update: 2014-12-21
 
 --- a/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmrack.git



More information about the Pkg-wmaker-commits mailing list