diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-01 14:17:05 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-01 14:17:05 +0200 |
commit | 47c2220b79f85bf8b88a42091fd89c97ec7a3599 (patch) | |
tree | ad0fa399445042f6b11ce56cafca0856a58e4704 /debian | |
parent | 972ea2a113abdd6f7cde4ad1dcbda16361343418 (diff) |
Actualized 'Uploaders' field in debian/control.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ee881a832..5dd31b264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ apt (0.7.17) unstable; urgency=low - 'Vcs-Bzr' field is official, used it. - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. + - Actualized 'Uploaders' field. * cmdline/apt-cache.cc: - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) * doc/: diff --git a/debian/control b/debian/control index 99666c6cb..136766ba4 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,9 @@ Source: apt Section: admin Priority: important Maintainer: APT Development Team <deity@lists.debian.org> -Uploaders: Jason Gunthorpe <jgg@debian.org>, Adam Heath <doogie@debian.org>, Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org> +Uploaders: Michael Vogt <mvo@debian.org>, Otavio Salvador <otavio@debian.org>, + Christian Perrier <bubulle@debian.org>, Luca Bruno <lethalman88@gmail.com>, + Eugene V. Lyubimkin <jackyf.devel@gmail.com> Standards-Version: 3.8.0 Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev | libcurl3-gnutls-dev (>= 7.15.5), debiandoc-sgml, docbook-utils (>= 0.6.12), xsltproc, docbook-xsl, xmlto Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ |