* Christoph Berg <m...@debian.org> [121219 13:03]:
> It would be nice if "reprepro ls $pkg" would also (optionally?)
> include the component name.
>
> For apt.postgresql.org, I have the libpq5 binary diverted to various
> components, but ls doesn't show that:
>
> $ reprepro ls libpq5
> libpq5 |  9.2.2-1.pgdg+1 |                sid-pgdg | amd64, i386
> libpq5 | 8.3.22-1.pgdg+1 |                sid-pgdg | amd64, i386
> libpq5 | 8.4.15-1.pgdg+1 |                sid-pgdg | amd64, i386
> libpq5 | 9.0.11-1.pgdg+1 |                sid-pgdg | amd64, i386
> libpq5 |  9.1.7-1.pgdg+1 |                sid-pgdg | amd64, i386

Thanks for the suggestion. reprepro 4.13 will get something for that.
Until that something like
for c in main 8.3 8.4 9.0 9.1 ; do reprepro -C $c list libpq5 | sed -e 's/.*|/& 
'"$c"' | /' ; done
should theoretically give (except spacing) mostly the same output.

        Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to