[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#637524: qa.debian.org: UDD: Vcs-* header with uppercase letters not considered



* Michael Prokop [Fre Aug 12, 2011 at 12:36:49 +0200]:

> AFAICS udd has a bug when the VCS is written with uppercase letters
> in the source package. Vcs-CVS doesn't seem to be counted as Cvs
> then:

> udd=> SELECT version,vcs_type,vcs_url,vcs_browser FROM sources_uniq WHERE source='mksh';                                                                                                  version         | vcs_type | vcs_url |                   vcs_browser
> -------------------------+----------+---------+--------------------------------------------------
>  28.0-3                  |          |         |
>  35.2-3                  |          |         |
>  39.3.20100725-1~bpo50+1 |          |         | http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
>  39.3.20100725-1         |          |         | http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
>  40.2-1~bpo50+1          |          |         | http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
>  40.2-2~bpo60+1          |          |         | http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
>  40.2-2                  |          |         | http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
>  40.2-2                  |          |         | http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
> (8 rows)

> % apt-cache showsrc mksh | grep Vcs | sort -u
> Vcs-Browser: http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/
> Vcs-Cvs: :ext:_anoncvs@anoncvs.mirbsd.org:/cvs contrib/hosted/tg/deb/mksh

> % apt-get source mksh >/dev/null
> % grep Vcs mksh-40.2/debian/control
> Vcs-CVS: :ext:_anoncvs@anoncvs.mirbsd.org:/cvs contrib/hosted/tg/deb/mksh
> Vcs-Browser: http://cvs.mirbsd.de/contrib/hosted/tg/deb/mksh/

Ok, it's not just about uppercase-only 'CVS', also lowercase-only
'cvs' seems to be affected:

udd=> SELECT version,vcs_type,vcs_url,vcs_browser FROM sources_uniq WHERE source='trustedqsl';
 version  | vcs_type | vcs_url |                   vcs_browser
----------+----------+---------+--------------------------------------------------
 1.11-4   |          |         |
 1.11-7   |          |         |
 1.11-8.1 |          |         |
 1.13-3   |          |         | http://trustedqsl.cvs.sourceforge.net/trustedqsl
 1.13-3   |          |         | http://trustedqsl.cvs.sourceforge.net/trustedqsl

% apt-cache showsrc trustedqsl | grep Vcs | sort -u
Vcs-Browser: http://trustedqsl.cvs.sourceforge.net/trustedqsl
Vcs-Cvs: :pserver:anonymous@trustedqsl.cvs.sourceforge.net:/cvsroot/trustedqsl co -P tqsl

% apt-get source trustedqsl >/dev/null
% grep Vcs trustedqsl-1.13/debian/control
Vcs-cvs: :pserver:anonymous@trustedqsl.cvs.sourceforge.net:/cvsroot/trustedqsl co -P tqsl
Vcs-Browser: http://trustedqsl.cvs.sourceforge.net/trustedqsl

regards,
-mika-

Attachment: signature.asc
Description: Digital signature


Reply to: