diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-11-30 19:08:44 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-11-30 19:08:44 +0100 |
commit | f6cc9c19a1fd47bc27b4c4a82044138c491166bb (patch) | |
tree | 0ded9c26d590f500de9114f7fad469256c3de410 | |
parent | 16b9e1e3b03ea352a4d9eb5b13db4724fcedbbe7 (diff) |
* debian/control:
- add Vcs-Browser now that loggerhead works again (Closes: #511168)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b4a7c0177..a19df76cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ apt (0.8.11+wheezy) unstable; urgency=low * cmdline/apt-get.cc: - if --print-uris is used don't setup downloader as we don't need progress, lock nor the directories it would create otherwise + * debian/control: + - add Vcs-Browser now that loggerhead works again (Closes: #511168) -- David Kalnischkies <kalnischkies@gmail.com> Tue, 30 Nov 2010 19:07:07 +0100 diff --git a/debian/control b/debian/control index 87e885f6a..c4dedd496 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Standards-Version: 3.9.0 Build-Depends: debhelper (>= 5.0), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.0), zlib1g-dev | libz-dev, debiandoc-sgml, xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, doxygen Build-Conflicts: autoconf2.13, automake1.4 Vcs-Bzr: http://bzr.debian.org/apt/debian-sid/ +Vcs-Browser: http://bzr.debian.org/loggerhead/apt/debian-sid/ Package: apt Architecture: any |