Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Find packages from a specific maintainer

124 views
Skip to first unread message

Rasmus MK

unread,
Jun 12, 2021, 2:40:04 PM6/12/21
to
Hello list,

When I run the command `apt show profanity` I can see that it is
maintained by "Debian XMPP Maintainers". I'm interested in
what other packages this maintainer/group maintains but don't understand how to
get hold of it.

Is it possible to search in the maintainer field with apt? If not, can I lookup this
information somewhere else?

// Rasmus

Greg Wooledge

unread,
Jun 12, 2021, 3:00:04 PM6/12/21
to
On Sat, Jun 12, 2021 at 08:33:19PM +0200, Rasmus MK wrote:
> When I run the command `apt show profanity` I can see that it is
> maintained by "Debian XMPP Maintainers". I'm interested in
> what other packages this maintainer/group maintains

First, I looked at /var/lib/dpkg/status -- and that's fine, but it only
shows the packages that I have installed. I'm guessing you want to search
for uninstalled packages as well.

So, next I looked in /var/lib/apt/lists/ and picked one of the several
lists there. The format is easy enough to parse. You can even do it
with an awk one-liner.

unicorn:~$ awk '/^Package:/{p=$2} /^Maintainer: Debian XMPP/{print p}' /var/lib/apt/lists/ftp.us.debian.org_debian_dists_bullseye_main_binary-amd64_Packages
dino-im
dino-im-common
gajim
gajim-antispam
gajim-appindicatorintegration
gajim-lengthnotifier
gajim-omemo
gajim-openpgp
gajim-pgp
gajim-plugininstaller
gajim-syntaxhighlight
gajim-triggers
gajim-urlimagepreview
gsasl
gsasl-common
gsasl-doc
libgsasl-dev
libgsasl7
libgsasl7-dev
jabber-muc
jabberd2
libjs-jac
jwchat
libphp-jabber
libsignal-protocol-c-dev
libsignal-protocol-c2.3.2
libstrophe-dev
libstrophe0
libloudmouth1-0
libloudmouth1-dev
mcabber
painintheapt
poezio
python3-poezio-poopt
profanity
profanity-light
prosody
prosody-modules
psi
psi-l10n
purple-rocketchat
python-nbxmpp-doc
python3-nbxmpp
python3-omemo
python3-omemo-backend-signal
libqxmpp-dev
libqxmpp-doc
libqxmpp3
sat-xmpp-core
sat-xmpp-jp
sat-xmpp-primitivus
sat-pubsub
sat-templates
python-slixmpp-doc
python3-slixmpp
python3-slixmpp-lib
sms4you
sms4you-doc
sms4you-email
sms4you-xmpp
libjs-strophe
libtaningia-dev
libtaningia0
telegram-purple
python3-urwid-satext

Brad Rogers

unread,
Jun 12, 2021, 3:10:04 PM6/12/21
to
On Sat, 12 Jun 2021 20:33:19 +0200
Rasmus MK <ras...@mallio.se> wrote:

Hello Rasmus,

>Is it possible to search in the maintainer field with apt? If not, can

IDK if that's possible but....

>I lookup this information somewhere else?

...look up any package the maintainers deal with (profanity in this case)
at https://packages.debian.org

Select one of the repos (buster, jessie, etc. it doesn't matter)

On the page you're taken to on the right hand side of the screen is a
column "Links for {package name}". Part way down is a section entitled
'Maintainers'. In that section, click the link to 'QA Page' and you'll
be taken to the page with the info you're interested in.

--
Regards _
/ ) "The blindingly obvious is
/ _)rad never immediately apparent"
It's not your heart, it's your bank I want to break
It's Yer Money - Wonder Stuff

Teemu Likonen

unread,
Jun 12, 2021, 3:20:05 PM6/12/21
to
* 2021-06-12 20:33:19+0200, Rasmus MK wrote:

> When I run the command `apt show profanity` I can see that it is
> maintained by "Debian XMPP Maintainers". I'm interested in what other
> packages this maintainer/group maintains but don't understand how to
> get hold of it.
>
> Is it possible to search in the maintainer field with apt?

Yes. "aptitude" can do that:

aptitude search '?maintainer(Debian XMPP)'

--
/// Teemu Likonen - .-.. https://www.iki.fi/tlikonen/
// OpenPGP: 4E1055DC84E9DFF613D78557719D69D324539450
signature.asc

Francisco M Neto

unread,
Jun 12, 2021, 3:20:05 PM6/12/21
to
Hello,

On 2021-06-12 20:33, Rasmus MK wrote:
>
> Is it possible to search in the maintainer field with apt? If not, can I lookup this
> information somewhere else?

I'm not sure about apt but you can check the tracker page for
that package. It will give you the name of the maintainer and clicking
on the 'DMD' link will take you to their dashboard. In the dashboard you
can see all the packages that person is involved with.

Cheers,

--
Francisco M Neto

Jonathan Dowland

unread,
Jun 14, 2021, 6:00:04 PM6/14/21
to
On Sat, Jun 12, 2021 at 08:33:19PM +0200, Rasmus MK wrote:
>Is it possible to search in the maintainer field with apt? If not, can
>I lookup this information somewhere else?

The Debian QA site can provide you with a list.

For Debian XMPP Maintainers:
<https://qa.debian.org/developer.php?email=pkg-xmpp-devel%40lists.alioth.debian.org>

You can tweak the options below the big table to change filtering and
presentation to suit.


--
Please do not CC me, I am subscribed to the list.

👱🏻 Jonathan Dowland
jm...@debian.org
🔗 https://jmtd.net
0 new messages