From 476d143bfa0251132d61e4c443d14b6b78793db1 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 6 Feb 2017 13:48:46 -0700 Subject: [PATCH] plugins: Use an email address with a known GPG signing key. --- doc/configure.ac | 2 +- src/blowfish/configure.ac | 2 +- src/blowfish/debian/changelog | 2 +- src/blowfish/debian/control | 2 +- src/cairo/configure.ac | 2 +- src/cairo/debian/changelog | 2 +- src/cairo/debian/control | 2 +- src/edwin/configure.ac | 2 +- src/edwin/debian/changelog | 2 +- src/edwin/debian/control | 2 +- src/gdbm/configure.ac | 2 +- src/gdbm/debian/changelog | 2 +- src/gdbm/debian/control | 2 +- src/gl/configure.ac | 2 +- src/gl/debian/changelog | 2 +- src/gl/debian/control | 2 +- src/glib/configure.ac | 2 +- src/glib/debian/changelog | 2 +- src/glib/debian/control | 2 +- src/gtk-screen/configure.ac | 2 +- src/gtk-screen/debian/changelog | 2 +- src/gtk-screen/debian/control | 2 +- src/gtk/configure.ac | 2 +- src/gtk/debian/changelog | 2 +- src/gtk/debian/control | 2 +- src/imail/configure.ac | 2 +- src/imail/debian/changelog | 2 +- src/imail/debian/control | 2 +- src/mcrypt/configure.ac | 2 +- src/mcrypt/debian/changelog | 2 +- src/mcrypt/debian/control | 2 +- src/md5/configure.ac | 2 +- src/md5/debian/changelog | 2 +- src/md5/debian/control | 2 +- src/mhash/configure.ac | 2 +- src/mhash/debian/changelog | 2 +- src/mhash/debian/control | 2 +- src/pango/configure.ac | 2 +- src/pango/debian/changelog | 2 +- src/pango/debian/control | 2 +- src/planetarium/configure.ac | 2 +- src/planetarium/debian/changelog | 2 +- src/planetarium/debian/control | 2 +- src/x11-screen/configure.ac | 2 +- src/x11-screen/debian/changelog | 2 +- src/x11-screen/debian/control | 2 +- src/x11/configure.ac | 2 +- src/x11/debian/changelog | 2 +- src/x11/debian/control | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/doc/configure.ac b/doc/configure.ac index 2205c8ae4..12d6e59b0 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme documentation], [9.2.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked]) AC_CONFIG_SRCDIR([ref-manual/scheme.texinfo]) diff --git a/src/blowfish/configure.ac b/src/blowfish/configure.ac index b1ca5c003..900a57f53 100644 --- a/src/blowfish/configure.ac +++ b/src/blowfish/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme Pucked blowfish plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-blowfish]) AC_CONFIG_SRCDIR([blowfish.pkg]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/blowfish/debian/changelog b/src/blowfish/debian/changelog index 5bbc117d5..796b97b62 100644 --- a/src/blowfish/debian/changelog +++ b/src/blowfish/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-blowfish (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/blowfish/debian/control b/src/blowfish/debian/control index fc1608500..5d2b94be6 100644 --- a/src/blowfish/debian/control +++ b/src/blowfish/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-blowfish Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), libssl-dev diff --git a/src/cairo/configure.ac b/src/cairo/configure.ac index d0c511a6d..be0957be0 100644 --- a/src/cairo/configure.ac +++ b/src/cairo/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked cairo plugin], [0.5], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-cairo]) AC_CONFIG_SRCDIR([cairo.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/cairo/debian/changelog b/src/cairo/debian/changelog index 223a00925..4333f7e37 100644 --- a/src/cairo/debian/changelog +++ b/src/cairo/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-cairo (0.5-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/cairo/debian/control b/src/cairo/debian/control index 4bf6ca84e..5604f0132 100644 --- a/src/cairo/debian/control +++ b/src/cairo/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-cairo Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked-pango (>= 0.1), texinfo, texlive, diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac index 50b2b6e49..ea96bb1f4 100644 --- a/src/edwin/configure.ac +++ b/src/edwin/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme pucked Edwin], [3.116.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-edwin]) AC_CONFIG_SRCDIR([edwin.pkg]) diff --git a/src/edwin/debian/changelog b/src/edwin/debian/changelog index 6acc3f47c..1e567cc91 100644 --- a/src/edwin/debian/changelog +++ b/src/edwin/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-edwin (3.116.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/edwin/debian/control b/src/edwin/debian/control index 1e66e9f9a..3b4e175f9 100644 --- a/src/edwin/debian/control +++ b/src/edwin/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-edwin Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), mit-scheme-pucked (>= 9.2.1.1), mit-scheme-pucked-blowfish (>= 0.1), diff --git a/src/gdbm/configure.ac b/src/gdbm/configure.ac index 5cf30de8f..467ed5b95 100644 --- a/src/gdbm/configure.ac +++ b/src/gdbm/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked gdbm plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-gdbm]) AC_CONFIG_SRCDIR([gdbm.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/gdbm/debian/changelog b/src/gdbm/debian/changelog index 2382ca969..fafcbf56b 100644 --- a/src/gdbm/debian/changelog +++ b/src/gdbm/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-gdbm (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/gdbm/debian/control b/src/gdbm/debian/control index 9599d5b56..34c893c2e 100644 --- a/src/gdbm/debian/control +++ b/src/gdbm/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-gdbm Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), libgdbm-dev diff --git a/src/gl/configure.ac b/src/gl/configure.ac index 34c753ae4..d548ec9ce 100644 --- a/src/gl/configure.ac +++ b/src/gl/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked gl plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-gl]) AC_CONFIG_SRCDIR([gl.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/gl/debian/changelog b/src/gl/debian/changelog index 29ba61523..e59fd9b70 100644 --- a/src/gl/debian/changelog +++ b/src/gl/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-gl (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/gl/debian/control b/src/gl/debian/control index 314f697b8..5bb4afe1f 100644 --- a/src/gl/debian/control +++ b/src/gl/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-gl Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked-gtk (>= 0.5), texinfo, texlive, diff --git a/src/glib/configure.ac b/src/glib/configure.ac index 44f4c43da..c947c3efa 100644 --- a/src/glib/configure.ac +++ b/src/glib/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked glib plugin], [0.5], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-glib]) AC_CONFIG_SRCDIR([glib.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/glib/debian/changelog b/src/glib/debian/changelog index 7168e85c7..982a33880 100644 --- a/src/glib/debian/changelog +++ b/src/glib/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-glib (0.5-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/glib/debian/control b/src/glib/debian/control index 573f65aaf..455ad1b7f 100644 --- a/src/glib/debian/control +++ b/src/glib/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-glib Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), texinfo, texlive, diff --git a/src/gtk-screen/configure.ac b/src/gtk-screen/configure.ac index 3e9288ba2..8e3a17904 100644 --- a/src/gtk-screen/configure.ac +++ b/src/gtk-screen/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme pucked Edwin Gtk Screen], [0.5], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk-screen]) AC_CONFIG_SRCDIR([gtk-screen.pkg]) diff --git a/src/gtk-screen/debian/changelog b/src/gtk-screen/debian/changelog index 6ff253eaa..1b22ec874 100644 --- a/src/gtk-screen/debian/changelog +++ b/src/gtk-screen/debian/changelog @@ -4,4 +4,4 @@ mit-scheme-pucked-gtk-screen (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Mon, 6 Feb 2017 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/gtk-screen/debian/control b/src/gtk-screen/debian/control index 1b7a14cd3..ddae82c7b 100644 --- a/src/gtk-screen/debian/control +++ b/src/gtk-screen/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-gtk-screen Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), mit-scheme-pucked (>= 9.2.1.1), mit-scheme-pucked-gtk (>= 0.6) diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 05e7585e1..d947c9426 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked gtk plugin], [0.5], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk]) AC_CONFIG_SRCDIR([gtk.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog index 56a141f54..d455e943d 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-gtk (0.5-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/gtk/debian/control b/src/gtk/debian/control index c404501ff..956fafc48 100644 --- a/src/gtk/debian/control +++ b/src/gtk/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-gtk Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked-cairo (>= 0.5), texinfo, texlive, diff --git a/src/imail/configure.ac b/src/imail/configure.ac index aec92979c..5aa866808 100644 --- a/src/imail/configure.ac +++ b/src/imail/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme pucked Edwin IMail], [1.21.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-imail]) AC_CONFIG_SRCDIR([imail.pkg]) diff --git a/src/imail/debian/changelog b/src/imail/debian/changelog index c2162557e..114357ab3 100644 --- a/src/imail/debian/changelog +++ b/src/imail/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-imail (1.21.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/imail/debian/control b/src/imail/debian/control index 69627798f..94ba7b838 100644 --- a/src/imail/debian/control +++ b/src/imail/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-imail Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), mit-scheme-pucked-edwin (>= 3.116.1), texinfo, texlive Standards-Version: 3.9.4 diff --git a/src/mcrypt/configure.ac b/src/mcrypt/configure.ac index c2778cae3..1b7bfa472 100644 --- a/src/mcrypt/configure.ac +++ b/src/mcrypt/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked mcrypt plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-mcrypt]) AC_CONFIG_SRCDIR([mcrypt.pkg]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/mcrypt/debian/changelog b/src/mcrypt/debian/changelog index adbcba06f..ab297c854 100644 --- a/src/mcrypt/debian/changelog +++ b/src/mcrypt/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-mcrypt (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/mcrypt/debian/control b/src/mcrypt/debian/control index c0154554c..669249ece 100644 --- a/src/mcrypt/debian/control +++ b/src/mcrypt/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-mcrypt Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), libmcrypt-dev diff --git a/src/md5/configure.ac b/src/md5/configure.ac index 589c74dc6..357333347 100644 --- a/src/md5/configure.ac +++ b/src/md5/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked md5 plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-md5]) AC_CONFIG_SRCDIR([md5.pkg]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/md5/debian/changelog b/src/md5/debian/changelog index 794c2337f..9c11c6e94 100644 --- a/src/md5/debian/changelog +++ b/src/md5/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-md5 (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/md5/debian/control b/src/md5/debian/control index fdac76efa..8b56b142c 100644 --- a/src/md5/debian/control +++ b/src/md5/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-md5 Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), libssl-dev diff --git a/src/mhash/configure.ac b/src/mhash/configure.ac index a48491859..69f88bd4f 100644 --- a/src/mhash/configure.ac +++ b/src/mhash/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked mhash plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-mhash]) AC_CONFIG_SRCDIR([mhash.pkg]) AC_CONFIG_HEADERS([config.h]) diff --git a/src/mhash/debian/changelog b/src/mhash/debian/changelog index 8b0a6291c..c1f6791f3 100644 --- a/src/mhash/debian/changelog +++ b/src/mhash/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-mhash (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/mhash/debian/control b/src/mhash/debian/control index 977b16d68..1d68049e3 100644 --- a/src/mhash/debian/control +++ b/src/mhash/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-mhash Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), libmhash-dev diff --git a/src/pango/configure.ac b/src/pango/configure.ac index 5ac252f8f..13ba2baff 100644 --- a/src/pango/configure.ac +++ b/src/pango/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked pango plugin], [0.5], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-pango]) AC_CONFIG_SRCDIR([pango.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/pango/debian/changelog b/src/pango/debian/changelog index 3884886b3..a6a242302 100644 --- a/src/pango/debian/changelog +++ b/src/pango/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-pango (0.5-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/pango/debian/control b/src/pango/debian/control index 4c80502e0..19887cb45 100644 --- a/src/pango/debian/control +++ b/src/pango/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-pango Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked-glib (>= 0.5), texinfo, texlive, diff --git a/src/planetarium/configure.ac b/src/planetarium/configure.ac index feeef9c1c..a6320ea31 100644 --- a/src/planetarium/configure.ac +++ b/src/planetarium/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme pucked planetarium], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-planetarium]) AC_CONFIG_SRCDIR([mit.pkg]) diff --git a/src/planetarium/debian/changelog b/src/planetarium/debian/changelog index 55427057f..4ac67865f 100644 --- a/src/planetarium/debian/changelog +++ b/src/planetarium/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-planetarium (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/planetarium/debian/control b/src/planetarium/debian/control index cf915f088..72f823c10 100644 --- a/src/planetarium/debian/control +++ b/src/planetarium/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-planetarium Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), mit-scheme-pucked-gl (>= 0.1), texinfo, texlive diff --git a/src/x11-screen/configure.ac b/src/x11-screen/configure.ac index ea3365815..16abd96da 100644 --- a/src/x11-screen/configure.ac +++ b/src/x11-screen/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme pucked Edwin X11 Screen], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-x11-screen]) AC_CONFIG_SRCDIR([x11-screen.pkg]) diff --git a/src/x11-screen/debian/changelog b/src/x11-screen/debian/changelog index f874bbffe..2e3461b1f 100644 --- a/src/x11-screen/debian/changelog +++ b/src/x11-screen/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-x11-screen (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/x11-screen/debian/control b/src/x11-screen/debian/control index 28cf6e5a9..910cfc365 100644 --- a/src/x11-screen/debian/control +++ b/src/x11-screen/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-x11-screen Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), mit-scheme-pucked (>= 9.2.1.1), mit-scheme-pucked-edwin (>= 3.116.1), diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 1d3a24e1c..4d3421a92 100644 --- a/src/x11/configure.ac +++ b/src/x11/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme pucked x11 plugin], [0.1], - [puck@birchwood-abbey.net], + [matt@birchwood-abbey.net], [mit-scheme-pucked-x11]) AC_CONFIG_SRCDIR([x11.pkg]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/x11/debian/changelog b/src/x11/debian/changelog index a90290285..1d07be190 100644 --- a/src/x11/debian/changelog +++ b/src/x11/debian/changelog @@ -2,4 +2,4 @@ mit-scheme-pucked-x11 (0.1-1) experimental; urgency=low * Initial Debianization. - -- Friar Puck Sun, 12 Jun 2016 00:00:00 -0700 + -- Matt Birkholz Mon, 6 Feb 2017 00:00:00 -0700 diff --git a/src/x11/debian/control b/src/x11/debian/control index e9c315e5a..856ecde3c 100644 --- a/src/x11/debian/control +++ b/src/x11/debian/control @@ -1,7 +1,7 @@ Source: mit-scheme-pucked-x11 Section: lisp Priority: optional -Maintainer: Friar Puck +Maintainer: Matt Birkholz Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev, mit-scheme-pucked (>= 9.2.1.1), libx11-dev -- 2.25.1