Bug#976246: dpkg-source: Reference detection of native vs non-native source package type

2020-12-01 Thread Anatoli Babenia
Package: dpkg-dev Version: 1.19.7 Severity: normal File: /usr/bin/dpkg-source Dear Maintainer, It would help greatly if `dpkg-source` reported native or non-native package type. -dpkg-source: info: using source format '1.0' +dpkg-source: info: using non-native source format '1.0' There

Bug#975558: Add public domain to copyright types

2020-11-23 Thread Anatoli Babenia
Package: dh-make Version: 2.202001 I could not find any examples on how to make public domain packaged in Debian. Would be nice if `dh_make` supported it with `--copyright pd` option.

Bug#975558: Add public domain to copyright types

2020-11-23 Thread Anatoli Babenia
that means that 2321 out of 5310 packages contain public domain code. >From the DFSGLicenses FAQ my use case can be solved with placing this text into `debian/copyright`. Copyright: Anatoli Babenia License: public-domain As for inclusion in `dh-make`, I think that there should be

Bug#976301: Fix invalid `changelog` format example

2020-12-02 Thread Anatoli Babenia
Package: debian-policy Control: tag -1 + patch Hello, I am seeking seconds for the following patch: diff --git a/policy/ch-source.rst b/policy/ch-source.rst index edae8c1..1265c5e 100644 --- a/policy/ch-source.rst +++ b/policy/ch-source.rst @@ -126,7 +126,7 @@ That format is a series of entries

Bug#975558: Add public domain to copyright types

2020-11-23 Thread Anatoli Babenia
On Tue, 24 Nov 2020 at 02:33, Craig Small wrote: > > It's not used a lot because its a bit vague. All three of us could write > some license that we think is public domain but it is worded differently. The > problem for dh-make is, which one is the "right" one? > > For GPL-2 for example, there

Bug#976301: Fix invalid `changelog` format example

2021-01-19 Thread Anatoli Babenia
It is hard to spot the space in front of the string, and much harder to understand that it is significant. That's why I still think that applying my patch as-is is a better choice. In committed change https://salsa.debian.org/dbnpolicy/policy/-/commit/69933a335bce539ec8e75f3b5625dc69509d9886 the

Bug#976301: Fix invalid `changelog` format example

2021-01-19 Thread Anatoli Babenia
Guillem is right. I was trying to construct `changelog` entry manually and couldn't get it right using the doc.

Bug#976301: closed by Debian FTP Masters (reply to Sean Whitton ) (Bug#976301: fixed in debian-policy 4.6.0.0)

2021-08-18 Thread Anatoli Babenia
gt; Seconded: Christoph Berg > Seconded: Sean Whitton > Closes: #983657 >* Policy: Support for subpaths in Vcs-Git > Wording: Russ Allbery > Seconded: Sean Whitton > Seconded: Mattia Rizzolo > Closes: #932696 >* 4.4: Fi

Bug#976246: dpkg-source: Reference detection of native vs non-native source package type

2021-09-01 Thread Anatoli Babenia
Hello. > > It would help greatly if `dpkg-source` reported native or non-native > > package type. > > > > -dpkg-source: info: using source format '1.0' > > +dpkg-source: info: using non-native source format '1.0' > > While I think something like this would be nice, unfortunately I'm

Bug#1009747: Missing dependency on dbus-user-session

2022-04-16 Thread Anatoli Babenia
Package: podman Version: 3.0.1+dfsg1-3+deb11u1 All `podman` commands produce a lot of warnings on default install. $ podman version WARN[] The cgroupv2 manager is set to systemd but there is no systemd user session available WARN[] For using systemd, you may need to login using an user

Bug#1009747:

2022-04-16 Thread Anatoli Babenia
It appears installing `dbus-user-session` doesn't fix the problem with excessive messages.

Bug#1009747:

2022-08-19 Thread Anatoli Babenia
system misconfiguration or rather an > runtime error and your dbus user session wasn't running. > > I'm going to change the podman package to add a "Recommends" relationship so > that the package gets installed by default. > > Thanks for your bugreport. > >