Website links not parsed problem
Bug #598749 reported by
arky
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
aclock.app (Debian) |
Fix Released
|
Unknown
|
|||
aclock.app (Ubuntu) |
Fix Released
|
Wishlist
|
Robert Roth |
Bug Description
Binary package hint: software-center
software-center fails to parse the homepage uri if prefixed with a space.
Go to Software Center > Accessories > AClock package description page, you will find "Homepage: http://
Looking at 'apt-cache show alcock.app' output I find there is space before Homepage: line.
<snip>
Description: Analog dockapp clock for GNUstep
This little application displays the time of the day (analog).
.
Homepage: http://
Bugs: https:/
Origin: Ubuntu
</snip>
Changed in software-center (Ubuntu): | |
status: | New → Confirmed |
Changed in aclock.app (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | nobody → Robert Roth (evfool) |
tags: | added: metadata |
Changed in aclock.app (Debian): | |
status: | Unknown → New |
tags: |
added: patch-forwarded-debian removed: patch |
Changed in aclock.app (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in aclock.app (Debian): | |
status: | New → Fix Released |
To post a comment you must log in.
This is a problem with the package itself. It is an older package that hasn't been updated since the introduction of the actual Homepage: field in the debian packaging control file. Packages made before this was standardized usually put the homepage in the package description, which is what we are seeing here with AClock. Anything using APT will not be able to see AClock's homepage.