Bug#951251: RFS: ledmon/0.94-1 -- Enclosure LED Utilities

2020-02-13 Thread Hsieh-Tseng Shen
Package: sponsorship-requests
Severity: normal
Tags: upstream

Dear mentors,

I am looking for a sponsor for my package "ledmon"

 * Package name: ledmon
   Version : 0.94-1
   Upstream Author : [fill in name and email of upstream]
 * URL : https://github.com/intel/ledmon
 * License : GPL-2.0+
 * Vcs : https://salsa.debian.org/debian/ledmon
   Section : admin

It builds those binary packages:

  ledmon - Enclosure LED Utilities

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

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

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

  dget -x https://mentors.debian.net/debian/pool/main/l/ledmon/ledmon_0.94-1.dsc

Changes since the last upload:

   * New upstream release 0.94.
   * debian/control: add pkg-config and libpci-dev as build dependency.
   * debian/control: update Standards-Version to 4.5.0.
   * Remove obsolete patch.

Regards,

-- 
Woodrow Shen (Hsieh-Tseng Shen)
4FA0 D159 803F F8B6 34E9  5A38 3970 FE24 7CB6 9685
woodrow.s...@gmail.com


signature.asc
Description: PGP signature


Bug#951254: RFS: siconos/4.2.0+git20181026.0ee5349+dfsg.2-2 -- simulation of nonsmooth dynamical systems

2020-02-13 Thread Stephen Sinclair
Package: sponsorship-requests
Severity: important
Tags: patch

Dear mentors,

I am looking for a sponsor for my package "siconos"

 * Package name: siconos
   Version : 4.2.0+git20181026.0ee5349+dfsg.2-2
   Upstream Author : Siconos Team 
 * URL : http://siconos.gforge.inria.fr
 * License : Apache
 * Vcs : https://salsa.debian.org/science-team/siconos
   Section : science

This update fixes some broken tests that block its current build, and closes 
one bug.

It builds these binary packages:

  siconos - compilation and run tools
siconos-mechanics-tools - run tools for mechanics simulations
libsiconos-numerics6 - numerics library
libsiconos-numerics-dev - numerics dev
libsiconos-kernel6 - kernel library
libsiconos-kernel-dev - kernel dev
libsiconos-control6 - control library
libsiconos-control-dev - control dev
libsiconos-mechanics6 - mechanics library
libsiconos-mechanics-dev - mechanics dev
libsiconos-io6 - io library
libsiconos-io-dev - io dev
python3-siconos - python wrappers

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/s/siconos/siconos_4.2.0+git20181026.0ee5349+dfsg.2-2.dsc

Changes since the last upload:

  [ Stephen Sinclair ]
  * Patch to fix ref filename for test SMCTest::SMCLsodar.
  * Add TwistingTest::test_ExplicitTwisting_Lsodar to list of broken tests.
  * Remove compiler paths and flags in installed CMakeLists.txt.
(Closes: #940194)
  * Update to standards version 4.5.0, no changes necessary.
  * Update to debhelper compat 12, no changes necessary.
  * d/copyright: Add Upstream-Contact field.

Regards,
Steve

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.15.0-74-generic (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to C.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect



Bug#951251: RFS: ledmon/0.94-1 -- Enclosure LED Utilities

2020-02-13 Thread Hsieh-Tseng Shen
Package: sponsorship-requests
Followup-For: Bug #951251

I've resubmited package again for revise, and the change is to fix changelog as 
below:
The point here is to give what's new features for this release, especially AMD 
platform support.

Changes since the last upload:

   * New upstream release 0.94.
 - Support for AMD IPMI enclosure management.
 - Support for NPEM.
   * debian/control: add pkg-config and libpci-dev as build dependency.
   * debian/control: update Standards-Version to 4.5.0.
   * Remove obsolete patch.
-- 
Woodrow Shen (Hsieh-Tseng Shen)
4FA0 D159 803F F8B6 34E9  5A38 3970 FE24 7CB6 9685
woodrow.s...@gmail.com


signature.asc
Description: PGP signature


Bug#951251: RFS: ledmon/0.94-1 -- Enclosure LED Utilities

2020-02-13 Thread Adam Borowski
On Thu, Feb 13, 2020 at 09:01:38AM +, Hsieh-Tseng Shen wrote:
>  * Package name: ledmon
>Version : 0.94-1

> Changes since the last upload:
> 
>* New upstream release 0.94.
>  - Support for AMD IPMI enclosure management.
>  - Support for NPEM.
>* debian/control: add pkg-config and libpci-dev as build dependency.
>* debian/control: update Standards-Version to 4.5.0.
>* Remove obsolete patch.

Hi!
Besides things mentioned above, you also add installation of systemd
.service file.  And, I see some problems there.

+   dh $@ --wth systemd
would look a bit nicer when spelt "--with".

It would also make this section done automatically:
+override_dh_auto_install:
+   dh_auto_install
+   mkdir -p debian/ledmon/lib/systemd/system
+   install -c -m 644 systemd/ledmon.service 
debian/ledmon/lib/systemd/system
+   dh_systemd_enable || true
+   dh_systemd_start || true


Another problem is that you enable the daemon only for systemd.  For any
other init/rc combination there's a need for an init script (and, it would
be enough for systemd too).  Here's one:

.--==[ debian/ledmon.init ]
#!/usr/bin/env /lib/init/init-d-script
### BEGIN INIT INFO
# Provides: ledmon
# Required-Start:   $syslog $time
# Required-Stop:$syslog $time
# Default-Start:2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: enclosure LED monitor
# Description: monitoring of storage enclosure LEDs
### END INIT INFO
DAEMON=/usr/sbin/ledmon
`


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ 
⢿⡄⠘⠷⠚⠋⠀ A white dwarf seeks a red giant for a binary relationship.
⠈⠳⣄



Bug#951251: RFS: ledmon/0.94-1 -- Enclosure LED Utilities

2020-02-13 Thread Woodrow Shen
Hi Adam,

Thanks for the help! Very appreciated.

On Thu, Feb 13, 2020 at 9:17 PM Adam Borowski  wrote:

> On Thu, Feb 13, 2020 at 09:01:38AM +, Hsieh-Tseng Shen wrote:
> >  * Package name: ledmon
> >Version : 0.94-1
>
> > Changes since the last upload:
> >
> >* New upstream release 0.94.
> >  - Support for AMD IPMI enclosure management.
> >  - Support for NPEM.
> >* debian/control: add pkg-config and libpci-dev as build dependency.
> >* debian/control: update Standards-Version to 4.5.0.
> >* Remove obsolete patch.
>
> Hi!
> Besides things mentioned above, you also add installation of systemd
> .service file.  And, I see some problems there.
>
> +   dh $@ --wth systemd
> would look a bit nicer when spelt "--with".


I didn't think I made ridiculous mistake here... oops


> It would also make this section done automatically:
> +override_dh_auto_install:
> +   dh_auto_install
> +   mkdir -p debian/ledmon/lib/systemd/system
> +   install -c -m 644 systemd/ledmon.service
> debian/ledmon/lib/systemd/system
> +   dh_systemd_enable || true
> +   dh_systemd_start || true
>
>
> Another problem is that you enable the daemon only for systemd.  For any
> other init/rc combination there's a need for an init script (and, it would
> be enough for systemd too).  Here's one:
>
> .--==[ debian/ledmon.init ]
> #!/usr/bin/env /lib/init/init-d-script
> ### BEGIN INIT INFO
> # Provides: ledmon
> # Required-Start:   $syslog $time
> # Required-Stop:$syslog $time
> # Default-Start:2 3 4 5
> # Default-Stop: 0 1 6
> # Short-Description: enclosure LED monitor
> # Description: monitoring of storage enclosure LEDs
> ### END INIT INFO
> DAEMON=/usr/sbin/ledmon
> `
>
I will refer some examples (e.g. network-manager) to finish init script,
thanks.
I don't why this bug needs to close, but anyway I will file a new bug after
I fix all issues you mentioned.

Woodrow

>
>
> Meow!
> --
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁
> ⢿⡄⠘⠷⠚⠋⠀ A white dwarf seeks a red giant for a binary relationship.
> ⠈⠳⣄
>


Bug#951282: RFS: dmagnetic/0.22-1 -- Interpreter to play textadventures from Magnetic Scrolls in glorious ANSI Art

2020-02-13 Thread dettus

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "dmagnetic"

* Package name : dmagnetic
Version : 0.22-1
Upstream Author : Thomas Dettbarn 
* URL : https://www.dettus.net/dMagnetic/
* License : BSD-2-Clause
* Vcs : None
Section : games

It builds those binary packages:

dmagnetic - Interpreter to play textadventures from Magnetic Scrolls in 
glorious ANSI Art


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


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

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

dget -x 
https://mentors.debian.net/debian/pool/main/d/dmagnetic/dmagnetic_0.22-1.dsc


Changes since the last upload:

* Update to release 0.22.
* Binaries from the Magnetic Windows system can be used for playing.
* Sixel mode allows for high resolution images in certain xterms.

Regards,



Bug#951283: RFS: ledmon/0.94-1 -- Enclosure LED Utilities

2020-02-13 Thread Hsieh-Tseng Shen
Package: sponsorship-requests
Severity: normal
Tags: upstream

Dear mentors,

I am looking for a sponsor for my package "ledmon"

 * Package name: ledmon
   Version : 0.94-1
   Upstream Author : [fill in name and email of upstream]
 * URL : https://github.com/intel/ledmon
 * License : GPL-2.0+
 * Vcs : https://salsa.debian.org/debian/ledmon
   Section : admin

It builds those binary packages:

  ledmon - Enclosure LED Utilities

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

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

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

  dget -x https://mentors.debian.net/debian/pool/main/l/ledmon/ledmon_0.94-1.dsc

Changes since the last upload:

   * New upstream release 0.94.
 - Support for AMD IPMI enclosure management.
 - Support for NPEM.
   * debian/control: add systemd, pkg-config and libpci-dev as build dependency.
   * debian/control: update Standards-Version to 4.5.0.
   * Add debian/ledmon.init.
   * debian/rules: fix typo and remove manual systemd installation.
   * Remove obsolete patch.

More details:
As previous bug I filed was close due to packaging issues need to be
fixed, the new sponsor request with fixes is proposed again. Basically,
most problems are fixed by debian/control and a new init script. Others
make package clean as much as possible. Clean build is also tested by
pbuilder.

Regards,

-- 
Woodrow Shen (Hsieh-Tseng Shen)
4FA0 D159 803F F8B6 34E9  5A38 3970 FE24 7CB6 9685
woodrow.s...@gmail.com


signature.asc
Description: PGP signature


Bug#951251: RFS: ledmon/0.94-1 -- Enclosure LED Utilities

2020-02-13 Thread Adam Borowski
On Fri, Feb 14, 2020 at 12:52:55AM +0800, Woodrow Shen wrote:
> I don't why this bug needs to close, but anyway I will file a new bug after
> I fix all issues you mentioned.

It shouldn't have been closed, but apparently bartm's bot got confused.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢰⠒⠀⣿⡁ Imagine there are bandits in your house, your kid is bleeding out,
⢿⡄⠘⠷⠚⠋⠀ the house is on fire, and seven giant trumpets are playing in the
⠈⠳⣄ sky.  Your cat demands food.  The priority should be obvious...



Bug#951283: marked as done (RFS: ledmon/0.94-1 -- Enclosure LED Utilities)

2020-02-13 Thread Debian Bug Tracking System
Your message dated Thu, 13 Feb 2020 21:11:25 +0100
with message-id <20200213201125.ge15...@angband.pl>
and subject line Re: Bug#951283: RFS: ledmon/0.94-1 -- Enclosure LED Utilities
has caused the Debian Bug report #951283,
regarding RFS: ledmon/0.94-1 -- Enclosure LED Utilities
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.)


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

Dear mentors,

I am looking for a sponsor for my package "ledmon"

 * Package name: ledmon
   Version : 0.94-1
   Upstream Author : [fill in name and email of upstream]
 * URL : https://github.com/intel/ledmon
 * License : GPL-2.0+
 * Vcs : https://salsa.debian.org/debian/ledmon
   Section : admin

It builds those binary packages:

  ledmon - Enclosure LED Utilities

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

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

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

  dget -x https://mentors.debian.net/debian/pool/main/l/ledmon/ledmon_0.94-1.dsc

Changes since the last upload:

   * New upstream release 0.94.
 - Support for AMD IPMI enclosure management.
 - Support for NPEM.
   * debian/control: add systemd, pkg-config and libpci-dev as build dependency.
   * debian/control: update Standards-Version to 4.5.0.
   * Add debian/ledmon.init.
   * debian/rules: fix typo and remove manual systemd installation.
   * Remove obsolete patch.

More details:
As previous bug I filed was close due to packaging issues need to be
fixed, the new sponsor request with fixes is proposed again. Basically,
most problems are fixed by debian/control and a new init script. Others
make package clean as much as possible. Clean build is also tested by
pbuilder.

Regards,

-- 
Woodrow Shen (Hsieh-Tseng Shen)
4FA0 D159 803F F8B6 34E9  5A38 3970 FE24 7CB6 9685
woodrow.s...@gmail.com


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
On Thu, Feb 13, 2020 at 06:36:28PM +, Hsieh-Tseng Shen wrote:
>  * Package name: ledmon
>Version : 0.94-1

> Changes since the last upload:
> 
>* New upstream release 0.94.
>  - Support for AMD IPMI enclosure management.
>  - Support for NPEM.
>* debian/control: add systemd, pkg-config and libpci-dev as build 
> dependency.
>* debian/control: update Standards-Version to 4.5.0.
>* Add debian/ledmon.init.
>* debian/rules: fix typo and remove manual systemd installation.
>* Remove obsolete patch.
> 
> More details:
> As previous bug I filed was close due to packaging issues need to be
> fixed, the new sponsor request with fixes is proposed again. Basically,
> most problems are fixed by debian/control and a new init script. Others
> make package clean as much as possible. Clean build is also tested by
> pbuilder.

Looks good, uploaded.

However, I wonder... what was the problem with the one-liner+metadata init
script I proposed?  It seemed to work for me, while being a wee bit shorter.


Meow!
-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ A dumb species has no way to open a tuna can.
⢿⡄⠘⠷⠚⠋⠀ A smart species invents a can opener.
⠈⠳⣄ A master species delegates.--- End Message ---