Bug#995566: RFS: golang-github-bytedance-gopkg/0.0~git20210910.e4efae9-1 [ITP] -- Universal Utilities for Go (library)

2021-10-24 Thread Yanhao Mo
Hi Aloïs Micard,
Thanks for reply,

Yes, I've built it in newly created vagrant debian vm using pbuilder,
and it works well.
According to the failed log you provided, I wonder if your cpu has
something special.
Could you please provide the lscpu -v output so I can send it to
upstream and find out
the reason it failed to test.


On Wed, Oct 13, 2021 at 3:21 PM Aloïs Micard  wrote:
>
> On Sat, 2 Oct 2021 18:41:42 +0800 Yanhao Mo  wrote:
> > Package: sponsorship-requests
> > Severity: wishlist
> >
> > Dear mentors,
> >
> > I am looking for a sponsor for my package "golang-github-bytedance-gopkg":
> >
> >  * Package name: golang-github-bytedance-gopkg
> >Version : 0.0~git20210910.e4efae9-1
> >Upstream Author : [fill in name and email of upstream]
> >  * URL : https://github.com/bytedance/gopkg
> >  * License : Apache-2.0
> >  * Vcs :
> > https://salsa.debian.org/go-team/packages/golang-github-bytedance-gopkg
> >Section : golang
> >
> > It builds those binary packages:
> >
> >   golang-github-bytedance-gopkg-dev - Universal Utilities for Go (library)
> >
> > To access further information about this package, please visit the
> > following URL:
> >
> >   https://mentors.debian.net/package/golang-github-bytedance-gopkg/
> >
> > Alternatively, one can download the package with dget using this command:
> >
> >   dget -x 
> > https://mentors.debian.net/debian/pool/main/g/golang-github-bytedance-gopkg/golang-github-bytedance-gopkg_0.0~git20210910.e4efae9-1.dsc
> >
> > Changes for the initial release:
> >
> >  golang-github-bytedance-gopkg (0.0~git20210910.e4efae9-1) unstable;
> > urgency=medium
> >  .
> >* Initial release (Closes: #995564)
> >
> > Regards,
> > --
> >   Yanhao Mo
> >
> >
>
> Hello there!
>
> I have tried building your package in an up-to-date chroot (amd64) but
> the build has failed during the dh_auto_test phase.
> Here's the relevant output:
>
> ```
> === RUN   TestLen0_16
> --- PASS: TestLen0_16 (0.00s)
> === RUN   TestLen17_128
> --- PASS: TestLen17_128 (0.00s)
> === RUN   TestLen129_240
> --- PASS: TestLen129_240 (0.00s)
> === RUN   TestLen240_1024
> --- PASS: TestLen240_1024 (0.00s)
> === RUN   TestLen1025_1048576_scalar
> --- PASS: TestLen1025_1048576_scalar (0.00s)
> === RUN   TestLen1024_1048576_AVX2
> SIGILL: illegal instruction
> PC=0x512f99 m=0 sigcode=2
> instruction bytes: 0xc5 0xfe 0x6f 0x8 0xc5 0xfe 0x6f 0x50 0x20 0xc4 0xe2 0x7d 
> 0x59 0x5 0x81 0x6e
>
> goroutine 23 [running]:
> github.com/bytedance/gopkg/util/xxhash3.accumAVX2(0x660e80, 0xc00018, 
> 0x619740, 0x400)
> 
> /<>/_build/src/github.com/bytedance/gopkg/util/xxhash3/avx2.s:30 
> +0x19 fp=0xc39698 sp=0xc39690 pc=0x512f99
> github.com/bytedance/gopkg/util/xxhash3.xxh3HashLarge(0xc00018, 0x400, 
> 0x1ad20e5fd78cde6e)
> 
> /<>/_build/src/github.com/bytedance/gopkg/util/xxhash3/hash.go:127
>  +0x537 fp=0xc396e8 sp=0xc39698 pc=0x50f0b7
> github.com/bytedance/gopkg/util/xxhash3.Hash(0xc00018, 0x400, 0x20186a0, 
> 0x1ad20e5fd78cde6e)
> 
> /<>/_build/src/github.com/bytedance/gopkg/util/xxhash3/hash.go:33
>  +0x52 fp=0xc39710 sp=0xc396e8 pc=0x50e912
> github.com/bytedance/gopkg/util/xxhash3.TestLen1024_1048576_AVX2(0xc01e00)
> 
> /<>/_build/src/github.com/bytedance/gopkg/util/xxhash3/correctness_test.go:105
>  +0xb7 fp=0xc39780 sp=0xc39710 pc=0x510a77
> testing.tRunner(0xc01e00, 0x5591e8)
> /usr/lib/go-1.16/src/testing/testing.go:1193 +0xef fp=0xc397d0 
> sp=0xc39780 pc=0x4cd84f
> runtime.goexit()
> /usr/lib/go-1.16/src/runtime/asm_amd64.s:1371 +0x1 fp=0xc397d8 
> sp=0xc397d0 pc=0x46c6e1
> created by testing.(*T).Run
> /usr/lib/go-1.16/src/testing/testing.go:1238 +0x2b3
>
> goroutine 1 [chan receive]:
> testing.(*T).Run(0xc01e00, 0x553458, 0x18, 0x5591e8, 0x47f101)
> /usr/lib/go-1.16/src/testing/testing.go:1239 +0x2da
> testing.runTests.func1(0xc01380)
> /usr/lib/go-1.16/src/testing/testing.go:1511 +0x78
> testing.tRunner(0xc01380, 0xc89de0)
> /usr/lib/go-1.16/src/testing/testing.go:1193 +0xef
> testing.runTests(0xc0c048, 0x62fc20, 0xe, 0xe, 0xc051c0102355a113, 
> 0x8bd496be5e, 0x633900, 0x550c81)
> /usr/lib/go-1.16/src/testing/testing.go:1509 +0x2fe
> testing.(*M).Run(0xca8000, 0x0)
> /usr/lib/go-1.16/src/testing/testing.go:1417 +0x1eb
> main.main()
> _testmain.go:71 +0x138
>
> ra

Bug#995566: RFS: golang-github-bytedance-gopkg/0.0~git20210910.e4efae9-1 [ITP] -- Universal Utilities for Go (library)

2021-10-02 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "golang-github-bytedance-gopkg":

 * Package name: golang-github-bytedance-gopkg
   Version : 0.0~git20210910.e4efae9-1
   Upstream Author : [fill in name and email of upstream]
 * URL : https://github.com/bytedance/gopkg
 * License : Apache-2.0
 * Vcs :
https://salsa.debian.org/go-team/packages/golang-github-bytedance-gopkg
   Section : golang

It builds those binary packages:

  golang-github-bytedance-gopkg-dev - Universal Utilities for Go (library)

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

  https://mentors.debian.net/package/golang-github-bytedance-gopkg/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/g/golang-github-bytedance-gopkg/golang-github-bytedance-gopkg_0.0~git20210910.e4efae9-1.dsc

Changes for the initial release:

 golang-github-bytedance-gopkg (0.0~git20210910.e4efae9-1) unstable;
urgency=medium
 .
   * Initial release (Closes: #995564)

Regards,
-- 
  Yanhao Mo



Re: testcase requires fuse to be loaded

2018-08-29 Thread Yanhao Mo
On Mon 08/27 11:19, Adam Borowski wrote:
> On Mon, Aug 27, 2018 at 03:50:05PM +0800, Yanhao Mo wrote:
> > Dear mentors,
> > 
> > I am packaging a fuse file system. It called securfs [1][2]. It has some
> > test cases under test directory, and these test cases require fuse kernel
> > module to be loaded. My system has this module loaded. But when I
> > packaging securfs by gpb && cowbuilder, I still get the following error.
> > 
> > > fuse: device not found, try 'modprobe fuse' first
> > 
> > I guess the build environment cannot access /dev/fuse device is the
> > reason for this. But I cannot find a way to work around. So I have to
> > disable all test cases to let the build process continue.
> 
> I don't think you can reliably run such tests during build -- builds nearly
> exclusively run under fakeroot, which is not enough to create missing device
> nodes.  Installing build-deps uses real root, but I don't think there's a
> good way to ensure the device nodes are properly setup in the chroot.
> 
> On the other hand, it's a good match for autopkgtest -- you can then specify
> demands such as needs-root, and if that's not enough, isolation-container or
> isolation-machine.

thanks! I fixed it with autopkgtest and isolation-machine.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Re: Re: testcase requires fuse to be loaded

2018-08-29 Thread Yanhao Mo


Re: Re: testcase requires fuse to be loaded

2018-08-29 Thread Yanhao Mo


testcase requires fuse to be loaded

2018-08-27 Thread Yanhao Mo
Dear mentors,

I am packaging a fuse file system. It called securfs [1][2]. It has some
test cases under test directory, and these test cases require fuse kernel
module to be loaded. My system has this module loaded. But when I
packaging securfs by gpb && cowbuilder, I still get the following error.

> fuse: device not found, try 'modprobe fuse' first

I guess the build environment cannot access /dev/fuse device is the
reason for this. But I cannot find a way to work around. So I have to
disable all test cases to let the build process continue.

Is there any advice for this situation? Many thanks.

[1] https://github.com/netheril96/securefs
[2] https://salsa.debian.org/yanhao-guest/securefs

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904543: RFS: deepin-screen-recorder/2.7.5-1

2018-07-31 Thread Yanhao Mo
On Tue 07/31 10:57, Yanhao Mo wrote:

> It's dtkwidget's problem. I will fix it as soon as possible and upload a
> new version of it.

And finally d-s-r was buildable, I have upload this new version. So
close this bug. Thanks for the help and for the DM permission.


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904543: RFS: deepin-screen-recorder/2.7.5-1

2018-07-30 Thread Yanhao Mo
On Tue 07/31 01:59, Adam Borowski wrote:
> On Wed, Jul 25, 2018 at 11:10:55AM +0800, Yanhao Mo wrote:
> > 
> >  * Package name: deepin-screen-recorder
> >Version : 2.7.5-1
> 
> > dget -x 
> > https://mentors.debian.net/debian/pool/main/d/deepin-screen-recorder/deepin-screen-recorder_2.7.5-1.dsc
> 
> >   deepin-screen-recorder (2.7.5-1) unstable; urgency=medium
> > 
> >   * New upstream version 2.7.5
> >   * d/rules: Don't install directory usr/share/dman .
> 
> The recent QT transition made the build-depends uninstallable for a while. 
> That's over now, however the package fails to build:
> 
> src/utils.h:24:10: fatal error: dwindowmanager.h: No such file or directory
>  #include 
>   ^~
> compilation terminated.
> src/main.cpp:26:10: fatal error: DApplication: No such file or directory
>  #include 
>   ^~
> compilation terminated.
> make[1]: *** [Makefile:576: main.o] Error 1
> make[1]: *** Waiting for unfinished jobs
> make[1]: *** [Makefile:607: record_button.o] Error 1
> In file included from src/record_process.cpp:27:
> src/utils.h:24:10: fatal error: dwindowmanager.h: No such file or directory
>  #include 
>   ^~
> compilation terminated.
> In file included from src/main_window.cpp:30:
> src/main_window.h:29:10: fatal error: dwindowmanager.h: No such file or 
> directory
>  #include 
>   ^~
> compilation terminated.
> make[1]: *** [Makefile:595: record_process.o] Error 1
> make[1]: *** [Makefile:589: main_window.o] Error 1
> In file included from src/utils.cpp:33:
> src/utils.h:24:10: fatal error: dwindowmanager.h: No such file or directory
>  #include 
>   ^~

It's dtkwidget's problem. I will fix it as soon as possible and upload a
new version of it.


signature.asc
Description: PGP signature


Bug#904529: closed by Adam Borowski (Re: Bug#904529: RFS: dtkcore/2.0.8-1)

2018-07-29 Thread Yanhao Mo
> Already done, for all Deepin packages.

Got it ;) thanks for that.


signature.asc
Description: PGP signature


Bug#904527: closed by Adam Borowski (Re: Bug#904527: RFS: dtkwm/2.0.9-1)

2018-07-25 Thread Yanhao Mo
> +override_dh_auto_install:
> +   dh_auto_install
> +   rm -rf debian/tmp/usr/include/libdtk-2.0.8/DCore
> 
> Might be slightly safer to rmdir instead, to be sure the dir is indeed
> empty.

Right, I'll use rmdir for the next upload :)


signature.asc
Description: PGP signature


Bug#904564: RFS: dde-qt-dbus-factory/1.0.3-1

2018-07-24 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "dde-qt-dbus-factory"
  I am also requesting the DM permission about this package so I can
  upload this package by myself.

 * Package name: dde-qt-dbus-factory
   Version : 1.0.3-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/dde-qt-dbus-factory
 * License : GPL-3+
   Section : devel

  It builds those binary packages:

libdframeworkdbus-dev - Qt DBus interface library for Deepin software 
(development files)
 libdframeworkdbus2 - Qt DBus interface library for Deepin software (shared 
library)

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

  https://mentors.debian.net/package/dde-qt-dbus-factory


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/dde-qt-dbus-factory/dde-qt-dbus-factory_1.0.3-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/dde-qt-dbus-factory

  Changes since the last upload:

  dde-qt-dbus-factory (1.0.3-1) unstable; urgency=medium

  * New upstream version 1.0.3
  * Refresh symbols.
  * d/control: Add new uploader Yanhao Mo  .

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904543: DM permission request

2018-07-24 Thread Yanhao Mo
I am also requesting the DM permission about this package so I can
upload this package by myself.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904543: RFS: deepin-screen-recorder/2.7.5-1

2018-07-24 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-screen-recorder"

 * Package name: deepin-screen-recorder
   Version : 2.7.5-1
   Upstream Author : Deepin Technology Co., Ttd.
 * URL : https://github.com/manateelazycat/deepin-screen-recorder
 * License : GPL-3+
   Section : utils

  It builds those binary packages:

deepin-screen-recorder - Simple recorder tools for deepin

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

  https://mentors.debian.net/package/deepin-screen-recorder


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-screen-recorder/deepin-screen-recorder_2.7.5-1.dsc

  More information about hello can be obtained from
  https://salsa.debian.org/pkg-deepin-team/deepin-screen-recorder

  Changes since the last upload:

  deepin-screen-recorder (2.7.5-1) unstable; urgency=medium

  * New upstream version 2.7.5
  * d/rules: Don't install directory usr/share/dman .

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904530: RFS: dtkwidget/2.0.9-1

2018-07-24 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "dtkwidget"
I am also requesting the DM permission about this package so I can
upload this package by myself.

* Package name: dtkwidget
  Version : 2.0.9-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/dtkwidget
* License : GPL-3+
  Section : libs

It builds those binary packages:

  libdtkwidget-dev - Deepin Tool Kit Widget library (development files)
  libdtkwidget2 - Deepin Tool Kit Widget library

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dtkwidget/dtkwidget_2.0.9-1.dsc

More information about hello can be obtained from
https://salsa.debian.org/pkg-deepin-team/dtkwidget

Changes since the last upload:
dtkwidget (2.0.9-1) unstable; urgency=medium

  * New upstream version 2.0.9
  * d/rules: Delete empty directory usr/include/libdtk-2.0.8/DCore .
  * Bump Standards-Version to 4.1.5. (no changes needed)

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904529: RFS: dtkcore/2.0.8-1

2018-07-24 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "dtkcore"
I am also requesting the DM permission about this package so I can
upload this package by myself.

 * Package name: dtkcore
   Version : 2.0.9-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/dtkcore
 * License : GPL-3+
   Section : libs

It builds those binary packages:

 libdtkcore-bin - Deepin Tool Kit Core library (utilities)
 libdtkcore-dev - Deepin Tool Kit Core library (development files)
 libdtkcore2 - Deepin Tool Kit Core library

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dtkcore/dtkcore_2.0.9-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/dtkcore

Changes since the last upload:
dtkcore (2.0.9-1) unstable; urgency=medium

  * New upstream version 2.0.9
  * Bump Standards-Version to 4.1.5 (no changes needed).
  * Refresh symbols.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904527: RFS: dtkwm/2.0.9-1

2018-07-24 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "dtkwm"
  I am also requesting the DM permission about this package so I can
  upload this package by myself.

 * Package name: dtkwm
   Version : 2.0.9-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/dtkwm
 * License : GPL-3+
   Section : libs

  It builds those binary packages:

libdtkwm-dev - Deepin graphical user interface library (development files)
 libdtkwm2  - Deepin graphical user interface library

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/dtkwm/dtkwm_2.0.9-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/dtkwm

  Changes since the last upload:

  dtkwm (2.0.9-1) unstable; urgency=medium

  * New upstream version 2.0.9
  * d/control: Add new uploader Yanhao Mo  .
  * d/rules: Don't install empty directory usr/include/libdtk-2.0.8/DCore .
  * Update symbols file.
  * Bump Standards Version to 4.1.5 (no changes needed).

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904230: RFS: deepin-deb-installer/1.2.5-1

2018-07-21 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-deb-installer"

 * Package name: deepin-deb-installer
   Version : 1.2.5-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-deb-installer
 * License : GPL-3+
   Section : utils

  It builds those binary packages:

deepin-deb-installer - Deepin Package Manager

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

  https://mentors.debian.net/package/deepin-deb-installer


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-deb-installer/deepin-deb-installer_1.2.5-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-deb-installer

  Changes since the last upload:

  deepin-deb-installer (1.2.5-1) unstable; urgency=medium

  * New upstream version 1.2.5
  * Bump Standards-Version to 4.1.5 (no changes needed).
  * d/control: Add new uploader Yanhao Mo .
  * d/rules: Drop debian/deepin-deb-installer/usr/share/dman/ relevant part
because the upstream doesn't produce that any more.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904171: RFS: qtmpris/0.1.0-2 [RC]

2018-07-21 Thread Yanhao Mo
On Sat 07/21 10:25, Juhani Numminen wrote:
> Yanhao Mo kirjoitti 21.07.2018 klo 05:08:
> >  libmpris-qt5-1 - Qt MPRIS interface and adaptor (development files)
> >  libmpris-qt5-dev - Qt MPRIS interface and adaptor
> It seems like the descriptions for these two binary packages are mixed up.

True, thanks for pointing out, and that should be fixed now.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904179: RFS: deepin-movie-reborn/3.2.8-1

2018-07-21 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-movie-reborn"
I am also requesting DM permission about this package so I can upload
this package by myself.

* Package name: deepin-movie-reborn
  Version : 3.2.8-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-movie-reborn
* License : GPL-3+
  Section : video

It builds those binary packages:

  deepin-movie - Deepin movie player
  libdmr-dev - Deepin movie player - widget library (development files)
  libdmr0.1  - Deepin movie player - widget library

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

  https://mentors.debian.net/package/deepin-movie-reborn

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-movie-reborn/deepin-movie-reborn_3.2.8-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-movie-reborn

Changes since the last upload:

deepin-movie-reborn (3.2.8-1) unstable; urgency=medium

  * New upstream version 3.2.8
  * Bump Standards-Version to 4.1.5 (no changes needed).
  * Update symbols file.
  * d/deepin-movie.install: Drop usr/share/dman/deepin-movie/* .

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904177: RFS: deepin-image-viewer/1.2.23-1

2018-07-20 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-image-viewer"
I am also requesting DM permission about this package so I can upload
this package by myself.

* Package name: deepin-image-viewer
  Version : 1.2.23-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-image-viewer
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-image-viewer - Image Viewer for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-image-viewer

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-image-viewer/deepin-image-viewer_1.2.23-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-image-viewer

Changes since the last upload:
deepin-image-viewer (1.2.23-1) unstable; urgency=medium

  * New upstream version 1.2.23
  * Bump Standards-Version to 4.1.5 (no changes needed).

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904176: RFS: deepin-terminal/3.0.1+ds-1

2018-07-20 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-terminal"
I am also requesting DM permission about this package so I can upload
this package by myself.

* Package name: deepin-terminal
  Version : 3.0.1+ds-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-terminal
* License : GPL-3+
  Section : x11

It builds those binary packages:

  deepin-terminal - Deepin terminal emulator application

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

  https://mentors.debian.net/package/deepin-terminal

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-terminal/deepin-terminal_3.0.1+ds-1.dsc

More information about hello can be obtained from
https://salsa.debian.org/pkg-deepin-team/deepin-terminal

Changes since the last upload:

deepin-terminal (3.0.1+ds-1) unstable; urgency=medium

  * New upstream version 3.0.1+ds
  * Bump Standards-Version to 4.1.5 (no changes needed).

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904175: RFS: deepin-menu/3.3.10-1

2018-07-20 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-menu"
I am also requesting DM permission about this package so I can upload
this package by myself.

 * Package name: deepin-menu
   Version : 3.3.10-1
   Upstream Author : Deepin Technology Co., Ltd.
 * License : GPL-3+
   Section : x11

It builds those binary packages:

deepin-menu - Deepin menu service

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

  https://mentors.debian.net/package/deepin-menu


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-menu/deepin-menu_3.3.10-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-menu

Changes since the last upload:
  deepin-menu (3.3.10-1) unstable; urgency=medium

  * New upstream version 3.3.10
  * Bump Standards-Version to 4.1.5 (no changes needed).


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904172: RFS: gsettings-qt/0.1+17.10.20170824-5 [RC]

2018-07-20 Thread Yanhao Mo
Package: sponsorship-requests
Severity: important

  Dear mentors,

  I am looking for a sponsor for my package "gsettings-qt"
  I am also requesting DM permission about this package so I can upload
  this package by myself.

 * Package name: gsettings-qt
   Version : 0.1+17.10.20170824-5
   Upstream Author : Canonical Ltd.
 * URL : https://launchpad.net/gsettings-qt
 * License : LGPL-3
   Section : libs

  It builds those binary packages:

libgsettings-qt-dev - library to access GSettings from Qt (development 
files)
 libgsettings-qt1 - library to access GSettings from Qt (shared libraries)
 qml-module-gsettings1.0 - QML Bindings for GSettings

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

  https://mentors.debian.net/package/gsettings-qt


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

dget -x 
https://mentors.debian.net/debian/pool/main/g/gsettings-qt/gsettings-qt_0.1+17.10.20170824-5.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/gsettings-qt

  Changes since the last upload:

  gsettings-qt (0.1+17.10.20170824-5) unstable; urgency=medium

  * Rebuild with gcc-8. Closes: #897763.
  * Update symbols file.
  * Bump Standards-Version to 4.1.5 (no changes needed).
  * d/control: Add new uploader Yanhao Mo .

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904171: RFS: qtmpris/0.1.0-2 [RC]

2018-07-20 Thread Yanhao Mo
Package: sponsorship-requests
Severity: important

  Dear mentors,

  I am looking for a sponsor for my package "qtmpris"
  I am also requesting DM permission about this package so I can upload
  this package by myself.

 * Package name: qtmpris
   Version : 0.1.0-2
   Upstream Author : Andres Gomez 
 * URL : https://github.com/nemomobile/qtmpris
 * License : GPL-2.1+
   Section : misc

  It builds those binary packages:

libmpris-qt5-1 - Qt MPRIS interface and adaptor (development files)
 libmpris-qt5-dev - Qt MPRIS interface and adaptor
 qml-module-org-nemomobile-mpris - Qt 5 MPRIS interface and adaptor QML module

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/q/qtmpris/qtmpris_0.1.0-2.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/qtmpris

  Changes since the last upload:

  qtmpris (0.1.0-2) unstable; urgency=medium

  * Rebuild with gcc-8. Closes: #897843
  * Update Symbols file.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#903628: RFS: deepin-qt5dxcb-plugin/1.1.9.1-1

2018-07-12 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-qt5dxcb-plugin"
  I am also requesting dm permission about this package. So I can upload
  this package by myself.

 * Package name: deepin-qt5dxcb-plugin
   Version : 1.1.9.1-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/qt5dxcb-plugin
 * License : GPL-3+
   Section : libs

  It builds those binary packages:

qt5dxcb-plugin - Qt platform theme integration plugin for DDE

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

  https://mentors.debian.net/package/deepin-qt5dxcb-plugin


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-qt5dxcb-plugin/deepin-qt5dxcb-plugin_1.1.9.1-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-qt5dxcb-plugin .

  Changes since the last upload:

  deepin-qt5dxcb-plugin (1.1.9.1-1) unstable; urgency=medium

   * New upstream version 1.1.9.1
   * Bump Standards-Version to 4.1.5 (no changes needed).


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#902425: RFS: gammaray/2.9.0-2.1 [NMU]

2018-06-26 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

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

 * Package name: gammaray
   Version : 2.9.0-2.1
   Upstream Author : Klarälvdalens Datakonsult AB, a KDAB Group company
 * URL : http://www.kdab.com/gammaray
 * License : GPL-2+
   Section : devel

  It builds those binary packages:

gammaray   - Tool for examining the internals of Qt application
 gammaray-dev - GammaRay plugin development files
 gammaray-plugin-bluetooth - QtBluetooth type support for GammaRay
 gammaray-plugin-kjobtracker - KJob tracker plugin for GammaRay
 gammaray-plugin-positioning - Qt5Positioning type support for GammaRay
 gammaray-plugin-quickinspector - GammaRay plugin for inspecting QtQuick2 
applications
 gammaray-plugin-waylandinspector - Wayland compositor inspector plugin for 
GammaRay

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

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


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

dget -x 
https://mentors.debian.net/debian/pool/main/g/gammaray/gammaray_2.9.0-2.1.dsc

  Changes since the last upload:

  gammaray (2.9.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
- Rebuild with Qt 5.10 (Closes: #902098).
  * d/gammaray.install: Remove the 2nd line about *gammaray_3dinspector*
because they don't get compiled.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#901284: RFS: deepin-movie-reborn/3.2.7-2

2018-06-11 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-movie-reborn"

* Package name: deepin-movie-reborn
  Version : 3.2.7-2
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-movie-reborn
* License : GPL-3+
  Section : video

It builds those binary packages:

  deepin-movie - Deepin movie player
  libdmr-dev - Deepin movie player - widget library (development files)
  libdmr0.1  - Deepin movie player - widget library

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

  https://mentors.debian.net/package/deepin-movie-reborn

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-movie-reborn/deepin-movie-reborn_3.2.7-2.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-movie-reborn

Changes since the last upload:

deepin-movie-reborn (3.2.7-2) unstable; urgency=medium

  * Reconfirm symbol information using buildd logs.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#901287: RFS: deepin-qt5dxcb-plugin/1.1.8.8-1

2018-06-10 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-qt5dxcb-plugin"

 * Package name: deepin-qt5dxcb-plugin
   Version : 1.1.8.8-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/qt5dxcb-plugin
 * License : GPL-3+
   Section : libs

  It builds those binary packages:

qt5dxcb-plugin - Qt platform theme integration plugin for DDE

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

  https://mentors.debian.net/package/deepin-qt5dxcb-plugin


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-qt5dxcb-plugin/deepin-qt5dxcb-plugin_1.1.8.8-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-qt5dxcb-plugin .

  Changes since the last upload:

  deepin-qt5dxcb-plugin (1.1.8.8-1) unstable; urgency=medium

  * New upstream version 1.1.8.8
  * Use pkg-deepin-de...@lists.alioth.debian.org in maintainer field.
  * d/control: Add new uploader Yanhao Mo .
  * d/copyright: Drop Files-Excluded filed.

 -- Yanhao Mo   Sun, 10 Jun 2018 10:45:12 +0800

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#901286: RFS: deepin-screenshot/4.0.15-1

2018-06-10 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-screenshot"

 * Package name: deepin-screenshot
   Version : 4.0.15-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-screenshot
 * License : GPL-3+
   Section : utils

  It builds those binary packages:

deepin-screenshot - Advanced screen shoting tool

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

  https://mentors.debian.net/package/deepin-screenshot


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-screenshot/deepin-screenshot_4.0.15-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-screenshot

  Changes since the last upload:

deepin-screenshot (4.0.15-1) unstable; urgency=medium

  * New upstream version 4.0.15

 -- Yanhao Mo   Sun, 10 Jun 2018 10:22:47 +0800


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#901284: RFS: deepin-movie-reborn/3.2.7-1

2018-06-10 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-movie-reborn"

* Package name: deepin-movie-reborn
  Version : 3.2.7-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-movie-reborn
* License : GPL-3+
  Section : video

It builds those binary packages:

  deepin-movie - Deepin movie player
  libdmr-dev - Deepin movie player - widget library (development files)
  libdmr0.1  - Deepin movie player - widget library

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

  https://mentors.debian.net/package/deepin-movie-reborn

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-movie-reborn/deepin-movie-reborn_3.2.7-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-movie-reborn

Changes since the last upload:

deepin-movie-reborn (3.2.7-1) unstable; urgency=medium

  * New upstream version 3.2.7
+ Run async append job conditionally.
+ libdmr: Support pause on start.

 -- Yanhao Mo   Sun, 10 Jun 2018 10:30:00 +0800

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#901285: RFS: deepin-notifications/3.3.3-1

2018-06-10 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-notifications"

 * Package name: deepin-notifications
   Version : 3.3.3-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-notifications
 * License : GPL-3+
   Section : x11

  It builds those binary packages:

deepin-notifications - System notifications for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-notifications


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-notifications/deepin-notifications_3.3.3-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-notifications

  Changes since the last upload:

deepin-notifications (3.3.3-1) unstable; urgency=medium

  * New upstream version 3.3.3

 -- Yanhao Mo   Sun, 10 Jun 2018 10:21:08 +0800

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900389: RFS: deepin-screen-recorder/2.7.4-1

2018-06-03 Thread Yanhao Mo
On Fri 06/01 23:37, Adam Borowski wrote:
> I'm afraid that depending on libprocps6 is a pretty bad idea.  It's produced
> by src:procps, and the version in unstable already builds libprocps7 rather
> than libprocps6.  It will migrate soon, thus breaking your package.
> 
> As #900239 is an ex-bug, you can revert this particular change.

Fixed it, please check again.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900541: RFS: deepin-screenshot/4.0.14-1

2018-05-31 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-screenshot"

 * Package name: deepin-screenshot
   Version : 4.0.14-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-screenshot
 * License : GPL-3+
   Section : utils

  It builds those binary packages:

deepin-screenshot - Advanced screen shoting tool

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

  https://mentors.debian.net/package/deepin-screenshot


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-screenshot/deepin-screenshot_4.0.14-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-screenshot

  Changes since the last upload:

  deepin-screenshot (4.0.14-1) unstable; urgency=medium

  * New upstream version 4.0.14
  * d/control: Add new uploader Yanhao Mo .
  * d/control: Use pkg-deepin-de...@lists.alioth.debian.org in Maintainer field.

 -- Yanhao Mo   Fri, 01 Jun 2018 08:46:25 +0800


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900540: RFS: deepin-voice-recorder/1.3.7-1

2018-05-31 Thread Yanhao Mo
Package: sponsorship-requests
  Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-voice-recorder"

 * Package name: deepin-voice-recorder
   Version : 1.3.7-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-voice-recorder
 * License : GPL-3+
   Section : sound

  It builds those binary packages:

deepin-voice-recorder - Deepin's Voice recorder

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

  https://mentors.debian.net/package/deepin-voice-recorder


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-voice-recorder/deepin-voice-recorder_1.3.7-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-voice-recorder

  Changes since the last upload:
  deepin-voice-recorder (1.3.7-1) unstable; urgency=medium

  * New upstream version 1.3.7
+ Feature: Add manual ID.
  * d/control: Add new uploader Yanhao Mo .
  * d/control: Use pkg-deepin-de...@lists.alioth.debian.org in Maintainer field.

 -- Yanhao Mo   Fri, 01 Jun 2018 08:50:26 +0800


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#899347: [pkg-go] Bug#899347: RFS: golang-github-howeyc-fsnotify/0.9.0-1 [ITP]

2018-05-30 Thread Yanhao Mo
On Thu 05/31 11:05, Nobuhiro Iwamatsu wrote:
> Hi,
> 
> I uploaded, it's in NEW queue.
> 
> Best regards,
>   Nobuhiro

Thanks a lot ~

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900453: RFS: deepin-notifications/3.3.1-1

2018-05-30 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-notifications"

 * Package name: deepin-notifications
   Version : 3.3.1-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-notifications
 * License : GPL-3+
   Section : x11

  It builds those binary packages:

deepin-notifications - System notifications for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-notifications


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-notifications/deepin-notifications_3.3.1-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-notifications

  Changes since the last upload:

deepin-notifications (3.3.1-1) unstable; urgency=medium

  * New upstream version 3.3.1

 -- Yanhao Mo   Thu, 31 May 2018 08:15:26 +0800

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900389: RFS: deepin-screen-recorder/2.7.4-1

2018-05-29 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-screen-recorder"

 * Package name: deepin-screen-recorder
   Version : 2.7.4-1
   Upstream Author : Deepin Technology Co., Ttd.
 * URL : https://github.com/manateelazycat/deepin-screen-recorder
 * License : GPL-3+
   Section : utils

  It builds those binary packages:

deepin-screen-recorder - Simple recorder tools for deepin

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

  https://mentors.debian.net/package/deepin-screen-recorder


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-screen-recorder/deepin-screen-recorder_2.7.4-1.dsc

  More information about hello can be obtained from
  https://salsa.debian.org/pkg-deepin-team/deepin-screen-recorder

  Changes since the last upload:

  deepin-screen-recorder (2.7.4-1) unstable; urgency=medium

  * New upstream release.
  * d/control: Add new uploader Yanhao Mo .
  * d/control: Add Build-Depends libprocps6 to work around bug #900239.
  * d/control: Bump Standards-Version to 4.1.4. (no changes needed)

 -- Yanhao Mo   Wed, 30 May 2018 10:19:10 +0800

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900256: RFS: deepin-image-viewer/1.2.22-1

2018-05-27 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-image-viewer"

* Package name: deepin-image-viewer
  Version : 1.2.22-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-image-viewer
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-image-viewer - Image Viewer for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-image-viewer

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-image-viewer/deepin-image-viewer_1.2.22-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-image-viewer

Changes since the last upload:
  * New upstream release.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900255: RFS: deepin-menu/3.3.4-1

2018-05-27 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-menu"

 * Package name: deepin-menu
   Version : 3.3.4-1
   Upstream Author : Deepin Technology Co., Ltd.
 * License : GPL-3+
   Section : x11

It builds those binary packages:

deepin-menu - Deepin menu service

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

  https://mentors.debian.net/package/deepin-menu


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-menu/deepin-menu_3.3.4-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-menu

Changes since the last upload:
  * New upstream release.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900094: RFS: deepin-notifications/3.3.0-1

2018-05-25 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

  Dear mentors,

  I am looking for a sponsor for my package "deepin-notifications"

 * Package name: deepin-notifications
   Version : 3.3.0-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-notifications
 * License : GPL-3+
   Section : x11

  It builds those binary packages:

deepin-notifications - System notifications for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-notifications


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-notifications/deepin-notifications_3.3.0-1.dsc

  More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-notifications

  Changes since the last upload:

* New upstream release.
* d/control: Add new uploader Yanhao Mo <yanha...@gmail.com> .
* d/control: Use pkg-deepin-de...@lists.alioth.debian.org in Maintainer 
field.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#900093: RFS: dde-calendar/1.2.3-1

2018-05-25 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "dde-calendar"

* Package name: dde-calendar
  Version : 1.2.3-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://github.com/linuxdeepin/dde-calendar
* License : GPL-3+
  Section : utils

It builds those binary packages:

  dde-calendar - Deepin Calendar

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

  https://mentors.debian.net/package/dde-calendar

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dde-calendar/dde-calendar_1.2.3-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/dde-calendar.

Changes since the last upload:

  * New upstream release.
  * d/control: Use pkg-deepin-de...@lists.alioth.debian.org in maintainer
field.
  * d/patches: Drop patches, applied by upstream.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#899347: RFS: golang-github-howeyc-fsnotify/0.9.0-1 [ITP]

2018-05-23 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: pkg-go-maintain...@lists.alioth.debian.org
Control: close 895197
Control: block 895173

Dear mentors,

I am looking for a sponsor for my package "golang-github-howeyc-fsnotify"

* Package name: golang-github-howeyc-fsnotify
  Version : 0.9.0+git20151003.f0c08ee-1
  Upstream Author : Chris Howey <how...@gmail.com>
* URL : https://github.com/howeyc/fsnotify
* License : BSD-3-clause
  Section : devel

It builds those binary packages:

  golang-github-howeyc-fsnotify-dev - file system notification for Go

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

  https://mentors.debian.net/package/golang-github-howeyc-fsnotify

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

  dget -x 
https://mentors.debian.net/debian/pool/main/g/golang-github-howeyc-fsnotify/golang-github-howeyc-fsnotify_0.9.0+git20151003.f0c08ee-1.dsc


More information about hello can be obtained from
  https://salsa.debian.org/go-team/packages/golang-github-howeyc-fsnotify

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898816: closing 898816

2018-05-21 Thread Yanhao Mo
On Fri 05/18 09:46, Boyuan Yang wrote:
> close 898816 
> thanks
> 
> Uploaded. Thanks!
> 
> --
> Boyuan Yang

I am sorry boyuan, seems you don't have dm permission on this package.
I'm still waiting another interested DD to sponsor this package.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898882: RFS: deepin-icon-theme/15.12.57-1

2018-05-16 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-icon-theme"

* Package name: deepin-icon-theme
  Version : 15.12.57-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-icon-theme
* License : GPL-3+
  Section : x11

It builds those binary packages:

  deepin-icon-theme - Icon Theme for Deepin software and Deepin Desktop 
Environment

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

  https://mentors.debian.net/package/deepin-icon-theme

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-icon-theme/deepin-icon-theme_15.12.57-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-icon-theme

Changes since the last upload:

  * New upstream release.
  * d/contorl: Change maintainer field back to
pkg-deepin-de...@lists.alioth.debian.org .
  * Drop patches, applyed by upstream.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898880: RFS: deepin-calculator/1.0.3-1

2018-05-16 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-calculator"

* Package name: deepin-calculator
  Version : 1.0.3-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://salsa.debian.org/pkg-deepin-team/deepin-calculator
* License : GPL-3+
  Section : math

It builds those binary packages:

  deepin-calculator - Calculator for DDE (Deepin Desktop Environment)

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

  https://mentors.debian.net/package/deepin-calculator

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-calculator/deepin-calculator_1.0.3-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-calculator

Changes since the last upload:

  * New upstream release.
  * d/contorl: Change maintainer field back to
pkg-deepin-de...@lists.alioth.debian.org .

--
Yanhao Mo



Bug#898846: RFS: dtkwidget/2.0.8.1-1

2018-05-16 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

* Package name: dtkwidget
  Version : 2.0.8.1-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/dtkwidget
* License : GPL-3+
  Section : libs

It builds those binary packages:

  libdtkwidget-dev - Deepin Tool Kit Widget library (development files)
  libdtkwidget2 - Deepin Tool Kit Widget library

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dtkwidget/dtkwidget_2.0.8.1-1.dsc

More information about hello can be obtained from
https://salsa.debian.org/pkg-deepin-team/dtkwidget

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898817: RFS: deepin-terminal/3.0.0+ds-1

2018-05-16 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-terminal"

* Package name: deepin-terminal
  Version : 3.0.0+ds-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-terminal
* License : GPL-3+
  Section : x11

It builds those binary packages:

  deepin-terminal - Deepin terminal emulator application

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

  https://mentors.debian.net/package/deepin-terminal

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-terminal/deepin-terminal_3.0.0+ds-1.dsc

More information about hello can be obtained from
https://salsa.debian.org/pkg-deepin-team/deepin-terminal

Changes since the last upload:

  * New upstream release.
  * d/contorl: Add new uploader Yanhao Mo <yanha...@gmail.com>.
  * d/patches: modify patches to adapt to new upstream version.
  * d/rules: Refresh to build new package.
  * d/copyright: Exclude 3rdparty/ directory.
  * d/source/lintian-overrides: No need to override anything, delete it.
  * Bump Standards-Version to 4.1.4 (No changes needed).

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898816: RFS: deepin-music/3.1.8.3+ds-1

2018-05-16 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-music"

 * Package name: deepin-music
   Version : 3.1.8.3+ds-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-music
 * License : GPL-3+
   Section : sound

It builds those binary packages:

  deepin-music - music player with brilliant and tweakful UI

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

  https://mentors.debian.net/package/deepin-music

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-music/deepin-music_3.1.8.3+ds-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-music

Changes since the last upload:

  * New upstream release.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898688: RFS: deepin-image-viewer/1.2.19-1

2018-05-15 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-image-viewer"

* Package name: deepin-image-viewer
  Version : 1.2.20-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-image-viewer
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-image-viewer - Image Viewer for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-image-viewer

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-image-viewer/deepin-image-viewer_1.2.20-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-image-viewer

Changes since the last upload:
  * New upstream release.
  * d/control: change maintainer field back to
pkg-deepin-de...@lists.alioth.debian.org

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898242: RFS: deepin-menu/3.3.3-1

2018-05-08 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-menu"

 * Package name: deepin-menu
   Version : 3.3.3-1
   Upstream Author : Deepin Technology Co., Ltd.
 * License : GPL-3+
   Section : x11

It builds those binary packages:

deepin-menu - Deepin menu service

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

  https://mentors.debian.net/package/deepin-menu


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

dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-menu/deepin-menu_3.3.3-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-menu

Changes since the last upload:
  * New upstream release.
  * d/control: Use pkg-deepin-de...@lists.alioth.debian.org in maintainer
field.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#898199: RFS: deepin-movie-reborn/3.2.5-1

2018-05-08 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-movie-reborn"

* Package name: deepin-movie-reborn
  Version : 3.2.5-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-movie-reborn
* License : GPL-3+
  Section : video

It builds those binary packages:

  deepin-movie - Deepin movie player
  libdmr-dev - Deepin movie player - widget library (development files)
  libdmr0.1  - Deepin movie player - widget library

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

  https://mentors.debian.net/package/deepin-movie-reborn

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-movie-reborn/deepin-movie-reborn_3.2.5-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-movie-reborn

Changes since the last upload:

  * New upstream release.
  * Update symbols information of libdmr0.1 using pkg-kde-tools.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#897969: RFS: dtkcore/2.0.8-1

2018-05-05 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

 * Package name: dtkcore
   Version : 2.0.8-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/dtkcore
 * License : GPL-3+
   Section : libs

It builds those binary packages:

 libdtkcore-bin - Deepin Tool Kit Core library (utilities)
 libdtkcore-dev - Deepin Tool Kit Core library (development files)
 libdtkcore2 - Deepin Tool Kit Core library

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

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


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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dtkcore/dtkcore_2.0.8-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/dtkcore

Changes since the last upload:
  * New upstream release.
  * Refresh symbols.
  * d/libdtkcore-dev.install: Remove /usr/lib/*/libdtk/modules/* .

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#897957: RFS: deepin-movie-reborn/3.2.4-1

2018-05-05 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-movie-reborn"

* Package name: deepin-movie-reborn
  Version : 3.2.4-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-movie-reborn
* License : GPL-3+
  Section : video

It builds those binary packages:

  deepin-movie - Deepin movie player
  libdmr-dev - Deepin movie player - widget library (development files)
  libdmr0.1  - Deepin movie player - widget library

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

  https://mentors.debian.net/package/deepin-movie-reborn

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-movie-reborn/deepin-movie-reborn_3.2.4-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-movie-reborn

Changes since the last upload:

  * New upstream release.
  * d/control: add uploader Yanhao Mo <yanha...@gmail.com>
  * d/control: change maintainer field back to
pkg-deepin-de...@lists.alioth.debian.org

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895870: closing 895870

2018-04-24 Thread Yanhao Mo
On Tue 04/24 11:46, Boyuan Yang wrote:
> close 895870 
> thanks
> 
> Sponsored.
> 
> Regards,
> Boyuan Yang

Sorry boyuan, seems that you don't have dm privilege on this package, so
the upload was rejected. I'm still waiting another interested DD to sponsor
it.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895870: RFS: deepin-music/3.1.8.1+ds-1

2018-04-16 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-music"

 * Package name: deepin-music
   Version : 3.1.8.1+ds-1
   Upstream Author : Deepin Technology Co., Ltd.
 * URL : https://github.com/linuxdeepin/deepin-music
 * License : GPL-3+
   Section : sound

It builds those binary packages:

  deepin-music - music player with brilliant and tweakful UI

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

  https://mentors.debian.net/package/deepin-music

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-music/deepin-music_3.1.8.1+ds-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-music

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895526: RFS: deepin-image-viewer/1.2.19-1

2018-04-12 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-image-viewer"

* Package name: deepin-image-viewer
  Version : 1.2.19-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-image-viewer
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-image-viewer - Image Viewer for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-image-viewer

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-image-viewer/deepin-image-viewer_1.2.19-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-image-viewer

Changes since the last upload:
  * New upstream release.
   + Add image settings option.
  * d/control: Update Standards-Version to 4.1.4.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895515: RFS: deepin-icon-theme/15.12.56-1

2018-04-12 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-icon-theme"

* Package name: deepin-icon-theme
  Version : 15.12.56-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-icon-theme
* License : GPL-3+
  Section : x11

It builds those binary packages:

  deepin-icon-theme - Icon Theme for Deepin software and Deepin Desktop 
Environment

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

  https://mentors.debian.net/package/deepin-icon-theme

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-icon-theme/deepin-icon-theme_15.12.56-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-icon-theme

Changes since the last upload:
  * New upstream release.
  * d/control: Update Standards-Version to 4.1.4.
  * d/control: Add new uploader Yanhao Mo <yanha...@gmail.com>.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895262: marked as done (RFS: deepin-menu/3.3.2-1)

2018-04-11 Thread Yanhao Mo
On Wed 04/11 13:15, Debian Bug Tracking System wrote:
> I mean, you're extremely polite, to the point that some people might take a
> feeling they're being mocked.  Like "such detailed information" for a
> request of a single line of documentation.
> 
> I've seen this in other Chinese folks, it looks like it's the way you talk. 
> But for those unaccustomed, it's a culture clash.

I don't mean it T^T.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895262: RFS: deepin-menu/3.3.2-1

2018-04-11 Thread Yanhao Mo
On Tue 04/10 23:19, Adam Borowski wrote:
> 
> Hi!
> I see that the packaging no longer installs autostart parts:
> 
> --- deepin-menu-3.2.0/debian/install2017-08-11 15:49:21.0 +0200
> +++ deepin-menu-3.3.2/debian/install1970-01-01 01:00:00.0 +0100
> @@ -1,2 +0,0 @@
> -data/com.deepin.menu.service /usr/share/dbus-1/services/
> -deepin-menu.desktop /etc/xdg/autostart/
> 
> Files in first .deb but not in second
> -
> -rw-r--r--  root/root   /etc/xdg/autostart/deepin-menu.desktop
> -rw-r--r--  root/root   DEBIAN/conffiles
> 
> It's a non-obvious packaging change that would be nice to be described in
> the changelog.
> 
> On the other hand, DDE wasn't a part of Stretch (so not many users yet), and
> for your internal purposes, it's in git:
> https://github.com/linuxdeepin/deepin-menu/commit/09e65bd7bd46c9aa6cdd1b205aa4e4f7be33ef0c
> Speaking about nitpicks in the changelog: s/Standers/Standards/.
> 
> Thanks for your work!
> 

Hi Adam,
Thanks for pointing that and give such detailed information. I have
fixed that two issues and re-uploaded.

> so if you feel like I'm nitpicking too much, please tell me so, I can upload
> as-is.
Ok, I'll let you know if I have that feeling, haven't at least for now ◕‿◕.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894772: RFS: deepin-system-monitor/1.4.3-1 [ITP]

2018-04-09 Thread Yanhao Mo
On Mon 04/09 14:02, Adam Borowski wrote:
> On Mon, Apr 09, 2018 at 05:29:14PM +0800, Yanhao Mo wrote:
> > Hi, Adam
> > Very thanks for checking my package and pointing these issues.
> > I have communicate with upstream author of deepin-system-monitor, and he
> > confirmed these security problems. As a result, he is willing to modify
> > d-s-m sources to limited the privilege operations within a very small
> > helper program with some capabilities, at the same time he
> > will refactor gui program of d-s-m to perform these operations by
> > sending request to the helper program via dubs. The helper program will
> > refuse any other request which is not sent from d-s-m.
> 
> You might want to ask someone with a clue about policykit/etc for advice.  I
> don't currently even know where to look.
> 
> > I hope this will fix these issues. And that will take some times. So
> > let's wait.
> 
> There's no hurry -- Ubuntu is long since frozen, Debian won't freeze until
> November or December.
> 
> But, you might want to just drop the caps: a system monitor that can kill
> only your own processes is pretty useful; this is what all other similar
> tools do.  Elevating to kill others might be useful but is not the primary
> feature I'd expect from such a program.
> 
> Obviously, this is moot if you prefer to wait for the full fix.
> 
> > For the nethogs part, the situation is: d-m-s need a library from
> > it, but the nethogs maintainer of debian doesn't package libnethogs
> > separately, we(pkg-deepin team) have already request for that [1], but
> > got no reply. So I decided to use the nethogs sources within upstream
> > d-m-s source tree directly to build d-m-s. Maybe this is a bad idea?
> > Maybe it's better to take a nmu upload for nethogs? Some advice is
> > very appreciated.
> 
> Looking at the maintainer's QA page:
> https://qa.debian.org/developer.php?email=kretcheu%40gmail.com
> I see he's not very active but nowhere close to being gone (did three
> uploads of other packages this year).  It's likely he saw the request but
> couldn't act on it immediately -- what about pinging him if that's the case?
> Also, most people are a lot more willing to accept a patch compared to being
> told to do the work themselves.
> 
> > > d-s-m crashed for me twice (segfault) while casually perusing it,
> > As for this. The upstream author says It's very sorry for the insufficient
> > testing. He will try his best to find why and fix it.
> 
> It seems both of these segfaults happened while shutting down the program.
> 
> 
> Meow!
> -- 
> ⢀⣴⠾⠻⢶⣦⠀ 
> ⣾⠁⢰⠒⠀⣿⡁ 
> ⢿⡄⠘⠷⠚⠋⠀ ... what's the frequency of that 5V DC?
> ⠈⠳⣄

I will try to communicate more with the upstream author several times,
to help him to believe policykit is a better solution before he start to
refactor the code. During this time, I will prepare a patch set and send
to nethogs maintainer to try to solve the libnethogs problem. Thanks the
advice about this :) .


-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894772: [yanha...@gmail.com: Re: Bug#894772: RFS: deepin-system-monitor/1.4.3-1 [ITP]]

2018-04-09 Thread Yanhao Mo
- Forwarded message from Yanhao Mo <yanha...@gmail.com> -

Date: Mon, 9 Apr 2018 17:29:14 +0800
From: Yanhao Mo <yanha...@gmail.com>
To: Adam Borowski <kilob...@angband.pl>
Subject: Re: Bug#894772: RFS: deepin-system-monitor/1.4.3-1 [ITP]
User-Agent: Mutt/1.9.4 (2018-02-28)

On Sun 04/08 21:55, Adam Borowski wrote:
> Hi!
> As for the packaging itself, the nethogs/ subproject is not included in the
> copyright file; it seems to be already packaged separately, too.
> 
> But, that's easy to fix.  I found a bigger problem though:
> 
> The program has a long list of caps (with a fallback to setuid), that allow
> any user perform most of root-only actions.  For example one of menus allows
> anyone to kill/suspend/resume any process in the system.  No authentication
> of any kind, no policy, just kill any process, period.
> 
> It's not just the GUI user who can do this, it's easy enough to simulate a
> GUI to have deepin-system-monitor do what any process, by any uid, wants.
> 
> And if you say "most computers don't have untrusted users", then well -- you
> still don't want some random thing running as another uid to have full
> control over the system.  And, most schools/etc will install a bunch of
> available desktop environments so individual users can choose; if Deepin is
> one of these environments, you can take over anyone else.
> 
> And even if deepin-system-monitor had appropriate access control, it's still
> a thoroughly bad idea to grant caps to a GUI process.  d-s-m crashed for me
> twice (segfault) while casually perusing it, I imagine it'd be trivial to do
> so intentionally.  And even if your code is 100% perfectly correct and
> solid, d-s-m uses many many libraries, any of which can have bugs that can
> be easy to subvert; various plugins can be loaded into the process, etc.
> There's no way this could be done securely: thus, the security boundary must
> be elsewhere.  Be it a small helper program, some kind of RPC, etc -- the
> privileged action can't be done by the GUI program.
> 
> Thus, I'm afraid that deepin-system-monitor can't go into Debian without
> some serious rethinking.  I cannot adequately assist you here, as I don't
> know the way such policies are done these days, you'd need to ask someone
> more knowledgeable than me.
> 
> I seriously hope I'm failing to understand something here...

Hi, Adam
Very thanks for checking my package and pointing these issues.
I have communicate with upstream author of deepin-system-monitor, and he
confirmed these security problems. As a result, he is willing to modify
d-s-m sources to limited the privilege operations within a very small
helper program with some capabilities, at the same time he
will refactor gui program of d-s-m to perform these operations by
sending request to the helper program via dubs. The helper program will
refuse any other request which is not sent from d-s-m.

I hope this will fix these issues. And that will take some times. So
let's wait.

For the nethogs part, the situation is: d-m-s need a library from
it, but the nethogs maintainer of debian doesn't package libnethogs
separately, we(pkg-deepin team) have already request for that [1], but
got no reply. So I decided to use the nethogs sources within upstream
d-m-s source tree directly to build d-m-s. Maybe this is a bad idea?
Maybe it's better to take a nmu upload for nethogs? Some advice is
very appreciated.

> d-s-m crashed for me twice (segfault) while casually perusing it,
As for this. The upstream author says It's very sorry for the insufficient
testing. He will try his best to find why and fix it.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893715

regards,

-- 
Yanhao Mo



- End forwarded message -

Forward message. Sorry for forgetting to cc 894...@bugs.debian.org and
pkg-deepin-de...@lists.alioth.debian.org .

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895262: RFS: deepin-menu/3.3.2-1

2018-04-08 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-menu"

* Package name: deepin-menu
  Version : 3.3.2-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-menu
* License : GPL-3+
  Section : x11

It builds those binary packages:

  deepin-menu - Deepin menu service

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

  https://mentors.debian.net/package/deepin-menu

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-menu/deepin-menu_3.3.2-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-menu

Changes since the last upload:
  * New upstream release.
  * d/control: add new uploader Yanhao Mo <yanha...@gmail.com>
  * d/control: Use Salsa platform for Vcs field.
  * debian/control: Update Standers-Version to 4.1.4.
  * debian/compat: Switch compat to level 11.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895197: RFS: golang-github-howeyc-fsnotify/0.9.0-1 [ITP]

2018-04-08 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "golang-github-howeyc-fsnotify"

* Package name: golang-github-howeyc-fsnotify
  Version : 0.9.0-1
  Upstream Author : Chris Howey <how...@gmail.com>
* URL : https://github.com/howeyc/fsnotify
* License : BSD-3-clause
  Section : devel

It builds those binary packages:

  golang-github-howeyc-fsnotify-dev - file system notification for Go

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

  https://mentors.debian.net/package/golang-github-howeyc-fsnotify

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

  dget -x 
https://mentors.debian.net/debian/pool/main/g/golang-github-howeyc-fsnotify/golang-github-howeyc-fsnotify_0.9.0-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/fsnotify

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895032: [yanha...@gmail.com: Re: Bug#895032: RFS: deepin-music/3.1.8-1 [ITP]]

2018-04-07 Thread Yanhao Mo
- Forwarded message from Yanhao Mo <yanha...@gmail.com> -

Date: Sat, 7 Apr 2018 18:02:33 +0800
From: Yanhao Mo <yanha...@gmail.com>
To: Adam Borowski <kilob...@angband.pl>
Subject: Re: Bug#895032: RFS: deepin-music/3.1.8-1 [ITP]
User-Agent: Mutt/1.9.4 (2018-02-28)

On Sat 04/07 03:32, Adam Borowski wrote:
> Thus, I think it'd be a lot better to, instead of painstakingly documenting
> every bit in that dir, remove it (for example via "Files-Excluded" in the
> watch file to automatically repack upstream tarballs).  This would also make
> the Security Team like you a lot more, as such "convenience copies" make
> their life hard as every problem requires searching the whole archive for
> copies of a library that needs to be updated.  And these days, sometimes
> packages get outright rejected, turning what used to be merely "best
> practice" to fully mandatory.

Hi Adam,
Thanks for the guidance, I have fix this according this solution.

> The only other issue is a nitpick: the short description shouldn't be
> capitalized unless you mean something named "Awesome".  You might also tone
> down the wording a wee bit.

and this is fixed as well, Please consider recheck it.

regards,
-- 
Yanhao Mo



- End forwarded message -

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#895032: RFS: deepin-music/3.1.8-1 [ITP]

2018-04-06 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "deepin-music"

* Package name: deepin-music
  Version : 3.1.8-1
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-music
* License : GPL-3+
  Section : sound

It builds those binary packages:

  deepin-music - Awesome music player with brilliant and tweakful UI

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

  https://mentors.debian.net/package/deepin-music

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-music/deepin-music_3.1.8-1.dsc

More information about hello can be obtained from 
g...@salsa.debian.org:pkg-deepin-team/deepin-music.git

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894772: RFS: deepin-system-monitor/1.4.3-1 [ITP]

2018-04-03 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "deepin-system-monitor"

* Package name: deepin-system-monitor
  Version : 1.4.3-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://github.com/linuxdeepin/deepin-system-monitor
* License : GPL-3+
  Section : utils

It builds those binary packages:

  deepin-system-monitor - System monitor for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-system-monitor

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-system-monitor/deepin-system-monitor_1.4.3-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-system-monitor

Changes since the last upload:

 * Initial release.
 * Add a patch to prevent /usr/share/dman/* from being installed, more
   info can be found at 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883379#33
   and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883379#45

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894711: RFS: qtmpris/0.0.8-1 [ITP]

2018-04-03 Thread Yanhao Mo
On Tue 04/03 22:43, Adam Borowski wrote:
> On Tue, Apr 03, 2018 at 08:25:32PM +0800, Yanhao Mo wrote:
> > Package: sponsorship-requests
> > Severity: wishlist
> > 
> >  * Package name: qtmpris
> >Version : 0.0.801
> >Upstream Author : Andres Gomez <andres.go...@jolla.com>
> >  * URL : https://github.com/nemomobile/qtmpris
> >  * License : GPL-2.1+
> >Section : misc
> > 
> > It builds those binary packages:
> > 
> >   libmpris-qt5-1 - Qt MPRIS interface and adaptor (development files)
> >   libmpris-qt5-dev - Qt MPRIS interface and adaptor
> >   qml-module-org-nemomobile-mpris - Qt 5 MPRIS interface and adaptor QML 
> > module
> 
> Hi!
> The license of all files is LGPL 2+ rather than GPL; the difference is
> important as LGPL allows using this library without imposing GPL on the
> resultant binary.
> 
> As of packaging itself, it looks good so far otherwise.

Sorry for my carelessness. I have fixed it and re-uploaded.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894711: RFS: qtmpris/0.0.8-1 [ITP]

2018-04-03 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

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

 * Package name: qtmpris
   Version : 0.0.801
   Upstream Author : Andres Gomez <andres.go...@jolla.com>
 * URL : https://github.com/nemomobile/qtmpris
 * License : GPL-2.1+
   Section : misc

It builds those binary packages:

  libmpris-qt5-1 - Qt MPRIS interface and adaptor (development files)
  libmpris-qt5-dev - Qt MPRIS interface and adaptor
  qml-module-org-nemomobile-mpris - Qt 5 MPRIS interface and adaptor QML module

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/q/qtmpris/qtmpris_0.0.8-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/qtmpris

This package is a build dependency of deepin-music.

Regards,
Yanhao Mo



Bug#894593: RFS: deepin-picker/1.6.2-1

2018-04-01 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-picker"

* Package name: deepin-picker
  Version : 1.6.2-2
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://github.com/linuxdeepin/deepin-picker
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-picker - Color picker tool for deepin

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

https://mentors.debian.net/package/deepin-picker

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-picker/deepin-picker_1.6.2-2.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-picker

Changes since the last upload:

* d/control: add missing dependency dde-qt5integration since
deepin-picker cannot work correctly without it.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894417: closed by Adam Borowski <kilob...@angband.pl> (Re: Bug#894417: RFS: dde-calendar/1.2.2-1)

2018-03-31 Thread Yanhao Mo
On Sun 04/01 00:00, Debian Bug Tracking System wrote:
> Those mysterious "Some Bug Fixes" are in the upstream release; these are
> usually skipped unless somehow related to the packages or reported to the
> BTS.  This line makes no sense.

Got it! I'll use it more properly next time.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894464: closed by Adam Borowski <kilob...@angband.pl> (Re: Bug#894464: RFS: deepin-picker/1.6.2-1)

2018-03-31 Thread Yanhao Mo
On Sat 03/31 23:03, Debian Bug Tracking System wrote:
> Hi!
> You didn't mention that you added yourself to Uploaders, and there's a typo
> ("Swithch" -> "Switch"), but none of these matter enough for another
> round-trip.  Uploaded.

Thanks for the uploading and sorry for my mistakes, I will do more
checks to avoid them next time :P.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894464: RFS: deepin-picker/1.6.2-1

2018-03-30 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-picker"

* Package name: deepin-picker
  Version : 1.6.2-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://github.com/linuxdeepin/deepin-picker
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-picker - Color picker tool for deepin

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

https://mentors.debian.net/package/deepin-picker

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-picker/deepin-picker_1.6.2-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-picker

Changes since the last upload:
  * New upstream release.
  * d/control: Use Salsa platform for Vcs field.
  * d/control: Update Standers-Version to 4.1.3.
  * d/compat: Swithch compat to level 11.
  * d/patches: add a patch to delete wrong desktop category 'Picker'.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894451: RFS: deepin-image-viewer/1.2.18-1

2018-03-30 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-image-viewer"

* Package name: deepin-image-viewer
  Version : 1.2.18-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://github.com/linuxdeepin/deepin-image-viewer
* License : GPL-3+
  Section : graphics

It builds those binary packages:

  deepin-image-viewer - Image Viewer for Deepin Desktop Environment

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

  https://mentors.debian.net/package/deepin-image-viewer

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-image-viewer/deepin-image-viewer_1.2.18-1.dsc

More information about hello can be obtained from
https://salsa.debian.org/pkg-deepin-team/deepin-image-viewer

Changes since the last upload:
  * Bug Fixes

This is team upload.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894433: RFS: deepin-calculator/1.0.2-1

2018-03-30 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "deepin-calculator"

* Package name: deepin-calculator
  Version : 1.0.2-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://salsa.debian.org/pkg-deepin-team/deepin-calculator
* License : GPL-3+
  Section : math

It builds those binary packages:

  deepin-calculator - Calculator for DDE (Deepin Desktop Environment)

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

  https://mentors.debian.net/package/deepin-calculator

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/deepin-calculator/deepin-calculator_1.0.2-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/deepin-calculator

Changes since the last upload:

  * Drop patches, applied upstream.
  * d/rules: Use /usr/share/dpkg/pkg-info.mk instead of dpkg-parsechangelog.
  * d/rules: Add build dependency qttools5-dev-tools.
  * d/control: Use Salsa platform for Vcs field.
  * d/control: Update Standers-Version to 4.1.3.
  * d/compat: Swithch compat to level 11.
  * d/copyright: Use https for copyright-format-uri.
  * d/copyright: Add missing GPL2 license-paragraph.

--
Yanhao Mo



Bug#894417: RFS: dde-calendar/1.2.2-1

2018-03-29 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "dde-calendar"

* Package name: dde-calendar
  Version : 1.2.2-1
  Upstream Author : Deepin Technology Co., Ltd
* URL : https://github.com/linuxdeepin/dde-calendar
* License : GPL-3+
  Section : utils

It builds those binary packages:

  dde-calendar - Deepin Calendar

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

  https://mentors.debian.net/package/dde-calendar

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dde-calendar/dde-calendar_1.2.2-1.dsc

More information about hello can be obtained from 
https://salsa.debian.org/pkg-deepin-team/dde-calendar.

Changes since the last upload:

  * Some Bug Fixes
  * d/rules: use /usr/share/dpkg/pkg-info.mk instead of dpkg-parsechangelog.
  * d/control: Use Salsa platform for Vcs field.
  * debian/control: Update Standers-Version to 4.1.3.
  * debian/compat: Swithch compat to level 11.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#894394: RFS: cjson/1.7.5-1

2018-03-29 Thread Yanhao Mo
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

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

* Package name: cjson
  Version : 1.7.5-1
  Upstream Author : Dave Gamble
* URL : https://github.com/DaveGamble/cJSON
* License : MIT
  Section : libs

It builds those binary packages:

  libcjson-dev - Ultralightweight JSON parser in ANSI C (development files)
  libcjson1  - Ultralightweight JSON parser in ANSI C

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

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


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

  dget -x https://mentors.debian.net/debian/pool/main/c/cjson/cjson_1.7.5-1.dsc

More information about hello can be obtained from 
https://github.com/DaveGamble/cJSON

Regards,
Yanhao Mo


signature.asc
Description: PGP signature


Bug#872736: RFS: dtkwidget/2.0.0-1 [ITP]

2017-09-24 Thread Yanhao Mo
Hi czchen,

Very sorry to bother you again.
I just notised that I incorrectly set Maintainer's address to
pkg-dee...@list.alioth.debian.org, but the real address is
pkg-deepin-de...@lists.alioth.debian.org. I have corrected it and
re-uploaded it to mentors.debian.net. Please re-check and upload the
package.

Thanks,
-- YanhaoMo


signature.asc
Description: PGP signature


Bug#872736: RFS: dtkwidget/2.0.0-1 [ITP]

2017-09-20 Thread Yanhao Mo
On Mon, Aug 21, 2017 at 12:46:22PM +0800, ChangZhuo Chen (陳昌倬) wrote:
> On Mon, Aug 21, 2017 at 12:27:48AM +0800, Yanhao Mo wrote:
> > I am looking for a sponsor for my package "dtkwidget"
> 
> * For debian/*.install, please use more specific name instead of lib*.so
>   to detect so bump from upstream.
> 
> * Some dependencies are missing? Maybe still in NEW queue? I can sponsor
>   only when it is buildable.
> 
> E: Unable to locate package libdtkcore-dev
> E: Unable to locate package libgsettings-qt-dev

Hi, since package gsettings-qt has been pused to unstable, this
package now can build successfully. please consider re-test and sponsor
it. Very thanks for help.


signature.asc
Description: PGP signature


Bug#872736: RFS: dtkwidget/2.0.0-1 [ITP]

2017-08-21 Thread Yanhao Mo
On Mon, Aug 21, 2017 at 12:46:22PM +0800, ChangZhuo Chen (陳昌倬) wrote:
> On Mon, Aug 21, 2017 at 12:27:48AM +0800, Yanhao Mo wrote:
> > I am looking for a sponsor for my package "dtkwidget"
> 
> * For debian/*.install, please use more specific name instead of lib*.so
>   to detect so bump from upstream.
I have fixed that problem, thanks for point.
> * Some dependencies are missing? Maybe still in NEW queue?
Yes, they are still in NEW queue.
> I can sponsor only when it is buildable.
That's Ok, I'll waiting for it, very thanks for your help.


signature.asc
Description: PGP signature


Bug#872736: RFS: dtkwidget/2.0.0-1 [ITP]

2017-08-20 Thread Yanhao Mo
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

* Package name: dtkwidget
  Version : 2.0.0-1
  Upstream Author : Deepin Technology Co,. Ltd
* URL : https://github.com/linuxdeepin/dtkwidget.git
* License : GPL3+
  Section : libs

It builds those binary packages:

  libdtkwidget-dev - Deepin graphical user interface library (development files)
  libdtkwidget2 - Deepin graphical user interface library

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/dtkwidget/dtkwidget_2.0.0-1.dsc

  More information about dtkwidget can be obtained from
  https://anonscm.debian.org/cgit/pkg-deepin/dtkwidget.git

This package has build-depends: "libgsettings-qt-dev" which can be built from
gsettings-qt source package. gsettings-qt is now in new queue:
  https://ftp-master.debian.org/new/gsettings-qt_0.1+16.04.20170729-1.html

Regards,
 Yanhao Mo


signature.asc
Description: PGP signature