Package: coquelicot Version: 0.9.2-4 Severity: minor Tags: patch The debian/control file (and the debian/README.source file) have the collab-maint repo URL misspelled using colab-maint (one letter-L, not two). This is causing a DUCK error as can be seen at:
http://duck.debian.net/static/sp/c/coquelicot.html The attached patch fixes this. -- Rowan Thorpe mailto:ro...@rowanthorpe.com PGP fingerprint: BB0A 0787 C0EE BDD8 7F97 3D30 49F2 13A5 265D CCBD
>From 90f014cb4263a209d81eee9421fa486a474df485 Mon Sep 17 00:00:00 2001 From: Rowan Thorpe <ro...@rowanthorpe.com> Date: Tue, 23 Dec 2014 17:35:01 +0200 Subject: [PATCH 1/1] Fix misspelled debian URL (caused DUCK error) --- debian/README.source | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/README.source b/debian/README.source index 8b9d147..3273d56 100644 --- a/debian/README.source +++ b/debian/README.source @@ -11,7 +11,7 @@ Quilt patches are managed using gbp-pq. Here is how a to setup a work environment: - git clone git+ssh://git.debian.org/colab-maint/coquelicot.git + git clone git+ssh://git.debian.org/collab-maint/coquelicot.git cd coquelicot git branch upstream origin/upstream git branch pristine-tar origin/pristine-tar diff --git a/debian/control b/debian/control index f349555..ff1c8e0 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Build-Depends: debhelper (>= 7.0.50~), ruby-tzinfo, ruby-upr Standards-Version: 3.9.5 -Vcs-Git: git://git.debian.org/colab-maint/coquelicot.git +Vcs-Git: git://git.debian.org/collab-maint/coquelicot.git Vcs-Browser: http://git.debian.org/?p=collab-maint/coquelicot.git;a=summary Homepage: https://coquelicot.potager.org/ XS-Ruby-Versions: all -- 2.1.3