» Linux Archive
Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.
» Sponsor
» Sponsor
11-19-2008, 01:11 PM
SRU: UBUNTU: fix the Vcs-Git: URL for the kernel
Bug: #296915
Seems we have an incorrect URL for the kernel repository in the kernel
control files. Fix this up. This is near 0 risk so seems reasonable
to fix it up.
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
debian/control | 2 +-
debian/control.stub | 2 +-
debian/control.stub.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index c41cc1c..abac568 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile
Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
-Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid
+Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid.git
Package: linux-source-2.6.27
Architecture: all
diff --git a/debian/control.stub b/debian/control.stub
index c41cc1c..abac568 100644
--- a/debian/control.stub
+++ b/debian/control.stub
@@ -5,7 +5,7 @@ Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile
Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
-Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid
+Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid.git
Package: linux-source-2.6.27
Architecture: all
diff --git a/debian/control.stub.in b/debian/control.stub.in
index 28d86b5..1b08108 100644
--- a/debian/control.stub.in
+++ b/debian/control.stub.in
@@ -5,7 +5,7 @@ Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile
Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
-Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid
+Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid.git
Package: linux-source-PKGVER
Architecture: all
--
1.6.0.4.911.gc990
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
11-19-2008, 01:15 PM
SRU: UBUNTU: fix the Vcs-Git: URL for the kernel
Andy Whitcroft wrote:
> Bug: #296915
>
> Seems we have an incorrect URL for the kernel repository in the kernel
> control files. Fix this up. This is near 0 risk so seems reasonable
> to fix it up.
>
Yo!
> Signed-off-by: Andy Whitcroft <apw@canonical.com>
> ---
> debian/control | 2 +-
> debian/control.stub | 2 +-
> debian/control.stub.in | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index c41cc1c..abac568 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -5,7 +5,7 @@ Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
> Standards-Version: 3.6.1
> Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile
> Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
> -Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid
> +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid.git
>
> Package: linux-source-2.6.27
> Architecture: all
> diff --git a/debian/control.stub b/debian/control.stub
> index c41cc1c..abac568 100644
> --- a/debian/control.stub
> +++ b/debian/control.stub
> @@ -5,7 +5,7 @@ Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
> Standards-Version: 3.6.1
> Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile
> Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
> -Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid
> +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid.git
>
> Package: linux-source-2.6.27
> Architecture: all
> diff --git a/debian/control.stub.in b/debian/control.stub.in
> index 28d86b5..1b08108 100644
> --- a/debian/control.stub.in
> +++ b/debian/control.stub.in
> @@ -5,7 +5,7 @@ Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
> Standards-Version: 3.6.1
> Build-Depends: debhelper (>= 3), module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile
> Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
> -Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid
> +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-intrepid.git
>
> Package: linux-source-PKGVER
> Architecture: all
--
When all other means of communication fail, try words!
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
11-19-2008, 02:15 PM
SRU: UBUNTU: fix the Vcs-Git: URL for the kernel
Stefan Bader wrote:
> Andy Whitcroft wrote:
>> Bug: #296915
>>
>> Seems we have an incorrect URL for the kernel repository in the kernel
>> control files. Fix this up. This is near 0 risk so seems reasonable
>> to fix it up.
>>
Applied. I left the Jaunty task assigned to you 'In Progress' so that
you'll remember to check when Ben pushes that repository.
rtg
--
Tim Gardner tim.gardner@canonical.com
--
kernel-team mailing list
kernel-team@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kernel-team
All times are GMT. The time now is 09:05 PM .
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org