PICCA Frederic-Emmanuel
writes:
>> There is the Source field in d/copyright where you can put a git remote
>> URL. Maybe that usage should go into DEP-14 ?
>
> So we have upstream informations in
>
> d/copyright
> d/control (git url of our VCS).
> d/watch (in git mode)
> d/upstream/metadata (wha
Holger Levsen writes:
> On Wed, May 14, 2025 at 09:30:25AM +0200, Simon Josefsson wrote:
>> Are there any guarantees on semantics for package removals? Will the
>> user/group be removed from /etc/{passwd,group} or not? Will it remove
>> the home directory? What happens
Andrea Pappacoda writes:
> Hi Ahmad,
>
> Il 13 maggio 2025 00:30:09 CEST, Ahmad Khalifa ha scritto:
>> Relatively new perhaps. Needs a little fiddling to work with debhelper
>> compat level 13 (needs dh helper called from d/rules).
>
> You might want to build-depend on dh-sequence-sysusers inst
Marco d'Itri writes:
> On May 12, Simon Josefsson wrote:
>
>>Having some mechanism to create package-specific users seems like one
>>useful goal, and I don't understand why each package has to write
>>scripts to invoke 'adduser' and deal with a
Bill Allombert writes:
> Le Sun, Apr 20, 2025 at 11:22:04PM +0500, Andrey Rakhmatullin a écrit :
>> On Sun, Apr 20, 2025 at 06:25:53PM +0100, Josh Triplett wrote:
>> > What I'm suggesting here is that if every individual package that needs
>> > awk has a Depends on it (via a package that allows s
Vincent Lefevre writes:
> On 2025-05-07 18:18:25 +0200, Simon Josefsson wrote:
>> Vincent Lefevre writes:
>>
>> > On 2025-05-07 14:40:01 +0200, Simon Josefsson wrote:
>> >> I think a reasonable conservative system policy is PATH=/usr/bin and
>> >&g
Santiago Vila writes:
> El 7/5/25 a las 21:44, Simon McVittie escribió:
>> That's not clear. Different developers have different
> interpretations of what "packages must build successfully from source"
> means - as a minimum they need to be buildable on our official
> buildds, but the more differ
Simon McVittie writes:
> On Wed, 07 May 2025 at 14:40:01 +0200, Simon Josefsson wrote:
>>I think we should give up on /usr/games and move those
>>executables to /usr/bin, renaming any binaries that conflict.
>
> This seems somewhat off-topic for a discussion of FTBFS - I
Vincent Lefevre writes:
> On 2025-05-07 14:40:01 +0200, Simon Josefsson wrote:
>> I think a reasonable conservative system policy is PATH=/usr/bin and
>> anything beyond that is something the user or system administrator have
>> to add. I think we should give up on /usr
Matthias Urlichs writes:
> On 07.05.25 12:00, Santiago Vila wrote:
>> For example, some configure script might look in
>> the PATH and decide that sh is in /usr/bin and ship shell scripts
>> as #!/usr/bin/sh.
>
> That's not a problem, because today's default (according to my
> /etc/login.defs) is
Santiago Vila writes:
> El 7/5/25 a las 10:39, Matthias Urlichs escribió:
>> On 06.05.25 13:31, Ahmad Khalifa wrote:
>>> Fedora doesn't set /bin anymore in the $PATH
>> IMHO we should follow that practice, post-Trixie.
>
> I disagree that we should do that.
>
> AFAIK, the usr-merge was not about
Matthias Urlichs writes:
> On 06.05.25 13:31, Ahmad Khalifa wrote:
>> Fedora doesn't set /bin anymore in the $PATH
>
> IMHO we should follow that practice, post-Trixie.
Agreed. I wrote a bug report about that and then found it was already
reported, so summarizing:
1) login.defs can drop /bin a
Chris Hofstaedtler writes:
>>podman run -it --rm debian:trixie
>>apt-get update
>>apt-get install -y --no-install-recommends gradle
>>PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
>>gradle
>>/bin/gradle: 23: cd: can't cd to /bin/../share/gradle/bin/..
>
> I'll point out that t
Johannes Schauer Marin Rodrigues writes:
> Hi,
>
> Quoting Simon Josefsson (2025-05-06 11:34:47)
>> The problem seems that it is generating a relative path to its own command
>> expanded via PATH, which doesn't work because there is no /share symlink but
>> there
Hi
I'm doing archive-wide package rebuilds in GitLab CI/CD and my toolchain
uses 'setpriv --reset-env' to drop privileges and reset the environment
variables, which results in:
PATH=/usr/local/bin:/bin:/usr/bin
This unusual ordering appears to be intentional for setpriv:
https://manpages.debian
Thanks for explaining!
Charles Plessy writes:
> Duplicate entries in /etc/mime.types are not supported by some
> software including web browsers.
This was the part I was missing for my understanding. That seems like a
bug. Is progress on fixing that tracked anywhere? Is /etc/mime.types
still
Jakub Wilk writes:
> * Simon Josefsson , 2025-04-23 10:45:
>>https://www.iana.org/assignments/media-types/application/texinfo
>
> The "Published specification" link is:
> https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Info-Format-Specification
&g
Simon Josefsson writes:
> Charles Plessy writes:
>
>> And the situation could be easily reverted by somebody declaring
>> `text/texinfo` to the IANA.
>
> I did so now.
There was a bunch of discussion back and forth with IANA and eventually
application/texinf
Josh Triplett writes:
> And the extra symlinks in `/etc/alternatives` don't take much size; I
> agree you don't need update-alternatives, but then, you also don't
> strictly need the entire dpkg and apt packages, if you're already
> omitting their files under /var/lib.
Right -- has anyone consid
Sean Whitton writes:
> Hello,
>
> On Fri 18 Apr 2025 at 08:18am -04, Michael Stone wrote:
>
>> On Fri, Apr 18, 2025 at 02:52:17PM +0800, Sean Whitton wrote:
>>>On Thu 17 Apr 2025 at 08:02pm -05, Richard Laager wrote:
So, personally, I think getting mktemp(1) added to POSIX would be
bett
Hi
I noticed that Fedora 42 was released and their docker images lack a
'awk' tool. Debian trixie images ship with 'mawk' pre-installed right
now. While I'm not convinced the removal game is necessarily a good
one, I can see that it does have some advantages. Is it possible to
drop 'mawk' from
Henrik Ahlgren writes:
> Simon Josefsson writes:
>
>> I think the idea behind the "proprietary system library" GPL exception
>> is to make it possible to distribute GPL binaries linked to non-free
>> system libraries on systems where that is pretty much unavoi
Michael Stone writes:
> On Tue, Apr 15, 2025 at 03:38:38PM +0200, Simon Josefsson wrote:
>>I believe that is a fairly new (~5 years?) approach within Debian.
>>Debian used to treat OpenSSL incompatible with GPLv2 and that all code
>>that link to OpenSSL has to have a GPL+Ope
Ansgar 🙀 writes:
> No, that is not the core problem. Debian, like most other binary
> distributions, heavily relies on the system library exception in many,
> many places.
I believe that is a fairly new (~5 years?) approach within Debian.
Debian used to treat OpenSSL incompatible with GPLv2 and
Richard Laager writes:
> As I have said before: I think that computer programmers have a
> tendency to treat licenses as if they are self-executing (and precise
> like software).
Agreed, this is often a challenge when technical people discuss legal
matters, and it helps to keep this in mind.
>
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-robinus2-golang-moving-average
Version : 1.0.0-1
Upstream Author : Robin Verlangen
* URL : https://github.com/RobinUS2/golang-moving-average
* License : Apache-2.0
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-globocom-go-buffer
Version : 2.0.0-1
Upstream Author : Globo.com
* URL : https://github.com/globocom/go-buffer
* License : Expat
Programming Lang: Go
Description
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-transparency-dev-trillian-tessera
Version : 0.1.1-1
Upstream Author : The Tessera authors
* URL : https://github.com/transparency-dev/trillian-tessera
* License : Apache-2.0
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-transparency-dev-formats
Version : 0.0~git20250403.313b830-1
Upstream Author : Google LLC
* URL : https://github.com/transparency-dev/formats
* License : Apache-2.0
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: lib1305
Version : 20250407
Upstream Author : Kaushik Nath, Daniel J. Bernstein, et al
* URL : https://lib1305.cr.yp.to/
* License : public domain
Programming Lang: C
Description
Ansgar writes:
> Hi,
>
> as usual we have prepared new archive signing keys.
Can you share some more information about these keys?
Some questions were asked in
https://lists.debian.org/debian-devel/2024/02/msg9.html quoted here
again for easy reference:
2) For each private key, information
"Andrea Pappacoda" writes:
> Hi Charles,
>
> On Sat Apr 5, 2025 at 5:59 PM CEST, Charles Plessy wrote:
>> I just want to update you with a few words about the Gateway to NEW
>> project. (https://salsa.debian.org/newgateway-team)
>>
>> Our goal is to have an infrastructure and tools to host pre-u
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: landrun
Version : 0.1.15-1
Upstream Author : Armin ranjbar
* URL : https://github.com/zouuup/landrun
* License : Expat
Programming Lang: Go
Description : Run any process in a
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: log-go
Version : 0.15.2-1
Upstream Author : Sigsum
* URL : https://git.glasklar.is/sigsum/core/log-go/
* License : BSD-2-Clause
Programming Lang: Go
Description : Sigsum
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-openpubkey-openpubkey
Version : 0.7.3-1
Upstream Author : EthanHeilman, jonnystoten, et al
* URL : https://github.com/openpubkey/openpubkey
* License : Apache-2.0
Jeremy Stanley writes:
> On 2025-03-27 20:57:52 +0100 (+0100), Petter Reinholdtsen wrote:
>> [Simon Josefsson]
>> > Why does it need to encrypt data?
>>
>> To protect the users privacy.
>>
>> > Can't we just send telemetry over https like every
Bill Allombert writes:
> Dear Debian developpers,
>
> popularity-contest relies on /usr/bin/gpg for encrypting files.
> (it cannot use gpgv which does not provide encryption).
Why does it need to encrypt data?
Can't we just send telemetry over https like everyone else?
For people who are uncom
Nicolas Peugnet writes:
> On 27/03/2025 13:50, Simon Josefsson wrote:
>> I've found the 'dh-make-golang make' tool incredibly useful to quickly
>> get a suitable debian/* template for a project. I would find a similar
>> tool that isn't Go-specific whi
"Jonathan Dowland" writes:
> On Wed Mar 26, 2025 at 7:12 PM GMT, Alexandre Detiste wrote:
>> Please stop this series of troll packages.
>
> I think characterising this as trolling is unfair.
+1
> Clearly this is not suitable for inclusion in Debian, but, what isn't
> clear is Luka's intent. It
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-google-go-tspi
Version : 0.3.0-1
Upstream Author : Google
* URL : https://github.com/google/go-tspi
* License : Apache-2.0
Programming Lang: Go
Description : TSPI
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-awnumar-memguard
Version : 0.22.5-1
Upstream Author : Awn
* URL : https://github.com/awnumar/memguard
* License : Apache-2.0
Programming Lang: Go
Description : Secure
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-awnumar-memcall
Version : 0.4.0-1
Upstream Author : Awn
* URL : https://github.com/awnumar/memcall
* License : Apache-2.0
Programming Lang: Go
Description : Cross
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-filippo-bigmod
Version : 0.0.3-1
Upstream Author : Filippo Valsorda
* URL : https://github.com/FiloSottile/bigmod
* License : BSD-3-clause
Programming Lang: Go
Description
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: opkssh
Version : 0.3.0-1
Upstream Author :
* URL : https://github.com/openpubkey/opkssh
* License : Apache-2.0
Programming Lang: Go
Description : opkssh (OpenPubkey SSH)
opkssh
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org
* Package name: python-freezegun
Version : 1.5.1
Upstream Author : Steve Pulec
* URL : https://github.com/spulec/freezegun/
* License
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-tink-crypto-tink-go-awskms
Version : 2.1.0-1
Upstream Author : Tink Cryptography Library
* URL : https://github.com/tink-crypto/tink-go-awskms
* License : Apache-2.0
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-tink-crypto-tink-go
Version : 2.3.0-1
Upstream Author : Tink Cryptography Library
* URL : https://github.com/tink-crypto/tink-go
* License : Apache-2.0
Programming Lang: Go
Sean Whitton writes:
>> Packages (for example): libntlm, cppi, git2cl, guile-fibers
>
> That should be enough! If you were able to do at least one upload using
> 'dgit push-source' for each package to confirm everything is okay, that
> would be great.
Should be done for libntlm, git2cl and guil
Sean Whitton writes:
>> Should be done for libntlm, git2cl and guile-fibers now. Dgit didn't
>> like cppi, doesn't it handle bare-debian/-style packaging? See:
>> https://salsa.debian.org/debian/cppi
>
> It has --quilt=baredebian+git and --quilt=baredebian+tarball for this
> -- please give one
Sean Whitton writes:
> That should be enough! If you were able to do at least one upload using
> 'dgit push-source' for each package to confirm everything is okay, that
> would be great.
I'll try. I got a SSH push warning on first use -- how would I verify
this host SSH key? What's the risk u
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-smallstep-scep
Version : 0.0~git20250221.171a5fa-1
Upstream Author : Smallstep
* URL : https://github.com/smallstep/scep
* License : Expat
Programming Lang: Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-tink-crypto-tink-go-gcpkms
Version : 2.2.0-1
Upstream Author : Tink Cryptography Library
* URL : https://github.com/tink-crypto/tink-go-gcpkms
* License : Apache-2.0
Yay!
I'm happy to beta-test this. Exactly what features are required from
dgit to be able to use tag2upload? Maybe I can offer myself to vet the
process as a package maintainer that only minimally uses dgit, assuming
that I can manage to install and get dgit to work on my machine. A
simple 'dpk
Maytham Alsudany writes:
>> 2. The package maintainer opens an issue with _Review_ template (shall we
>> just make it default?). Salsa ID pings in the issue can be useful for
>> exchanging reviews.
>>
>> 3. Once the checklist is clear, the maintainer uses the create merge
>> requ
Charles Plessy writes:
> On Fri, 2025-03-07 at 09:51 +0900, Charles Plessy wrote:
>
>> > I have prepared a stub for a "Gateway to NEW" on Salsa:
>> >
>> > https://salsa.debian.org/newgateway-team
>
> Le Sun, Mar 09, 2025 at 06:00:55PM +0800, Maytham Alsudany a écrit :
>
>> Am I correct in assu
Aurélien COUDERC writes:
> Le 10 mars 2025 11:56:28 GMT+01:00, Simon Josefsson a
> écrit :
>
>>https://www.gnu.org/distros/optionally-free-not-enough.html
>>
>>https://www.gnu.org/philosophy/install-fest-devil.html
>
> … of course … that's where the cor
Geert Stappers writes:
>> > We're not obligated to validate their questionable choices in buying
>> > hardware that ships with non-free firmware
>>
>> There are a lot of competing priorities here, and it's the height of
>> arrogance to be so certain that one's own opinion is best as to try to
>>
Philip Hands writes:
> Hi Simon,
>
> Simon Josefsson writes:
>
>> While this may be fine to you it is not fine to me, and it is fine to
>> disagree on that.
>
> If there were a method of building images that did not touch the
> non-free components, I presume tha
Marc Haber writes:
> I still haven't heard arguments why people refuse to use an installer
> that comes with non-free firmware, asks whether this firmware should
> be used, and if answered "no", none of this non-free firmware ends up
> in the installed system. The resulting system is free regardl
Luke Faraone writes:
> The rationale given when I joined as ftpassistant (c. 2012) for not
> publicising decisions e.g. in the ITP was to avoid publishing
> potentially harshly-worded and embarassing reviews to maintainers in
> public (like pointing out that you missed a fairly obvious license
>
Ansgar 🙀 writes:
> Hi,
>
> On Sun, 2025-03-09 at 15:58 +0100, Simon Josefsson wrote:
>> Ansgar 🙀 writes:
>>
>> > Hi,
>> >
>> > On Sun, 2025-03-09 at 14:19 +0100, Simon Josefsson wrote:
>> > > Our experience seems to differ, I now
"Andrew M.A. Cater" writes:
> On Sun, Mar 09, 2025 at 03:58:59PM +0100, Simon Josefsson wrote:
>>
>> Agreed. However none of that hardware require me to load non-free
>> firmware from my operating system, which is my point. That situation is
>> sufficient
Ansgar 🙀 writes:
> Hi,
>
> On Sun, 2025-03-09 at 14:19 +0100, Simon Josefsson wrote:
>> Our experience seems to differ, I now run Trisquel and Guix on many of
>> my home and machines and servers. For my uses they all work without
>> non-free firmware. You ha
Matthias Urlichs writes:
> On 08.03.25 21:09, Simon Josefsson wrote:
>> I read this outcome as fairly clear message that, no, Debian does not
>> want to provide a second set of installer images, and is not interested
>> in contributions to make them.
>
> Another way t
Sean Whitton writes:
> Hello,
>
> On Sun 09 Mar 2025 at 12:17pm +01, Simon Josefsson wrote:
>
>> Sean Whitton writes:
>>
>>> The docs are public: https://salsa.debian.org/ftp-team/manpages
>>
>> Those are helpful even for me as uploading packa
Sean Whitton writes:
>> My personal suggestion would be to work with one or two volunteers to write a
>> somewhat-comprehensive how-to-ftpmaster-the-NEW-queue manual, so that the
>> *next* time you have a bottleneck you can throw that document at the
>> volunteer
>> and say "here's ten example p
Aurélien COUDERC writes:
> Le 8 mars 2025 21:09:00 GMT+01:00, Simon Josefsson a
> écrit :
>
>>I read this outcome as fairly clear message that, no, Debian does not
>>want to provide a second set of installer images, and is not interested
>>in contributions to make
Bill Allombert writes:
> True, but the GR does not prevent Debian of providing a second set of
> installer images. What is required is someone to do the work, as usual.
We already had those images before. The winning choice said:
We will publish these images as official Debian media, replaci
Johannes Schauer Marin Rodrigues writes:
> Hi,
>
> Quoting Simon Josefsson (2025-03-08 13:43:26)
>> My point was that there is no reasonable way to gain confidence about
>> security properties of any piece of non-free microcode. Everyone can now
>> produce AMD m
Bill Allombert writes:
> Le Fri, Mar 07, 2025 at 07:33:53PM +0100, Simon Josefsson a écrit :
>> pan...@disroot.org writes:
>>
>> > I urge Debian to rethink its decision to officially include non-free
>> > firmware and correct the social contract. Instead of
Charles Plessy writes:
>>I suggest to use 'lrc' in the pipeline. I already do this for many
>>packages, and I just add
>>
>>-
>>https://salsa.debian.org/debian/licenserecon/raw/main/debian/licenserecon.yml
>
> Looks good!
>
>>Yes, false positives happens, and it doesn't always handle Autotools
pan...@disroot.org writes:
> I urge Debian to rethink its decision to officially include non-free
> firmware and correct the social contract. Instead of making non-free
> firmware the default, Debian should ensure that users consciously
> choose to install it while being made aware of the implicat
Charles Plessy writes:
> I have prepared a stub for a "Gateway to NEW" on Salsa:
>
> https://salsa.debian.org/newgateway-team
>
> I added `Debian` as a team member.
>
> I am under the impression that forking repositories will not be necessary: if
> we provide CI pipeline packages like the salsa-c
Your graph and statistics on this is great, thank you!
Timo Röhling writes:
> 2. Source packages going through NEW merely because they introduce new
> binary packages are typically processed faster than completely new
> ones.
Good point. Therefore, I think your graph gives a biased view for
an
Charles Plessy writes:
> Hi Sean and everybody,
>
> Around 12 years ago, I proposed a peer-review system to increase the quality
> of
> the packages in the NEW queue. https://wiki.debian.org/CopyrightReview
>
> Maybe we could revisit the idea along these lines:
I like this idea, as an opt-in s
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-smallstep-pkcs7
Version : 0.2.1-1
Upstream Author : Smallstep
* URL : https://github.com/smallstep/pkcs7
* License : Expat
Programming Lang: Go
Description : PKCS #7
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-landlock-lsm-go-landlock
Version : 0.0~git20241014.479ddab-1
Upstream Author : Landlock
* URL : https://github.com/landlock-lsm/go-landlock
* License : Expat
Programming
Julien Puydt writes:
> If you use autotools, you start with configure.ac and .in files. If
> upstream prepared the tree (as they generally do), you also get a
> libtool/configure, etc. From this, you can run ./configure && make &&
> make install ; that will do substitutions in the .in files. And
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-apache-arrow
Version : 17.0.0-1
Upstream Author : The Apache Software Foundation
* URL : https://github.com/apache/arrow
* License : Apache-2.0
Programming Lang: Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-anacrolix-sync
Version : 0.5.3-1
Upstream Author : Matt Joiner
* URL : https://github.com/anacrolix/sync
* License : MPL-2.0
Programming Lang: Go
Description : sync
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-anacrolix-chansync
Version : 0.6.0-1
Upstream Author : Matt Joiner
* URL : https://github.com/anacrolix/chansync
* License : Expat
Programming Lang: Go
Description
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: litetlog
Version : 0.4.2-1
Upstream Author : Filippo Valsorda
* URL : https://github.com/FiloSottile/litetlog
* License : ISC
Programming Lang: Go
Description : A collection of
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-crawshaw-iox
Version : 0.0~git20181124.c51c3df-1
Upstream Author : David Crawshaw
* URL : https://github.com/crawshaw/iox
* License : ISC
Programming Lang: Go
Description
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-crawshaw-sqlite
Version : 0.3.2-1
Upstream Author : David Crawshaw
* URL : https://github.com/crawshaw/sqlite
* License : ISC
Programming Lang: Go
Description : Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-foxboron-go-uefi
Version : 0.0~git20241219.19dc140-1
Upstream Author : Morten Linderud
* URL : https://github.com/Foxboron/go-uefi
* License : Expat
Programming Lang: Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-gitlab-gitlab-org-api-client-go
Version : 0.122.0-1
Upstream Author : GitLab, Sander van Harmelen, et al
* URL : https://gitlab.com/gitlab-org/api/client-go
* License : Apache-2.0
Charles Plessy writes:
> And the situation could be easily reverted by somebody declaring
> `text/texinfo` to the IANA.
I did so now.
/Simon
signature.asc
Description: PGP signature
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
X-Debbugs-CC: debian-devel@lists.debian.org, debian...@lists.debian.org
* Package name: golang-go4-unsafe-assume-no-moving-gc
Version : 0.0~git20231121.b99613f-1
Upstream Author : Brad Fitzpatrick
* URL : https
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
X-Debbugs-CC: debian-devel@lists.debian.org, debian...@lists.debian.org
* Package name: ollama
Version : 0.5.7-1
Upstream Author : Ollama
* URL : https://github.com/ollama/ollama
* License : Expat
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-chewxy-hm
Version : 1.0.0-1
Upstream Author : Chewxy
* URL : https://github.com/chewxy/hm
* License : Expat
Programming Lang: Go
Description : a simple Hindley-Milner
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-xtgo-set
Version : 1.0.0-1
Upstream Author : Kevin Gillette
* URL : https://github.com/xtgo/set
* License : BSD-2-clause
Programming Lang: Go
Description : General
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-gorgonia-vecf64
Version : 0.9.0-1
Upstream Author : Gorgonia
* URL : https://github.com/gorgonia/vecf64
* License : Expat
Programming Lang: Go
Description : vecf64
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-chewxy-math32
Version : 1.11.1-1
Upstream Author : Chewxy
* URL : https://github.com/chewxy/math32
* License : BSD-2-clause
Programming Lang: Go
Description : A
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-gorgonia-vecf32
Version : 0.9.0-1
Upstream Author : Gorgonia
* URL : https://github.com/gorgonia/vecf32
* License : Expat
Programming Lang: Go
Description : vecf32
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-pdevine-tensor
Version : 0.0~git20240510.f88f456-1
Upstream Author : Patrick Devine
* URL : https://github.com/pdevine/tensor
* License : Apache-2.0
Programming Lang: Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-nlpodyssey-gopickle
Version : 0.3.0-1
Upstream Author : NLP Odyssey
* URL : https://github.com/nlpodyssey/gopickle
* License : BSD-2-clause
Programming Lang: Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-d4l3k-go-bfloat16
Version : 0.0~git20211005.690c3bd-1
Upstream Author : Tristan Rice
* URL : https://github.com/d4l3k/go-bfloat16
* License : Expat
Programming Lang: Go
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name: tlsrpt
Version : 0.5.0rc1
Upstream Author : Boris Lohner, Uwe Kamper, et al
* URL : https://github.com/sys4/tlsrpt
* License : LGPLv3+ / GPLv3
Sam Hartman writes:
>> "Otto" == Otto Kekäläinen writes:
>
>
> Otto> I would be curious to hear why people are *not* adopting
> Otto> 'debian/latest'?
>
> Because debian/latest is more to type and because until we adopt
> something I think has a chance of getting real conformity, I a
Package: wnpp
Severity: wishlist
Owner: Simon Josefsson
* Package name: golang-github-google-go-tdx-guest
Version : 0.3.1-1
Upstream Author : Google
* URL : https://github.com/google/go-tdx-guest
* License : Apache-2.0
Programming Lang: Go
Description
1 - 100 of 418 matches
Mail list logo