diff options
author | daveh86 <howsdav@gmail.com> | 2014-10-21 09:53:06 +1100 |
---|---|---|
committer | Benety Goh <benety@mongodb.com> | 2014-10-23 11:55:12 -0400 |
commit | 4b14f63178f5d1e50e847e7269ffb59294f19b4c (patch) | |
tree | 39e8a80d22143b00859eefdb8cc45f1df12f7e00 /debian | |
parent | d0637b4b49cda65dc812badd74c3a68b0a5b579f (diff) | |
download | mongo-4b14f63178f5d1e50e847e7269ffb59294f19b4c.tar.gz |
SERVER-15751 Change stable debian package files to be in "databases" section, rather than devel
Closes #833
Signed-off-by: Benety Goh <benety@mongodb.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongodb-enterprise-unstable.control | 2 | ||||
-rw-r--r-- | debian/mongodb-enterprise.control | 2 | ||||
-rw-r--r-- | debian/mongodb-org-unstable.control | 2 | ||||
-rw-r--r-- | debian/mongodb-org.control | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/mongodb-enterprise-unstable.control b/debian/mongodb-enterprise-unstable.control index 7aa96fcd4b1..c7c2e12b607 100644 --- a/debian/mongodb-enterprise-unstable.control +++ b/debian/mongodb-enterprise-unstable.control @@ -1,5 +1,5 @@ Source: mongodb-enterprise-unstable -Section: devel +Section: database Priority: optional Maintainer: Ernie Hershey <ernie.hershey@mongodb.com> Build-Depends: diff --git a/debian/mongodb-enterprise.control b/debian/mongodb-enterprise.control index 8b5583039ce..e557f22274e 100644 --- a/debian/mongodb-enterprise.control +++ b/debian/mongodb-enterprise.control @@ -1,5 +1,5 @@ Source: mongodb-enterprise -Section: devel +Section: database Priority: optional Maintainer: Ernie Hershey <ernie.hershey@mongodb.com> Build-Depends: diff --git a/debian/mongodb-org-unstable.control b/debian/mongodb-org-unstable.control index c0c9a573fc9..b569995f5e4 100644 --- a/debian/mongodb-org-unstable.control +++ b/debian/mongodb-org-unstable.control @@ -1,5 +1,5 @@ Source: mongodb-org-unstable -Section: devel +Section: database Priority: optional Maintainer: Ernie Hershey <ernie.hershey@mongodb.com> Build-Depends: diff --git a/debian/mongodb-org.control b/debian/mongodb-org.control index 1280f3abdae..dca9ab62c9d 100644 --- a/debian/mongodb-org.control +++ b/debian/mongodb-org.control @@ -1,5 +1,5 @@ Source: mongodb-org -Section: devel +Section: database Priority: optional Maintainer: Ernie Hershey <ernie.hershey@mongodb.com> Build-Depends: |