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
&g

Bug#995704: ITP: golang-github-cloudwego-netpoll -- A high-performance non-blocking I/O networking framework, which focused on RPC scenarios

2021-10-04 Thread Yanhao Mo
Hi Jonas,
Thanks for pointing that out, I will fix the problem when I prepare
the first upload package.

On Mon, Oct 4, 2021 at 9:01 PM Jonas Smedegaard  wrote:
>
> Quoting Yanhao Mo (2021-10-04 14:46:54)
> > Package: wnpp
> > Severity: wishlist
> > Owner: Yanhao 
> > X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org
> >
> > * Package name: golang-github-cloudwego-netpoll
> >   Version : 0.0.4-1
> >   Upstream Author : Bytedance Inc.
> > * URL : https://github.com/cloudwego/netpoll
> > * License : Apache-2.0
> >   Programming Lang: Go
> >   Description : A high-performance non-blocking I/O networking
> > framework, which focused on RPC scenarios, developed by ByteDance.
> >
> >  Netpoll is a high-performance non-blocking I/O networking framework,
> >  which focused on RPC scenarios, developed by ByteDance.
>
> Please beware that first line of Description should be a short
> not-a-full-sentence one-liner independent from the remaining description
> lines.
>
> Seems you should not edit that first line but keep it as as part of the
> long description and instead _prepend_ another shorter line for use as
> short description.
>
> More information here:
> https://www.debian.org/doc/debian-policy/ch-binary.html#the-single-line-synopsis
>
>
>  - Jonas
>
> --
>  * Jonas Smedegaard - idealist & Internet-arkitekt
>  * Tlf.: +45 40843136  Website: http://dr.jones.dk/
>
>  [x] quote me freely  [ ] ask before reusing  [ ] keep private



Bug#995704: ITP: golang-github-cloudwego-netpoll -- A high-performance non-blocking I/O networking framework, which focused on RPC scenarios

2021-10-04 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao 
X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org

* Package name: golang-github-cloudwego-netpoll
  Version : 0.0.4-1
  Upstream Author : Bytedance Inc.
* URL : https://github.com/cloudwego/netpoll
* License : Apache-2.0
  Programming Lang: Go
  Description : A high-performance non-blocking I/O networking
framework, which focused on RPC scenarios, developed by ByteDance.

 Netpoll is a high-performance non-blocking I/O networking framework,
 which focused on RPC scenarios, developed by ByteDance.



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



Bug#995564: ITP: golang-github-bytedance-gopkg -- Universal Utilities for Go

2021-10-02 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao 
X-Debbugs-CC: debian-de...@lists.debian.org, debian...@lists.debian.org

* Package name: golang-github-bytedance-gopkg
  Version : 0.0~git20210910.e4efae9-1
  Upstream Author : Bytedance Inc.
* URL : https://github.com/bytedance/gopkg
* License : Apache-2.0
  Programming Lang: Go
  Description : Universal Utilities for Go

 gopkg is a universal utility collection for Go, it complements offerings
 such as Boost, Better std, Cloud tools. It is migrated from the internal
 code base at ByteDance and has been extensively adopted in production.



Bug#978704: securefs: autopkgtests hard-code dependency on libcrypto++6

2020-12-30 Thread Yanhao Mo


thanks for the reports, I will fix this in the next couple days

Sebastian Ramacher  writes:

> On 2020-12-30 15:06:19 +0100, Sebastian Ramacher wrote:
>> Source: securefs
>> Version: 0.11.1+ds-1
>> Severity: serious
>> X-Debbugs-Cc: sramac...@debian.org
>> 
>> securefs' autopkgtests hard-code dependencies on a bunch of shared
>> libraries: libcrypto++6, libfuse2, libjsoncpp1, and libutf8profc2. This
>> is most certainly wrong when securefs is rebuilt for transitions. At
>> least the dependencies on libcrypto++6 and libjsoncpp1 are no longer
>> correct.
>> 
>> Having dependencies on the -dev packages there or installing securefs
>> would make more sense to get the right runtime libraries.
>
> On second thought, installing securefs could also give the wrong
> results. So the former would make more sense. In any case, this issue
> causes autopkgtest failures:
>
> autopkgtest [05:13:56]: test command2: cd obj-x86_64-linux-gnu && 
> ./securefs_test
> autopkgtest [05:13:56]: test command2: [---
> ./securefs_test: error while loading shared libraries: libcrypto++.so.8: 
> cannot open shared object file: No such file or directory
> autopkgtest [05:13:56]: test command2: ---]
> autopkgtest [05:13:56]: test command2:  - - - - - - - - - - results - - - - - 
> - - - - -
> command2 FAIL non-zero exit status 127
>
> See
> https://ci.debian.net/data/autopkgtest/testing/amd64/s/securefs/9241910/log.gz
>
> Cheers



Bug#962296: hotspot: Please package new upstream version (1.3.0)

2020-12-29 Thread Yanhao Mo
I'll check it later, maybe within a week.

Mathieu Malaterre  writes:

> 1.3.0 is out
>
> https://github.com/KDAB/hotspot/releases/tag/v1.3.0



Bug#927404: ITP: cli11 -- A command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface

2019-04-18 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: cli11
  Version : 1.71
  Upstream Author : Henry Schreiner
* URL : https://github.com/CLIUtils/CLI11
* License : 3-Clause BSD
  Programming Lang: c++
  Description : a command line parser for C++11 and beyond that
 provides a rich feature set with a simple and intuitive interface.

CLI11 provides all the features you expect in a powerful command line
parser, with a beautiful, minimal syntax and no dependencies beyond
C++11. It is header only, and comes in a single file form for easy
inclusion in projects.



Bug#921762: need help

2019-02-26 Thread Yanhao Mo
Control: tags -1 + pending

Andrey Rahmatullin  writes:

> Control: tags -1 + upstream fixed-upstream
>
> On Wed, Feb 13, 2019 at 09:21:17PM +0800, Yanhao Mo wrote:
>> Control: tags -1 + confirmed help
> This seems to be fixed upstream:
> https://github.com/teejee2008/timeshift/issues/375

I see, thanks for reminding, new version will soon be uploaded.



Bug#921762: need help

2019-02-13 Thread Yanhao Mo
Control: tags -1 + confirmed help



Bug#914357: Cannot reproduce this problem

2019-01-07 Thread Yanhao Mo


Finally, the reason of build failure was founded. The kallsyms testcase
use operating system parameters `kernel.kptr_restrict` and
`kernel.perf_event_paranoid` to determine if a ordinary user could read
the address info from /proc/kallsyms file. Obviously that's not true,
because both machines of you and I have the same value for the two
parameters, but on your machine a ordinary user can get address info
from /proc/kallsyms which is not the case for mine.

`$ head /proc/kallsyms` from your mainche:

>  A irq_stack_union
>  A __per_cpu_start
>  A __per_cpu_user_mapped_start
> 4000 A vector_irq
> 4800 A unsafe_stack_register_backup
> 4840 A cpu_debug_store
> 48c0 A cpu_tss
> 7000 A exception_stacks
> c000 A gdt_page
> d000 A espfix_waddr

`$ head /proc/kallsyms` from my mainche:

>  A irq_stack_union
>  A __per_cpu_start
>  A cpu_debug_store
>  A cpu_tss_rw
>  A gdt_page
>  A exception_stacks
>  A entry_stack_storage
>  A espfix_waddr
>  A espfix_stack
>  A cpu_llc_id

I need some extra time to find a new way to fix this problem. But for
now I'd like to disable the kallsyms testcase temporarily and close
this bug for successfully testing transition.

Thanks again for letting me use your machine to test this.



Bug#918220: securefs: Typo in debian/watch file

2019-01-05 Thread Yanhao Mo


Control: tags -1 + confirmed

Boyuan Yang  writes:

> Source: securefs
> Version: 0.8.2+ds-3
> Severity: minor
>
> Dear securefs maintainer,
>
> uscan reports error due to unrecognized option "repackasuffix=+ds". It is
> obviously a typo.
>
> Please consider fixing it in the next upload. Thanks!

Thanks for reporting. I will fix it in the next upload.



Bug#914357: Cannot reproduce this problem

2019-01-05 Thread Yanhao Mo


Santiago Vila  writes:

> On Sun, Jan 06, 2019 at 12:16:21AM +0800, Yanhao Mo wrote:
>
>> I cannnot reproduce this problem in my pbuilder environment.
>> Could you please help reverify if this problem still exists?
>
> Note: I reported this because it failed for me once and I saw that it also
> failed in reproducible-builds.
>
> I've now triggered a rebuild on reproducible-builds in all architectures.
>
> In a while you can see the results here:
>
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/hotspot.html
>
> If all of them build ok, you should probably ask for a retry here:
>
> https://buildd.debian.org/status/package.php?p=hotspot
>
> If not, we will see what can we do.
>
> Thanks.

Hmm, the reproducible building is still failed. And I still cannot
reproduce the error.  Accordding to the error message:

> XPASS  : TestKallsyms::testProc() 'kallsyms.parseMapping(path)' returned TRUE 
> unexpectedly. ()
>   Loc: 
> [/<>/hotspot-1.1.0+git20180816/3rdparty/perfparser/tests/auto/kallsyms/tst_kallsyms.cpp(138)]
> QDEBUG : TestKallsyms::testParseErrors() "Mapping is empty."
> QDEBUG : TestKallsyms::testParseErrors() "Invalid address: this"
> QDEBUG : TestKallsyms::testParseErrors() "No such file or directory"

I guess that because the build environments used by
tests.reproducible-builds.org dosen't have a normal /proc/kallsyms file.
Or maybe it doesn't have such file at all. Could you please help verify
that? Very appreciated.

And if what I'm guessing is true for the /proc/kallsyms file. Then what
operations am I excepted to take? Should I just disable the specific
testcase?



Bug#910890: deepin-music: segfault at start

2018-10-18 Thread Yanhao Mo
Sorry for the wrong XXX-done@bugs.d.o address in the previous mail.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#910890: [Pkg-deepin-devel] Bug#910890: deepin-music: segfault at start

2018-10-18 Thread Yanhao Mo
I have uploaded a new version of deepin-qt5xcb-plugin, and it will fix
this bugs.

Now I am closing this bugs, feel free to it reopen if you thinks it still
unfixed.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#910890: deepin-music: segfault at start

2018-10-18 Thread Yanhao Mo
Control: tags -1 + moreinfo


signature.asc
Description: PGP signature


Bug#910890: [Pkg-deepin-devel] Bug#910890: deepin-music: segfault at start

2018-10-18 Thread Yanhao Mo
Control: tags -1 + moreinfo

On Fri 10/12 22:00, Larus wrote:
> Package: deepin-music
> Version: 3.1.8.3+ds-1+b1
> Severity: important
> 
> Dear Maintainer,
> 
> in the deepin-packages -music, -image-viewer and -movie startup causes a
> segmentation fault, tested in hlwm and budgie, but no change in
> behaviour. Even when building from source (apt source), it fails.
> Deepin-terminal still works.
> 
> Thank all of you for all your great work!
> Larus
> 
> 
> -- System Information:
> Debian Release: buster/sid
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 4.18.0-2-amd64 (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
> LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> Versions of packages deepin-music depends on:
> ii  gstreamer1.0-libav 1.15.0.1+git20180723+db823502-2
> ii  gstreamer1.0-plugins-bad   1.14.4-1
> ii  gstreamer1.0-plugins-base  1.14.4-1
> ii  gstreamer1.0-plugins-good  1.14.4-1
> ii  gstreamer1.0-plugins-ugly  1.14.4-1
> ii  gstreamer1.0-pulseaudio1.14.4-1
> ii  libavformat58  7:4.0.2-2+b1
> ii  libc6  2.27-6
> ii  libcue22.2.1-1
> ii  libdtkcore22.0.9-2
> ii  libdtkwidget2  2.0.9.3-2
> ii  libgcc11:8.2.0-7
> ii  libicu60   60.2-6
> ii  libmpris-qt5-1 0.1.0-2
> ii  libqt5core5a   5.11.1+dfsg-9
> ii  libqt5dbus55.11.1+dfsg-9
> ii  libqt5gui5 5.11.1+dfsg-9
> ii  libqt5multimedia5  5.11.1-2
> ii  libqt5multimedia5-plugins  5.11.1-2
> ii  libqt5network5 5.11.1+dfsg-9
> ii  libqt5sql5 5.11.1+dfsg-9
> ii  libqt5sql5-sqlite  5.11.1+dfsg-9
> ii  libqt5widgets5 5.11.1+dfsg-9
> ii  libstdc++6 8.2.0-7
> ii  libtag1v5  1.11.1+dfsg.1-0.2+b1
> 
> deepin-music recommends no packages.
> 
> deepin-music suggests no packages.
> 
> -- no debconf information
> 
> ___
> Pkg-deepin-devel mailing list
> pkg-deepin-de...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-deepin-devel

-- 
Yanhao Mo



Bug#910154: deepin-icon-theme: broken symlinks: /usr/share/icons/deepin/places/16/folder-bookmark.svg, /usr/share/icons/deepin/devices/16/phone{, -apple-iphone}.svg

2018-10-12 Thread Yanhao Mo
Control: tags -1 + confirmed upstream


signature.asc
Description: PGP signature


Bug#910154: deepin-icon-theme: broken symlinks: /usr/share/icons/deepin/places/16/folder-bookmark.svg, /usr/share/icons/deepin/devices/16/phone{, -apple-iphone}.svg

2018-10-12 Thread Yanhao Mo
Control: tags + confirmed upstream


signature.asc
Description: PGP signature


Bug#910154: deepin-icon-theme: broken symlinks: /usr/share/icons/deepin/places/16/folder-bookmark.svg, /usr/share/icons/deepin/devices/16/phone{, -apple-iphone}.svg

2018-10-12 Thread Yanhao Mo
Control: tag + confirmed upstream


signature.asc
Description: PGP signature


Bug#910154: [Pkg-deepin-devel] Bug#910154: deepin-icon-theme: broken symlinks: /usr/share/icons/deepin/places/16/folder-bookmark.svg, /usr/share/icons/deepin/devices/16/phone{, -apple-iphone}.svg

2018-10-11 Thread Yanhao Mo
Control: tag + confirmed

On Wed 10/03 12:08, Andreas Beckmann wrote:
> Package: deepin-icon-theme
> Version: 15.12.59-3
> Severity: normal
> User: debian...@lists.debian.org
> Usertags: piuparts
> 
> Hi,
> 
> during a test with piuparts I noticed your package ships (or creates)
> a broken symlink.
> 
> From the attached log (scroll to the bottom...):
> 
> 0m58.4s ERROR: FAIL: Broken symlinks:
>   /usr/share/icons/deepin/places/16/folder-bookmark.svg -> 
> deepin/places/16/user-bookmarks-symbolic.svg (deepin-icon-theme)
>   /usr/share/icons/deepin/devices/16/phone.svg -> android-device.svg 
> (deepin-icon-theme)
>   /usr/share/icons/deepin/devices/16/phone-apple-iphone.svg -> ios-device.svg 
> (deepin-icon-theme)
> 
> 
> cheers,
> 
> Andreas

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#909927: request for updating

2018-09-29 Thread Yanhao Mo
Package: gammaray
Version: 2.9.0-2.1+b1
Severity: wishlist

A new upstream version 2.9.1 is available, please consider packaging it.


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

Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gammaray depends on:
ii  libc6 2.27-6
ii  libgcc1   1:8.2.0-7
ii  libkf5syntaxhighlighting5 5.49.0-1
ii  libqt53dcore5 5.11.1+dfsg-3
ii  libqt53drender5   5.11.1+dfsg-3
ii  libqt5core5a [qtbase-abi-5-11-0]  5.11.1+dfsg-9
ii  libqt5designer5   5.11.1-6
ii  libqt5gui55.11.1+dfsg-9
ii  libqt5network55.11.1+dfsg-9
ii  libqt5printsupport5   5.11.1+dfsg-9
ii  libqt5qml55.11.1-5
ii  libqt5quick5  5.11.1-5
ii  libqt5script5 5.11.1+dfsg-2
ii  libqt5scripttools55.11.1+dfsg-2
ii  libqt5svg55.11.1-2
ii  libqt5webenginewidgets5   5.11.1+dfsg-5
ii  libqt5widgets55.11.1+dfsg-9
ii  libstdc++68.2.0-7
ii  qml-module-qt3d   5.11.1+dfsg-3
ii  qml-module-qtquick-controls   5.11.1-2
ii  qml-module-qtquick-scene3d5.11.1+dfsg-3

Versions of packages gammaray recommends:
ii  gdb  8.1-4+b1

gammaray suggests no packages.

-- no debconf information



Bug#908002: ITP: timeshift -- Application that provides functionality similar to the System Restore feature in Windows and the Time Machine tool in Mac OS

2018-09-04 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: timeshift
  Version : 18.9
  Upstream Author : Tony George 
* URL : https://github.com/teejee2008/timeshift
* License : GPL-3+
  Programming Lang: vala
  Description : System restore tool.

Creates filesystem snapshots using rsync+hardlinks,
or BTRFS snapshots. Supports scheduled snapshots,
multiple backup levels, and exclude filters.
Snapshots can be restored while system is running
or from Live CD/USB.


signature.asc
Description: PGP signature


Bug#907393: ITP: hotspot -- The Linux perf GUI for performance analysis.

2018-08-27 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: hotspot
  Version : 1.1.0+git20180816
  Upstream Author :  Klarälvdalens Datakonsult AB, a KDAB Group company 

* URL : https://github.com/KDAB/hotspot
* License : GPL-2+
  Programming Lang: C++
  Description : The Linux perf GUI for performance analysis.

This project is a KDAB R&D effort to create a standalone
GUI for performance data. As the first goal, It only
provide a UI like KCachegrind around Linux perf. Looking
ahead, It is intended to support various other performance
data formats under this umbrella.


signature.asc
Description: PGP signature


Bug#904407: Please modify the debian/copyright to follow DEP-5

2018-08-27 Thread Yanhao Mo
On Mon 08/27 14:00, Romain Francoise wrote:
> Yes, I will include your change in the next upload but this is not an
> urgent matter and no NMU is required.

Understood ;)

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#904407: Please modify the debian/copyright to follow DEP-5

2018-08-26 Thread Yanhao Mo
Hi, it is been one month since I submitted this merge request,
Do you have any plan on it, please let me know. And if still
cannot get any replying one week after. I will make a nmu.

Look forward to your replying.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#906791: ITP: securefs -- Filesystem in userspace (FUSE) with transparent authenticated encryption

2018-08-20 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: securefs
  Version : 0.10
  Upstream Author : Siyuan Ren 
* URL : https://github.com/netheril96/securefs
* License : MIT
  Programming Lang: C++
  Description : filesystem in userspace with transparent authenticated
encryption

securefs mounts a regular directory onto a mount point. The mount
point appears as a regular filesystem, where one can read/write/create
files, directories and symbolic links. The underlying directory will
be automatically updated to contain the encrypted and authenticated
contents.



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#897739: close bug

2018-07-29 Thread Yanhao Mo
Control: close

I believe this bug was fixed in newer version.

-- 
Yanhao Mo


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#904407: Please modify the debian/copyright to follow DEP-5

2018-07-23 Thread Yanhao Mo
Package: tmux
Version: 2.7-1+b1
Severity: wishlist

Recently I got a task to statistic the license infomation of all packages
is installed in my computer. It is become difficult since I've found
that few package don't follow the DEP-5. tmux is one of them. As a
result, I made some changes to the copyright file to let it follow the
DEP-5 and be more machine-readable. A patch file is attached.
Please consider merge it.

-- 
Yanhao Mo
From 229da47dc161193f79ed360558786da65f5eba5c Mon Sep 17 00:00:00 2001
From: Yanhao Mo 
Date: Tue, 24 Jul 2018 11:47:36 +0800
Subject: [PATCH] modify copyright file to follow DEP-5

---
 debian/copyright | 171 ++-
 1 file changed, 95 insertions(+), 76 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 995df43..00823d5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,37 +1,101 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: tmux
-Upstream-Source: http://sf.net/projects/tmux
-Upstream Author: Nicholas Marriott 
+Source: http://sf.net/projects/tmux
 
 Files: *
-Copyright:
- Copyright (c) 2007-2010 Nicholas Marriott  on
-	everything not listed thereunder
- Copyright (c) 2009 Joshua Elsasser  on
-	attributes.c
-	osdep-darwin.c
- Copyright (c) 2008-2009 Tiago Cunha  on
-	cmd-confirm-before.c
-	cmd-copy-buffer.c
-	cmd-display-message.c
-	cmd-if-shell.c
-	cmd-load-buffer.c
-	cmd-save-buffer.c
-	cmd-source-file.c
-	examples/tmux.vim
- Copyright (c) 2002 Todd C. Miller  on
-	getopt_long.c
- Copyright (c) 2004, 2005, 2007 Darren Tucker (dtucker at zip com au) on
-	bsd-poll.c
- Copyright (c) 1998 Todd C. Miller  on
-	strlcat.c
- Copyright (c) 1998 Todd C. Miller  on
-	strlcpy.c
- Copyright (c) 2004 Ted Unangst and Todd Miller on
-	strtonum.c
- Copyright (c) 2010 Romain Francoise  on
-	signal.c
-
-License:
+Copyright: 2007-2010 Nicholas Marriott 
+License: ISC
+
+Files: attributes.c
+   osdep-darwin.c
+Copyright: 2009 Joshua Elsasser 
+License: ISC
+
+Files: cmd-confirm-before.c
+   cmd-copy-buffer.c
+   cmd-display-message.c
+   cmd-if-shell.c
+   cmd-load-buffer.c
+   cmd-save-buffer.c
+   cmd-source-file.c
+   examples/tmux.vim
+Copyright: 2008-2009 Tiago Cunha 
+License: ISC
+
+Files: getopt_long.c
+Copyright: 2002 Todd C. Miller 
+License: ISC
+
+Files: bsd-poll.c
+Copyright: 2004, 2005, 2007 Darren Tucker (dtucker at zip com au)
+License: ISC
+
+Files: strlcat.c
+Files: strlcpy.c
+Copyright: 1998 Todd C. Miller 
+License: ISC
+
+Files: strtonum.c
+Copyright: 2004 Ted Unangst and Todd Miller
+License: ISC
+
+Files: signal.c
+Copyright: 2010 Romain Francoise 
+License: ISC
+
+Files: bitstring.h
+   unvis.c
+   vis.c
+Copyright: 1989, 1993 The Regents of the University of California
+License: BSD-3
+
+Files: strcasestr.c
+   strsep.c
+   daemon.c
+Copyright: 1990, 1993 The Regents of the University of California
+License: BSD-3
+
+Files: vis.h
+Copyright: 1990 The Regents of the University of California
+License: BSD-3
+
+Files: fgetln.c
+Copyright: 1998 The NetBSD Foundation, Inc.
+License: BSD-3
+
+Files: queue.h
+Copyright: 1991, 1993 The Regents of the University of California
+License: BSD-3
+
+Files: bsd-poll.h
+Copyright: 1996 Theo de Raadt
+License: BSD-2
+
+Files: imsg-buffer.c
+   imsg.c
+Copyright: 2003, 2004 Henning Brauer 
+License: BSD-2
+
+Files: imsg.h
+Copyright: 2006, 2007 Pierre-Yves Ritschard 
+   2006, 2007, 2008 Reyk Floeter 
+   2003, 2004 Henning Brauer 
+License: BSD-2
+
+Files: getopt.h
+   getopt_long.c
+Copyright: 2000 The NetBSD Foundation, Inc.
+License: BSD-2
+
+Files: tree,h
+Copyright: 2002 Niels Provos 
+License: BSD-2
+
+Files: debian/*
+Copyright: 2008, 2009, 2010, 2011 Karl Ferdinand Ebert 
+License: BSD-2.
+
+License: ISC
  Permission to use, copy, modify, and distribute this software for any
  purpose with or without fee is hereby granted, provided that the above
  copyright notice and this permission notice appear in all copies.
@@ -44,26 +108,6 @@ License:
  IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-Files: compat/{bitstring.h,daemon.c,fgetln.c,queue.h,str{casestr,sep}.c,
-	unvis.h,vis.h,vis.c}
-Copyright:
- Copyright (c) 1989, 1993 The Regents of the University of California on
-	bitstring.h
-	unvis.c
- Copyright (c) 1990, 1993 The Regents of the University of California on
-	strcasestr.c
-	strsep.c
- Copyright (c) 1989, 1993 The Regents of the University of California on
-	vis.c
- Copyright (c) 1990 The Regents of the University of California on
-	vis.h
- Copyright (c) 1990, 1993 The Regents of the University of California on
-	daemon.c
- Copyright (c) 1998 The NetBSD Foundation, Inc. on
-	fgetln.c
- Copyright (c) 1991, 1993 The Regents of the University of California on
-	queue.h
-
 License: BSD-3
  Redistribution and use in source and binary f

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-20 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#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#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#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#902284: Translated Code of Conduct in Simplified Chinese

2018-06-24 Thread Yanhao Mo
On Sun 06/24 13:51, Lumin wrote:
> [2] 
> https://salsa.debian.org/chinese-team/fortunes-zh/blob/master/foss.d/code_of_conduct.cookie

Line 39, "由其" should be "尤其". Others look good to me.

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#902098: gammaray: Cannot install gammaray on sid, please rebuild it with qt 5.10

2018-06-21 Thread Yanhao Mo
Package: gammaray
Version: 2.9.0-2
Severity: serious

Gammaray is not installable on sid, because it still depends qtbase-abi-5-9-2.
Please handle qtbase transition and reupload.

The following is what I saw when trying to install it on sid.

$  ~ sudo apt install gammaray  
[sudo] password for hao: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gammaray : Depends: qtbase-abi-5-9-2 but it is not installable
E: Unable to correct problems, you have held broken packages.

-- 
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  .
* 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-22 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 
* 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 .
  * 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 
  * d/control: change maintainer field back to
pkg-deepin-de...@lists.alioth.debian.org

-- 
Yanhao Mo


signature.asc
Description: PGP signature


Bug#897571: ITP: deepin-editor -- simple editor for DDE

2018-05-02 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: deepin-editor
  Version : 0.0.1
  Upstream Author : Deepin Technology Co, Ltd.
* URL : https://github.com/linuxdeepin/deepin-editor
* License : GPL3+
  Programming Lang: C++
  Description : simple editor for DDE

Deepin System Monitor is developed by Deepin Technology official Team.
It will be the default text editor for DDE( Deepin Desktop Environment ).

I intend to co-maintain this package inside pkg-deepin team.


signature.asc
Description: PGP signature


Bug#895870: closing 895870

2018-04-23 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 .

-- 
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  -

Date: Mon, 9 Apr 2018 17:29:14 +0800
From: Yanhao Mo 
To: Adam Borowski 
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#894429: Please create new list debian-deepin

2018-04-08 Thread Yanhao Mo
Hi Alexander,

I am a member of pkg-deepin.

Process porting all deepin softwares (include the whole Deepin Desktop
Environment as well as deepin applications) are still active, and there
are still a lot of work need to be done. As a work team(pkg-deepin team)
we want our all packages under one umbrella to make the whole process easy
to track. And we also need this list for communicate between our
members, that will make our work easier. Although there are few messages
now on pkg-deepin-de...@lists.alioth.debian.org now, but if the Deepin
softwares gaining more debian users, we need a list for users seeking
help from us conveniently. And if we lose it, we will have to pay
much of extra attentions to find an workaround. That's painful. So
since the coming of shutdown of Alioth we really need a new mail list
to make our work still smoothly as before.

-- 
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 
  * 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#895231: ITP: golang-github-linuxdeepin-go-gir-generator -- Go bindings of GObject/Gtk libraries

2018-04-08 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: go-gir-generator
  Version : 1.0.3
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/go-gir-generator
* License : GPL-3+
  Programming Lang: golang
  Description : Go bindings of GObject/Gtk libraries

go-gir-generator can adapt to the newest version of GObject
without changing one single line of code, which makes it
less painful to write Go code with GObject.



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 
* 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#895173: ITP:

2018-04-07 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: golang-github-howeyc-fsnotify
  Version : 0.9.0
  Upstream Author : Chris Howey 
* URL : https://github.com/howeyc/fsnotify
* License : BSD-3-Clause
  Programming Lang: golang
  Description : File system notifications for Go

File system notifications library for golang, This is one dependency of
DDE(Deepin Desktop Environment).



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  -

Date: Sat, 7 Apr 2018 18:02:33 +0800
From: Yanhao Mo 
To: Adam Borowski 
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 
> >  * 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 
 * 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#894678: ITP: qtmpris -- Qt and QML MPRIS interface and adaptor

2018-04-03 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* Package name: qtmpris
  Version : 0.0.8
  Upstream Author : Andres Gomez
* URL : https://github.com/nemomobile/qtmpris
* License : GPL-2+
  Programming Lang: C++
  Description : Qt and QML MPRIS interface and adaptor

qtmpris is a MPRIS v.2 specification implementation for
Qt and QML plugin. The MPRIS ( Media Player Remote Interfacing
Specification ) is a standard D-Bus interface which aims to
provide a common programmatic API for controlling media players.

I intend to co-maintain this package inside pkg-deepin team.



Bug#894661: ITP: deepin-music -- Awesome music player with brilliant and tweakful UI

2018-04-02 Thread Yanhao Mo
Package: wnpp
Severity: wishlist
Owner: Yanhao Mo 

* 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+
  Programming Lang: C++
  Description : Awesome music player with brilliant and tweakful UI.

Deepin-UI based, gstreamer front-end, with features likes search music
by pinyin,quanpin, colorful lyrics supports, and more powerful
functions.

I intend to co-maintain this package inside pkg-deepin team.



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


  1   2   >