From patchwork Tue May 15 16:15:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: UBUNTU: Fix Vcs-Git in linux-precise-meta Date: Tue, 15 May 2012 06:15:02 -0000 From: Luis Henriques X-Patchwork-Id: 159376 Message-Id: <1337098502-16070-7-git-send-email-luis.henriques@canonical.com> To: kernel-team@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/999726 The Vcs-Git field in the debian control file was still pointing to the karmic repository. Signed-off-by: Luis Henriques --- meta-source/debian/control.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-source/debian/control.common b/meta-source/debian/control.common index 444ffd8..b13f080 100644 --- a/meta-source/debian/control.common +++ b/meta-source/debian/control.common @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Kernel Team Standards-Version: 3.6.1 Build-Depends: dpkg (>= 1.13.19), debhelper (>= 5), gawk -Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-karmic-meta.git +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-precise-meta.git Package: linux Architecture: i386 amd64