Bug#994420: RFS: opendnssec/1:2.1.10-1 -- dependency package to install full OpenDNSSEC suite

2021-09-15 Thread Mat
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

 * Package name: opendnssec
   Version : 1:2.1.10-1
 * URL : https://www.opendnssec.org/
 * License : OLD-BSD, BSD-IBM-ISC, BSD-2-clause, GPL-2
 * Vcs : https://salsa.debian.org/debian/opendnssec
   Section : admin

It builds those binary packages:

  opendnssec-common - common configuration files for OpenDNSSEC suite
  opendnssec - dependency package to install full OpenDNSSEC suite
  opendnssec-doc - documentation for OpenDNSSEC suite
  opendnssec-enforcer - tool to prepare DNSSEC keys (common package)
  opendnssec-enforcer-mysql - tool to prepare DNSSEC keys (MySQL
  backend)
  opendnssec-enforcer-sqlite3 - tool to prepare DNSSEC keys (sqlite3
  backend)
  opendnssec-signer - daemon to sign DNS zone files periodically
  libhsm-bin - library for interfacing PKCS#11 Hardware Security
  Modules

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

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

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

  dget -x
  
https://mentors.debian.net/debian/pool/main/o/opendnssec/opendnssec_2.1.10-1.dsc

Changes since the last upload:

 opendnssec (1:2.1.10-1) unstable; urgency=medium
 .
   * New upstream version 2.1.10
   * control: bump policy to 4.6.0, no code change
   * lintian-overrides: remove obsolete overrides

Regards,


-- 
Mat 


signature.asc
Description: Digital signature


Re: How to load a kernel module when packaging?

2021-09-15 Thread Adam Borowski
On Wed, Sep 15, 2021 at 05:57:36PM +0800, clay stan wrote:
> Andrey Rahmatullin  于2021年9月15日周三 下午5:47写道:
> > On Wed, Sep 15, 2021 at 05:26:42PM +0800, clay stan wrote:
> > > I'm packaging a package. This package requires the kernel to load the
> > > zram module to use it.

> > > or add a module-load.d conf file
> > > >[1] https://manpages.debian.org/unstable/systemd/modules-load.d.5.en.html
> > This can work, and I see a lot of packages in Debian already doing this,
> > but is loading the zram module enough for you or do you also need some
> > configuration for it?
> 
> loading the zram module when package installed is enough for me.

Please use /etc/modules which works everywhere instead of some NIH.

On the other hand, if you're doing a runtime check, please make sure
you accept built-in modules, eg by checking -d /sys/module/zswap rather
than /proc/modules.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ If you ponder doing what Jesus did, remember than flipping tables
⢿⡄⠘⠷⠚⠋⠀ and chasing people with a whip is a prime choice.
⠈⠳⣄



Re: How to load a kernel module when packaging?

2021-09-15 Thread clay stan
Andrey Rahmatullin  于2021年9月15日周三 下午5:47写道:
>
> On Wed, Sep 15, 2021 at 05:26:42PM +0800, clay stan wrote:
> > I'm packaging a package. This package requires the kernel to load the
> > zram module to use it.
> > How can I implement it?
> One option is documenting it in a README.Debian.
>
> > The way I can think of is to use "modporbe -r zram" in postinst to
> > load the module during installation,
> I don't think this is a good idea. Also modprobe only works until a
> reboot. Also -r is "unload".
>
> > or add a module-load.d conf file
> > >[1] https://manpages.debian.org/unstable/systemd/modules-load.d.5.en.html
> This can work, and I see a lot of packages in Debian already doing this,
> but is loading the zram module enough for you or do you also need some
> configuration for it?

loading the zram module when package installed is enough for me.

Thanks!

>
> --
> WBR, wRAR



Re: How to load a kernel module when packaging?

2021-09-15 Thread Andrey Rahmatullin
On Wed, Sep 15, 2021 at 05:26:42PM +0800, clay stan wrote:
> I'm packaging a package. This package requires the kernel to load the
> zram module to use it.
> How can I implement it?
One option is documenting it in a README.Debian.

> The way I can think of is to use "modporbe -r zram" in postinst to
> load the module during installation, 
I don't think this is a good idea. Also modprobe only works until a
reboot. Also -r is "unload".

> or add a module-load.d conf file
> >[1] https://manpages.debian.org/unstable/systemd/modules-load.d.5.en.html
This can work, and I see a lot of packages in Debian already doing this,
but is loading the zram module enough for you or do you also need some
configuration for it?

-- 
WBR, wRAR


signature.asc
Description: PGP signature


How to load a kernel module when packaging?

2021-09-15 Thread clay stan
Hey,

I'm packaging a package. This package requires the kernel to load the
zram module to use it.
How can I implement it?

The way I can think of is to use "modporbe -r zram" in postinst to
load the module during installation, or add a module-load.d conf file
>[1] https://manpages.debian.org/unstable/systemd/modules-load.d.5.en.html

or is there any other recommended way?

Thanks,
Clay Stan



Bug#994272: Acknowledgement (RFS: opm-{common|material|grid|models|simulators|upscaling}/2021.04-1 [ITP] -- opm -- Open Porous Media Software Suite)

2021-09-15 Thread Markus Blatt

Hi

Two additional comments:

These packages depend on dune-common, dune-geometry, dune-grid, dune-istl,
for which Debian is currently uploading new versions to experimental. Therefore
I have also tested the build with the dune packages from experimental.

If it is more suitable for you to have RFS for each individual package, I will
gladly do that. The intention of just one ITP and RFS bug was to make clear
that there are dependencies between these packages.

Regads,
--
Markus