Bug#636209: tasksel: In debian/control, fix the Vcs-Git field to point to the right location and add a Vcs-Browser field

2011-08-05 Thread Fabian Greffrath

Am 04.08.2011 18:56, schrieb Joey Hess:

IIRC there was quite a long thread about this during the alioth
transition, and it's not clear to me that it makes sense to use
anonscm.debian.org when git.debian.org still works (and it used by
more than 10 thousand packages). I won't be making this change until I
see a clear communication or consensus toward doing it.


Could you pease add the Vcs-Browser field nevertheless?

 - Fabian




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#636209: tasksel: In debian/control, fix the Vcs-Git field to point to the right location and add a Vcs-Browser field

2011-08-04 Thread Joey Hess
Fabian Greffrath wrote:
 -Vcs-Git: git://git.debian.org/git/tasksel/tasksel.git
 +Vcs-Git: git://anonscm.debian.org/tasksel/tasksel.git

IIRC there was quite a long thread about this during the alioth
transition, and it's not clear to me that it makes sense to use
anonscm.debian.org when git.debian.org still works (and it used by
more than 10 thousand packages). I won't be making this change until I
see a clear communication or consensus toward doing it.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#636209: tasksel: In debian/control, fix the Vcs-Git field to point to the right location and add a Vcs-Browser field

2011-08-01 Thread Fabian Greffrath
Package: tasksel
Version: 3.05
Severity: minor

Please find a patch attached.

 - Fabian



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (501, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tasksel depends on:
ii  aptitude  0.6.4-1terminal-based package manager (te
ii  cdebconf [debconf-2.0]0.156  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.41 Debian configuration management sy
ii  liblocale-gettext-perl1.05-7 module using libc functions for in
ii  perl  5.12.4-2   Larry Wall's Practical Extraction 
ii  tasksel-data  3.05   Official tasks used for installati

tasksel recommends no packages.

tasksel suggests no packages.

-- debconf information:
  tasksel/title:
  tasksel/desktop: gnome
  tasksel/first:
  tasksel/tasks:
From 9fab2b07a9738e88791aa6b90b10311ff32c5c88 Mon Sep 17 00:00:00 2001
From: Fabian Greffrath fab...@greffrath.com
Date: Mon, 1 Aug 2011 14:41:27 +0200
Subject: [PATCH] In debian/control, fix the Vcs-Git field to point to the
 right location and add a Vcs-Browser field.

---
 debian/control |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 3b2f668..cb68c9d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Install System Team 
debian-b...@lists.debian.org
 Uploaders: Joey Hess jo...@debian.org, Otavio Salvador ota...@debian.org
 Standards-Version: 3.9.2
 Build-Depends: po-debconf, debhelper (= 8), gettext, dpkg-dev (= 1.9.0)
-Vcs-Git: git://git.debian.org/git/tasksel/tasksel.git
+Vcs-Git: git://anonscm.debian.org/tasksel/tasksel.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tasksel/tasksel.git
 
 Package: tasksel
 Section: admin
-- 
1.7.5.4