summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-05-12 23:38:39 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-18 20:59:57 +0000
commit309b6b7171f028bc266abf9f96a9a96569271693 (patch)
tree454eaf74431ac7276e56c023a20d12c1fdddb9ca
parenta67d9b1801d584fce317be7cc5827d8c340c338f (diff)
downloadmongo-309b6b7171f028bc266abf9f96a9a96569271693.tar.gz
SERVER-47256 Update the debian package maintainer email
The previous debian package maintainer was set to a single person, and any maintainer requests would be directed at this person. Instead, we use an email list that is dedicated for the purpose. (cherry picked from commit f1d3b5fe6560474cec7daa57157c044c7309ed3c)
-rw-r--r--debian/mongodb-enterprise-unstable.control4
-rw-r--r--debian/mongodb-enterprise.control4
-rw-r--r--debian/mongodb-org-unstable.control2
-rw-r--r--debian/mongodb-org.control2
-rw-r--r--rpm/mongodb-enterprise-init.spec3
-rw-r--r--rpm/mongodb-enterprise-unstable-init.spec3
-rw-r--r--rpm/mongodb-enterprise-unstable.spec3
-rw-r--r--rpm/mongodb-enterprise.spec3
-rw-r--r--rpm/mongodb-org-init.spec3
-rw-r--r--rpm/mongodb-org-unstable-init.spec3
-rw-r--r--rpm/mongodb-org-unstable.spec3
-rw-r--r--rpm/mongodb-org.spec3
12 files changed, 30 insertions, 6 deletions
diff --git a/debian/mongodb-enterprise-unstable.control b/debian/mongodb-enterprise-unstable.control
index 930429874de..aa94b2c965a 100644
--- a/debian/mongodb-enterprise-unstable.control
+++ b/debian/mongodb-enterprise-unstable.control
@@ -1,8 +1,8 @@
Source: mongodb-enterprise-unstable
Section: database
Priority: optional
-Maintainer: Ernie Hershey <ernie.hershey@mongodb.com>
-Build-Depends:
+Maintainer: MongoDB Packaging <packaging@mongodb.com>
+Build-Depends:
Standards-Version: 3.8.0
Homepage: http://www.mongodb.org
diff --git a/debian/mongodb-enterprise.control b/debian/mongodb-enterprise.control
index 0151ec0a6d7..a7d285ca85e 100644
--- a/debian/mongodb-enterprise.control
+++ b/debian/mongodb-enterprise.control
@@ -1,8 +1,8 @@
Source: mongodb-enterprise
Section: database
Priority: optional
-Maintainer: Ernie Hershey <ernie.hershey@mongodb.com>
-Build-Depends:
+Maintainer: MongoDB Packaging <packaging@mongodb.com>
+Build-Depends:
Standards-Version: 3.8.0
Homepage: http://www.mongodb.org
diff --git a/debian/mongodb-org-unstable.control b/debian/mongodb-org-unstable.control
index 8f53465f3ca..bd194737eb7 100644
--- a/debian/mongodb-org-unstable.control
+++ b/debian/mongodb-org-unstable.control
@@ -1,7 +1,7 @@
Source: mongodb-org-unstable
Section: database
Priority: optional
-Maintainer: Ernie Hershey <ernie.hershey@mongodb.com>
+Maintainer: MongoDB Packaging <packaging@mongodb.com>
Build-Depends:
Standards-Version: 3.8.0
Homepage: http://www.mongodb.org
diff --git a/debian/mongodb-org.control b/debian/mongodb-org.control
index 268b32db1c0..ec0ccaf5371 100644
--- a/debian/mongodb-org.control
+++ b/debian/mongodb-org.control
@@ -1,7 +1,7 @@
Source: mongodb-org
Section: database
Priority: optional
-Maintainer: Ernie Hershey <ernie.hershey@mongodb.com>
+Maintainer: MongoDB Packaging <packaging@mongodb.com>
Build-Depends:
Standards-Version: 3.8.0
Homepage: http://www.mongodb.org
diff --git a/rpm/mongodb-enterprise-init.spec b/rpm/mongodb-enterprise-init.spec
index 19d0e9f41a8..9c83704f9aa 100644
--- a/rpm/mongodb-enterprise-init.spec
+++ b/rpm/mongodb-enterprise-init.spec
@@ -282,6 +282,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Thu Dec 19 2013 Ernie Hershey <ernie.hershey@mongodb.com>
- Packaging file cleanup
diff --git a/rpm/mongodb-enterprise-unstable-init.spec b/rpm/mongodb-enterprise-unstable-init.spec
index 8812839809a..f3fe0a39030 100644
--- a/rpm/mongodb-enterprise-unstable-init.spec
+++ b/rpm/mongodb-enterprise-unstable-init.spec
@@ -271,6 +271,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Thu Dec 19 2013 Ernie Hershey <ernie.hershey@mongodb.com>
- Packaging file cleanup
diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec
index 39bf631ca9f..797bb63a6ba 100644
--- a/rpm/mongodb-enterprise-unstable.spec
+++ b/rpm/mongodb-enterprise-unstable.spec
@@ -270,6 +270,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Mon Oct 10 2016 Sam Kleinman <sam@mongodb.com>
- Support for systemd init processes.
diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec
index 8817da8e274..eac8870e143 100644
--- a/rpm/mongodb-enterprise.spec
+++ b/rpm/mongodb-enterprise.spec
@@ -280,6 +280,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Mon Oct 10 2016 Sam Kleinman <sam@mongodb.com>
- Support for systemd init processes.
diff --git a/rpm/mongodb-org-init.spec b/rpm/mongodb-org-init.spec
index b5f12af6425..c472b28fc46 100644
--- a/rpm/mongodb-org-init.spec
+++ b/rpm/mongodb-org-init.spec
@@ -275,6 +275,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Thu Dec 19 2013 Ernie Hershey <ernie.hershey@mongodb.com>
- Packaging file cleanup
diff --git a/rpm/mongodb-org-unstable-init.spec b/rpm/mongodb-org-unstable-init.spec
index 4f098f6ae3f..7f23c5c6328 100644
--- a/rpm/mongodb-org-unstable-init.spec
+++ b/rpm/mongodb-org-unstable-init.spec
@@ -263,6 +263,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Thu Dec 19 2013 Ernie Hershey <ernie.hershey@mongodb.com>
- Packaging file cleanup
diff --git a/rpm/mongodb-org-unstable.spec b/rpm/mongodb-org-unstable.spec
index dac44830373..aa4463c7199 100644
--- a/rpm/mongodb-org-unstable.spec
+++ b/rpm/mongodb-org-unstable.spec
@@ -261,6 +261,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Mon Oct 10 2016 Sam Kleinman <sam@mongodb.com>
- Support for systemd init processes.
diff --git a/rpm/mongodb-org.spec b/rpm/mongodb-org.spec
index 36619aecc5d..086de3dc77d 100644
--- a/rpm/mongodb-org.spec
+++ b/rpm/mongodb-org.spec
@@ -273,6 +273,9 @@ fi
%{_mandir}/man1/mongostat.1*
%changelog
+* Wed May 13 2020 MongoDB Packaging <packaging@mongodb.com>
+- Update packaging contact
+
* Mon Oct 10 2016 Sam Kleinman <sam@mongodb.com>
- Support for systemd init processes.