Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619132 - Add new field <remote-id type="debian"> to metadata.xml
Summary: Add new field <remote-id type="debian"> to metadata.xml
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jonas Stein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-21 01:32 UTC by Jonas Stein
Modified: 2022-11-06 01:59 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Stein gentoo-dev 2017-05-21 01:32:00 UTC
I suggest to add  
<remote-id type="debian">
to the metadata.xml file as discussed on #dentoo-dev recently. 

It should contain the list of the equivalent debian package names, or a defined string for NONE and UNSET.

There are many interesting applications, here just a few ideas:

* can be used to embed screenshots from https://screenshots.debian.net in https://packages.gentoo.org/ 

* when writing/reading documentation which is written for debian like Linux distributions 

* scripts can automatically compare latest versions, critical bugs, from debian-like distributions and alert the interested maintainer or prepare statistics. A greasemonkey script can create a link in bugzilla and the maintainer can see open/solved bugs and the solutions on other distributions.

* package names hardly differ between *buntu, mint, and debian so we cover a broad spectrum
Comment 1 Alessandro Barbieri 2017-05-22 20:21:14 UTC
As debian split packages, what will be the candidate?
For example dev-libs/icu in debian is split in

icu-devtools
icu-devtools-dbg
icu-doc
libicu-dev
libicu58
libicu58-dbg

IMHO a reference to one of these two will be better, preferring the second

https://packages.debian.org/source/experimental/icu
https://tracker.debian.org/pkg/icu
Comment 2 Jonas Stein gentoo-dev 2017-05-22 20:29:38 UTC
cat/foo installs on gentoo files A, B, C
on debian it is 

foo -> A
foo-dbg -> B
foo-doc -> C
foo-extras -> D

Then we could write it as
<remote-id type="debian"> foo foo-dbg foo-doc </remote-id>
Comment 3 Mike Gilbert gentoo-dev 2017-06-05 20:42:30 UTC
There's no obvious assignee for this, so I'm assigning it to the reporter.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-06 01:59:18 UTC
https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Upstream_remote-id_types has instructions if you wish to do this.