Re: salsa repository request for davfs2

2020-06-18 Thread Woodrow Shen
Hi Andrius,

Thanks for explanations, I will figure out later.

Woodrow

On Thu, Jun 18, 2020 at 6:06 PM  wrote:

> Hi Woodrow,
>
> On 2020-06-18 13:02, Woodrow Shen wrote:
> > I'm doing NMU for davfs2 and would like to access
> > https://salsa.debian.org/debian/davfs2 to send a PR to the maintainer.
> > Can someone help me? Thanks.
> >
> > My username on salsa already aligned to "woodrowshen" as NM.
>
> To submit a PR you do not need the access to the repository in question.
> Instead, you can fork it to your namespace, create a branch and then
> submit a PR to the original repository. AFAIK, opening a PR does not
> require write permission.
>
> HTH,
> Andrius
>
>


salsa repository request for davfs2

2020-06-18 Thread Woodrow Shen
Hi Mentors,

I'm doing NMU for davfs2 and would like to access
https://salsa.debian.org/debian/davfs2 to send a PR to the maintainer. Can
someone help me? Thanks.

My username on salsa already aligned to "woodrowshen" as NM.

Woodrow


Re: mentors.debian.net blocks my package upload

2020-03-07 Thread Woodrow Shen
Hi Baptiste,

Thanks for reaching out this efficiently, I already saw that package was
imported to ftp. Appreciating support for me:)

Woodrow

On Sat, Mar 7, 2020 at 3:11 PM Baptiste BEAUPLAT  wrote:

> Hi Woodrow,
>
> On 3/7/20 7:11 AM, Woodrow Shen wrote:
> > I've just uploaded my package pdf2djvu 0.9.17-1 to mentors.debian.net
> via
> > ftp, and after more than  a hour I don't receive any notification from
> > email and I realize that uploading package seems to be
> working-in-progress
> > on server. Can someone help me to identify this issue? Or how to solve
> this
> > problem?
>
> The importer on mentors have been experiencing, since a couple of days,
> random failure to contact external services such as bugs.debian.org or
> the ftp-master api, used to gather information regarding uploads.
>
> We have not find out why such issues occurs, however we are working on
> adding a timeout to those queries so the importer would not block
> indefinitely.
>
> This is what happened yesterday around 17:00 UTC, the importer got stuck
> and your package did not get imported. I've restarted the service and
> all should be good now.
>
> For reference, we have an issue tracking this :
>
> https://salsa.debian.org/mentors.debian.net-team/debexpo/issues/94
>
> Best,
> --
> Baptiste BEAUPLAT - lyknode
>
>


mentors.debian.net blocks my package upload

2020-03-06 Thread Woodrow Shen
Hi mentors,

I've just uploaded my package pdf2djvu 0.9.17-1 to mentors.debian.net via
ftp, and after more than  a hour I don't receive any notification from
email and I realize that uploading package seems to be working-in-progress
on server. Can someone help me to identify this issue? Or how to solve this
problem?

Many thanks,
Woodrow


Re: Need help with NMU

2020-02-18 Thread Woodrow Shen
Hi,

If you try to find mentors to support NMU, I was suggested to use
https://mentors.debian.net/ to upload your package first, and you have to
file a RFS bug against the sponsorship-requests[1] pseudo-package.
I think fixing these bugs could be sequential.

Woodrow

[1] https://mentors.debian.net/sponsors

On Tue, Feb 18, 2020 at 11:52 PM Steve M  wrote:

> Hello,
>
> I have never contributed before and am trying to make a NMU patch to
> prevent package timeshift from being removed on 21Feb2020. The autoremoval
> bug for timeshift is 948130 [1]. I attempted to contact the maintainer 3
> days ago but have not yet received a reply. This leaves me little hope that
> this RC bug can be closed in time without an NMU.
>
> The fix is quite simple and was made in the upstream git repo, but has not
> been released yet. I have built the package locally but am at a loss of how
> to proceed next. I was lead to believe that using nmudiff was the correct
> next step, but I’m afraid I’ve stuffed that up as it made a new bug report
> [2] instead of sending it to the existing bug [1].
>
> Please advise on how I should proceed.
>
> Thanks
> -Steve Meliza
>
>
> [1] https://bugs.debian.org/948130
> [2] https://bugs.debian.org/951590
>
>


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.
> ⠈⠳⣄
>


Re: Salsa repository requests

2020-01-07 Thread Woodrow Shen
Hi Kyle,

It works perfectly, thank you.

Woodrow

On Tue, Jan 7, 2020 at 3:02 PM Kyle Robbertze 
wrote:

> Hi,
> On 2020/01/07 05:25, Hsieh-Tseng Shen wrote:
> > Dear mentors,
> >
> > I have two requests that need your support:
> > 1. Get an access for pdf2djvu[1] according to my adoption[2]
>
> Done
> > 2. Create a new repository of ledmon[3] under "debian" group
> >
> > Can someone grant me (woodrow.shen-guest) to have write access above?
> > Thank you.
>
> Done. Let me know if you run into issues.
>
> Cheers
> Kyle
>
> --
> ⢀⣴⠾⠻⢶⣦⠀
> ⣾⠁⢠⠒⠀⣿⡁ Kyle Robbertze
> ⢿⡄⠘⠷⠚⠋⠀ Debian Developer
> ⠈⠳⣄ https://wiki.debian.org/KyleRobbertze
>


Bug#947920: RFS: pdf2djvu/0.9.15-1 [NMU] -- PDF to DjVu converter

2020-01-02 Thread Woodrow Shen
Thanks, Paul.

I've followed this page to update #945185. with setting retitle/owner.

[1] https://www.debian.org/devel/wnpp/

On Thu, Jan 2, 2020 at 2:17 PM Paul Wise  wrote:

> On Thu, Jan 2, 2020 at 6:09 AM Hsieh-Tseng Shen wrote:
>
> > Moreover, I'd like to take over this package but I'm not sure if I have
> > to solve some bugs or just by changing debian/control. Btw, I already
> > asked maintainer for this from https://bugs.debian.org/945185.
>
> The O in the title of this bug means the package is orphaned. If you
> would like to be the new maintainer, you can follow this procedure to
> adopt the package:
>
>
> https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#adopting-a-package
>
> --
> bye,
> pabs
>
> https://wiki.debian.org/PaulWise
>