summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-15 15:39:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-15 15:39:09 -0700
commitf59880b2c8cc6aa1c019f0884f92cf6d0d607c0d (patch)
tree77a37882f2614b3e2e9b7cbd4340471e7308a3fe
parentb6c97a16a4f2c1fb2b7acc919c6890cd88fa645d (diff)
update Maintainer field
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--lib/DhMakeELPA/Command/Packaging.pm2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d6aa1c5..99c00cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,12 @@ dh-make-elpa (0.13) UNRELEASED; urgency=medium
* Substitute debhelper version in Build-Depends from configuration
* Add support for {md,markdown,mdwn,org} documentation files (Closes: #862604)
+ [ Sean Whitton ]
+ * Update Maintainer field
+ from: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+ to: Debian Emacsen team <debian-emacsen@lists.debian.org>
+ * Update generated Maintainer field likewise.
+
-- Lev Lamberov <dogsleg@debian.org> Tue, 20 Mar 2018 10:45:41 +0500
dh-make-elpa (0.12) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 2b099ee..a14b630 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: dh-make-elpa
Section: devel
Priority: optional
-Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends:
debhelper (>= 10),
diff --git a/lib/DhMakeELPA/Command/Packaging.pm b/lib/DhMakeELPA/Command/Packaging.pm
index cc4dd42..152e80d 100644
--- a/lib/DhMakeELPA/Command/Packaging.pm
+++ b/lib/DhMakeELPA/Command/Packaging.pm
@@ -145,7 +145,7 @@ sub fill_maintainer {
if ( $self->cfg->pkg_emacsen ) {
my $pkg_emacsen_maint
- = "Debian Emacs addons team <pkg-emacsen-addons\@lists.alioth.debian.org>";
+ = "Debian Emacsen team <debian-emacsen\@lists.debian.org>";
unless ( ( $src->Maintainer // '' ) eq $pkg_emacsen_maint ) {
my $old_maint = $src->Maintainer;
$src->Maintainer($pkg_emacsen_maint);