[PATCH] Be elaborate when specifying the debs on the download page.
From: Martin Atukunda <hidden>
Date: 2016-06-15 22:42:25
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Martin Atukunda <redacted> Junio hasn't done the debian packages for git in a while, and as such the location specified on the site is outdated. Incidentally git-core _is_ packaged for debian and versions of it are in unstable and testing. There is a version for stable maintained at backports.org. This commit modifies the downloads page to reflect these changes. Signed-Off-By: Martin Atukunda <redacted> --- download.html | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) e3416893f5aaa3fe464bc1f8a0add75deb3fb0f5
diff --git a/download.html b/download.html
index 3a3d4e6..315dff1 100644
--- a/download.html
+++ b/download.html@@ -56,7 +56,20 @@ <dd><a href="http://kernel.org/pub/software/scm/git/RPMS/">http://kernel.org/pub/software/scm/git/RPMS/</a></dd> <dt>Debs</dt> -<dd><a href="http://kernel.org/pub/software/scm/git/debian/">http://kernel.org/pub/software/scm/git/debian/</a></dd> +<dd> + <dl> + <dt>Stable</dt> + <dd><a href="http://www.backports.org/debian/pool/g/git-core/">http://www.backports.org/debian/pool/main/g/git-core/</a></dd> + </dl> + <dl> + <dt>Testing</dt> + <dd><a href="http://packages.debian.org/testing/devel/git-core/">http://packages.debian.org/testing/devel/git-core/</a></dd> + </dl> + <dl> + <dt>Unstable</dt> + <dd><a href="http://packages.debian.org/unstable/devel/git-core/">http://packages.debian.org/unstable/devel/git-core/</a></dd> + </dl> +</dd> </dl>
--
1.3.1.g7464