Re: lintian errors packaging Barry's Emacs

2022-12-26 Thread Santiago Vila

El 26/12/22 a las 16:28, Barry Scott escribió:

E: bemacs source: malformed-debian-changelog-version 8.9.3 (for non-native) 
[debian/changelog:1]

It seems that the changelog issue is around lintian mandating a issue to close?
I have no issue what do I put in the changelog? Or do I have to configure this
check off?


It's not related to closing issues. Look at the error message: it says 
[debian/changelog:1] that the error happens in the very first line of the 
debian/changelog, probably you wrote something like this as the very first line:

bemacs (8.9.3) unstable; urgency=medium

This is only ok if you are creating a native package.

I assume your package is not native, so version should really be 8.9.3-1 for 
the first Debian revision, 8.9.3-2 for the second, and so on.


E: bemacs source: python3-depends-but-no-python3-helper bemacs

This seems to mean that I need something in the rules file to make lintian be 
happy.
My build system can set the shebang to what ever is expected. I have tried with
/usr/bin/python3 and /usr/bin/python3.10 both get errors.


Explanation here:

https://lintian.debian.org/tags/python3-depends-but-no-python3-helper

My advice here is to take a look at other Debian python packages.


E: bemacs source: source-is-missing [HTML/extn_intro.html]

This I am baffled by. The named sources are in the bemacs_8.9.3.orig.tar.gz but 
this
error claims they are not present.


Explanation here:

https://lintian.debian.org/tags/source-is-missing

Did you really write extn_intro.html by hand from scratch, or maybe you created 
it
from something else before putting it inside bemacs_8.9.3.orig.tar.gz?

Lintian thinks it's the latter, hence the complain. If it's really the former,
use a lintian override.


Hope this helps.



Salsa repository creation request

2022-12-26 Thread Philippe SWARTVAGHER
Hello,

The package shaderc I maintain was accepted into unstable. I put sources of the 
package in a Salsa repository under my namespace: 
https://salsa.debian.org/phsw/shaderc . 
Now the package is accepted, could someone create a repository under the debian 
namespace and give to me push access, so I can push the sources there, please? 
My login on Salsa is phsw.

Thanks!

Philippe.

Bug#1026335: RFS: carl9170fw/1.9.9-427-gecb68a7-1 [ITP] -- firmware for AR9170 USB wireless adapters

2022-12-26 Thread Bastian Germann

The reason why I requested you to reopen the old RFS instead of filing a new 
one is
that you have not yet addressed all of pabs's comments:

On Wed, 05 Jan 2022 09:49:13 +0800 Paul Wise  wrote:
> Several files have missing/incorrect information in debian/copyright,
> please do a full audit of the code looking for copyright/license info.
>
>  * tools/include/list.h is LGPL
>  * tools/include/frame.h is partly from Linux, unknown copyright
>  * include/shared/eeprom.h also contains ISC code



Bug#1027030: RFS: runit/2.1.2-52 -- system-wide service supervision

2022-12-26 Thread Lorenzo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "runit":

 * Package name : runit
   Version  : 2.1.2-52
   Upstream contact : Gerrit Pape 
 * URL  : http://smarden.org/runit/
 * License  : CC0-1.0, BSD-3-clause, GPL-3+
 * Vcs  : https://salsa.debian.org/debian/runit
   Section  : admin

The source builds the following binary packages:

  runit - system-wide service supervision
  runit-run - service supervision (systemd and sysv integration)
  runit-systemd - transitional package for runit-systemd users
  getty-run - runscripts to supervise getty processes
  runit-init - system-wide service supervision (as init system)

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/runit/

Alternatively, you can download the package with 'dget' using this
command:

  dget -x
  https://mentors.debian.net/debian/pool/main/r/runit/runit_2.1.2-52.dsc

git repo:

  https://salsa.debian.org/debian/runit/-/tree/next

Changes since the last upload:

 runit (2.1.2-52) unstable; urgency=medium
 .
   * upload to unstable
   * run_sysv_scripts: remove test for name-daemon case
   * stage1: special case for alsa-utils initscript
   * bump Standards-Version, no changes required
   * shellcheck on cpsv, trigger_sv
   * cpsv:
- fix wrong (old) metafiles path for make_svlinks
- update also log/run with -f
- stop using a tmp dir
- exclude conf pattern with diff
- small optimizations
- update manpage

Regards,
Lorenzo Puliti



lintian errors packaging Barry's Emacs

2022-12-26 Thread Barry Scott
I am build my first Debian package for Barry's Emacs (https:://barrys-emacs.org)
My build environment is Ubuntu 22.10.

There are some lintian errors that I do not know how to handler.

Now running lintian bemacs_8.9.3_amd64.changes ...
E: bemacs source: malformed-debian-changelog-version 8.9.3 (for non-native) 
[debian/changelog:1]
E: bemacs source: python3-depends-but-no-python3-helper bemacs
E: bemacs: python3-script-but-no-python3-dep /usr/bin/python3 (does not satisfy 
python3:any | python3-minimal:any) [usr/bin/bemacs]
E: bemacs: python3-script-but-no-python3-dep /usr/bin/python3 (does not satisfy 
python3:any | python3-minimal:any) [usr/bin/bemacs_server]
E: bemacs source: source-is-missing [HTML/extn_intro.html]
...
E: bemacs source: source-is-missing [HTML/ug_top.html]
Finished running lintian.

E: bemacs source: malformed-debian-changelog-version 8.9.3 (for non-native) 
[debian/changelog:1]

It seems that the changelog issue is around lintian mandating a issue to close?
I have no issue what do I put in the changelog? Or do I have to configure this
check off?

E: bemacs source: python3-depends-but-no-python3-helper bemacs

This seems to mean that I need something in the rules file to make lintian be 
happy.
My build system can set the shebang to what ever is expected. I have tried with
/usr/bin/python3 and /usr/bin/python3.10 both get errors.

E: bemacs source: source-is-missing [HTML/extn_intro.html]

This I am baffled by. The named sources are in the bemacs_8.9.3.orig.tar.gz but 
this
error claims they are not present.

How do debug this?

Barry



Bug#1027008: marked as done (RFS: ipmitool/1.8.19-3 -- utility for IPMI control with kernel driver or LAN interface)

2022-12-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Dec 2022 14:28:46 +0100
with message-id <328abf87-19a7-1a82-7051-00fe245c0...@debian.org>
and subject line Re: RFS: ipmitool/1.8.19-3 -- utility for IPMI control with 
kernel driver or LAN interface
has caused the Debian Bug report #1027008,
regarding RFS: ipmitool/1.8.19-3 -- utility for IPMI control with kernel driver 
or LAN interface
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1027008: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027008
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "ipmitool":

   Package name : ipmitool
   Version  : 1.8.19-3
   Upstream contact : [fill in name and email of upstream]
   URL  : https://github.com/ipmitool/ipmitool
   License  : BSD-3-clause
   Vcs  : https://jff.email/cgit/ipmitool.git
   Section  : utils

The source builds the following binary packages:

  ipmitool - utility for IPMI control with kernel driver or LAN
interface (daemon)

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/ipmitool/

Alternatively, you can download the package with 'dget' using this
command:

 dget -x 
https://mentors.debian.net/debian/pool/main/i/ipmitool/ipmitool_1.8.19-3.dsc

or from 

 git https://jff.email/cgit/ipmitool.git?h=release%2Fdebian%2F1.8.19-3



Changes since the last upload:

 ipmitool (1.8.19-3) unstable; urgency=medium
 .
   * debian/patches/0110-unpdate_IANA_URL.patch:
 - Fix file name for local IANA PEN database (Closes: #1023312).
   Thanks to Elimar Riesebieter .



CU 
Jörg
-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema: SYR8SJXB
Wire: @joergfringsfuerst
Skype: joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.



signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---

Thanks for the update.--- End Message ---


Bug#1027009: marked as done (RFS: python-ebooklib/0.18-1 [QA] -- E-book library for handling EPUB2/EPUB3/Kindle formats - documentation)

2022-12-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Dec 2022 14:11:09 +0100
with message-id <29d7ee90-16a1-e125-5fd9-6f843c237...@debian.org>
and subject line Re: RFS: python-ebooklib/0.18-1 [QA] -- E-book library for 
handling EPUB2/EPUB3/Kindle formats - documentation
has caused the Debian Bug report #1027009,
regarding RFS: python-ebooklib/0.18-1 [QA] -- E-book library for handling 
EPUB2/EPUB3/Kindle formats - documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1027009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027009
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "python-ebooklib":

 * Package name : python-ebooklib
   Version  : 0.18-1
   Upstream contact : Aleksandar Erkalović 
 * URL  : https://github.com/aerkalov/ebooklib
 * License  : AGPL-3
 * Vcs  :
   Section  : python

The source builds the following binary packages:

  python3-ebooklib - Python 3 E-book library for handling EPUB2/EPUB3/Kindle 
formats
  python-ebooklib-doc - E-book library for handling EPUB2/EPUB3/Kindle formats 
- documentation

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/python-ebooklib/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python-ebooklib/python-ebooklib_0.18-1.dsc

Changes since the last upload:

 python-ebooklib (0.18-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
   * Split documentation out to a separate package.
   * Add doc-base file.
   * Remove trailing whitespace from d/changelog.
   * No longer install extra documentation files like 'AUTHOR' and 'VERSION'.
   * d/upstream/metadata: Include upstream metadata.
   * Bump debhelper-compat to 13.
   * Update Standards-Version to 4.6.2, no changes needed.
   * Don't explicitly depend on python3-lxml and python3-six, these are found
 automatically.
   * Add autopkgtest.

Regards,
--- End Message ---
--- Begin Message ---

Thanks for the update.--- End Message ---


Bug#1027008: RFS: ipmitool/1.8.19-3 -- utility for IPMI control with kernel driver or LAN interface

2022-12-26 Thread Jörg Frings-Fürst
Hello,


I have also add a patch to add PATH_MAX for hurd-i386.

Now is the changelog:



ipmitool (1.8.19-3) unstable; urgency=medium
 .
   * debian/patches/0110-unpdate_IANA_URL.patch:
 - Fix file name for local IANA PEN database (Closes: #1023312).
   Thanks to Elimar Riesebieter .
   * New debian/patches/0115-hurd_PATH_MAX.patch:
 - Add missing PATH_MAX for hurd-i386.


CU
Jörg
-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema: SYR8SJXB
Wire: @joergfringsfuerst
Skype: joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.



signature.asc
Description: This is a digitally signed message part


Bug#1027009: RFS: python-ebooklib/0.18-1 [QA] -- E-book library for handling EPUB2/EPUB3/Kindle formats - documentation

2022-12-26 Thread Håvard F . Aasen
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "python-ebooklib":

 * Package name : python-ebooklib
   Version  : 0.18-1
   Upstream contact : Aleksandar Erkalović 
 * URL  : https://github.com/aerkalov/ebooklib
 * License  : AGPL-3
 * Vcs  :
   Section  : python

The source builds the following binary packages:

  python3-ebooklib - Python 3 E-book library for handling EPUB2/EPUB3/Kindle 
formats
  python-ebooklib-doc - E-book library for handling EPUB2/EPUB3/Kindle formats 
- documentation

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/python-ebooklib/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/python-ebooklib/python-ebooklib_0.18-1.dsc

Changes since the last upload:

 python-ebooklib (0.18-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
   * Split documentation out to a separate package.
   * Add doc-base file.
   * Remove trailing whitespace from d/changelog.
   * No longer install extra documentation files like 'AUTHOR' and 'VERSION'.
   * d/upstream/metadata: Include upstream metadata.
   * Bump debhelper-compat to 13.
   * Update Standards-Version to 4.6.2, no changes needed.
   * Don't explicitly depend on python3-lxml and python3-six, these are found
 automatically.
   * Add autopkgtest.

Regards,



Bug#1027008: RFS: ipmitool/1.8.19-3 -- utility for IPMI control with kernel driver or LAN interface

2022-12-26 Thread Jörg Frings-Fürst
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "ipmitool":

   Package name : ipmitool
   Version  : 1.8.19-3
   Upstream contact : [fill in name and email of upstream]
   URL  : https://github.com/ipmitool/ipmitool
   License  : BSD-3-clause
   Vcs  : https://jff.email/cgit/ipmitool.git
   Section  : utils

The source builds the following binary packages:

  ipmitool - utility for IPMI control with kernel driver or LAN
interface (daemon)

To access further information about this package, please visit the
following URL:

  https://mentors.debian.net/package/ipmitool/

Alternatively, you can download the package with 'dget' using this
command:

 dget -x 
https://mentors.debian.net/debian/pool/main/i/ipmitool/ipmitool_1.8.19-3.dsc

or from 

 git https://jff.email/cgit/ipmitool.git?h=release%2Fdebian%2F1.8.19-3



Changes since the last upload:

 ipmitool (1.8.19-3) unstable; urgency=medium
 .
   * debian/patches/0110-unpdate_IANA_URL.patch:
 - Fix file name for local IANA PEN database (Closes: #1023312).
   Thanks to Elimar Riesebieter .



CU 
Jörg
-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser


git:  https://jff.email/cgit/

Threema: SYR8SJXB
Wire: @joergfringsfuerst
Skype: joergpenguin
Ring: jff
Telegram: @joergfringsfuerst


My wish list: 
 - Please send me a picture from the nature at your home.



signature.asc
Description: This is a digitally signed message part