Re: pandoc-filter-diagram_0.2.1-1_amd64.changes REJECTED

2024-05-16 Thread Shengjing Zhu
On Thu, May 16, 2024 at 4:35 PM Jonas Smedegaard  wrote:
>
> Hi FTP-masters (cc d-devel list),
>
> A package, that I had initially introduced to Debian some months ago and
> had been pending in NEW queue since, was rejected few days ago, like
> this:
>
> Quoting Debian FTP Masters (2024-05-14 12:00:12)
> >
> > An exception was raised while processing the package:
> > Traceback (most recent call last):
> >   File "/srv/ftp-master.debian.org/dak/dak/process_policy.py", line 121, in 
> > wrapper
> > function(upload, srcqueue, comments, transaction)
> >   File "/srv/ftp-master.debian.org/dak/dak/process_policy.py", line 248, in 
> > comment_accept
> > transaction.copy_binary(
> >   File "/srv/ftp-master.debian.org/dak/daklib/archive.py", line 390, in 
> > copy_binary
> > self._ensure_extra_source_exists(filename, db_source, archive, 
> > extra_archives=extra_archives)
> >   File "/srv/ftp-master.debian.org/dak/daklib/archive.py", line 214, in 
> > _ensure_extra_source_exists
> > raise ArchiveException('{0}: Built-Using refers to package {1} (= {2}) 
> > not in target archive {3}.'.format(filename, source.source, source.version, 
> > archive.archive_name))
> > daklib.archive.ArchiveException: 
> > p/pandoc-filter-diagram/pandoc-filter-diagram_0.2.1-1_amd64.deb: 
> > Built-Using refers to package rust-ahash (= 0.8.9-2) not in target archive 
> > ftp-master.
>
> I it correct to derive from the above, that packages in NEW queue must
> be freshly built, and that I (and we, generally) therefore should
> routinely rebuild packages pending in NEW queue to ensure that they are
> acceptably?

Not a ftp-master, but if you see such a message, it means that your
package has already been accepted, and you can continue uploading
without going through the NEW queue again.

-- 
Shengjing Zhu



Re: syslog-ng: identified for time_t transition but no ABI in shlibs

2024-04-09 Thread Shengjing Zhu
On Mon, Apr 8, 2024 at 9:15 PM Attila Szalay  wrote:
>
> Ok. I re-checked the patch and realized that I checked the only wrong
> module (the only one which is arch all and not any).
>
> So my apologies for the fuzz and will apply the patch with the
> appropriate changes.
>
> But here my original reply too:
>
> I admit that I joined late to this conversation. But my complain is not
> about the time_t change.
>
> My complain is the contradiction between two thing:
> 1. https://wiki.debian.org/binNMU says that I should declar[e]
> dependency between an arch: all to an arch: any package: Depends: foo
> (>= ${source:Version}), foo (<< ${source:Version}.1~)
>

This is for arch: all -> arch: any. However I see most syslog-ng-mod-*
packages are arch: any. So it should just use strict equal on
syslog-ng-core.
What I'm confused about is some syslog-ng-mod-* packages are arch:
all, which don't have .so in it. Then why do they need to depend on
syslog-ng-core?

> 2. The bug report ask to depend on 'syslog-ng-core (=
> $${binary:Version})'
>
> This two is contradict and because syslog-ng complies with the binNMU
> request, I really reluctant to change that. Especially because in that
> case another ticket will be created in no-time to revert it.
>
> This is from the proposed changelog:
> +  * Adjust shlibs for syslog-ng-core to use a strict versioned depends;
> +previously, modules used >=, << dependencies which did not account for
> +the possibility of ABI skew in a binNMU, which is exactly what happens
> +with the 64-bit time_t transition.
>
> And my question is again, is the rules really changed or we bend the
> rules just because of one transition?

-- 
Shengjing Zhu



Re: Bug#1037927: ITP: fuse -- bazil.org/fuse - With macOS support and its own import path so replace directives aren't necessary

2023-06-15 Thread Shengjing Zhu
On Thu, Jun 15, 2023 at 3:29 AM Félix Sipma  wrote:
>
> Sorry about this, the message was auto-generated by dh-make-golang and I
> forgot to edit the package name in the ITP. I intend to use the usual
> golang naming "golang-github-anacrolix-fuse".

FWIW, You could use the `dh-make-golang -type library` option.

--
Shengjing Zhu



Re: Updating python3-xlrd for pandas 1.5 compatibility

2023-02-24 Thread Shengjing Zhu
On Sat, Feb 25, 2023 at 2:51 AM Shengjing Zhu  wrote:
>
> On Sat, Feb 25, 2023 at 2:33 AM Paul Gevers  wrote:
> > pandas has a quite extensive autopkgtest, doesn't it
> > cover this use case? Apparently you knew this earlier, why do you bring
> > this up now?
>
> Seems a bit unfortunate when pandas updates the version.
>
> https://salsa.debian.org/science-team/pandas/-/blob/debian/1.5.3+dfsg-2/pandas/tests/io/excel/test_xlrd.py#L13
> https://salsa.debian.org/science-team/pandas/-/blob/debian/1.5.3+dfsg-2/debian/tests/control#L51
>

Reading the comments in test/control, seems python3-blosc and
python3-snappy are also not compatible with the version of pandas.

-- 
Shengjing Zhu



Re: Updating python3-xlrd for pandas 1.5 compatibility

2023-02-24 Thread Shengjing Zhu
On Sat, Feb 25, 2023 at 2:33 AM Paul Gevers  wrote:
> pandas has a quite extensive autopkgtest, doesn't it
> cover this use case? Apparently you knew this earlier, why do you bring
> this up now?

Seems a bit unfortunate when pandas updates the version.

https://salsa.debian.org/science-team/pandas/-/blob/debian/1.5.3+dfsg-2/pandas/tests/io/excel/test_xlrd.py#L13
https://salsa.debian.org/science-team/pandas/-/blob/debian/1.5.3+dfsg-2/debian/tests/control#L51

A RC bug for python3-xlrd was missing when pandas updated to 1.4.3+dfsg-1.

-- 
Shengjing Zhu



Re: DEB_BUILD_OPTIONS=nowerror

2023-02-24 Thread Shengjing Zhu
On Fri, Feb 24, 2023 at 2:26 PM Helmut Grohne  wrote:
>
> Hi,
>
> I observe a pattern repeated at least twice and probably more often in
> packages.
>
>  * A package adds -Werror to the build. When a new toolchain version is
>uploaded, it triggers a new warning and that makes the package FTBFS.
>  * A package runs shellcheck during build. When a new shellcheck is
>uploaded, it triggers a new warning and makes the package FTBFS.
>

IMO, these are just linters. And shouldn't not run after the source is released.

I'd like to propose the option name `nolint`.

-- 
Shengjing Zhu



Re: icc-profiles_2.2_source.changes REJECTED

2023-02-23 Thread Shengjing Zhu
Hi,

On Fri, Feb 24, 2023 at 7:38 AM Jonas Smedegaard  wrote:
>
> What to do when a package is blocked from getting updated due to it
> being itself?
>
> I have tried replying to FTPmasters as invited in the rejection message,
> but have been met with silence.
>
> I have tried filing bug#1030961 but have so far seen no response on that
> either.
>
> Will it make sense to reassing that bugreport to the technical
> committee?  Or to the release team?  Or should I request removal of the
> package, because security bugfixes (however unlikely for a package
> containing purely static data files) is impossible?
>
>
>  - Jonas
>
> Quoting Debian FTP Masters (2023-02-09 04:19:39)
> >
> > icc-profiles source: lintian output: 'license-problem-md5sum-non-free-file 
> > ECI-RGB.V1.0.icc usual name is ECI-RGB.V1.0.icc. Does not allow 
> > modification See also https://packages.debian.org/sid/icc-profiles.', 
> > automatically rejected package.
[snip]
> > icc-profiles source: lintian output: 
> > 'source-only-upload-to-non-free-without-autobuild ', automatically rejected 
> > package.
> > icc-profiles source: If you have a good reason, you may override this 
> > lintian tag.

It's auto rejected. So I think it can be technically solved.
For license-problem-md5sum-non-free-file, it's obviously a false
positive from lintian. It should not emit such if the source is the
non-free section. It should be reported as a bug for the lintian
package. And you can submit patches as well, backport to the version
that ftp-master server uses.
For source-only-upload-to-non-free-without-autobuild, it's really a
bug in your upload. You should fix it.

-- 
Shengjing Zhu



Re: rust-*/librust-* arch:any vs. arch:all and cross-compilation support

2023-02-15 Thread Shengjing Zhu
Shengjing Zhu  于 2023年2月16日周四 09:16写道:

> Sam Hartman  于 2023年2月16日周四 06:37写道:
>
>> However, adding a question to the mix, why does arch all work for go
>> packages?
>> Do they not care about cross compilation, or are concerns somehow
>> different there?
>
>
> Go doesn't work. I guess we started from the common sense that
> arch-indepent files should be arch:all. Or at that time Multi-Arch is not
> widely recognized.
>

I should say Go doesn't work when an arch:any (usually a C library) is
involved. But well most Go programs are pure Go which are not affected by
this all-any trap.

(Sent from my mobile device)


Re: rust-*/librust-* arch:any vs. arch:all and cross-compilation support

2023-02-15 Thread Shengjing Zhu
Sam Hartman  于 2023年2月16日周四 06:37写道:

> However, adding a question to the mix, why does arch all work for go
> packages?
> Do they not care about cross compilation, or are concerns somehow
> different there?


Go doesn't work. I guess we started from the common sense that
arch-indepent files should be arch:all. Or at that time Multi-Arch is not
widely recognized.

(There is also a cross compile related patch in golang-defaults that
haven't been merged yet for some years.)

(Sent from my mobile device)


Re: Please, minimize your build chroots

2023-01-28 Thread Shengjing Zhu
On Sat, Jan 28, 2023 at 9:29 PM Johannes Schauer Marin Rodrigues
 wrote:
> To me it seems that we nearly are already at (2). The debootstrap bug #837060
> has a working patch and mmdebstrap exists that can do what is needed today.
> Santiago did an archive rebuild to make sure our source package compile in a
> chroot without Priority:required.
>
> Why do people call just accepting that Priority:required packages have to be
> part of the buildd chroot the easier solution? We just need to fix debootstrap
> bug #837060 and we are done, no?
>

Yes, please fix debootstrap or anything else first, and ensure buildd
uses the fixed version.

If you can't convince the buildd to follow the policy, why should the
individual package maintainers?

-- 
Shengjing Zhu



Re: Should singularity-container make it to next release?

2023-01-09 Thread Shengjing Zhu
Hi Nilesh,

On Mon, Jan 9, 2023 at 6:21 PM Nilesh Patra  wrote:
> I started this thread a while back, and decided to simply ask upstream about 
> what their
> opinion is[9]
> It looks like the situation still not fully certain on whether to let 
> singularity make it to stable
> or not.
>
> I'd appreciate if someone on the list could chime in and give an opinion on 
> if they
> consider it do-able or not for upcoming bookworm release.
>

Could you list the concerns that you have?

+  Security support?
  I see upstream comments that they will disclose the relevant
fix/commit for CVE, then it should be enough. I think most packages in
Debian rely on the Debian maintainer to backport the fix.
+ Lacking tests? (as per upstream concerns in the Github issue)
  Do you plan to enable all the tests? I see you have disabled many tests[1]
  Or even better, could you run the integration/e2e tests with
autopkgtest? For example, you can take a look at the containerd
package that I've maintained[2].

[1] 
https://salsa.debian.org/hpc-team/singularity-container/-/blob/debian/3.10.3+ds1-1/debian/rules#L68
[2] 
https://salsa.debian.org/go-team/packages/containerd/-/blob/debian/sid/debian/tests/cri-integration

https://salsa.debian.org/go-team/packages/containerd/-/blob/debian/sid/debian/tests/integration

-- 
Shengjing Zhu



Bug#1022798: ITP: golang-github-golang-protobuf -- Go support for Google's protocol buffers

2022-10-26 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-github-golang-protobuf-1-5
  Version : 1.5.2-1
  Upstream Author : Go
* URL : https://github.com/golang/protobuf
* License : BSD-3-clause
  Programming Lang: Go
  Description : Go support for protocol buffers (version v1.5.x)

  This module (github.com/golang/protobuf) contains Go bindings for protocol
  buffers.
  .
  It has been superseded by golang-google-protobuf-dev package.
  .
  It is incompatible with golang-github-gogo-protobuf-dev package.
  .
  Version v1.3.x is provided in golang-goprotobuf-dev package.

Reason for packaging:

github.com/golang/protobuf 1.3 -> 1.4 is a great breaking change that is
incompatible with github.com/gogo/protobuf. Many packages have been
staled due to this.

So we need to duplicate the source. The development of
github.com/golang/protobuf is frozen. v1.5.2 is expected to be the final
version.



Re: Should singularity-container make it to next release?

2022-10-12 Thread Shengjing Zhu
On Thu, Oct 13, 2022 at 12:20 AM olivier sallou  wrote:
> Last resort is to keep CVEs open this is the case for different tools  :-(
>

This shouldn't apply to singularity which is a sandbox/container tool...

-- 
Shengjing Zhu



Re: transitional packages? (was: Firmware GR result - what happens next?)

2022-10-03 Thread Shengjing Zhu
On Mon, Oct 3, 2022 at 11:32 PM Santiago Ruano Rincón
 wrote:
> > Can we have different versions in each section?
> >
> > + non-free/pkgA version~1
> > + non-free-firmware/pkgA version~2
>
> that wouldn't comply with the current policy:
> https://www.debian.org/doc/debian-policy/ch-binary.html#the-package-name
>

I don't think it's related to name policy. It's whether dak will
remove old versions in different sections.

-- 
Shengjing Zhu



Re: transitional packages? (was: Firmware GR result - what happens next?)

2022-10-03 Thread Shengjing Zhu
On Mon, Oct 3, 2022 at 7:31 PM Didier 'OdyX' Raboud  wrote:
>
> 3 octobre 2022 11:11 "Santiago Ruano Rincón"  a écrit:
> > El 02/10/22 a las 20:42, Michael Biebl escribió:
> >> Am 02.10.22 um 20:14 schrieb Luca Boccassi:
> >> On Sun, 2022-10-02 at 10:52 -0700, Russ Allbery wrote:
> >> In Bullseye we changed the name/syntax for the security repository, and
> >> for that a mention in the release notes was enough, no? Isn't this a
> >> very similar situation?
> >>
> >> The main difference is, that the renaming caused an error message by apt, 
> >> so
> >> you knew something needed to be fixed.
> >>
> >> For this particular change, there will be no error. So yes, I have the same
> >> fear as Russ that this particular change might go unnoticed.
> >
> > Couldn't we handle this via transitional firware* non-free packages,
> > that depend on bookworm non-free-firmware packages?
>
> That would only work if we renamed all concerned binary packages, or if apt 
> grew a "section/packagename" syntax (which would be bizarre).
>

Can we have different versions in each section?

+ non-free/pkgA version~1
+ non-free-firmware/pkgA version~2

And let non-free/pkgA version~1 just fail during upgrade and produce a
migration guide.

-- 
Shengjing Zhu



Re: Firmware GR result - what happens next?

2022-10-02 Thread Shengjing Zhu
On Sun, Oct 2, 2022 at 10:53 PM Steve McIntyre  wrote:
>
> On Sun, Oct 02, 2022 at 04:43:47PM +0200, Michael Biebl wrote:
> >
> >Hi Steve,
> >
> >thanks for the update!
> >
> >Am 02.10.22 um 16:27 schrieb Steve McIntyre:
> >
> >> * Tweaks to add the non-free-firmware section in the apt-setup module
> >>if desired/needed.
> >
> >...
> >
> >> If you think I've missed anything here, please let me and Cyril know -
> >> the best place would be the mailing list
> >> (debian-b...@lists.debian.org).
> >
> >What's the plan for upgraded systems with an existing /etc/apt/sources.list.
> >Will the new n-f-f section added on upgrades automatically(if non-free was
> >enabled before)?
>
> So this is the one bit that I don't think we currently have a good
> answer for. We've never had a specific script to run on upgrades (like
> Ubuntu do), so this kind of potentially breaking change doesn't really
> have an obvious place to be fixed.
>
> Obviously we'll need to mention this in the release notes for
> bookworm. Should we maybe talk about adding an upgrade helper tool?

For upgrading, people already need to edit their source list to change
the suite name, why would it hurt to add one more manual step to
change the section name?

-- 
Shengjing Zhu



Re: FTBS bugs -- MBF?

2022-10-02 Thread Shengjing Zhu
Package: dh-golang
Severity: wishlist
Control: retitle -1 dh-golang unnecessary call for go command in clean target

> Apparently there's not a single package that needs B-D-Arch.  I've just
> looked in case if sbuild installs those by default, but it's not the case.
> A sample package (acmetool) for example says:
>
> dh clean --buildsystem=golang --with=golang,apache2
>dh_auto_clean -O--buildsystem=golang
> Can't exec "go": No such file or directory at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 443.
> Use of uninitialized value in pattern match (m//) at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 443.
> Can't exec "go": No such file or directory at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 449.
> Use of uninitialized value in pattern match (m//) at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 449.
> Use of uninitialized value $_gcc_major in multiplication (*) at 
> /usr/share/perl5/Debian/Debhelper/Buildsystem/golang.pm line 450.
>dh_autoreconf_clean -O--buildsystem=golang
>dh_clean -O--buildsystem=golang
>  dpkg-source -b .

Looks like a bug in dh-golang, it shouldn't need to use the compiler to clean.

-- 
Shengjing Zhu



Re: Error when running dh_dwz (actually an error when running dwz(1))

2022-08-07 Thread Shengjing Zhu
On Sun, Aug 7, 2022 at 7:53 PM Shengjing Zhu  wrote:
>
> Hi,
>
> On Wed, Jul 10, 2019 at 3:28 PM Matthias Klose  wrote:
> >
> > On 09.07.19 21:54, Boyuan Yang wrote:
> > > Dear -devel list,
> > >
> > > Looks like dh_dwz was recently added into debhelper and it is causing some
> > > FTBFS on one of my packages. It could be a bug of dwz itself but I'm 
> > > looking
> > > for some help inside Debian first.
> > >
> > > Please try to build package marisa from its git packaging repo
> > > (
> > > https://salsa.debian.org/input-method-team/marisa/commit/f5ff598466266b230d68c9db9f8e31281604b7a6
> > > ). The following error will pop up when dwz is called:
> > >
> > > =
> > > [...]
> > >dh_dwz
> > > dwz: debian/ruby-marisa/usr/lib/x86_64-linux-gnu/ruby/2.5.0/marisa.so: 
> > > Found
> > > compressed .debug_aranges section, not attempting dwz compression
> > > dh_dwz: dwz -q -- debian/ruby-marisa/usr/lib/x86_64-linux-
> > > gnu/ruby/2.5.0/marisa.so returned exit code 1
> > > make: *** [debian/rules:30: binary] Error 1
> > > dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned
> > > exit status 2
> > > =
> > >
> > > I don't have much experience of dealing with debugging symbols so any 
> > > hints
> > > would be appreciated.
> >
> > dwz currently doesn't handle compressed debug sections.  There is some
> > discussion, if dwz should decompress, do it's work and compress it again.
> > However until then, don't use compressed debug sections. Apparently these 
> > are
> > turned on by the upstream build system.   debhelper maybe could warn about
> > compressed debug sections in general. Would would you want to have those 
> > anyway?
> >  The packages are compressed, and you shouldn't care about the on-disk space
> > when debugging.
> >
> > There's also discussion, about errors:
> > https://sourceware.org/bugzilla/show_bug.cgi?id=24766
> > Apparently the RPM based helpers ignore the return value of dwz, and leave 
> > the
> > debug symbols unhandled.  Again, debhelper could warn about such packages 
> > when
> > built in compat12 mode.
>
> Now with golang-1.19, all Go packages ftbfs with
>
> dwz: Found compressed .debug_aranges section, not attempting dwz compression
>
> Could the debhelper ignore the dwz error? Or can a debhelper addon
> (e.g. dh-golang) be allowed to override dh_dwz globally?
>

It turns out there is a `remove_command` API in debhelper, so
dh-golang/1.58 now calls `remove_command('dh_dwz')`.

-- 
Shengjing Zhu



Re: Error when running dh_dwz (actually an error when running dwz(1))

2022-08-07 Thread Shengjing Zhu
Hi,

On Wed, Jul 10, 2019 at 3:28 PM Matthias Klose  wrote:
>
> On 09.07.19 21:54, Boyuan Yang wrote:
> > Dear -devel list,
> >
> > Looks like dh_dwz was recently added into debhelper and it is causing some
> > FTBFS on one of my packages. It could be a bug of dwz itself but I'm looking
> > for some help inside Debian first.
> >
> > Please try to build package marisa from its git packaging repo
> > (
> > https://salsa.debian.org/input-method-team/marisa/commit/f5ff598466266b230d68c9db9f8e31281604b7a6
> > ). The following error will pop up when dwz is called:
> >
> > =
> > [...]
> >dh_dwz
> > dwz: debian/ruby-marisa/usr/lib/x86_64-linux-gnu/ruby/2.5.0/marisa.so: Found
> > compressed .debug_aranges section, not attempting dwz compression
> > dh_dwz: dwz -q -- debian/ruby-marisa/usr/lib/x86_64-linux-
> > gnu/ruby/2.5.0/marisa.so returned exit code 1
> > make: *** [debian/rules:30: binary] Error 1
> > dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned
> > exit status 2
> > =
> >
> > I don't have much experience of dealing with debugging symbols so any hints
> > would be appreciated.
>
> dwz currently doesn't handle compressed debug sections.  There is some
> discussion, if dwz should decompress, do it's work and compress it again.
> However until then, don't use compressed debug sections. Apparently these are
> turned on by the upstream build system.   debhelper maybe could warn about
> compressed debug sections in general. Would would you want to have those 
> anyway?
>  The packages are compressed, and you shouldn't care about the on-disk space
> when debugging.
>
> There's also discussion, about errors:
> https://sourceware.org/bugzilla/show_bug.cgi?id=24766
> Apparently the RPM based helpers ignore the return value of dwz, and leave the
> debug symbols unhandled.  Again, debhelper could warn about such packages when
> built in compat12 mode.

Now with golang-1.19, all Go packages ftbfs with

dwz: Found compressed .debug_aranges section, not attempting dwz compression

Could the debhelper ignore the dwz error? Or can a debhelper addon
(e.g. dh-golang) be allowed to override dh_dwz globally?

-- 
Shengjing Zhu



Bug#1011149: ITP: mogan -- structured editor for science and technology

2022-05-17 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 
X-Debbugs-Cc: debian-devel@lists.debian.org, z...@debian.org

* Package name: mogan
  Version : 1.0.3
  Upstream Author : Darcy Shen 
* URL : https://github.com/XmacsLabs/mogan
* License : GPL-3+
  Programming Lang: Tcl, Scheme, C++
  Description : structured editor for science and technology

Mogan Editor is a fork of GNU TeXmacs using S7 Scheme and Qt 5 with massive
online TeXmacs documents provided by Xmacs Planet and TMML wiki.
.
The software includes a text editor with support for mathematical formulas,
a small technical picture editor and a tool for making presentations from
a laptop. Moreover, Mogan can be used as an interface for many external
systems for computer algebra, numerical analysis, statistics, etc.
.
New presentation styles can be written by the user and new features can be
added to the editor using the Scheme extension language. A native spreadsheet
and tools for collaborative authoring are planned for later.
.
Mogan runs on all major Unix platforms and Windows. Documents can be
saved in TeXmacs, Xml or Scheme format and printed as Postscript or
Pdf files. Converters exist for TeX/LaTeX and Html/Mathml.



Re: funding salsa runners for planning transitions with lots of reverse build deps

2022-03-22 Thread Shengjing Zhu
On Wed, Mar 23, 2022 at 4:09 AM Jérémy Lal  wrote:
>
> Hi,
>
> I think Salsa CI is a great tool for rebuilding all the reverse build 
> dependencies
> of a given package (here nodejs, but it applies to all others).
> Unfortunately, the current salsa gitlab runners available are not scaled to be
> able to handle that use case.

Are the runners, or Salsa, or the GitLab(software) itself not scaled
to handle such cases?

I have the impression that Google Cloud has funded the shared runners,
and the budget is not the problem.

--
Shengjing Zhu



Bug#999478: ITP: golang-opentelemetry-otel -- OpenTelemetry Go API and SDK

2021-11-11 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-opentelemetry-otel
  Version : 1.1.0-1
  Upstream Author : OpenTelemetry
* URL : https://github.com/open-telemetry/opentelemetry-go
* License : Apache-2.0
  Programming Lang: Go
  Description : OpenTelemetry Go API and SDK

 OpenTelemetry-Go is the Go implementation of OpenTelemetry. It provides a set
 of APIs to directly measure performance and behavior of your software and send
 this data to observability platforms.



Re: deb822 sources by default for bookworm

2021-11-03 Thread Shengjing Zhu
On Wed, Nov 3, 2021 at 11:45 PM Julian Andres Klode  wrote:
>
> Hi all,
>
> I'd like us to move from
>
> /etc/apt/sources.list
>
> to
> /etc/apt/sources.list.d/debian.sources
>

While it's really a nice feature for the third-party repository, I
don't see the benefits to change the default one, especially the path.
I had to admit that I have countless scripts which run `sed
/etc/apt/souces.list`, to change the default mirror, as well as in the
Dockerfile.

> in bookworm.
>
> # deb822 intro
>
> The deb822 format can be shorter and easier to read, to quote the
> sources.list manual page:
>
>As an example, the sources for your distribution could look like this 
> in one-line-style format:
>
>deb http://deb.debian.org/debian bullseye main contrib non-free
>deb http://security.debian.org bullseye-security main contrib 
> non-free
>
>or like this in deb822 style format:
>
>Types: deb
>URIs: http://deb.debian.org/debian
>Suites: bullseye
>Components: main contrib non-free
>
>Types: deb
>URIs: http://security.debian.org
>Suites: bullseye-security
>Components: main contrib non-free
>
>
> Now if you mix unstable and testing, you could just have that it one
> paragraph.
>
> The big advantage of deb822 sources is that you can embed larger data:
>
>Types: deb
>URIs: https://deb.debian.org
>Suites: stable
>Components: main contrib non-free
>Signed-By:
> -BEGIN PGP PUBLIC KEY BLOCK-
> .
> 
> mDMEYCQjIxYJKwYBBAHaRw8BAQdAD/P5Nvvnvk66SxBBHDbhRml9ORg1WV5CvzKY
> 
> CuMfoIS0BmFiY2RlZoiQBBMWCgA4FiEErCIG1VhKWMWo2yfAREZd5NfO31cFAmAk
> 
> IyMCGyMFCwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQREZd5NfO31fbOwD6ArzS
> 
> dM0Dkd5h2Ujy1b6KcAaVW9FOa5UNfJ9FFBtjLQEBAJ7UyWD3dZzhvlaAwunsk7DG
> 3bHcln8DMpIJVXht78sL
> =IE0r
> -END PGP PUBLIC KEY BLOCK-
>
> Oh yeah, a standalone sources file with embedded key - making third-party
> repository management substantially more convenient.
>
> # issues
>
> several software does not support deb822 currently. I plan to work on
> adding deb822 support to python-apt in the upcoming months, I don't know
> what else is affected.
>
> There is some software "parsing" sources.list on its own, most of that
> is better served by `apt-get indextargets` (and for downloading stuff
> based on the urls, `apt-helper download-file`, such that it respects
> proxies and supports all transports users may use in sources.list)
>
> In terms of setting up system, I guess debootstrap and d-i's apt-setup
> module need changes? I admit I do not have a total overview.
>
> # timeline
>
> I do not know the total outcome of this. My hope would be that
> we can switch the default in Summer 2022 and see what breaks,
> although I don't know who's going to install from testing
> d-i :D
>
> docker images probably can move earlier as they don't have
> as much interactive users that use tools that might be broken
> (e.g. software-properties). Possibly others, there's no need
> to roll out in multiple places at the same time, as long as
> we converge by freeze time.
>
> I invite people to test this out already on their own systems,
> I know several people do; and extrepo also builds deb822 sources
> files, but several people I guess do not know about it yet. Please
> test and report bugs.
> --
> debian developer - deb.li/jak | jak-linux.org - free software dev
> ubuntu core developer  i speak de, en
>


-- 
Shengjing Zhu



Bug#996267: ITP: golang-github-mdlayher-vsock -- Vsock provides access to Linux VM sockets (AF_VSOCK)

2021-10-12 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-github-mdlayher-vsock
  Version : 0.0~git20210303.10d5918-1
  Upstream Author : Matt Layher
* URL : https://github.com/mdlayher/vsock
* License : Expat
  Programming Lang: Go
  Description : Vsock provides access to Linux VM sockets (AF_VSOCK)

 Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication
 between a hypervisor and its virtual machines.



Re: debian:stable docker image points wrong path for security updates

2021-08-15 Thread Shengjing Zhu
On Sun, Aug 15, 2021 at 3:48 PM Hideki Yamane  wrote:
>
> Hi,
>
>  I've commited release notes translation update to repo but CI failed.
>
>  It is because debian:stable docker image's setting: it is still
>  old style "stable/updates", instead of "stable-security" for security
>  updates(*).
>
> >> Err:5 http://security.debian.org/debian-security stable/updates Release
> >>   404  Not Found [IP: 151.101.130.132 80]
>
>
> > $ docker run -it debian:stable /bin/bash
> > root@467cd5226ed1:/# sed -i -e 's/stable\/updates/stable-security/' 
> > /etc/apt/sources.list
> > root@467cd5226ed1:/# apt update
> > Get:1 http://deb.debian.org/debian stable InRelease [113 kB]
> > Get:2 http://security.debian.org/debian-security stable-security InRelease 
> > [44.1 kB]
> > Get:3 http://security.debian.org/debian-security stable-security/main amd64 
> > Packages [19.0 kB]
> > Get:4 http://deb.debian.org/debian stable-updates InRelease [40.1 kB]
> > Get:5 http://deb.debian.org/debian stable/main amd64 Packages [8178 kB]
> > Fetched 8393 kB in 4s (2044 kB/s)
> > Reading package lists... Done
>
>  Do you know When it will update to bullseye?
>

Instead of waiting for docker:stable tag to be updated to bullseye,
you can use debian:bullseye tag.

-- 
Shengjing Zhu



Bug#988599: ITP: kata-containers -- secure container runtime with lightweight virtual machines

2021-05-16 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 
X-Debbugs-Cc: debian-devel@lists.debian.org, z...@debian.org

* Package name: kata-containers
  Version : 2.1.0
  Upstream Author : Kata Containers
* URL : https://katacontainers.io/
* License : Apache-2.0
  Programming Lang: Go, Rust
  Description : secure container runtime with lightweight virtual machines

Kata Containers is an open source project and community working to build a
standard implementation of lightweight Virtual Machines (VMs) that feel and
perform like containers, but provide the workload isolation and security
advantages of VMs.



Re: i386 baseline issue for Go packages in Bookworm

2021-04-24 Thread Shengjing Zhu
On Sun, Apr 18, 2021 at 1:09 AM Shengjing Zhu  wrote:
>
> Hi,
>
> As the release of Go 1.16, upstream no longer supports x87-only 
> floating-point.
>
> https://golang.org/doc/go1.16#386
>
> > require at least SSE2 support on 386, raising Go's minimum GOARCH=386
> > requirement to the Intel Pentium 4 (released in 2000) or
> > AMD Opteron/Athlon 64 (released in 2003).
>
> So we have 3 options for Go packages on i386 in Bookwarm.
>
> 1. Raise the i386 baseline to SSE2.
> 2. Downgrade the Go packages to softfloat.
> 3. Build all Go packages with GCCGO on i386.
>
> As for the option 3, I don't how best is supported by upstream.
> But most packages may work, if some specific packages FTBFS after switching
> to GCCGO, they need to be removed on i386 unfortunately.
>

An update on this issue.

golang-1.16/1.16.3-4 has been uploaded to unstable.
It's built with GO386=softfloat on i386 arch only.
Which means any Go packages built with it on i386 will default to
softfloat. But people try to cross build Go packages for i386,
defaults to sse2.
The settings can be checked by running `GOARCH=386 go env GO386`. And
can be changed by setting GO386 env manually.

-- 
Shengjing Zhu



Re: i386 baseline issue for Go packages in Bookworm

2021-04-18 Thread Shengjing Zhu
On Sun, Apr 18, 2021 at 5:18 AM Tianon Gravi  wrote:
>
> On Sat, 17 Apr 2021 at 10:10, Shengjing Zhu  wrote:
> > 1. Raise the i386 baseline to SSE2.
> > 2. Downgrade the Go packages to softfloat.
> > 3. Build all Go packages with GCCGO on i386.
>
> We've been setting "GO386=387" since src:golang was introduced, so 2.
> is already the reality. :D
>
> What makes Go 1.16 complicated in this regard is that they've renamed
> the value to "softfloat" but the bootstrap compiler still needs it set
> to "387"...
>

Hmm, I thought GO386=softfloat is still different to GO386=387. It's
still some performance downgrade.
I find you have turned all golang docker images to GO386=softfloat, I
think we can follow it in Debian.

-- 
Shengjing Zhu



Re: i386 baseline issue for Go packages in Bookworm

2021-04-17 Thread Shengjing Zhu
On Sun, Apr 18, 2021 at 1:32 AM Andrey Rahmatullin  wrote:
> 2) decide "the i386 architecture is for the legacy software" and raise the
> baseline to match the amd64 one,
> 2a) also don't build non-library packages there.

Just FTR, it does't apply to Go packages, as all Go packages are
written after SSE2.
Go was publicly announced in November 2009.

-- 
Shengjing Zhu



i386 baseline issue for Go packages in Bookworm

2021-04-17 Thread Shengjing Zhu
Hi,

As the release of Go 1.16, upstream no longer supports x87-only floating-point.

https://golang.org/doc/go1.16#386

> require at least SSE2 support on 386, raising Go's minimum GOARCH=386
> requirement to the Intel Pentium 4 (released in 2000) or
> AMD Opteron/Athlon 64 (released in 2003).

So we have 3 options for Go packages on i386 in Bookwarm.

1. Raise the i386 baseline to SSE2.
2. Downgrade the Go packages to softfloat.
3. Build all Go packages with GCCGO on i386.

As for the option 3, I don't how best is supported by upstream.
But most packages may work, if some specific packages FTBFS after switching
to GCCGO, they need to be removed on i386 unfortunately.

What people prefer for the 3 options?



Re: New service: https://debuginfod.debian.net

2021-02-23 Thread Shengjing Zhu
On Tue, Feb 23, 2021 at 10:53:14PM -0500, Sergio Durigan Junior wrote:
> Hello there,
> 
> I would like to announce a new service that I have just configured for
> Debian: https://debuginfod.debian.net.
> 

Thanks a lot for this great service.

I have two questions.

1. Do you want to include contrib and nonfree as well?
2. Is this site mirror-able, or is the deploy scripts available somewhere?

   I tried this instance, but I got problems like:

   Download failed: Timer expired.  Continuing without debug info for ...

   So I think it's benefit to setup an instance in my network area too.
   For those like me, that don't have good quality network to European
   datacenter.



Re: Split Packages files based on new section "buildlibs"

2021-02-17 Thread Shengjing Zhu
On Wed, Feb 17, 2021 at 9:33 PM Johannes Schauer Marin Rodrigues
 wrote:
[...]
> And then I run "cargo build". Every time I get a message like:
>
> error: no matching package named `foo` found
>
> I install librust-foo-dev until finally:
>
> Parent pid 535147, child pid 535148
> Child process initialized in 30.93 ms
>Compiling proc-macro2 v1.0.18
>Compiling unicode-xid v0.2.0
>Compiling syn v1.0.12
>Compiling dotenv v0.15.0 (/tmp/dotenv/dotenv)
>Compiling quote v1.0.7
>Compiling proc-macro-hack v0.5.9
>Compiling dotenv_codegen_implementation v0.15.0 
> (/tmp/dotenv/dotenv_codegen_implementation)
>Compiling dotenv_codegen v0.15.0 (/tmp/dotenv/dotenv_codegen)
> Finished dev [unoptimized + debuginfo] target(s) in 9.93s
>
> Parent is shutting down, bye...
>
> So how is this "very difficult"? The steps are the same as when I clone a
> Python upstream git repo and I get the message "ModuleNotFoundError: No module
> named 'foo'" -- I just install python3-foo and it will work. Same here with
> rust and the librust-foo-dev packages.

I do think it's "very difficult". You end up calculating dependency
trees by hand, instead of an automatic program, like cargo, pip.
How does it come for version satisfaction? For example a library
version installed in system path conflicts the software you are
developing.

-- 
Shengjing Zhu



Re: Package broke in stable due to old API. Fix in stable or backports?

2021-01-09 Thread Shengjing Zhu
On Sun, Jan 10, 2021 at 12:15 AM Yao Wei  wrote:
>
> Hi,
>
> I have a package `meteo-qt` which is broke due to the use of old API,
> which is reported here:
>   https://bugs.debian.org/960451
>
> There should be many existing cases, that external service the stable
> package is using deprecates the old API, which in turn breaks the
> package.  Do we have documented conventions that where the fixed package
> should be uploaded to: stable-proposed-updates or backports?
>

Usually you need to backport the relevant patch, instead of uploading
a new upstream version to stable.

-- 
Shengjing Zhu



Bug#977274: ITP: cpu-features -- cross-platform C library to retrieve CPU features at runtime

2020-12-13 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 
X-Debbugs-Cc: debian-devel@lists.debian.org, z...@debian.org

* Package name: cpu-features
  Version : 0.6.0
  Upstream Author : Guillaume Chatelet
* URL : https://github.com/google/cpu_features
* License : Apache-2.0
  Programming Lang: C
  Description : cross-platform C library to retrieve CPU features at runtime

A cross-platform C library to retrieve CPU features (such as available
instructions) at runtime.

It was embedded in various packages: volk, spoa, anbox.
https://codesearch.debian.net/search?q=cpuinfo_x86.h=1

As new version of anbox doesn't include it in source tarabll anymore,
I'm going to package it as a standalone package.



Bug#974930: ITP: golang-mvdan-gofumpt -- A stricter gofmt

2020-11-16 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian...@lists.debian.org

* Package name: golang-mvdan-gofumpt
  Version : 0.0~git20201107.a024667-1
  Upstream Author : Daniel Martí
* URL : https://github.com/mvdan/gofumpt
* License : BSD-3-clause
  Programming Lang: Go
  Description : A stricter gofmt

Enforce a stricter format than gofmt, while being backwards compatible.
That is, gofumpt is happy with a subset of the formats that gofmt is happy with.

The tool is a modified fork of gofmt, so it can be used as a drop-in 
replacement.

Dependency of gopls.


Bug#974929: ITP: golang-mvdan-xurls -- Extract urls from text

2020-11-16 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 
X-Debbugs-Cc: debian-devel@lists.debian.org, debian...@lists.debian.org

* Package name: golang-mvdan-xurls
  Version : 2.2.0-1
  Upstream Author : Daniel Martí
* URL : https://github.com/mvdan/xurls
* License : BSD-3-clause
  Programming Lang: Go
  Description : Extract urls from text

Extract urls from text using regular expressions.

Dependency of gopls.


Re: testing excuses: autopkgtest for debian-edu/2.11.2 failed

2020-10-12 Thread Shengjing Zhu
On Mon, Oct 12, 2020 at 10:53 PM Romain Porte  wrote:
>
> Hello all,
>
> I recently uploaded a new release of tftp-hpa [1] in order to fix
> serveral IPv6-related bugs. However, after 5 days this version is
> blocked from going to testing. Checking the testing excuses page [2], I
> can see that there is a regression concerning autopkgtest related with
> debian-edu.
>
> As I am not a DD nor DM, it seems that I cannot retrigger the CI. From
> the regression logs [3] this error seems to be related to Python version
> used in Debian Edu (dependency errors), but this package has nothing to
> do with Python. This is the reason why I think a retrigger could help.
>
> What is the agreed workflow to retrigger such QA jobs for non-DD/DM
> contributors?

It seems it's automatically re-triggered once a day.

https://ci.debian.net/user/britney/jobs?package=debian-edu=tftp-hpa%2F5.2%2B20150808-1.2%5B%5D=testing

Though I don't understand why the change in tftp-hpa causes the
consistent failures of debian-edu.

-- 
Shengjing Zhu



Re: Mass bugs filing: autopkgtest should be marked superficial

2020-09-17 Thread Shengjing Zhu
On Thu, Sep 17, 2020 at 7:47 PM Paul Gevers  wrote:
>
> Hi all,
>
> On 17-09-2020 13:38, Raphael Hertzog wrote:
> > And consider the case where the bug has been fixed in git but the package
> > has not been uploaded because that small change didn't warrant an upload
> > of its own. When the FTBFS bug pops up, the fix for the autopkgtest will
> > be uploaded.
>
> For all maintainers that have done so, or something similar, by all
> means, you can lower the severity to avoid the autoremoval while marking
> the bug as pending.
>
> > And if it's really something that release managers wants to enforce for
> > buster, the severities can be raised say 2 months before the freeze.
>
> s/buster/bullseye/ ;) Ideally we (the release team) would have a way of
> saying "this is severity important as long as testing and unstable are
> in sync, but it's not OK to upload a new version without fixing this".
> Unfortunately we don't have such an option at this moment. Please adjust
> your bugs in accordance with this idea.
>

It could be one, if someone from RT has time to implement.
For example, tag all these bugs with an usertag, then britney to check that.

-- 
Shengjing Zhu



Bug#963113: ITP: golang-github-insomniacslk-dhcp -- DHCPv6 and DHCPv4 packet library, client and server written in Go

2020-06-19 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-github-insomniacslk-dhcp
  Version : 0.0~git20200420.ed3125c-1
  Upstream Author : insomniac
* URL : https://github.com/insomniacslk/dhcp
* License : BSD-3-clause
  Programming Lang: Go
  Description : DHCPv6 and DHCPv4 packet library, client and server written 
in Go

 DHCPv4 and DHCPv6 decoding/encoding library with client and server code,
 written in Go.
 .
 The library is split into several parts:
 .
  * dhcpv6: implementation of DHCPv6 packet, client and server
  * dhcpv4: implementation of DHCPv4 packet, client and server
  * netboot: network booting wrappers on top of dhcpv6 and dhcpv4
  * iana: several IANA constants, and helpers used by dhcpv6 and dhcpv4
  * rfc1035label: simple implementation of RFC1035 labels, used by dhcpv6
and dhcpv4
  * interfaces, a thin layer of wrappers around network interfaces



Bug#960798: ITP: golang-google-protobuf -- Go support for Protocol Buffers (second major revision)

2020-05-16 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-google-protobuf
  Version : 1.23.0
  Upstream Author : The Go Authors
* URL : https://github.com/protocolbuffers/protobuf-go
* License : BSD-3-clause
  Programming Lang: Go
  Description : Go support for Protocol Buffers (second major revision)

 This project hosts the Go implementation for protocol buffers, which
 is a language-neutral, platform-neutral, extensible mechanism for
 serializing structured data.
 The protocol buffer language is a language for specifying the
 schema for structured data.
 .
 This schema is compiled into language specific bindings.
 .
 This project provides both a tool to generate Go code for the
 protocol buffer language, and also the runtime implementation to
 handle serialization of messages in Go.



Bug#959204: ITP: rootlesskit -- Linux-native "fake root" for rootless containers

2020-04-30 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: rootlesskit
  Version : 0.9.4-1
  Upstream Author : Akihiro Suda
* URL : https://github.com/rootless-containers/rootlesskit
* License : Apache-2.0
  Programming Lang: Go
  Description : Linux-native "fake root" for rootless containers

 The purpose of RootlessKit is to run Docker and
 Kubernetes as an unprivileged user (known as "Rootless mode"),
 so as to protect the real root on the host from potential
 container-breakout attacks.
 .
 RootlessKit creates user_namespaces(7) and mount_namespaces(7),
 and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
 subgid(5).

 Package will be prepared at
 http://salsa.debian.org/go-team/packages/rootlesskit



Bug#959012: ITP: golang-github-moby-sys -- Library to parse mount info and mount filesystems

2020-04-27 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-github-moby-sys
  Version : 0.0~git20200320.6154f11-1
  Upstream Author : Kir Kolyshkin 
* URL : https://github.com/moby/sys
* License : Apache-2.0
  Programming Lang: Go
  Description : Library to parse mount info and mount filesystems

 It provides following Go libraries:
 .
  * github.com/moby/sys/mount
  * github.com/moby/sys/mountinfo

 Package is prepared at
 https://salsa.debian.org/go-team/packages/golang-github-moby-sys



Question for alioth-lists.debian.net status

2020-04-24 Thread Shengjing Zhu
Hi,

(please don't reply to this thread about the lintian issue).

Instead of the lintian issue, the real issue which is underneath is,
what's the status of alioth-lists.debian.net?

Is it still a short term service[1], or the admin plans to make it long term?
The difference is whether people should look for a new home.
It has been 2 years but there are still many active users on it. And
some teams haven't planned to migrate.

And another question for DSA is, whether the lists.alioth.debian.org
address is expected to work, as long as the alioth-lists.debian.net
exists?

Thanks.

[1] https://lists.debian.org/debian-devel-announce/2018/01/msg3.html

-- 
Shengjing Zhu



Re: lintian: please downgrade mailing-list-obsolete-in-debian-infrastructure warning

2020-04-24 Thread Shengjing Zhu
On Fri, Apr 24, 2020 at 11:44 PM gregor herrmann  wrote:
[...]
> > Could this wiki page be more useful?
> > https://wiki.debian.org/Salsa/AliothMigration#Import_mailing_list
>
> Not really; the lists we are talking about _are_ migrated to
> alioth-lists.debian.net which will continue to accept mail for
> @lists.alioth.debian.org.
> And like Andreas, I see no point in changing the mail addresses in
> thousands of packages and various tools and parts of infrastructure.
>

So your expectation is alioth-lists.d.n will become a long term service.

However I read  the announcement[1] 2 years ago differently.

[1] https://lists.debian.org/debian-devel-announce/2018/01/msg3.html

> This is not intended to supercede the advice to make use of other
services where appropriate, such as lists.debian.org for eligible
lists, tracker.debian.org or salsa, but does enable other lists
such as package team maintenance lists, to have a home in _the
short term_

Also it writes,
> The service will be reviewed for viability and
usefulness after one release cycle

I'm not sure how the one release cycle is counted.
We have released buster since then. And we are close to bullseye now.

Probably it's time to start thinking about this.

-- 
Shengjing Zhu



Re: lintian: please downgrade mailing-list-obsolete-in-debian-infrastructure warning

2020-04-24 Thread Shengjing Zhu
On Fri, Apr 24, 2020 at 5:47 PM gregor herrmann  wrote:
[...]
>
> In my personal opinion, this lintian warning/info is not actionable,
> also the referred to wiki page at
> https://wiki.debian.org/Alioth/MailingListContinuation doesn't say
> anything about not using @lists.alioth.debian.org or what to replace
> it with, and unless the maintainers of the replacement system tell us
> otherwise, I assume this will all keep working fine.
>

Could this wiki page be more useful?

https://wiki.debian.org/Salsa/AliothMigration#Import_mailing_list

-- 
Shengjing Zhu



Bug#956909: ITP: golang-github-cilium-ebpf -- eBPF Library for Go

2020-04-16 Thread Shengjing Zhu
Package: wnpp
Severity: wishlist
Owner: Shengjing Zhu 

* Package name: golang-github-cilium-ebpf
  Version : 0.0~git20200413.48fb86d-1
  Upstream Author : Cilium
* URL : https://github.com/cilium/ebpf
* License : Expat
  Programming Lang: Go
  Description : eBPF Library for Go

 eBPF is a pure Go library that provides utilities for loading, compiling,
 and debugging eBPF programs. It has minimal external dependencies and
 is intended to be used in long running processes.



Re: Overinterpretation of DFSG? QR code for receiving donation is non-free???

2020-03-30 Thread Shengjing Zhu
On Mon, Mar 30, 2020 at 4:20 PM Paul Wise  wrote:
>
> On Mon, Mar 30, 2020 at 7:53 AM Shengjing Zhu wrote:
>
> > 1. There's no info loss if you convert from one to another.
>
> You definitely lose the (presumably non-free) television/game
> characters when converting from the original QR codes to plain text.
>

It's my intention that not cover this part. If the picture in the
middle is the reason that makes this QR picture non-free, then I
agree. But if the reason is the form of picture or not, then I don't
agree.

-- 
Shengjing Zhu



Re: Overinterpretation of DFSG? QR code for receiving donation is non-free???

2020-03-30 Thread Shengjing Zhu
On Mon, Mar 30, 2020 at 1:54 PM Mo Zhou  wrote:
>lumin: An image of a QR code wouldn't be the preferred form of
>   modification.  They are usually generated from something.  If the file it 
> was
>   generated from isn't present and the tool to generate it isn't in Debian, 
> then
>   it can't be shipped.  Requiring preferred form of modification is one area
>   where Debian is often stricter than licenses due to DFSG.

IMO, the QR picture is preferred form of modification as well as the
origin text.
1. There's no info loss if you convert from one to another.
2. I consider a base64 string of a non-readable ascii character a
preferred format than the origin character.
3. In this case, the origin url(especially the wechat url is
non-readable) is not supporsed to modify. If I want to modify, I just
replace the whole image.

Then, the question is that the picture is generated by a program not in Debian.
But, these pictures are in the documents, not in the program, thus not
affect the program's functions.
And, I consider this situation just like I use an MS word to produce a
.docx file and place it in my source tree.
And I don't think I need to strip this docx file if I want to package
it in Debian.

-- 
Shengjing Zhu



Re: new kubernetes packaging

2020-03-24 Thread Shengjing Zhu
Another question for the current kubernetes maintainer.

What's your plan for the k8s.io/* libraries, eg k8s.io/api k8s.io/client-go.
They are supposed to be built from src:kubernetes, but it currently doesn't.

Some existing packages already embed them, like
https://codesearch.debian.net/search?q=filetype%3Ago+k8s.io%2Fapi=1
Because we thought it's hard to maintain kubernetes package in Debian,
meanwhile follow the common practice in pkg-go team.

Some new packages are blocked by not having kubernetes libraries. I
haven't checked the wnpp list. But recently there's a thread in
debian-go@.

If you provide k8s.io/* libraries, what about the libraries that
k8s.io/* depends?

-- 
Shengjing Zhu



Re: ratt as a service?

2020-03-22 Thread Shengjing Zhu
On Mon, Mar 23, 2020 at 8:34 AM Sandro Tosi  wrote:
>
> Hello,
> ratt (rebuild all the things, https://packages.debian.org/sid/ratt) is
> really interesting but it's sometimes hard to use effectively on
> personal resources: some packages have tens, if not hundreds of
> reverse dependencies, and running ratt for them on your laptop is just
> not feasible.
>
> So i'm wondering if Debian should offer a service where:
>
> * a developer (as someone with a gpg key in the debian keyring, at
> least at first) uploads a binary .changes file (so source + binary
> packages, built locally) to a new dput upload queue
> * ratt is executed against that package reverse dependencies
> * when the run is completed, a recap email is sent to the Changed-By
> address with the list of fail/success
> * also a web interface to track the progress of the rebuild & read the
> build logs.
>
> this could be scaled pretty easily with multiple backend "builders"
> (and we can put limits in place to reduce concurrency, like one
> package per developer only etc etc)

This is especially useful for some teams, like pkg-go team.  Most
ftbfs can't be found except rebuilding all the reverse dependecies.
This is probably why stapelberg implemented this.
If there's a such service, I hope it can be integrated with salsa, and
be triggered when you push.
However if it's been widely used, I would concern how to build more
efficiently and cache friendly.

-- 
Shengjing Zhu



Accepted golang-github-opencontainers-selinux 1.3.1-1 (source) into unstable

2020-01-28 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Jan 2020 00:45:25 +0800
Source: golang-github-opencontainers-selinux
Architecture: source
Version: 1.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-opencontainers-selinux (1.3.1-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 1.3.1
   * Exclude vendor dir from upstream tarball
   * Switch to debhelper-compat syntax
   * Add Rules-Requires-Root
   * Update Standards-Version to 4.5.0 (no changes)
   * Remove patches applied by upstream
Checksums-Sha1:
 9355d2c1704746b1a5883241e7e8c7f1dc191612 1755 
golang-github-opencontainers-selinux_1.3.1-1.dsc
 13cdfa545316521e57fc28594cb326bf9ffdf6b3 17752 
golang-github-opencontainers-selinux_1.3.1.orig.tar.xz
 45dad7e523e9751e02299e5fa83dd15899c88907 2608 
golang-github-opencontainers-selinux_1.3.1-1.debian.tar.xz
 720d15bd6f17ac7a79c9baf4b53a179f728c0c0a 5330 
golang-github-opencontainers-selinux_1.3.1-1_amd64.buildinfo
Checksums-Sha256:
 711834308dfc7f3266502bb632921baa05c41627cc9cf066547e04b2b8a799dc 1755 
golang-github-opencontainers-selinux_1.3.1-1.dsc
 37f526878ac6d8b532d3a50715aeea7d4e700d2e83c3a037a7c67f297b38bde8 17752 
golang-github-opencontainers-selinux_1.3.1.orig.tar.xz
 437179a2c60728c9c1ebe1a826cb82b7deb3a18c1e6f26eee0661cf7127cfbe7 2608 
golang-github-opencontainers-selinux_1.3.1-1.debian.tar.xz
 e336d9d9b05b53d5a8c24ce39a8424befcafbffc8c97bc585ec45ad2a5830c15 5330 
golang-github-opencontainers-selinux_1.3.1-1_amd64.buildinfo
Files:
 e8216943728fa25dabb1974dd7ab43c1 1755 devel optional 
golang-github-opencontainers-selinux_1.3.1-1.dsc
 dfd5681a95666edb250097f09734ddac 17752 devel optional 
golang-github-opencontainers-selinux_1.3.1.orig.tar.xz
 ecaa08b658607acdd846e45ee3707d00 2608 devel optional 
golang-github-opencontainers-selinux_1.3.1-1.debian.tar.xz
 7b99955de3f78abcdd7e4c4703080278 5330 devel optional 
golang-github-opencontainers-selinux_1.3.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXjB9nhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW2mgA/AnDCmPia78KaAhjnzaT+WD+jbg83V1Pr74z
T6w7WdsnAP9u7S5ICAmxNJbpa/7kOa0rFPmilAieb13L3hE4SgmfDw==
=hGo+
-END PGP SIGNATURE-



Accepted golang-k8s-sigs-yaml 1.1.0-2 (source) into unstable

2020-01-19 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 20 Jan 2020 11:03:58 +0800
Source: golang-k8s-sigs-yaml
Architecture: source
Version: 1.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-k8s-sigs-yaml (1.1.0-2) unstable; urgency=medium
 .
   * Replace golang-yaml.v2-dev with golang-gopkg-yaml.v2-dev
Checksums-Sha1:
 e2c251b9758fb2ac3353556d8c0bcf96c4061b4f 1603 golang-k8s-sigs-yaml_1.1.0-2.dsc
 4805cb21219dbaf36512c72cf1900df4c3c88a5a 3100 
golang-k8s-sigs-yaml_1.1.0-2.debian.tar.xz
 ad33af5191a0c9ac3a50b571907059126b252be2 5384 
golang-k8s-sigs-yaml_1.1.0-2_amd64.buildinfo
Checksums-Sha256:
 7476bafca3a64e825e4579e784552cc774f7637d2adb3dd523cfcae43430085f 1603 
golang-k8s-sigs-yaml_1.1.0-2.dsc
 5115109b41679664043bb0b7c656171d27d5c9a1e66ecc4f13fdf688a30fbe06 3100 
golang-k8s-sigs-yaml_1.1.0-2.debian.tar.xz
 4354e65e649d4e3acf704d7dceb3b7cd37b1f58d6550257bce15837d1d978f82 5384 
golang-k8s-sigs-yaml_1.1.0-2_amd64.buildinfo
Files:
 42e4e97dfa9d4a3bde57c2460714403e 1603 devel optional 
golang-k8s-sigs-yaml_1.1.0-2.dsc
 f6edfde9f60305232e1605fd3b5f055f 3100 devel optional 
golang-k8s-sigs-yaml_1.1.0-2.debian.tar.xz
 5e10f1de2373fa4dbf00543fdf56717d 5384 devel optional 
golang-k8s-sigs-yaml_1.1.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXiUi/BAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWBC8A+wZ6g3lgioa/0RvM5u0jSRs9KEgee8LiI0O+
RstL76iLAP9v+ynqCoQNy58bB3+UfiRAMr3s6aLntsQvpH+ocQ4IDA==
=CMm8
-END PGP SIGNATURE-



Accepted golang-k8s-sigs-yaml 1.1.0-1 (source all) into unstable, unstable

2020-01-19 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 18:39:16 +0800
Source: golang-k8s-sigs-yaml
Binary: golang-k8s-sigs-yaml-dev
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Description:
 golang-k8s-sigs-yaml-dev - better way to marshal and unmarshal YAML in Golang 
(library)
Changes:
 golang-k8s-sigs-yaml (1.1.0-1) unstable; urgency=medium
 .
   * Initial release.
Checksums-Sha1:
 f040fd14dc6f4729f4023846c33211e21788741a 1596 golang-k8s-sigs-yaml_1.1.0-1.dsc
 8cb571c0da8f995aa1b91ccf65b6d74623874187 14020 
golang-k8s-sigs-yaml_1.1.0.orig.tar.xz
 59738cd8a143af123ee77476dff387dc7a4dfbfb 3064 
golang-k8s-sigs-yaml_1.1.0-1.debian.tar.xz
 2dd7cd31fad1e8dc5b929f0d2376c2d35cb36085 12628 
golang-k8s-sigs-yaml-dev_1.1.0-1_all.deb
 b48c2b88615fcde47ae1d30f49d224a48ef852d3 5303 
golang-k8s-sigs-yaml_1.1.0-1_amd64.buildinfo
Checksums-Sha256:
 d3cf49690d8b15fb91528cf34f8eb8ec53f46bc7b767d10f23280de59e1cf840 1596 
golang-k8s-sigs-yaml_1.1.0-1.dsc
 502b73b2f998d036f0c3c3b5bd73c15174a092567dbbb8d7f3f657e073ed8f36 14020 
golang-k8s-sigs-yaml_1.1.0.orig.tar.xz
 7220a270580a2fbde3d28514ae5da097679155522ba878bbd24cbbe818ceb68d 3064 
golang-k8s-sigs-yaml_1.1.0-1.debian.tar.xz
 988844b0a0a63ebfa2055c87f6d933fbbfec6a67bd0848c3a8d31789b8f16f7d 12628 
golang-k8s-sigs-yaml-dev_1.1.0-1_all.deb
 fda0acbd53d86db36e67c00750b6d0ee228b04d2066c2e180b3ee0630d26c430 5303 
golang-k8s-sigs-yaml_1.1.0-1_amd64.buildinfo
Files:
 03dd21e594a3c3396ce26fe622c3527e 1596 devel optional 
golang-k8s-sigs-yaml_1.1.0-1.dsc
 9274b210a4a1f35c0138fc340f369e8d 14020 devel optional 
golang-k8s-sigs-yaml_1.1.0.orig.tar.xz
 53c4a5d1c9cdf43157b2e09084e501ef 3064 devel optional 
golang-k8s-sigs-yaml_1.1.0-1.debian.tar.xz
 013c2b5d1b16b8d0253d433af4682ee2 12628 devel optional 
golang-k8s-sigs-yaml-dev_1.1.0-1_all.deb
 5ce7b30dd71bb6a8b9cb425bb12958c4 5303 devel optional 
golang-k8s-sigs-yaml_1.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhHDaBAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW/r4A/AtRplEv9S2jeCjQ4lBst8uOtYCNv4m4JWws
aB4pmNh9AP9CCe6E3A6mSrmJf9XpZQwY3mBnutPz5Ee5MIhBghIkBw==
=TAdQ
-END PGP SIGNATURE-



Accepted golang-github-containerd-btrfs 0.0~git20200117.1539353-1 (source) into unstable

2020-01-16 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 Jan 2020 12:13:17 +0800
Source: golang-github-containerd-btrfs
Architecture: source
Version: 0.0~git20200117.1539353-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-btrfs (0.0~git20200117.1539353-1) unstable; 
urgency=medium
 .
   * Team upload.
   * New upstream version 0.0~git20200117.1539353
   * Remove unused Files-Excluded in copyright file
   * Simplify uscan watch file
   * Update maintainers address to team+pkg...@tracker.debian.org
   * Update debhelper compat to 12
   * Update tandards-Version to 4.4.1 (no changes)
   * Add Rules-Requires-Root
Checksums-Sha1:
 3b7ae33355de7c70712626c4545c4356a35e4a8d 1886 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1.dsc
 18a4e3566c461694e6bc120c857c479fd58cb258 9844 
golang-github-containerd-btrfs_0.0~git20200117.1539353.orig.tar.xz
 34321e1601f6dfb6c560e1aae49a4d102bb66976 2156 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1.debian.tar.xz
 541f7633744571f495f3a34e788498f73dbe1587 5529 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1_amd64.buildinfo
Checksums-Sha256:
 8b6d4bdf1adde81ab4b61cceffc2512351036c365c8d6c5592498ac5d9fbb2cc 1886 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1.dsc
 abc7ee9195581756ffd6b332397190e17dc24fca08bdd965af783b4180b0271c 9844 
golang-github-containerd-btrfs_0.0~git20200117.1539353.orig.tar.xz
 9ff53be7908fe40c0ef4120df60bbcc87a211cf4da43649b03f40259b1db4efe 2156 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1.debian.tar.xz
 814472038beff6fa7073c6f1b62d3ca611958ce11807c86932b755089fb9f682 5529 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1_amd64.buildinfo
Files:
 1c77ac8eb1d6ede0d6a6001a91f25c59 1886 devel optional 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1.dsc
 594044c7d0da90a35b96eeaadfaca677 9844 devel optional 
golang-github-containerd-btrfs_0.0~git20200117.1539353.orig.tar.xz
 7c758e11b6643cb27bbd7b990c18a590 2156 devel optional 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1.debian.tar.xz
 f9cdec99f7b8e1af8eda207a8bff287d 5529 devel optional 
golang-github-containerd-btrfs_0.0~git20200117.1539353-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXiE0zxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWHQYBAM8J5RHz/y+DuCYyVnsYecTh9YsxVrUaTEOp
Mh8xzQJeAQCbYBtmCBMNMnBkqFfWAbk9F0sHHhRhbUwyAFrleHCMCA==
=NJAu
-END PGP SIGNATURE-



Accepted golang-github-urfave-cli 1.22.2-2 (source) into unstable

2020-01-16 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 Jan 2020 01:07:51 +0800
Source: golang-github-urfave-cli
Architecture: source
Version: 1.22.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-urfave-cli (1.22.2-2) unstable; urgency=medium
 .
   * Team upload.
   * Update patch using go-md2man v1 to fix manpage format
Checksums-Sha1:
 fe977b0285bde6bc7c1f7719343c6891a618d1e5 1671 
golang-github-urfave-cli_1.22.2-2.dsc
 9f3d6fde6b7624a1009d5d6abb42a86700775cec 3772 
golang-github-urfave-cli_1.22.2-2.debian.tar.xz
 551b3dbc1e25f0963c52db7b59e0f7f8ea553397 5651 
golang-github-urfave-cli_1.22.2-2_amd64.buildinfo
Checksums-Sha256:
 9cb094965b5cbf5ec72cc1008a96e5782c5efa8f78c24e0db7a1ae3363c8b8a7 1671 
golang-github-urfave-cli_1.22.2-2.dsc
 0bb06e713736038603bdff40fe85b9d9f778e782877cbf25ee1fc4d3d3c1e57d 3772 
golang-github-urfave-cli_1.22.2-2.debian.tar.xz
 f2baf77057eec278d67cbab1f70429514800c8b8a136fdccd19a10029141d331 5651 
golang-github-urfave-cli_1.22.2-2_amd64.buildinfo
Files:
 b20f37a6af8b87470ef0f0b04ef91a67 1671 devel optional 
golang-github-urfave-cli_1.22.2-2.dsc
 b20b3ff304ee2a782b885c14005767c9 3772 devel optional 
golang-github-urfave-cli_1.22.2-2.debian.tar.xz
 721fe5899c20060db870191a4d260a2e 5651 devel optional 
golang-github-urfave-cli_1.22.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXiCZABAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWB8YA/jzFNhpQZOZ4LqLAWUjshqvpApZTNlPjdO+2
N8dFb10WAQChBOpgpe4jvW4HVQg2sMbTxK49bnFmCpauvHKgLDtoBg==
=gJN3
-END PGP SIGNATURE-



Accepted continuity 0.0~git20200107.26c1120-1 (source) into unstable

2020-01-15 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 16 Jan 2020 03:26:51 +0800
Source: continuity
Architecture: source
Version: 0.0~git20200107.26c1120-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 continuity (0.0~git20200107.26c1120-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 0.0~git20200107.26c1120
   * Update Standards-Version to 4.4.1 (no changes)
   * Add Rules-Requires-Root
Checksums-Sha1:
 622f1e3a1c6b2c38ad30a61d298d681dcc8eff07 1875 
continuity_0.0~git20200107.26c1120-1.dsc
 5baef43487fccbc8bc8eb613dd3dec8afa2289f2 55236 
continuity_0.0~git20200107.26c1120.orig.tar.xz
 4471e9a773105c725d5b560322a1fa25cf399750 2324 
continuity_0.0~git20200107.26c1120-1.debian.tar.xz
 2dae2fac379faa23ea9edf42cf3bacdb673eed3a 6282 
continuity_0.0~git20200107.26c1120-1_amd64.buildinfo
Checksums-Sha256:
 35d746ca52912a57e4e789d9dcac8f9f24fa06df456e20025dfcfe720beaf173 1875 
continuity_0.0~git20200107.26c1120-1.dsc
 919e7b136dadef33896f016194e535fbeca3f5d480a9c638a6af52312120cb48 55236 
continuity_0.0~git20200107.26c1120.orig.tar.xz
 ef91aad8b9a89e2b30e6acc8ba937e6b6283e8ce5f8f7ee0da642000a54678c0 2324 
continuity_0.0~git20200107.26c1120-1.debian.tar.xz
 099b0fd3b03d80cb14fe466e60911bce5971ab68c59f427c6aeb5b9dc60ecfc4 6282 
continuity_0.0~git20200107.26c1120-1_amd64.buildinfo
Files:
 b947e15eb85c7397eda3e7a2cd3eba0b 1875 admin optional 
continuity_0.0~git20200107.26c1120-1.dsc
 2cdb2137ff0b7cf9dd5f029f72fb9eee 55236 admin optional 
continuity_0.0~git20200107.26c1120.orig.tar.xz
 e45ffc3a2fcf4eb2873c1f27917080b5 2324 admin optional 
continuity_0.0~git20200107.26c1120-1.debian.tar.xz
 80aff801163a5f4152efff6cbc0096b3 6282 admin optional 
continuity_0.0~git20200107.26c1120-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXh9n1hAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWaK8A/35onlJabdbfQiSlj03HasQGGMKP4IRCi88d
8ClyuMRlAQD3cPxbI/CpKJjLCDK0U4VgNviqDJ2vaAG9dyT4RJ64AQ==
=2c5F
-END PGP SIGNATURE-



Accepted backward-cpp 1.4-4 (source) into unstable

2020-01-08 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 09 Jan 2020 15:28:25 +0800
Source: backward-cpp
Architecture: source
Version: 1.4-4
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 backward-cpp (1.4-4) unstable; urgency=medium
 .
   * Add binutils-dev version restriction to autopkgtest
   * Add Multi-Arch foreign
Checksums-Sha1:
 7143553a600651e368003a0a4deaeb77e0711175 1366 backward-cpp_1.4-4.dsc
 603946443df8a961550592ff321f195c9ba87a9d 3172 backward-cpp_1.4-4.debian.tar.xz
 e3f22c8d76a1f348a5aabe9ffdc1758b438dc388 5901 
backward-cpp_1.4-4_amd64.buildinfo
Checksums-Sha256:
 599257d8696ade3866b7ec5e544e07c4976acf4b184fd0e72056da412309fd35 1366 
backward-cpp_1.4-4.dsc
 edcf45fa7239d3d21b17ff334de0bacaf68c72972558dcf0069e9b9961c230cf 3172 
backward-cpp_1.4-4.debian.tar.xz
 5e14b153fa089a4b6e46bcf6aca229a41c6303195b506d2b51cc28f2a2d83559 5901 
backward-cpp_1.4-4_amd64.buildinfo
Files:
 d20bffbe4a4842a02dfa7e657f7fbf94 1366 libdevel optional backward-cpp_1.4-4.dsc
 d1dcd449bec1d544bd526dd2b87b329d 3172 libdevel optional 
backward-cpp_1.4-4.debian.tar.xz
 8a43b9042204dc805023be1d78cb0ffe 5901 libdevel optional 
backward-cpp_1.4-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhbWdRAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWh8IA/0wc8XG3SrdOP0ga2ytkfgODXKTJOK00+bNA
CUVGrHMbAQDjnfHUxxPfTjQD8lBETq9GmzDwJqY4elHxBUvJJ6U6CQ==
=s64z
-END PGP SIGNATURE-



Accepted backward-cpp 1.4-3 (source) into unstable

2020-01-08 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2020 23:27:55 +0800
Source: backward-cpp
Architecture: source
Version: 1.4-3
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Closes: 948410
Changes:
 backward-cpp (1.4-3) unstable; urgency=medium
 .
   * Add patch to fix FTBFS with binutils 2.34 (Closes: #948410)
Checksums-Sha1:
 486f7d602f71156d75772095330a5238f12b5b39 1366 backward-cpp_1.4-3.dsc
 27827de26242f257ece26c18cbbfa562fcf6e9de 3108 backward-cpp_1.4-3.debian.tar.xz
 5d02fcdf98fa47a5269e1e61e731d2e4e89ad6f7 5901 
backward-cpp_1.4-3_amd64.buildinfo
Checksums-Sha256:
 e422f7e5852f1fe6763a38fdb3686e9f1ecd95d8f8bf886d9b1f045ccfed 1366 
backward-cpp_1.4-3.dsc
 66cfeb44502388243a2444da8e728ba2848316a9d12d52d690bea3ae5ccb04c4 3108 
backward-cpp_1.4-3.debian.tar.xz
 fd11d161389f68fa726170d2d229eada1c64ba91afba3a8f44808e2ad8ed17b0 5901 
backward-cpp_1.4-3_amd64.buildinfo
Files:
 9fe1166b554c4f5bdac08bcd7a660f34 1366 libdevel optional backward-cpp_1.4-3.dsc
 ea42e2f689edbf00b84949dc253e7bdc 3108 libdevel optional 
backward-cpp_1.4-3.debian.tar.xz
 367bcd2d3ebc2c9530260bfefdf03c77 5901 libdevel optional 
backward-cpp_1.4-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhX1URAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWnWIA/ig51mbCfiP5zwhafkYz0PcmfTTlbf3H/v+I
uAP75L1XAP9RSMzax8UJYdjETtPmSZMTH8Et99xgAbD/HmbNNEGwDA==
=qBcR
-END PGP SIGNATURE-



Accepted containerd 1.3.2~ds1-3 (source) into unstable

2020-01-08 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2020 16:20:14 +0800
Source: containerd
Architecture: source
Version: 1.3.2~ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 containerd (1.3.2~ds1-3) unstable; urgency=medium
 .
   * Update armel/armhf patch to fix failing test
   * Remove unused Depends from -dev package.
 Since the containerd/cri is removed from -dev package
Checksums-Sha1:
 8dbdd1f6e70f0f028a2ef7aaf409666c4b53af6b 3487 containerd_1.3.2~ds1-3.dsc
 e2b4d143fc0801dfdac3485eab84f4642279bec8 14844 
containerd_1.3.2~ds1-3.debian.tar.xz
 f3e35b338625c094a03b1b2a299afa31fa6bdcd7 15019 
containerd_1.3.2~ds1-3_amd64.buildinfo
Checksums-Sha256:
 f41f93bd94a1790f6445492cf1753a760cd4950cade1896c786ce439fc3fce25 3487 
containerd_1.3.2~ds1-3.dsc
 32f19aa53cfc5444e7f50a94ba8209545ddc2eab0281eeba137bc0cb2ec90f52 14844 
containerd_1.3.2~ds1-3.debian.tar.xz
 32208dbd5cbb8955142747fba8a55fe210e3d191277513322e2db5a6d4213d13 15019 
containerd_1.3.2~ds1-3_amd64.buildinfo
Files:
 ae240fcfc1aea96cee9d527838f8fe05 3487 admin optional containerd_1.3.2~ds1-3.dsc
 b0aa39198e734a46315f567e2280 14844 admin optional 
containerd_1.3.2~ds1-3.debian.tar.xz
 ac757e3b39534ab01422e67bd931a619 15019 admin optional 
containerd_1.3.2~ds1-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhWarxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWzeQA/jUPBH20aKZrGBbnjhM2CHusQIzRHnqF7YMX
9sM1Po5wAP40oGODbR/qo/48umiI4NvsT3SxauW93bzKsvgC5dZfDA==
=Oix5
-END PGP SIGNATURE-



Accepted containerd 1.3.2~ds1-2 (source) into unstable

2020-01-07 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 08 Jan 2020 01:43:35 +0800
Source: containerd
Architecture: source
Version: 1.3.2~ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 containerd (1.3.2~ds1-2) unstable; urgency=medium
 .
   * Upload to unstable
   * Add containernetworking-plugins to Suggests
 containerd-cri may use cni plugins from containernetworking-plugins
   * Add default config.toml
   * Fix build on mipsel
 + Add patch to cast uint32 Rdev
 + Exclude btrfs plugin on mipsel
   * Backport upstream patch to fix i386 build
   * Exclude container-cri in -dev packages
   * Add autopkgtest-pkg-go
   * Backport upstream patch to fix armhf/armef test
Checksums-Sha1:
 217ced0d210fbaf122fe62066be74fc2bd5b5814 3487 containerd_1.3.2~ds1-2.dsc
 39863c8ed4da9705dc387bae647881a52aeb3285 14536 
containerd_1.3.2~ds1-2.debian.tar.xz
 fd795fdb8e93f80b51f31fb636acfca6d3bf7087 14907 
containerd_1.3.2~ds1-2_amd64.buildinfo
Checksums-Sha256:
 e349d82b186bcca0112fa1c8fc3af5b129a819dd45c291d1c9cbc1e962806d01 3487 
containerd_1.3.2~ds1-2.dsc
 5fed1cfb77daae2f2fb500ab123bddc13b0fef9c91d3b5d25a5c0436a59834f4 14536 
containerd_1.3.2~ds1-2.debian.tar.xz
 7874b368a2c3134e36f246b81361f272738b00e98233c100aed2a6c9040e9263 14907 
containerd_1.3.2~ds1-2_amd64.buildinfo
Files:
 f1a9572ef1ffaefc47454136972b1f5c 3487 admin optional containerd_1.3.2~ds1-2.dsc
 e240041c0ed67b0bfde203f6d28a9710 14536 admin optional 
containerd_1.3.2~ds1-2.debian.tar.xz
 118edef2533ee532fdf080dc337dbd4c 14907 admin optional 
containerd_1.3.2~ds1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhTGbhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWyTUBANunOC/Tn5bPdlqkhDbJ2B0s5FW7u6R+7HIM
MZRwZ51TAP9Yf3JovQKL/AFXmOmEhgAXyDc8rruT8oadS+5+xGW4DA==
=ou5G
-END PGP SIGNATURE-



Accepted golang-github-containerd-cgroups 0.0~git20190717.c4b9ac5-2 (source) into unstable

2020-01-06 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 12:01:46 +0800
Source: golang-github-containerd-cgroups
Architecture: source
Version: 0.0~git20190717.c4b9ac5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-cgroups (0.0~git20190717.c4b9ac5-2) unstable; 
urgency=medium
 .
   * Team upload.
   * Remove unused Files-Excluded in copyright file
   * Upload to unstable
Checksums-Sha1:
 80efb5351affd53b78eccaf6cdca5e43b4f04d6f 2120 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2.dsc
 c740d268b5549492bac516397bb45bff946ab8ea 3364 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2.debian.tar.xz
 ef386ec1874982e0b48a490cad95e1e2163af6e8 6685 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2_amd64.buildinfo
Checksums-Sha256:
 fb5f381ed3649a262dfa4d015216b363f2013521e80d3adc909e9b1af69206b1 2120 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2.dsc
 3404f4582d9c972e4b44638e85b4bfc1b1bbb965d9cdef1178150f314217a83c 3364 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2.debian.tar.xz
 2a97bdc4175cc5ba5b9c7738ec4e57ef613073b5234c7190aabdcde7afed135d 6685 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2_amd64.buildinfo
Files:
 91121f360510867c9e8dd042f7ac72ea 2120 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2.dsc
 e2f08f6232a1042c280f3cee695f99ad 3364 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2.debian.tar.xz
 b04a678f335838ff1c2100b6a65d2ea9 6685 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIAEARYIACgWIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhQDHAocaUB6aHNqLm1l
AAoJEMSFSjgY4LAWhKAA/0Mi5Bg6vFHvJa2I75/5w+Te6jPWW30MClfsCHSQNa61
AP9QTNGYJimM83rNJWlC42izcphM37HRHHkPWibFkBJBDQ==
=zvIy
-END PGP SIGNATURE-



Accepted golang-github-containerd-fifo 0.0~git20190816.bda0ff6-2 (source) into unstable

2020-01-06 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 11:30:59 +0800
Source: golang-github-containerd-fifo
Architecture: source
Version: 0.0~git20190816.bda0ff6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-fifo (0.0~git20190816.bda0ff6-2) unstable; 
urgency=medium
 .
   * Team upload.
   * upload to unstable
Checksums-Sha1:
 6b5e8ae3780cc61003e7b5c64c4166ad96a8a5be 1887 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2.dsc
 0b2bd37556aab37e5d0ded9e4b0bdec3c97bfa36 2344 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2.debian.tar.xz
 c3708d09c3f559662801053dc417f97e31f48b66 5727 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2_amd64.buildinfo
Checksums-Sha256:
 5db8abe68b498a73c56d1d9625a6dcdd03e977a223995fb47515d15b0c348392 1887 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2.dsc
 aff73a660ee728f3f1883ea3ad0489657f64a79675e4fc94d5a734f3310dbacd 2344 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2.debian.tar.xz
 aae5118f58fc57c56cef6d1fc14d8d160bf8de5f983749cd38bb28058c844412 5727 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2_amd64.buildinfo
Files:
 273714a049ff05b83456e31a8dc388df 1887 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2.dsc
 46f9ca9192c8bf55114cb3c25e8d39d9 2344 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2.debian.tar.xz
 dfbc4d174a30f3777f546bde9b72ffb8 5727 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIAEARYIACgWIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhP8NgocaUB6aHNqLm1l
AAoJEMSFSjgY4LAWkJcBAKTFS42HkmjQeEoeOM1obRfUkY04JP7k1rXqlpJIdDPz
AQDXzMrYNniin9dAH1VdWK2KzCLut5m+U2Nx2WTX4O24Aw==
=wiQU
-END PGP SIGNATURE-



Accepted golang-github-containerd-go-runc 0.0~git20190911.e029b79-2 (source) into unstable

2020-01-06 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 11:16:43 +0800
Source: golang-github-containerd-go-runc
Architecture: source
Version: 0.0~git20190911.e029b79-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-go-runc (0.0~git20190911.e029b79-2) unstable; 
urgency=medium
 .
   * Team upload.
   * upload to unstable.
Checksums-Sha1:
 bd5804838b2885dde0e92367b476a521f4437424 1969 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2.dsc
 cf446b4dfe021495d1bfd9627b9054b3fd74be35 2472 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2.debian.tar.xz
 3242d9d772de581f45c4f3ab736d16f3aa63175e 6014 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2_amd64.buildinfo
Checksums-Sha256:
 0e9aa116bd61a2db0d57cf0f11d77d8dc059d3f5ac095c8e62bf1c3680e1411d 1969 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2.dsc
 a5b01cd833369b29d6f97b774505b154facd850f79b95ed44a73917d64b38a0b 2472 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2.debian.tar.xz
 7a71e4069af8158dc0aa25b82a866db2f216f9341f39f1940e04f07a487a4766 6014 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2_amd64.buildinfo
Files:
 82e41c88c8cbd6ef40c2515f7538d5a9 1969 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2.dsc
 ba694ecf0738e9963dafea627328a4aa 2472 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2.debian.tar.xz
 3aecc32a55b995373ac7d17f5234962d 6014 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIAEARYIACgWIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhP4hgocaUB6aHNqLm1l
AAoJEMSFSjgY4LAWlvABAI3pxZ9CKYmdZmJy8RX5CTH/vbCApmRNAIJJFSVG+lHT
AP9dk8sjXvP1ef5suUqnHENXaOSUyVD+6MnxLxnjuSEpAg==
=/ZE1
-END PGP SIGNATURE-



Accepted golang-gogottrpc 0.0~git20190828.92c8520-2 (source) into unstable

2020-01-06 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2020 02:07:40 +0800
Source: golang-gogottrpc
Architecture: source
Version: 0.0~git20190828.92c8520-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-gogottrpc (0.0~git20190828.92c8520-2) unstable; urgency=medium
 .
   * Team upload.
   * rebuild for sid.
Checksums-Sha1:
 b4f4afe384889ef0575ca36e310d479b14e1fc23 2025 
golang-gogottrpc_0.0~git20190828.92c8520-2.dsc
 d2efd8fbc8e19e94825009a9abf7d65638afff29 3260 
golang-gogottrpc_0.0~git20190828.92c8520-2.debian.tar.xz
 7043f3f1848726bacc53212b7e67ddb871ea02bf 6881 
golang-gogottrpc_0.0~git20190828.92c8520-2_amd64.buildinfo
Checksums-Sha256:
 efd4b07f23bafa58aee46883280e2b84970ccc0f4759bc9b3cd054e93a84dbae 2025 
golang-gogottrpc_0.0~git20190828.92c8520-2.dsc
 46e3ebe40e36cfdeaff3b16f0981bce6ac80f85ec2caa2af3f66731f5663519b 3260 
golang-gogottrpc_0.0~git20190828.92c8520-2.debian.tar.xz
 d2e2a29d75ddc68ab8e8cff3d55d41af2a33e24bfd0c333a01879abc6b6eb109 6881 
golang-gogottrpc_0.0~git20190828.92c8520-2_amd64.buildinfo
Files:
 c78a6b5b2e2c451c6df7f2faca827670 2025 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520-2.dsc
 e2a3da3adbd746d38c37f4c33ae1d014 3260 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520-2.debian.tar.xz
 7a316b194605b4a278ef7f1b7b1482fa 6881 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIAEARYIACgWIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhP1twocaUB6aHNqLm1l
AAoJEMSFSjgY4LAWwSUBAL5tf8MM/Vzm4CVm5x3A+eNJITNMl4Lo3wy2tRfC+ahZ
AQCxkF8SpJrUNZiWYNq/fh55hh6q8RtKvHON4KrYtmHzDg==
=fLz0
-END PGP SIGNATURE-



Accepted golang-github-docker-go-units 0.4.0-3 (source) into unstable

2020-01-05 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 16:08:50 +0800
Source: golang-github-docker-go-units
Architecture: source
Version: 0.4.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-docker-go-units (0.4.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Remove golang-any from Depends of -dev package
Checksums-Sha1:
 cd57e93ba95ed4bee8582ae43c179815c5d74d85 1692 
golang-github-docker-go-units_0.4.0-3.dsc
 ec39bf3ef3dbc3b72c27422ac72909205835c8fe 2572 
golang-github-docker-go-units_0.4.0-3.debian.tar.xz
 1601dcc299e558624540c1f88169684253940514 5139 
golang-github-docker-go-units_0.4.0-3_amd64.buildinfo
Checksums-Sha256:
 eddf033eec7c7a31a2b7713f7217072ffcc923795fa8627539765d458c3573a1 1692 
golang-github-docker-go-units_0.4.0-3.dsc
 2a3c211a87a4ea1bea5d5f391cdea7b514505785bd05f6d897d2f3ad5351396a 2572 
golang-github-docker-go-units_0.4.0-3.debian.tar.xz
 76f8929f54cce43738083a494a94413942894337e5cc58e421673e951cb22f41 5139 
golang-github-docker-go-units_0.4.0-3_amd64.buildinfo
Files:
 258e82d632f563f971474c75e6b21af8 1692 devel optional 
golang-github-docker-go-units_0.4.0-3.dsc
 27a46b9f48d66bb65ef64c6a277f95e0 2572 devel optional 
golang-github-docker-go-units_0.4.0-3.debian.tar.xz
 9864f730d11ae9fe35ccae649f4cfa84 5139 devel optional 
golang-github-docker-go-units_0.4.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhGZ6BAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWh9gBAO3biJV3AsCeLJJbhoDTo4PrvUBok7e63ouR
xleWZK8JAQCqwo4Cody3TRvovQn8Fg9I4dLJgPGJrA5CLLD49ckSCg==
=r45d
-END PGP SIGNATURE-



Accepted golang-github-emicklei-go-restful 2.11.1-2 (source) into unstable

2020-01-05 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 16:01:09 +0800
Source: golang-github-emicklei-go-restful
Architecture: source
Version: 2.11.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-emicklei-go-restful (2.11.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Replace golang-go with golang-any in Build-Depends
   * Add Rules-Requires-Root
Checksums-Sha1:
 274da725d32a91e3a4ca4783ee4b135391ab52ab 1751 
golang-github-emicklei-go-restful_2.11.1-2.dsc
 e768584a8f996af12565bdbc2a965a28bc2ba4f1 3356 
golang-github-emicklei-go-restful_2.11.1-2.debian.tar.xz
 452b2ef11d863280fb061f3b1927959919de0409 5190 
golang-github-emicklei-go-restful_2.11.1-2_amd64.buildinfo
Checksums-Sha256:
 7c544ca8c655ed853c834587bf9373b4b2c747a9f7eda7225f6c775e4f398399 1751 
golang-github-emicklei-go-restful_2.11.1-2.dsc
 c76664006a0b37b785649440dd24da7b016035953734d1b6074203ed3b03528c 3356 
golang-github-emicklei-go-restful_2.11.1-2.debian.tar.xz
 4d8e62dbfc9c75a17199c1eec772117f32a63aed4746bbce63aed29ba3331d19 5190 
golang-github-emicklei-go-restful_2.11.1-2_amd64.buildinfo
Files:
 9c32a0958e20904b37373bbd7c873f59 1751 devel optional 
golang-github-emicklei-go-restful_2.11.1-2.dsc
 2886a4998666a07a1670326dd29c12dc 3356 devel optional 
golang-github-emicklei-go-restful_2.11.1-2.debian.tar.xz
 0df0a3f789ae19bb839af81117f0a676 5190 devel optional 
golang-github-emicklei-go-restful_2.11.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhGYUxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW82QBAJ9wjg7S0sZmS0LwIE/eaEPb8Bd0f+3LTa23
GBpmoP2HAP9N1ScHJEZJj6adBbNQF5Xh5aNTpZNSCa64x3Q0gIk8CA==
=0L1a
-END PGP SIGNATURE-



Accepted golang-github-d2g-dhcp4client 1.0.0-2 (source) into unstable

2020-01-05 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 03:15:21 +0800
Source: golang-github-d2g-dhcp4client
Architecture: source
Version: 1.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-d2g-dhcp4client (1.0.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Remove repack option in uscan watch file
   * Switch to debhelper-compat syntax
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Update Standards-Version to 4.4.1 (no changes)
   * Add Rules-Requires-Root
   * Fix Build-Depends and Depends on golang-go, use golang-any instead
   * Fix spelling error in package description
Checksums-Sha1:
 45d2c157cdc31a218c04193b692cd17340dab348 1746 
golang-github-d2g-dhcp4client_1.0.0-2.dsc
 d9d5d3a2e40d255e780558c8f6f254d62a1c943d 7168 
golang-github-d2g-dhcp4client_1.0.0-2.debian.tar.xz
 91c09f442f0b9600098c8c5a8a70c9d9513d5e2d 5250 
golang-github-d2g-dhcp4client_1.0.0-2_amd64.buildinfo
Checksums-Sha256:
 0ecd9ca61d665b154256dc2ecef4f8135d6459cd10ec43f8f0655fe9f61bcfd8 1746 
golang-github-d2g-dhcp4client_1.0.0-2.dsc
 0c99da1cde059bc33a534849135f73dbe534ad995f02423a4f16498e9eb68640 7168 
golang-github-d2g-dhcp4client_1.0.0-2.debian.tar.xz
 2891e87d1259c79157e2918a897f203f35ec383b2b81cd85b463e49a6614dd0c 5250 
golang-github-d2g-dhcp4client_1.0.0-2_amd64.buildinfo
Files:
 8809e5403771ef0d98258c54a90ed050 1746 devel optional 
golang-github-d2g-dhcp4client_1.0.0-2.dsc
 e15488240c7260dafed7d431443403e5 7168 devel optional 
golang-github-d2g-dhcp4client_1.0.0-2.debian.tar.xz
 640e562eb914abe6e166356d3065473c 5250 devel optional 
golang-github-d2g-dhcp4client_1.0.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhGWFRAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAW6lABALrD7PjdmUTRPmaLNru83oiw1An9EhcAOYH/
wBIpmD8lAP9o3JFXQz4ukIHRTDNUicg1qy2wDgeNiV+ZbRQPESSXBw==
=3/Uz
-END PGP SIGNATURE-



Accepted golang-github-d2g-dhcp4 0.0~git20150413-3 (source) into unstable

2020-01-04 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 03:31:44 +0800
Source: golang-github-d2g-dhcp4
Architecture: source
Version: 0.0~git20150413-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-d2g-dhcp4 (0.0~git20150413-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ aviau ]
   * point Vcs-* urls to salsa.debian.org
 .
   [ Shengjing Zhu ]
   * Add uscan watch file
   * Update debhelper-compat to 12 and replace golang-go with golang-any
   * Replace extra Priority with optional
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Update Standards-Version to 4.4.1
   * Add Rules-Requires-Root
   * Add autopkgtest-pkg-go testsuite
Checksums-Sha1:
 b745acd8c10e44b7b255283f2087a739ada399f1 1644 
golang-github-d2g-dhcp4_0.0~git20150413-3.dsc
 5d16feb2ca4e6d51bf26b31eebddf01bc88698c1 2716 
golang-github-d2g-dhcp4_0.0~git20150413-3.debian.tar.xz
 a747b82500e7b20feaba4e6e96e52aa90a25e80b 5159 
golang-github-d2g-dhcp4_0.0~git20150413-3_amd64.buildinfo
Checksums-Sha256:
 1be23e277b2b9a5cc6dcd66aebf8c5162cf99966d3b237837ffed12037aab3ab 1644 
golang-github-d2g-dhcp4_0.0~git20150413-3.dsc
 57f95b83ceb35a1020d641fbf09189aa0e0fe2d3f927fbeadbe2052416b88c55 2716 
golang-github-d2g-dhcp4_0.0~git20150413-3.debian.tar.xz
 d2a1f9a1505a92b357b3a2ec36fe23d5ad2ed5bf8a830994c660269465449a10 5159 
golang-github-d2g-dhcp4_0.0~git20150413-3_amd64.buildinfo
Files:
 090ef754d05f39186dc9039a2604a718 1644 devel optional 
golang-github-d2g-dhcp4_0.0~git20150413-3.dsc
 5125dbac4ed4cc51cd06ebf8a483d266 2716 devel optional 
golang-github-d2g-dhcp4_0.0~git20150413-3.debian.tar.xz
 cde2ab4d223982ec362c16c5e92020e6 5159 devel optional 
golang-github-d2g-dhcp4_0.0~git20150413-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhGSxhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWQf8BAOPCQJqhgqsXEGqviMauLCYAtWOjjspsplmO
CH920XKPAQCuf04btNCe9EyNZSz00HL1J1NUbQ9Q5DxGWNDU30+MAw==
=bJY8
-END PGP SIGNATURE-



Accepted dh-golang 1.45 (source) into unstable

2020-01-04 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 04:25:18 +0800
Source: dh-golang
Architecture: source
Version: 1.45
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Closes: 948163
Changes:
 dh-golang (1.45) unstable; urgency=medium
 .
   * Team upload.
   * Pass different trimpath arg for different go version (Closes: #948163)
Checksums-Sha1:
 7813f15a8a71e42020c147af61678915a8d8d9b9 1163 dh-golang_1.45.dsc
 d867ac4180f5aaa6380af81ad14bf6dad8ccc5a0 15172 dh-golang_1.45.tar.xz
 a86b903dee9ec0121cf46e349f3289d542a34dd2 4882 dh-golang_1.45_amd64.buildinfo
Checksums-Sha256:
 95eb229f90bd868c923ba51657faeb9ecc8a4dbd5204b24afdc022149c604d69 1163 
dh-golang_1.45.dsc
 31b2fe074b1bf0eb709b0a852967fe7ebb2e3226ed0cb82ce59c45dc51b13554 15172 
dh-golang_1.45.tar.xz
 1b286826d4c5233c5f600d49f4d715ff7f99a9c5bb57355acbcb300cafcfe05b 4882 
dh-golang_1.45_amd64.buildinfo
Files:
 6b8b9c5f3cef96e503bb721b166052de 1163 devel optional dh-golang_1.45.dsc
 e2d7bf0786514ed6961e765d73d4ef2e 15172 devel optional dh-golang_1.45.tar.xz
 30eb8cf2bcaebe5d702594ffbb1d9ec8 4882 devel optional 
dh-golang_1.45_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhD1PxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWEzMA/iYOmvSVHh1FoS0GLE3mwV+ZnFgoLmHvmMkN
PVIR9El4AQDMyo/iQ+YmqiQo4rDVYAipwEczRncLIxi4VWDC5UNAAw==
=9GJb
-END PGP SIGNATURE-



Accepted golang-github-docker-go-units 0.4.0-2 (source) into unstable

2020-01-04 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 05 Jan 2020 00:07:05 +0800
Source: golang-github-docker-go-units
Architecture: source
Version: 0.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-docker-go-units (0.4.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Switch to debhelper-compat format
   * Replace golang-go with golany-any
   * Update Standards-Version to 4.4.1 (no changes)
   * Add Rules-Requires-Root
Checksums-Sha1:
 30d752492fdf8f71c62b63d2221ac542f7abf9f6 1692 
golang-github-docker-go-units_0.4.0-2.dsc
 6f2b87e3afaa1461bf89e03bafb1dbd027389e54 2552 
golang-github-docker-go-units_0.4.0-2.debian.tar.xz
 fd0ee905f51a949664d71f60010d838e5fa6fe94 5139 
golang-github-docker-go-units_0.4.0-2_amd64.buildinfo
Checksums-Sha256:
 bca329031311ce1b32ce43bbd2f2eed5acf7795803a4b485a5f6e391063699a6 1692 
golang-github-docker-go-units_0.4.0-2.dsc
 fd04bd8821cf07138c263e76b68ad004fb720c74ae103b7e0fbf81b7cd531960 2552 
golang-github-docker-go-units_0.4.0-2.debian.tar.xz
 edecf563aa2d45569c1702c1e86b3be6c909e32f703105e442ab0b8c5a26e5de 5139 
golang-github-docker-go-units_0.4.0-2_amd64.buildinfo
Files:
 39d1803cbdaa05dde71153413a73a129 1692 devel optional 
golang-github-docker-go-units_0.4.0-2.dsc
 9fd848e069fe5f6d813f656591091306 2552 devel optional 
golang-github-docker-go-units_0.4.0-2.debian.tar.xz
 3dd2df372f94ff3759d50c6216ed7348 5139 devel optional 
golang-github-docker-go-units_0.4.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhC41hAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWLNcA/i/brt0Wu5dj5EiE2DJ2Ym00gZan+x3eJI9f
fkvI9vTlAQC+NQIisWequ8xHHL2w2HEL9CkuHrr2VY8QDz4iSNgMDg==
=fQ7N
-END PGP SIGNATURE-



Accepted dh-golang 1.44 (source) into unstable

2020-01-04 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 21:29:47 +0800
Source: dh-golang
Architecture: source
Version: 1.44
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Closes: 945479
Changes:
 dh-golang (1.44) unstable; urgency=medium
 .
   * Team upload.
   * Also export PKG_CONFIG for cross compiling. (Closes: #945479)
 Thanks Helmut Grohne
   * Fix reproducible build in go1.13, using -trimpath
 https://github.com/golang/go/issues/16860
Checksums-Sha1:
 39e7d47d83dbb34615b9594047d63747aeb82a98 1163 dh-golang_1.44.dsc
 79cee240f76b1224a198ba5b6ebe1aeaff190a02 15044 dh-golang_1.44.tar.xz
 5fcdd3b644161924832fa23d552ea36cd45d15ba 4882 dh-golang_1.44_amd64.buildinfo
Checksums-Sha256:
 ed1a66928972a0396d210523fde69d37bbe5e3bee19ac506700bd07ac6a2751a 1163 
dh-golang_1.44.dsc
 5908d6c06dea946afed6f3e6cdf53c5291e7dc3ba2fa18bd65119a3fc0babdca 15044 
dh-golang_1.44.tar.xz
 4a0533d9f3a5761e223deccf3e74a1a0607bcb6fdd16d024a6b0dc393a717233 4882 
dh-golang_1.44_amd64.buildinfo
Files:
 2bdd2f2b0c766cb6c06c0f4dc915fa79 1163 devel optional dh-golang_1.44.dsc
 0e2c1e95c9ab3cfcc47864e9f9437ec4 15044 devel optional dh-golang_1.44.tar.xz
 6fd0548195d88cd6ab5130bdd002c2a6 4882 devel optional 
dh-golang_1.44_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhCWqxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWaTUA/RkhOzG93AGGTDdPtkh4kv/raSS89EKwK3EO
J8CWWQvhAP4nK8IBD4D9H1qSxEVcsyt23I78IeJhnpyZGqFSi5rWCw==
=VT0W
-END PGP SIGNATURE-



Accepted containerd 1.3.2~ds1-1 (source) into experimental

2020-01-04 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 18:11:52 +0800
Source: containerd
Architecture: source
Version: 1.3.2~ds1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 containerd (1.3.2~ds1-1) experimental; urgency=medium
 .
   * New upstream version 1.3.2~ds1
   * Update Excluded-Files and Build-Depends for 1.3.2 release
   * Much stricter on package version in Build-Depends
   * Update debhelper compat to 12 with new syntax
   * Update Standards-Version to 4.4.1 (no changes)
   * Update build rules for 1.3.2 release
   * Only install docs and manpage to containerd package
   * Remove unused vendor files
   * Fix build manpage in rules, need to run in Go env
   * Update package description to clarify the difference between docker.io
   * Add containerd systemd service
   * Backport upstream patch to fix test with go1.13
   * Add Rules-Requires-Root
   * Update copyright for 1.3.2 release
Checksums-Sha1:
 b0b9b70a9505f6b2023f79df9d19a632190833c0 3457 containerd_1.3.2~ds1-1.dsc
 fe7be6b3f24cda06bbae621351741ad1841f3e4f 1439472 
containerd_1.3.2~ds1.orig.tar.xz
 290f20d65096437a50a0274776eb162c97910dd7 12360 
containerd_1.3.2~ds1-1.debian.tar.xz
 2d93282fc45ac5657f6e727fa07339e98748d534 14877 
containerd_1.3.2~ds1-1_amd64.buildinfo
Checksums-Sha256:
 73c62af9c91b5bad8a20ffafa50be7d9141a27e3ad34222967305b41a64e7a62 3457 
containerd_1.3.2~ds1-1.dsc
 37b04fccf60b796d20d79544d36925c197919a0503c7d9f6d1ff12108b20591f 1439472 
containerd_1.3.2~ds1.orig.tar.xz
 2472c32497fdc08473563f9e272c797414129ad1b503d4c9a454f58a80d61200 12360 
containerd_1.3.2~ds1-1.debian.tar.xz
 05477f66f93f225a87cb24038a320b45c41c0da6528716569307f24befe29517 14877 
containerd_1.3.2~ds1-1_amd64.buildinfo
Files:
 520f589f8ccf2494ec53068fe7c14196 3457 admin optional containerd_1.3.2~ds1-1.dsc
 fb3a4b901e9f35862f1586d012919e55 1439472 admin optional 
containerd_1.3.2~ds1.orig.tar.xz
 746ce653277c7e5d88b4e5236a16bffe 12360 admin optional 
containerd_1.3.2~ds1-1.debian.tar.xz
 e458cf1cd7ec08a225158dba224384b1 14877 admin optional 
containerd_1.3.2~ds1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhBoJhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWZFIBAL5z9Eh96LpAdyQcXzvpvi36XLHm++HYl2z4
vup8zoUaAQDxTzJpk8wc85oUgpbN2kNI6Tn8zUPUZqEQhgdZ1tNDDQ==
=xmS0
-END PGP SIGNATURE-



Accepted golang-github-urfave-cli 1.22.2-1 (source) into unstable

2020-01-04 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 15:43:54 +0800
Source: golang-github-urfave-cli
Architecture: source
Version: 1.22.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-urfave-cli (1.22.2-1) unstable; urgency=medium
 .
   [ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
 .
   [ Dmitry Smirnov ]
   * Testsuite: autopkgtest-pkg-go
   * Standards-Version: 4.4.1
   * DH & compat to version 12.
 .
   [ Shengjing Zhu ]
   * Team upload.
   * New upstream release 1.22.2
   * Update team address to team+pkg...@tracker.debian.org
   * Add Rules-Requires-Root
   * Use debhelper-compat syntax
   * Add golang-github-cpuguy83-go-md2man-dev to Build-Depends
   * Add patch to use go-md2man v1
Checksums-Sha1:
 90701d1a32398c2ffbe5e884c5380110a85ddea6 1671 
golang-github-urfave-cli_1.22.2-1.dsc
 a9a50cc2454518296869c34f8ba7c7a66b90a46f 76132 
golang-github-urfave-cli_1.22.2.orig.tar.gz
 7fdfa11be3d6f520bb4e7b4bf92d4048308bd99e 3520 
golang-github-urfave-cli_1.22.2-1.debian.tar.xz
 a7359f5c34547b67601930e44d4bb363e6fdcc41 5509 
golang-github-urfave-cli_1.22.2-1_amd64.buildinfo
Checksums-Sha256:
 6925ff674d2e9191c8f5830e0cda3f095c7f8873b812cc47c78d325cb4bd5ae3 1671 
golang-github-urfave-cli_1.22.2-1.dsc
 38a93b363b3d668506fa094937cd8b81dde333c74b59388cecf95443c8cdabf3 76132 
golang-github-urfave-cli_1.22.2.orig.tar.gz
 e24975ca8a965a634cd197e101ae5558c4aca6ec8000c3c9e7a242fdaf31588e 3520 
golang-github-urfave-cli_1.22.2-1.debian.tar.xz
 a125d5b9e86155cdf01418ed0d91dc4100263f396175a31345aabafd694fde52 5509 
golang-github-urfave-cli_1.22.2-1_amd64.buildinfo
Files:
 21ca724c5afefb96a8afdc4c9baf5710 1671 devel optional 
golang-github-urfave-cli_1.22.2-1.dsc
 6d9ae412881fa86a831275262ef754d0 76132 devel optional 
golang-github-urfave-cli_1.22.2.orig.tar.gz
 c9e117fe48e3d358f6247cdd92aff868 3520 devel optional 
golang-github-urfave-cli_1.22.2-1.debian.tar.xz
 55ec621fb3d75f13de1b5879ec3b66a9 5509 devel optional 
golang-github-urfave-cli_1.22.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXhBICBAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWU7cA/iKWPcIwpH+4L8U3vD3IRSwOV0QwDjwm5854
Ubcwonn8APsHpnSDhMNwkloDHjg2QSzujo87ZB3lyVhWmx2W27eGDw==
=MNvt
-END PGP SIGNATURE-



Accepted golang-github-containerd-fifo 0.0~git20190816.bda0ff6-1 (source) into experimental

2020-01-03 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 03:36:15 +0800
Source: golang-github-containerd-fifo
Architecture: source
Version: 0.0~git20190816.bda0ff6-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-fifo (0.0~git20190816.bda0ff6-1) experimental; 
urgency=medium
 .
   * Team upload.
   * New upstream version 0.0~git20190816.bda0ff6
   * Use git mode in watch file
   * Update team address to team+pkg...@tracker.debian.org
   * Update debhelper compat to 12 with new syntax
   * Update Standards-Version to 4.4.1 (no changes)
   * Add Rules-Requires-Root
   * Remove unused Files-Excluded filed in copyright file
Checksums-Sha1:
 f219b27c78810ff6abc57b81383e9ac52a8039b1 1895 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1.dsc
 29b66a36cf13a3d7caf56a71f078febb2fa531ea 10796 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6.orig.tar.gz
 c3d4de71fb23d198d4a6488aebb3ce0b58f86247 2320 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1.debian.tar.xz
 4676523c2dbdbcc5deab441376072b1bbe7fd5f0 5919 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1_amd64.buildinfo
Checksums-Sha256:
 33281946f733ed71567efac66c33f556a6d57fb191f1bd3a2f22c7518959bd71 1895 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1.dsc
 ce561dd2e696cb037c237986b5db19fb7f94f903719090c567df9a43c6cd5b7a 10796 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6.orig.tar.gz
 66e691cc8b2bbcb91da9cb12f3a23a5bd376f94f21d9494c9fd8b71d74f7395c 2320 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1.debian.tar.xz
 6f346193b26dc799d59397fa3c5a27e8301a94cb53c1bcb2411bf9c828634a9f 5919 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1_amd64.buildinfo
Files:
 945a628400f8f5a9575eb18b42a2f307 1895 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1.dsc
 fb17a594ba8964c3b17a5a4d242b636d 10796 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6.orig.tar.gz
 52d48ef615c65653748d8f40f2ef75ce 2320 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1.debian.tar.xz
 3df2bc73c043610d0c62648c4701af6f 5919 devel optional 
golang-github-containerd-fifo_0.0~git20190816.bda0ff6-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXg+YCxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWz3cA/0ESBZygqoASf0AYK1ZhNPbPs2g7qLpUJS+F
5cA1NFu8AP9202WaPk4PxiFXjAwbmSyECSSjXikR90h2MCiy6z6IDQ==
=5uJG
-END PGP SIGNATURE-



Accepted golang-github-containerd-go-runc 0.0~git20190911.e029b79-1 (source) into experimental

2020-01-03 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 03:26:05 +0800
Source: golang-github-containerd-go-runc
Architecture: source
Version: 0.0~git20190911.e029b79-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-go-runc (0.0~git20190911.e029b79-1) experimental; 
urgency=medium
 .
   * Team upload.
   * New upstream version 0.0~git20190911.e029b79
   * Add Rules-Requires-Root
   * Remove unused Files-Excluded in copyright file
   * Update Standards-Version to 4.4.1 (no changes)
Checksums-Sha1:
 c291246eb62d6bbdf7ef8e8052807a1737ff524c 1977 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1.dsc
 f20a970f220386dc92e34551161f3e813d14afa8 14402 
golang-github-containerd-go-runc_0.0~git20190911.e029b79.orig.tar.gz
 d80b00181056ac313d6c2cc7dbec58ed70c17fad 2440 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1.debian.tar.xz
 dd7a4ef665558a075958935b3d0d3d112cb5e0c9 6215 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1_amd64.buildinfo
Checksums-Sha256:
 4f6fec8d577c9e97a16174699df762f4cbcde535836975ba8c047ec880bb2c11 1977 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1.dsc
 fb3cf222371a93c0ba327967792662e3fce9eed7ff90f682d65cd9c5b14fa988 14402 
golang-github-containerd-go-runc_0.0~git20190911.e029b79.orig.tar.gz
 bd8476ddfd2ece124369c551ad6eb428f21ae488ccbef285704d56566c923f90 2440 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1.debian.tar.xz
 4695c359e2bd6a63d08d79de1a9b2048b2cd7fefef074484d4643e994a3fb57a 6215 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1_amd64.buildinfo
Files:
 66c02aa472a93c5a6795dbaf6f9eeb80 1977 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1.dsc
 c9b828c2ff4b43d8fb5bfb47c297422c 14402 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79.orig.tar.gz
 0ffe8f1651290acb6fb1763fc36b33f8 2440 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1.debian.tar.xz
 bbeb5a98a8561afbf1e37ed1959e84ff 6215 devel optional 
golang-github-containerd-go-runc_0.0~git20190911.e029b79-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXg+VqxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWragBANbNQvD9/L/zWS57IQRH2d6z9M4jRP/4g0gN
jEMBzA/aAQDEAFxLN5bZHf+6wKdoWohNViMCoxyamvSNKlSQuGZtAA==
=y/u5
-END PGP SIGNATURE-



Accepted golang-gogottrpc 0.0~git20190828.92c8520-1 (source) into experimental

2020-01-03 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 02:50:35 +0800
Source: golang-gogottrpc
Architecture: source
Version: 0.0~git20190828.92c8520-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-gogottrpc (0.0~git20190828.92c8520-1) experimental; urgency=medium
 .
   * Team upload.
   * Fix wrong version in Replaces and Breaks
   * Update Standards-Version to 4.4.1 (no changes)
   * Add golang-procfs-dev to Build-Depends, used in testing
   * Remove unused lintian overrides
   * Set Rules-Requires-Root to no
   * New upstream version 0.0~git20190828.92c8520
Checksums-Sha1:
 6e546376d56ab31a18f96abce9a96b6775c012e0 2033 
golang-gogottrpc_0.0~git20190828.92c8520-1.dsc
 58ef4fb904685f20cceaa3fadd933f1dca3a620d 25917 
golang-gogottrpc_0.0~git20190828.92c8520.orig.tar.gz
 56b189ae8b9737a55a6e67983c21a1365b8d2d5e 3236 
golang-gogottrpc_0.0~git20190828.92c8520-1.debian.tar.xz
 8457cd716ccc9199666c57a178f2f3c2eddc3ab9 7034 
golang-gogottrpc_0.0~git20190828.92c8520-1_amd64.buildinfo
Checksums-Sha256:
 770c74effedca9848ab2c70d298e76cb298a0da14a4177f426d8235a65990994 2033 
golang-gogottrpc_0.0~git20190828.92c8520-1.dsc
 1fa96ba284d968af195bb7c01177e9b70ec97dab6d6c0db60322adfcc94af9d8 25917 
golang-gogottrpc_0.0~git20190828.92c8520.orig.tar.gz
 084dcd6156f657a9c595261d1f76da28256e9c111da41ce882854a3c3f80fce4 3236 
golang-gogottrpc_0.0~git20190828.92c8520-1.debian.tar.xz
 a26b6f319474dcdfb8f739d02d4cc4bbb9c39a3ebf94255319bbbc1eb7311dfa 7034 
golang-gogottrpc_0.0~git20190828.92c8520-1_amd64.buildinfo
Files:
 e769053f2604a16113a65b13d804c02e 2033 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520-1.dsc
 9404f9cd9823fe434cb7835e56d1af9f 25917 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520.orig.tar.gz
 2c49c73f36929d51fc51a755d965b857 3236 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520-1.debian.tar.xz
 7d74280621511a44ae18865ba79dc47a 7034 devel optional 
golang-gogottrpc_0.0~git20190828.92c8520-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXg+OkhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWtWMBAMGnNSNqSJ56cF3XlCFEyJk0axfZXD2Qm55R
fpNZ03URAQCmTcARj4yxA5YXhyU+g3GqjvthFFr/yGTrO3XK8NMICg==
=dVui
-END PGP SIGNATURE-



Accepted golang-github-containerd-cgroups 0.0~git20190717.c4b9ac5-1 (source) into experimental

2020-01-03 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 04 Jan 2020 02:36:00 +0800
Source: golang-github-containerd-cgroups
Architecture: source
Version: 0.0~git20190717.c4b9ac5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-containerd-cgroups (0.0~git20190717.c4b9ac5-1) experimental; 
urgency=medium
 .
   * Team upload.
   * Update maintainer address to team+pkg...@tracker.debian.org
   * Add Rules-Requires-Root
   * New upstream version 0.0~git20190717.c4b9ac5
   * Add patch to skip test which needs to mount cgroup in schroot
Checksums-Sha1:
 47de0bd4417715cb0217bf8d2f12c7ec62bcce8a 2124 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1.dsc
 7477061a49d0bdbb7ab6ea2aa9334160b6a28d4f 42843 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5.orig.tar.gz
 a5972f71999efe2fce916ab56ec2daebbc73be27 3340 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1.debian.tar.xz
 e0a76b2e2fb801e12e6cc8bba61089fe45de0677 6886 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1_amd64.buildinfo
Checksums-Sha256:
 aeefc1c8790a10f197c0c2099cbe85e430d8b785fd5317a1729b1ee8342a9a27 2124 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1.dsc
 c39029678c32264f5fd970af813aadc85dd8d2e576f3b73341d9032904667c6f 42843 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5.orig.tar.gz
 26673087ed6c69f224fc72492cda73c916c89e08e4c4167d208e57f9580c28bc 3340 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1.debian.tar.xz
 13ad0f66fdbe31aaa3321306af3d8c256d0ec943188d1686e84e9df75d7f1b84 6886 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1_amd64.buildinfo
Files:
 f466f726b121ef49a86e3a718c04b3a7 2124 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1.dsc
 dae603c2035cb70259e784228d091212 42843 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5.orig.tar.gz
 0a9b3aef12ee7dfedfd6a9cf72c17d27 3340 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1.debian.tar.xz
 5a90075cc5a1fbbe4fb7014a019077f6 6886 devel optional 
golang-github-containerd-cgroups_0.0~git20190717.c4b9ac5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXg+KkhAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWu6wA/1HydSLFeUmkVor7xN2g+7GzC49H5AaLcc+z
IlOaHs0RAP0Xe2sJDX2Hwt8IHllp+J5fmIH7YLHuG6Xbt1vKTUv0DQ==
=ztRw
-END PGP SIGNATURE-



Accepted elvish 0.13+ds1-2 (source) into unstable

2020-01-02 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 02 Jan 2020 23:16:43 +0800
Source: elvish
Architecture: source
Version: 0.13+ds1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 elvish (0.13+ds1-2) unstable; urgency=medium
 .
   * Increase test timeout to fix random failures on arm64
   * Add patch to fix panic in location and history mode
Checksums-Sha1:
 d968a7eb8d3830b25a2b8ab303ce14cb44168f25 1573 elvish_0.13+ds1-2.dsc
 e64b81ecc229fb875a807c6367f4e212494d0b08 6192 elvish_0.13+ds1-2.debian.tar.xz
 77a1b3470b38371e34fa0ffde66a7184536b6fe9 5182 elvish_0.13+ds1-2_amd64.buildinfo
Checksums-Sha256:
 8a1d13e9b067998d3e7d0b8e34f59e3e5d9d3284623791025c9d380f411a1f02 1573 
elvish_0.13+ds1-2.dsc
 c1374024202e1f5d38f9dd65bfdb8bc7f29478103fbf642ef13acefa834f0371 6192 
elvish_0.13+ds1-2.debian.tar.xz
 b92ab5a45418a628448e9a207778b303c2f71508e581d229f5146dbafbbf4040 5182 
elvish_0.13+ds1-2_amd64.buildinfo
Files:
 05c084af9650f414e6cd4da07c0aad4d 1573 shells optional elvish_0.13+ds1-2.dsc
 4fac05f14f950dc8a70ddb9d79e463c5 6192 shells optional 
elvish_0.13+ds1-2.debian.tar.xz
 444812fb08a27f94d9a943d2b7aed925 5182 shells optional 
elvish_0.13+ds1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXg4WmxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWJU4BAOrsoeQd037ZMqK+CYsxGNOeWYbIElb1VNE3
x4aJ6dYwAP9amFso4uSgjIpDKWIHyFjn1GLeLqjmBOc/Gc6Arv/+Ag==
=SgfG
-END PGP SIGNATURE-



Re: opentmpfiles & opensysusers, and its use in the Debian policy

2020-01-02 Thread Shengjing Zhu
On Thu, Jan 2, 2020 at 9:22 PM Thomas Goirand  wrote:
[...]
> My proposal is for Debian to standardize on:
> /bin/tmpfiles
>
> and:
> /usr/bin/sysusers
>

I don't understand why we need these.

The advantages of sysusers.d and tmpfiles.d are that you don't need to
call some magic scripts.
You only need to write declarative configuration files.

On systemd system, they are handled by systemd-sysusers.service and
systemd-tmpfiles-*.service.
You really don't need to care where the binaries are located.

On openrc system, I think they are handled by corresponding init services too.
https://github.com/OpenRC/opentmpfiles/tree/master/openrc

[...]
> opensysusers if a package is using /usr/bin/sysusers. I'm not sure why
> there's both /bin/systemd-sysusers and /usr/bin/systemd-sysusers, and
> which one should be used. Maybe Michael, you know?

Where is /usr/bin/systemd-sysusers? at least not in testing.


-- 
Shengjing Zhu



Accepted elvish 0.13+ds1-1 (source) into unstable

2020-01-01 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 02 Jan 2020 14:10:39 +0800
Source: elvish
Architecture: source
Version: 0.13+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Closes: 905785
Changes:
 elvish (0.13+ds1-1) unstable; urgency=medium
 .
   * New upstream version 0.13+ds1
 + Fix crash when pressing Ctrl+n twice (Closes: #905785)
   * Update elvish.1 manpage for 0.13 release
Checksums-Sha1:
 922590179f7b1640a47fe7267cb343f76679677d 1573 elvish_0.13+ds1-1.dsc
 f3bd80026724c1bdd1a3b2e2d4fefed27aa409e1 359408 elvish_0.13+ds1.orig.tar.xz
 88bfd9289af86450ada56fa97b9a37692372ab5c 5292 elvish_0.13+ds1-1.debian.tar.xz
 5391c1821e5137d06734c03fcf813cf628955fca 5182 elvish_0.13+ds1-1_amd64.buildinfo
Checksums-Sha256:
 1c6260093df79b0650825367f77024a7da1a16c6d80f5cc310896f76b0a125c6 1573 
elvish_0.13+ds1-1.dsc
 b3a9d7cea8a64dc4f3d4ceb338e26925daf255e9f7a609671c554755030d307b 359408 
elvish_0.13+ds1.orig.tar.xz
 2f6a0e48c9f08f27c4b22a6454c5f5546752cc11a6903a108541d8912cbd8090 5292 
elvish_0.13+ds1-1.debian.tar.xz
 00587c269afe149f5becc6928f2758d19d67ebd576a125b4b7e1d2fffa743375 5182 
elvish_0.13+ds1-1_amd64.buildinfo
Files:
 1e969e1e4e7b879743527e81dfa50e29 1573 shells optional elvish_0.13+ds1-1.dsc
 51931b89532d7fcc357b16e388a6b705 359408 shells optional 
elvish_0.13+ds1.orig.tar.xz
 048e6a5fbdac5ffd8467f103da2f4000 5292 shells optional 
elvish_0.13+ds1-1.debian.tar.xz
 a60077c8dc023315d4bc8270dad82569 5182 shells optional 
elvish_0.13+ds1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXg2SXBAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWyZQBAJT0wYMCjj/DFECFWGn6l1cxX23IFcD9b2+x
tMYubYdrAP9BBfcKUuVq6ny4S/ucceQALLOaFcYDplmu7Pv1zNVSBA==
=Jwod
-END PGP SIGNATURE-



Accepted elvish 0.13~rc5+ds1-1 (source) into experimental

2019-12-30 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Dec 2019 23:14:48 +0800
Source: elvish
Architecture: source
Version: 0.13~rc5+ds1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 elvish (0.13~rc5+ds1-1) experimental; urgency=medium
 .
   * New upstream version 0.13~rc5+ds1
   * Adapt build rules for 0.13 release
   * Update debhelper-compat to 12 with new syntax
   * Update Standards-Version to 4.4.1 (no changes)
   * Set Rules-Requires-Root to no
   * Update debian/copyright for 0.13 release
Checksums-Sha1:
 39f228bdc9f819e18b99339d41712765de955526 1601 elvish_0.13~rc5+ds1-1.dsc
 dfb229497285afc40ed514175a07b953cae27f65 359688 elvish_0.13~rc5+ds1.orig.tar.xz
 d688b2e63c4c258bae04a61b6187f3ff8fb3bb1c 5204 
elvish_0.13~rc5+ds1-1.debian.tar.xz
 7334d1e927ba4d0b0d739b044a25602ed011bd46 5212 
elvish_0.13~rc5+ds1-1_amd64.buildinfo
Checksums-Sha256:
 1fb01f2e327ff112bff3e2a0bd6af57a467e15b88e3ef4d30b7125fcf51d5ad2 1601 
elvish_0.13~rc5+ds1-1.dsc
 b478595ee9f35ed6a8e4dc9d13a828c2263cd455c3da18c776783f21f139fa1e 359688 
elvish_0.13~rc5+ds1.orig.tar.xz
 a294c3b31879282d969909e25d87d0b000bd56ae22fcbe9ea519f26a3c8dd513 5204 
elvish_0.13~rc5+ds1-1.debian.tar.xz
 12f21067c9fc533f576151e443d07ab36c5c1854dbf19883820e121b76a7f322 5212 
elvish_0.13~rc5+ds1-1_amd64.buildinfo
Files:
 f846858670063ae173e4c320d3a95345 1601 shells optional elvish_0.13~rc5+ds1-1.dsc
 343c3d3eb0f535988d750b96366228df 359688 shells optional 
elvish_0.13~rc5+ds1.orig.tar.xz
 1104236f5868ec11ded280e0c946cf54 5204 shells optional 
elvish_0.13~rc5+ds1-1.debian.tar.xz
 beb6a1462fb3abb6876f75d460f4caf4 5212 shells optional 
elvish_0.13~rc5+ds1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXgoYIxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWBkoBANho7WEsfEXBTM6QYmFN/Aglx4KFF7JETwSo
Y8av9iGDAP9trjfyCCdD+EPX192rBoMU1LljMevRUZ52yO+5Wez9Cg==
=gsJ4
-END PGP SIGNATURE-



Accepted golang-github-xiaq-persistent 0.0~git20190312.a1d9ac4-1 (source) into unstable

2019-12-30 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Dec 2019 23:01:06 +0800
Source: golang-github-xiaq-persistent
Architecture: source
Version: 0.0~git20190312.a1d9ac4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Shengjing Zhu 
Changes:
 golang-github-xiaq-persistent (0.0~git20190312.a1d9ac4-1) unstable; 
urgency=medium
 .
   * New upstream snapshot git20190312.a1d9ac4
   * Update Maintainer and Uploaders address to {tracker,}.debian.org
   * Update debhelper-compat to 12 with new syntax
   * Set Rules-Requires-Root to no
   * Update Standards-Version to 4.4.1 (no changes)
Checksums-Sha1:
 510662ae5314d5210516b95fbae640300a8ac928 1787 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1.dsc
 fa3e86f8e0641e1223f8cedf5c471d0501005756 19521 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4.orig.tar.gz
 47398e080237beae127ae725de743a1faa98167e 6108 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1.debian.tar.xz
 50ed67a4f8bb3629893a5406261549f37cb53f03 5284 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1_amd64.buildinfo
Checksums-Sha256:
 ad9405f0e45afc19fd61d7c8093dd2014ce2e8b6b5127c3df29ec3337b172fef 1787 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1.dsc
 30959e2aaec99119b221156b5dd0da9624c4903680e77c73b38878a29c0c8e56 19521 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4.orig.tar.gz
 ef5dd252a185e3583b58c6b82d68417d304cfc127b250c2fccb730bac51ec274 6108 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1.debian.tar.xz
 a2eee1c45188421c4de233b3e5a102f0a56270cc361c054c995f7595c0acd39a 5284 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1_amd64.buildinfo
Files:
 24830f89f277ae2b44694bfc6b17faad 1787 devel optional 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1.dsc
 89832a357a185ed79b59ff3b60a249cd 19521 devel optional 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4.orig.tar.gz
 38e737a25ac007938575ac6c77adec85 6108 devel optional 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1.debian.tar.xz
 99ce4b15375b673966e2231cdd009bfd 5284 devel optional 
golang-github-xiaq-persistent_0.0~git20190312.a1d9ac4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iIYEARYIAC4WIQTiXc95jUQrjt9HgU3EhUo4GOCwFgUCXgoRsxAcemhzakBkZWJp
YW4ub3JnAAoJEMSFSjgY4LAWSOcA/jwykAmb+CQUvDYnGzZYt3TVziRBh1T3AJmB
+p9tJPXcAQDv1QQlqr6CqZtHODhEnl1YwL3+BkA+5Q0F6N42GaDOAA==
=gf7b
-END PGP SIGNATURE-



Re: difficulty in understanding options in init-system-GR

2019-12-07 Thread Shengjing Zhu
On Sat, Dec 7, 2019 at 3:45 PM Mo Zhou  wrote:
>
> Hi folks,
>
> I went through the options in the init-system-GR[1] but I feel difficult
> to tell the subtle differences between the options. I'd like to ask for
> some hints here.
>

I asked on IRC this morning too. Someone pointed me the LWN
article[1], I think it has a good summary.

[1] https://lwn.net/Articles/806332/

-- 
Shengjing Zhu



Accepted anbox 0.0~git20191115-1 (source) into unstable

2019-11-18 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 18 Nov 2019 23:13:33 +0800
Source: anbox
Architecture: source
Version: 0.0~git20191115-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Closes: 930200 944996
Changes:
 anbox (0.0~git20191115-1) unstable; urgency=medium
 .
   * New upstream snapshot.
 + Fix FTBFS with protobuf 3.10.1. (Closes: #944996)
 + Set default command argv to help. (Closes: #930200)
Checksums-Sha1:
 641c795e29ecfcfa84d4a7e8996119cfdfe87b23 1885 anbox_0.0~git20191115-1.dsc
 3b34cf7ae577a82a3820c164656f19caf6c96215 4461161 
anbox_0.0~git20191115.orig.tar.gz
 7d41c271eb2774d3e3e9694ce91fd3c610a1ecde 9424 
anbox_0.0~git20191115-1.debian.tar.xz
 ce3aa7f33fc21b61f80d55406a5489b0ae67be35 13432 
anbox_0.0~git20191115-1_amd64.buildinfo
Checksums-Sha256:
 4355c737eaa57b4210f0869e16b95f479a352720758a37089dea04d15b6c8d28 1885 
anbox_0.0~git20191115-1.dsc
 179f266713c02439fd262d52e64f992c52eb9284a3049a1a517a98a149cc7ea2 4461161 
anbox_0.0~git20191115.orig.tar.gz
 35ed752a3fbbdbf94aa1ee450707555964e036c6a0e407efe90f911e3f628f12 9424 
anbox_0.0~git20191115-1.debian.tar.xz
 d9770f9cc5d8da80723a859dfd0f8bc3af3959adc079b0902ee4393a7908535c 13432 
anbox_0.0~git20191115-1_amd64.buildinfo
Files:
 130ec3c9aa2c2639300ae1d808ecfcce 1885 contrib/utils optional 
anbox_0.0~git20191115-1.dsc
 87ed967f97bb9b3ae0d3675a31464d39 4461161 contrib/utils optional 
anbox_0.0~git20191115.orig.tar.gz
 bdec462173c7d9dc1812d4558c0df3c7 9424 contrib/utils optional 
anbox_0.0~git20191115-1.debian.tar.xz
 4bb061b51f227b130e8993c28463d895 13432 contrib/utils optional 
anbox_0.0~git20191115-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl3SuL4QHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NVo1B/9izgFom/FjTFvgCEpE+HO+DGE3TtxZrtoZ
PyevY+vN59M1vg/Xc6xqS1MZV6Nt/C9y45syCOETzB6cqd39VbairsERARpSop7E
Fh1JMgHdSSjHpRxw4LGO0m0ahy4q4DWpM0SSYFxztZenIxGeab0fWntzsf4D2WCH
Rius3p/bQyuqoxUeuT103mK7E9tGBrjF9qxiIvfcuLeJLae3LjiGATCZrb2VG5TC
xzCX9pta2CTmEUUPva5bhsuiYEfX7SQWLLttbl9gQzZHirhFa2cxIBvjYSX3QjFt
X4u5/lF0PdZDIMYs6aEr+8hZ6ktR38wiHOxRpzFhq0CSFt09DiKR
=hqGf
-END PGP SIGNATURE-



Accepted ccls 0.20190823.5-1 (source) into unstable

2019-11-12 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Nov 2019 00:25:32 +0800
Source: ccls
Architecture: source
Version: 0.20190823.5-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 ccls (0.20190823.5-1) unstable; urgency=medium
 .
   * New upstream release 0.20190823.5
Checksums-Sha1:
 7b7b7601a56086cd198f8190509eec3b927ad706 1617 ccls_0.20190823.5-1.dsc
 32f15726f75edf11e8193e7247793b1175e9ddde 158104 ccls_0.20190823.5.orig.tar.gz
 2b225087acde08548467d228c0eb8f71dcd10fc2 7608 ccls_0.20190823.5-1.debian.tar.xz
 0f45540e56fb454a2ab6cb1ad38943616d2c7dbf 7365 
ccls_0.20190823.5-1_amd64.buildinfo
Checksums-Sha256:
 0761eedefc3def9b02b90ff840440e76ce53df2ddd6b1c63933ab3fe01bb3755 1617 
ccls_0.20190823.5-1.dsc
 05c32179732e08163b61965bc811169a86240b4839d3da749a8a6e7112f87434 158104 
ccls_0.20190823.5.orig.tar.gz
 53437801f71b5c92e6dc29938e4101e4950c2ee724c76d95b8547f5038e5d90c 7608 
ccls_0.20190823.5-1.debian.tar.xz
 fe2345e533a8bfbb87608e8def14983d87efd4c8cc5d4b19b41b11bcd5da10e6 7365 
ccls_0.20190823.5-1_amd64.buildinfo
Files:
 9585413c679f05e826033c6af5142734 1617 devel optional ccls_0.20190823.5-1.dsc
 53d02dd3ef6572875eeb8716c7c0ebe3 158104 devel optional 
ccls_0.20190823.5.orig.tar.gz
 d1c9669b7a565154dbd5253397f0f359 7608 devel optional 
ccls_0.20190823.5-1.debian.tar.xz
 afaae7add682dc66046c599d0e1cf636 7365 devel optional 
ccls_0.20190823.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl3K3pQQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NWSDCACQBOsxQLP+x5xlyWor+CJh6W0WAUzz2lVy
smsaUSMF8i1cvl1VM6LRjBj5pGWA0qwFaguzROhWfZJm1E0y5ndT9CyQWO4/goDK
lS3qin4KtszaECXKFTPs62i8edUYcBSk0Eb632qVGQBHNtDyEPhd68e2ObxkpbCo
evfm4YDQl9FYkuQ6TY1YCbfeT2usW22dYbCaosRAeUVfPLx/ty1UygvRJL5PxLoB
HwM6mVYx/aa0J/a6Ppjr/Iq9u1XMZnR8Xxz2NtBhrNISOkNyM1iGbPEPVeUVR6ef
bQoqQvTKKF8nQG3TzD1Z/KLG/iVI9r6H+VFNRYnbe5JPCjAX8ehU
=F5N5
-END PGP SIGNATURE-



Accepted ccls 0.20190823.4-1+exp2 (source) into experimental

2019-11-01 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 Nov 2019 12:15:51 +0800
Source: ccls
Architecture: source
Version: 0.20190823.4-1+exp2
Distribution: experimental
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 ccls (0.20190823.4-1+exp2) experimental; urgency=medium
 .
   * Revert "Use clang and lld to build package"
 This reverts commit 156cfe1fd55c81e89f4075c966727070456b85c2.
 Conflicts:
   debian/control
Checksums-Sha1:
 6b7e6e16dfcae3a626b12e50dd6a7149d4d9755d 1664 ccls_0.20190823.4-1+exp2.dsc
 404050427d0f169f87ce04e429427f04e102a7cd 7740 
ccls_0.20190823.4-1+exp2.debian.tar.xz
 d58492f897e96d4b457af70d8620ed1323f44263 8051 
ccls_0.20190823.4-1+exp2_amd64.buildinfo
Checksums-Sha256:
 95c8f9d8d11de204e79424b918e64ff9c09297b190fe09aa3903f7490a643d03 1664 
ccls_0.20190823.4-1+exp2.dsc
 29cc313a83a0f39769bdb0b85c7c45d0d79be1283a4f84820d61d4440d067c06 7740 
ccls_0.20190823.4-1+exp2.debian.tar.xz
 fef800fcd9e7a86ed7100b9b82e770ed751fff618d0660de5482015ae26943d5 8051 
ccls_0.20190823.4-1+exp2_amd64.buildinfo
Files:
 c2a05ba53ede44027fb9fcaf8314991b 1664 devel optional 
ccls_0.20190823.4-1+exp2.dsc
 ade4c6fe93b0efa044b5bfbb9d1e7de3 7740 devel optional 
ccls_0.20190823.4-1+exp2.debian.tar.xz
 a5ea9acc829ecd797f3b14d130cd 8051 devel optional 
ccls_0.20190823.4-1+exp2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl29BrEQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NQeKB/9KhLcPsX27jL4fTM/TaX0kQTz1S0hG/TTy
zi1T+eykjBkahEBjvGWhmCpzXEBDYuRFTj+/g+IEDgvmBsvPv7XtqvU2YmQVJFo9
+tDGzIb1avIeLzgZf0gvLHSpyOxBvNuiI1moTU7LNBuyNZ3z1x2ixt7ajnkKpY7E
M7bV5CAydG9NByI56CNzDGOtzCsifcszFpg3fs9RPZhF0vQkpL8Y6BRUh1i/9VpH
8gbyZ2jOyJfE+eIKGvJkFL3xkzUDCdQi6F6k6wZkl2fimuS5gxX3VN9z+alqJlqR
7OTLudd8XrD/h8biFSsplqGVLpV2Q+3yyXcDGiDdsQAiEDcC5FMw
=xXlf
-END PGP SIGNATURE-



Accepted s6 2.9.0.1-2 (source) into unstable

2019-10-31 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 01 Nov 2019 01:19:07 +0800
Source: s6
Architecture: source
Version: 2.9.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 s6 (2.9.0.1-2) unstable; urgency=medium
 .
   * Drop workaround patch for hurd, fixed in hurd 1:0.9.git20191029-1
 See #942558 for more information
Checksums-Sha1:
 780ed6eb7f55db09dbc8e2aaa0ea30c6d320218a 1683 s6_2.9.0.1-2.dsc
 8a6ad208ac3d118ba8c63f9656b24db3142d0643 4120 s6_2.9.0.1-2.debian.tar.xz
 f6a292d6d8c8f0601873a1d091e5649c0285dada 6388 s6_2.9.0.1-2_amd64.buildinfo
Checksums-Sha256:
 a47c73322d8d1aad1a44287847cec6e8a9c2c512e0a1a9fbc1fe0f33eb17fd53 1683 
s6_2.9.0.1-2.dsc
 2ba9f06643a0a905ea3d57ea19adb2d22eff2eac70e6ee5e845136c337bf1af6 4120 
s6_2.9.0.1-2.debian.tar.xz
 2dfe8ff3a973c762170ae92b419fc2ab417760492f67a61fe424f16c1d49cc9e 6388 
s6_2.9.0.1-2_amd64.buildinfo
Files:
 3ae1e06b122e8fbf558937cf9148f268 1683 admin optional s6_2.9.0.1-2.dsc
 36179676e03feff54a560b1012087c0c 4120 admin optional s6_2.9.0.1-2.debian.tar.xz
 e781d4ad315a8a06db42a4d0407bbf16 6388 admin optional 
s6_2.9.0.1-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl27GWMQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NahpB/4jAzV+zvDeckes8abQTXw3H4Q6thE+Bm9Z
iXR8O884kPUOss9Rek1rdjnOK/XdkrHsAOmbOIqriKehFItPJ/61+n14E3Yj+/qK
Nee6cUSel4gMrueNeSRvD/v1GtYZjHrzcllwuKo+OBQeWh3OKxyzkV7BMDyl1Xb8
QwB56PoFokudO9KiPDpWmHrv+6Mr07ge5KnILnZ5SjzfydM/eXKRQYNv6kjg8pX/
EZf7RPOJ9mtp472w4xNwQZTmDFvM9+nvTvj48aUriTyhAskHXI8urZkHbmy2Y/Pt
kyJmFH0SbHbFo90/M6qYXKiFf/iLD6YCcesVLUo2XfAVZ1i27Cx0
=4xVr
-END PGP SIGNATURE-



Accepted anbox 0.0~git20191022-1 (source) into unstable

2019-10-27 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Oct 2019 23:28:12 +0800
Source: anbox
Architecture: source
Version: 0.0~git20191022-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Closes: 930202 931070 943647
Changes:
 anbox (0.0~git20191022-1) unstable; urgency=medium
 .
   * New upstream snapshot.
   * Update debhelper compat to 12
   * Update Standards-Version to 4.4.1 (no changes)
   * Drop 0006-unsafe-workaround-for-issue-1057.patch
   * Add patch to fix FTBFS issue for gmock (Closes: #943647)
   * Update anbox manpage (Closes: #931070)
   * Update README.Debian, better phrase (Closes: #930202)
Checksums-Sha1:
 314950ee0648e4ac11919abb547d3f1e6675ac39 1885 anbox_0.0~git20191022-1.dsc
 5871732cc63a59721b55402b5a0e35c58493bb81 4461067 
anbox_0.0~git20191022.orig.tar.gz
 ce45ff2a34754ac578ea1cb6df5d28a1247892b5 9372 
anbox_0.0~git20191022-1.debian.tar.xz
 3d4f6ebd05e828a956cc6c035e641708a0912e5f 13352 
anbox_0.0~git20191022-1_amd64.buildinfo
Checksums-Sha256:
 d0bc4cf436211cea117c2d8243f4d4f0e3554d22a5b6791313b2fa425ebb3878 1885 
anbox_0.0~git20191022-1.dsc
 44536178dfec54d650e1833951cbc424785af0d6cd980c40306f06db75283134 4461067 
anbox_0.0~git20191022.orig.tar.gz
 e4192c4c59c5219311499a21c4c8d62e80f19a43a2c86658e11d207c1c2152ac 9372 
anbox_0.0~git20191022-1.debian.tar.xz
 e54d1612330a5663407bd235f066c74a0d617b1268dff3707f65cd06d028fc63 13352 
anbox_0.0~git20191022-1_amd64.buildinfo
Files:
 1b725a729ed5ba4b1d535899d211fec0 1885 contrib/utils optional 
anbox_0.0~git20191022-1.dsc
 51b8d9e64f81df14cfe9cd0d4e34986d 4461067 contrib/utils optional 
anbox_0.0~git20191022.orig.tar.gz
 b545a3c19edc0508933abae999a063be 9372 contrib/utils optional 
anbox_0.0~git20191022-1.debian.tar.xz
 05505b3fc26fbd81ace17b100402a084 13352 contrib/utils optional 
anbox_0.0~git20191022-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl21uckQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NW5QB/0bVAVHKFpXMuraL3ATpvn0VmeULFyqqYvH
skjPf6B9W39GrMLXz5YZ6i3+CXik+LecsrkqYJ+V9pQw2oc8pkkBE7h254OOjL/E
HPUalSEpfWiEKmHm6blJgUK9k1RjEy9YsoiohP1+ts7fKAeOtL5FqSYBU9Yrlqg4
Fkt5fTtJXD50aqhLesd6LawJ1xIO/s7G6YLDKuj9QQuBY9HtghklKmiNW5xG9kNE
yhbeh1bnTW+h31PrpoMHCRv41IA1FGsCqym4UYkiPiTEHnHw6I7DPfNJNVDkAx0+
0pSv9Q+N3BWBI4gssX/CAmlcKRCLwMekyux9t4WupyUTerbRCRTq
=XnGj
-END PGP SIGNATURE-



Accepted ccls 0.20190823.4-1+exp1 (source) into experimental

2019-10-27 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Oct 2019 17:07:09 +0800
Source: ccls
Architecture: source
Version: 0.20190823.4-1+exp1
Distribution: experimental
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 ccls (0.20190823.4-1+exp1) experimental; urgency=medium
 .
   * Use clang and lld to build package.
 GNU ld can't link libclang*.a from llvm-toolchain-9
   * Bump llvm toolchain to 9
Checksums-Sha1:
 1f2f4e36b6c3e53cb256811a546d56f927d0cc6e 1678 ccls_0.20190823.4-1+exp1.dsc
 364ce3e75c8337a107b4bcd5e4b10e0342a209c0 7688 
ccls_0.20190823.4-1+exp1.debian.tar.xz
 2a704ae7fad2b1d574724174465c42d582ee9e20 8099 
ccls_0.20190823.4-1+exp1_amd64.buildinfo
Checksums-Sha256:
 31772a3a821e8064ee2a699b522e41ab72f5bd22fd0c96fc10a13759677d9827 1678 
ccls_0.20190823.4-1+exp1.dsc
 cb57c39f8ab7123bbc65a71a29a6ef1aa38a2bc47ad1efe99a0a82e02fbe 7688 
ccls_0.20190823.4-1+exp1.debian.tar.xz
 9427ababaa8519c02908faa52c7d9746247ecd838b206454495f5de616e90e7d 8099 
ccls_0.20190823.4-1+exp1_amd64.buildinfo
Files:
 f779b2f4e67f5131704bbc6d953a67dc 1678 devel optional 
ccls_0.20190823.4-1+exp1.dsc
 7c54c32637c9fed2affb90babc2ce1d5 7688 devel optional 
ccls_0.20190823.4-1+exp1.debian.tar.xz
 79c32d0ab653323dbc43b708227681ec 8099 devel optional 
ccls_0.20190823.4-1+exp1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl21YDUQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NdiDB/93UlKFfRcgPb1BL6JQqjPv9p6xxBhohC6N
g66fepC6MBpdMfRWzBF/S2RQ7XV+ZyU7+ndxyg/FvXZRZQl4lTcfC8EsS37LZ5Bg
Brfe2dyISe+Qj8kH7t2B0Z7MK1gDrQEA5IGPhqHFd3hlrw93JMByP1EMqDP9zMVT
2/Ntqxa6RcwRPA6dCLLwNoBIsMUqunydOF3FWJYZWXL8svZb9tn4BFDGcd9Ts06Y
oxOz90Q7/AnRaX2ze8GLwkWfHcJXkpZ7wK8rJyfrX6E+IxgpJn2pPHa/IgXT1NjU
uuVaPILNgbByuBc+LF5ZKjB+IenPP2zMKHVSIMqNvW/fYKYDZd6X
=YJfg
-END PGP SIGNATURE-



Accepted ccls 0.20190823.4-1 (source) into unstable

2019-10-26 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Oct 2019 01:38:08 +0800
Source: ccls
Architecture: source
Version: 0.20190823.4-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 ccls (0.20190823.4-1) unstable; urgency=medium
 .
   * New upstream release 0.20190823.4
Checksums-Sha1:
 eb1e9a8b61a8bcaed43602e521f453cb43d776da 1617 ccls_0.20190823.4-1.dsc
 8f0ae2042f0b7a03b9f9b831d2f088d1559e0065 158781 ccls_0.20190823.4.orig.tar.gz
 65d94c8242265f8981e36a3c80252ae446668448 7592 ccls_0.20190823.4-1.debian.tar.xz
 fc103c1c3b8ba33d0e86cfa85b4a5b3f2bef236d 7370 
ccls_0.20190823.4-1_amd64.buildinfo
Checksums-Sha256:
 8fe837a2e42217d6365082d858529e7ae96000de4dee8eb0f0439f8121f0ef44 1617 
ccls_0.20190823.4-1.dsc
 0968deb199f4a26d6957c30239f31b01614b5b7f676adf222db2ae02a8d68612 158781 
ccls_0.20190823.4.orig.tar.gz
 5302fa3701837e39dfb586294613e2e89aaec5b948909245dc66ef8d0178b3c1 7592 
ccls_0.20190823.4-1.debian.tar.xz
 3a8e8e55568e8882c78bc60894723949fd1e73325f5ab71b625e4d273c8fb18d 7370 
ccls_0.20190823.4-1_amd64.buildinfo
Files:
 0ecccf3f5b03b2fb330a510589233148 1617 devel optional ccls_0.20190823.4-1.dsc
 6dc017d1674b72b1f8f2504950bc251b 158781 devel optional 
ccls_0.20190823.4.orig.tar.gz
 dca0930eed70c237c809024f604995ca 7592 devel optional 
ccls_0.20190823.4-1.debian.tar.xz
 935e76567280ba3842d0189945c151cd 7370 devel optional 
ccls_0.20190823.4-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl20hlkQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NYpDB/oCcb5Nxgm1bowryaMjgSpGyhkrubVQDXOC
5qsmgSxImRbixXG9Jnut0c5jamJ684ZZSUdIekbbWk0mGivVR8UcAUWBiqJzeurf
30xXFrT/h0kzwpm1lRF6wWxcVdsc81C1khJmyFQBtfX9oEgVHz+tr8DOVUUJPxlc
PxiX9EU5XmEbcyeXmuLFcqkQrdVLgEiHPqkkxm/B4A5a0HaZOzRyNX1A5ZyCHkKD
CDOzJwdjXUZa1CO83qCeayfCNQMv2AmMz6WZ1SMzfhgfxs+MwvkKqT09DfVxL/aF
3BWy8er/UzluQXB9k7wV+sGT6EKsmdki5obHzufNfa1xxMXVhPhM
=wZP0
-END PGP SIGNATURE-



Accepted backward-cpp 1.4-2 (source) into unstable

2019-10-24 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 Oct 2019 23:19:49 +0800
Source: backward-cpp
Architecture: source
Version: 1.4-2
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 backward-cpp (1.4-2) unstable; urgency=medium
 .
   * Update my email to z...@debian.org
   * Update Vcs-{Git,Browser} address
   * Update debhelper-compat to 12
   * Update Standards-Version to 4.4.1 (no changes)
   * Fix autopkgtest test case
   * Set Rules-Requires-Root to no
Checksums-Sha1:
 18ae9014d12555d26dfb123ccdd32523128d51a0 1622 backward-cpp_1.4-2.dsc
 aab30277f151c4a0753b15fff24bf184409d2681 2608 backward-cpp_1.4-2.debian.tar.xz
 896c6090eacaa4d141465b5780037e08f4c4e04b 5995 
backward-cpp_1.4-2_amd64.buildinfo
Checksums-Sha256:
 282e7665e72c6a07aabe3516bafc5a8936c8e15820d1e339020e696feb0f58d4 1622 
backward-cpp_1.4-2.dsc
 9925a494d06ceb7b3c5928c70fa25ae5ac83fe8e3ef035c7d6c9b7f58b440fe9 2608 
backward-cpp_1.4-2.debian.tar.xz
 a0ab3ce38a5d66cbad99a07672ccdc1c379cb1aafeceaeb01d95bdb544b5d9a4 5995 
backward-cpp_1.4-2_amd64.buildinfo
Files:
 80663e2b5e53924639f112a8d2492b53 1622 libdevel optional backward-cpp_1.4-2.dsc
 32c8f35728caede3ab06effbe61496a8 2608 libdevel optional 
backward-cpp_1.4-2.debian.tar.xz
 fe786ddf0af9efc4657d4af563c8028a 5995 libdevel optional 
backward-cpp_1.4-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2xwU0QHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NbR1B/9fQZQ6U905j6SUd2vOF+MeWHllT6B8d5DW
YVkwNBRxIk+kNUih+fovO9lSuFIHuOcnss5/tdMXiPRvjz4VsZ8Rp9bHMwha67bb
O8VBeKoiBd8Z1L0yIKBscPLbM4ltwHdCQKqfLWooLdUkFsB1WylTvQa7KdmshP8y
gFrEIkw+5v0G3GhkP2VrIhmXSdKa9vRgTujmSWrL9Tn+t2EkVFkZod1cRx88bbdb
pytVYlbS78h41Mj/KO9qZy8ssjukW+7/PDsDpFYQVnBNmDI/pY5Ab3FtzGH+kUhR
aXa1eI41yQQAdu7+eNVpleTlSZbi7fcMh//pB2wjWPR75D1uPwmu
=u3oV
-END PGP SIGNATURE-



Accepted skalibs 2.9.1.0-4 (source) into unstable

2019-10-23 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Oct 2019 22:51:29 +0800
Source: skalibs
Architecture: source
Version: 2.9.1.0-4
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 skalibs (2.9.1.0-4) unstable; urgency=medium
 .
   * Add --fatal-warnings to all architectures.
 Hurd also has false positive without this option
Checksums-Sha1:
 fdb66f03c6ac97da35ba4f06d9122c278bfd3932 1621 skalibs_2.9.1.0-4.dsc
 e1423e993ba1fab834c64665abbe80afcab5ae4c 8592 skalibs_2.9.1.0-4.debian.tar.xz
 b0f22ab760ed5b771792328c758e01211a68ee43 5868 skalibs_2.9.1.0-4_amd64.buildinfo
Checksums-Sha256:
 429a6b74530f34954a15f7a2af95838695f58a49ceb07d271db8bf3fa9c3ecbd 1621 
skalibs_2.9.1.0-4.dsc
 01d1995c68216c68846227d765199238139b47552ab2f93ec4904b888fbedfb9 8592 
skalibs_2.9.1.0-4.debian.tar.xz
 da7a8fbf6a39a8e5c00102bf6190bba8ba85f58c8e2348cabf7790e5661e7392 5868 
skalibs_2.9.1.0-4_amd64.buildinfo
Files:
 960e20963b45a2eb20d8b5848b7a3e64 1621 libs optional skalibs_2.9.1.0-4.dsc
 bd7d406524dfa3a1f5d8048c0d6b998d 8592 libs optional 
skalibs_2.9.1.0-4.debian.tar.xz
 43c99035029e6210181e18775c971946 5868 libs optional 
skalibs_2.9.1.0-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2wamoQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NfNBB/9+I7fQSKN0GzVKFXsMPNYlucLWec2/bxKq
sseWJuipGA/7OXLrY2aDGXntEl2IFykFQ/TS4sANWBbk40xbw4MybsHCCeW4fOOV
nCeaIhHi2v24XOyNfEWdPhm3edAJlIZLm0NgCmDOmujOYh1D0NdVNAZWNtqfjsLd
V3uI9hIw3zDwDxCPOuQm6uaXW4MetZbFes8L4WJrsGjoZWgKKUKsLIOhgdNvZZLk
Hn86RxZdWiqRw35uk73lnUaDVwdqVEBFI8xOSpz+QaD3hJfr0eR9O+1ZevvmqqeP
MNu4rnbHvudQtCFleL5VgTf11/iuzCk+jPL8U4ZQsua0l+i5uv9t
=t8FI
-END PGP SIGNATURE-



Accepted ccls 0.20190823.3-1 (source) into unstable

2019-10-22 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Oct 2019 03:33:02 +0800
Source: ccls
Architecture: source
Version: 0.20190823.3-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 ccls (0.20190823.3-1) unstable; urgency=medium
 .
   * New upstream release 0.20190823.3
   * debian/control: minor change for package description
   * debian/rules: python3 is only needed for test
   * debian/rules: guess clang version by directory name
   * Bump Standards-Version to 4.4.1 (no changes)
Checksums-Sha1:
 92905282712bedcbadf6a764fc33e109a54e4abd 1617 ccls_0.20190823.3-1.dsc
 6fdfa3b7dc44955e7ddba9e0ec929b84284291f8 159759 ccls_0.20190823.3.orig.tar.gz
 5c37a01bd9d7267f8b0599387ca55aa11b4ab7c4 7568 ccls_0.20190823.3-1.debian.tar.xz
 089d946a77eaab61be1c44c2a0471600b2098926 7310 
ccls_0.20190823.3-1_amd64.buildinfo
Checksums-Sha256:
 44dafaae6384795d18492d21c5281458ae9ebdd3b1e896eae921a9051706cc33 1617 
ccls_0.20190823.3-1.dsc
 c998118e5a37d68cc99e7dd8c67e1f8c0cfb8b27b2ed39b9dc732c0fe8a4b0c5 159759 
ccls_0.20190823.3.orig.tar.gz
 316b8514d2a8f2eed1f269a4bfbfc44b36dadc94e5f94664f19358bb6b502aed 7568 
ccls_0.20190823.3-1.debian.tar.xz
 5e49ba738490af146191ab3a3f8428ba8a7e55abb5805db90c36587b360bc452 7310 
ccls_0.20190823.3-1_amd64.buildinfo
Files:
 8763b440210c6fc87cd9cc897eae5119 1617 devel optional ccls_0.20190823.3-1.dsc
 8a6843922f3e14b35e677d09880ae483 159759 devel optional 
ccls_0.20190823.3.orig.tar.gz
 7f4679357f8fb216d4ec3e767eed5ba6 7568 devel optional 
ccls_0.20190823.3-1.debian.tar.xz
 a7d065225eef9102b35b938f680489ed 7310 devel optional 
ccls_0.20190823.3-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2vWn0QHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NbPYB/oC1pvf2g+/qRfQ+L21YKkBxUpXwSBQkAJ3
nUINXwN1MMPkBcIckRmnSoSIVH6cSoi1JX+B80qmi8kOAsCYOPy9vvqxCOBatzj4
1n5ZhraelV7QVJWhg93b1+E5bJedvgRRK3lsh4ywuxab9AURcxHrkMO84qQ3bSss
k0ZIyth4WTXj4WTp3flGo+dkBqMKTkMV32TICOQXM2y0rgQjR8p+ya3qf+nJNJkS
F9YYCGwehBCbm8/EQ3gxmiasVi0Tulvz/AZLmc2FnFwsdbg4fha8xMn6wET5NPxm
dwDbUMZSgilMQ7sdi4ODyZKU6+auQo0A/I1ZIfZkR541aoVWxYFA
=zQbP
-END PGP SIGNATURE-



Accepted skalibs 2.9.1.0-3 (source) into unstable

2019-10-22 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Oct 2019 02:30:24 +0800
Source: skalibs
Architecture: source
Version: 2.9.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 skalibs (2.9.1.0-3) unstable; urgency=medium
 .
   * Fix guessing system features on kfreebsd, fail with link warning
Checksums-Sha1:
 db656af4270fca45637f08029fb9d26f26b1e3ac 1621 skalibs_2.9.1.0-3.dsc
 ffe0b8094a987324cd0e8cfb3d8ba014de3a6622 8560 skalibs_2.9.1.0-3.debian.tar.xz
 84db46543c72dab74c7b056ebd6b204e9be3e5b0 5851 skalibs_2.9.1.0-3_amd64.buildinfo
Checksums-Sha256:
 075c1baa908063edf6017cc79c845f72ebecc6c0981eacf577dbefbb5dba50f6 1621 
skalibs_2.9.1.0-3.dsc
 a740bf06307a9944cc3961610cace75d6486718d9a2a621e8ed40a7c908d4d4e 8560 
skalibs_2.9.1.0-3.debian.tar.xz
 0454c00f5e9a3249911cd2a5a648679e19aac9ceedde16d1ed564beaef5fc57c 5851 
skalibs_2.9.1.0-3_amd64.buildinfo
Files:
 977aed431a834fada5c435b66820ed9d 1621 libs optional skalibs_2.9.1.0-3.dsc
 3fcd169e3648c13b400f78f0af7c 8560 libs optional 
skalibs_2.9.1.0-3.debian.tar.xz
 bea4cd94b7c298ebaafdbbb074d73a14 5851 libs optional 
skalibs_2.9.1.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2vTEMQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NVR3B/9JAfPXmJR/ZKz5KY78z/vLi/KjA1KNGkAb
vyGUP0ZTbiBeO9A3PPsNVNLowv/8L5UWPalf7pbZaPWP+1Dce+cHN2FEkCmvZtcU
6um+97syFiphO6ZpA28mpd9gD2RLP7KqHbYDZemzmBp4Wv5Us3NFLWtFKx3GzSth
ZLlRy+jt0nCKwD5BISTrtbvXvcWGoXTPEkV+bDAhIWsRoXYe9ptTs/AAioTlLcDd
vF8aEYzmt1sMdBOous5Z9cEXoHF82NeuM6Jtyc1X35irwCTSF8csqKTUk7Iwqo0L
v/3E8XP/7kMHNM7IMCZbiM5+VLWX9iNDzczRjXjDb/eN9ZmWuN7y
=iBqa
-END PGP SIGNATURE-



Accepted skalibs 2.9.1.0-2 (source) into unstable

2019-10-22 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Oct 2019 00:08:45 +0800
Source: skalibs
Architecture: source
Version: 2.9.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 skalibs (2.9.1.0-2) unstable; urgency=medium
 .
   * Add patch to fix build on kfreebsd-any
Checksums-Sha1:
 1a6d28324979f361fe4b2314de3508f3dc7593f9 1621 skalibs_2.9.1.0-2.dsc
 e28ff50a9da0c27a464974d379d776a54f2663c5 8464 skalibs_2.9.1.0-2.debian.tar.xz
 3a58d5045f512f840366375153732292683aa7e4 5851 skalibs_2.9.1.0-2_amd64.buildinfo
Checksums-Sha256:
 1edcc973a8bcb60db1ac2435a35bfc148af62481a7fa1310dfc3f72e2710ca53 1621 
skalibs_2.9.1.0-2.dsc
 187f04eddc682517f7c0e177317f4b7a84885df74db0b5722a8d5acb67c19a6d 8464 
skalibs_2.9.1.0-2.debian.tar.xz
 c5afa1034b3227889d1d5d56d59336636be9f62f46f6e31ba615b6bcfaa7802c 5851 
skalibs_2.9.1.0-2_amd64.buildinfo
Files:
 e409868f3b17a5e42b41efebd8b37212 1621 libs optional skalibs_2.9.1.0-2.dsc
 cba147c4ecd2c56308426269b720c230 8464 libs optional 
skalibs_2.9.1.0-2.debian.tar.xz
 54e92bd33029d9dfbc3225fc17b49dd6 5851 libs optional 
skalibs_2.9.1.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2vKeAQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NdzaB/4rdWhoLweRZHr6LHVi1CE2kQ6L2X3y8TCK
BvfKvXb5pFY2fM0CLX7NpP7yx21EmORPwe3aQ8TGgxbnj46Ny/RZJEfPEaXv+YxW
x3HEHk1HeFxe05nxxJ6AtUEekQPjEkka9zxGb8+Z/o+Dd7rHHYWUXoyjJitlIu9o
3l7NSD3cuX2YFLtoVsGYEYix/XZdz9fwz5BMtVhcFOGKfJayFnXjeG0T7Pzrddvs
J4c/kDLDGL5e/Hh9Z7q3zkKy7UfnQav0v0c+Lnn9LKkHiq1bcC1jsKf2XTMX8Qpz
mrpbKgqa2EtYHgx7bnXSH/GG7vxM2IJgjrWvG/2q3r4q1rQDM2yC
=RslO
-END PGP SIGNATURE-



Accepted s6 2.9.0.1-1 (source) into unstable

2019-10-22 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Oct 2019 23:37:51 +0800
Source: s6
Architecture: source
Version: 2.9.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 s6 (2.9.0.1-1) unstable; urgency=medium
 .
   * New upstream release v2.9.0.1
   * Drop cross compile patch, applied by upstream
   * Add patch as workaround for #942558 on GNU Hurd
Checksums-Sha1:
 975b771b4cee75b72d3b5c19140654f4082eba4e 1683 s6_2.9.0.1-1.dsc
 ec0570bc8f702af2e1d052947ed4a9e0929adfeb 197363 s6_2.9.0.1.orig.tar.gz
 d1069c838fade29406191664af5b142df5174923 4372 s6_2.9.0.1-1.debian.tar.xz
 0ca3a2310d3e6aa13a3ca1a029ffb291f4f222a1 6368 s6_2.9.0.1-1_amd64.buildinfo
Checksums-Sha256:
 576a3c3323a1cf1b471d976457910b131401ec7e2220156c29f9f110c7fc9773 1683 
s6_2.9.0.1-1.dsc
 5fb0e313154aad766ad109fde66006e4b88a19dc803f070785206739a232a33a 197363 
s6_2.9.0.1.orig.tar.gz
 5e41103eabef3e8986c5eb3632ced24e9cd459fbc5fb2b571e7443ea63ec79b7 4372 
s6_2.9.0.1-1.debian.tar.xz
 ebb532d25991e456c64cb2f05eebe5c162d539cb4654a71ce92f489593d56c3f 6368 
s6_2.9.0.1-1_amd64.buildinfo
Files:
 18aca8b2591559c809c2de0fbf46da9a 1683 admin optional s6_2.9.0.1-1.dsc
 3c85aa55fedf8af7b1b91cdc46cb5f6d 197363 admin optional s6_2.9.0.1.orig.tar.gz
 fa35af81bf9c0554739981f177a59432 4372 admin optional s6_2.9.0.1-1.debian.tar.xz
 88a4a739e84dd2faa195a833b2045609 6368 admin optional 
s6_2.9.0.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2vJFsQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NZArB/wPkJEVS5qsK9ReYDi5oznwi7TRBuZv6a7w
XMZPgmsw/1LRJW4BRztoF4rZvYO8RjiNrbGPNpF1H2fO+Ae689DwO6CS0Aa2eD/P
6DbwJ9iOb+9Spy/yDRkBMtJxHFxDvTy56XlNn63VWrArTEtmtgmgq/nO9nM4Gys3
88NRWyQrVDRx/1HlLH7tNksP9YA8Qq8WKRFEaeu7NCj4o8sXQ+vdwGVdoMk6bWx3
Y0fHyyL0tHmJxU8rFC/pjVv15sSFUZEzsuLDLSDRG3BrGsvorZRAcezLcn4lA58C
FZJpjt4oAw7T/gNuiSz8VJkayVUYjXRd5fAF85uyPsS5+7w8onuP
=EAY9
-END PGP SIGNATURE-



Accepted execline 2.5.3.0-1 (source) into unstable

2019-10-22 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Oct 2019 23:23:08 +0800
Source: execline
Architecture: source
Version: 2.5.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 execline (2.5.3.0-1) unstable; urgency=medium
 .
   * New upstream release v2.5.3.0
   * Drop cross compile patch, applied by upstream
Checksums-Sha1:
 4eb994519a47ba5e80cd6461074ab73dffe07a96 1756 execline_2.5.3.0-1.dsc
 ef78d4d0302739e4c210abd4efd2abef5ba604ee 86328 execline_2.5.3.0.orig.tar.gz
 237f65976bd4ac1823889a7895fe22f4f03b3d05 4832 execline_2.5.3.0-1.debian.tar.xz
 c3ed5ea1beec5af05c8204ec492ee71203b15ab2 6463 
execline_2.5.3.0-1_amd64.buildinfo
Checksums-Sha256:
 b3990f305b67731a383820145719964ddb960f8ffe28e87d2099b30f9260db23 1756 
execline_2.5.3.0-1.dsc
 ba0715e9fb3cd5e55c1f3c650f778148af1b42bd33d22aa2584da6d9920d7bcc 86328 
execline_2.5.3.0.orig.tar.gz
 582deef9e9be2c50bd3ada36c4a2f8d508365b9f9d53bbe3e5260a88f466fe8d 4832 
execline_2.5.3.0-1.debian.tar.xz
 72e073afed3774757d7c86db17148262dc52c62ed2117fda63997c9f0c14b331 6463 
execline_2.5.3.0-1_amd64.buildinfo
Files:
 ca23de9ab9a939bd1547fa51b9f1065c 1756 admin optional execline_2.5.3.0-1.dsc
 09deaaf94afbfadb44ee389e95d9a94f 86328 admin optional 
execline_2.5.3.0.orig.tar.gz
 42ee9c1f8c6b4602d996a6df780bf097 4832 admin optional 
execline_2.5.3.0-1.debian.tar.xz
 a497cb0115b45eabef662a4f1520e7c8 6463 admin optional 
execline_2.5.3.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2vH0oQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NaZ4CACTf7nM8+S9PLJ3WJpxYrxXiLKODnCPEtJC
Eox03cGYISfdxBVGIqGeLbEJIHo8RluB4z9zquLkvEkzq3J0nM0+QG5eGA+6dr1H
4xjJXwVD3rEo7FVICxUHRjBqVNZqznNuCKNyIznTY0y3+T3QFkmEYR+PnWIKysU4
MHcW5Ltkz7beTeDhwUJsieqjBnPzVjvra6W1gw6HFe9fGfxm7ydQL641ZA4lcKu9
Gzu99BezCY2ARpRcsLFk3FQNQXS5gssOBFQyMuTbUhUj3Qn3dnmTNVSHiMrFRhAP
e4VqkVMkdWfO84xI9LfldjcmBM8J8vBjAzs9v9Ecm1sIhq13SNFN
=Biig
-END PGP SIGNATURE-



Accepted skalibs 2.9.1.0-1 (source) into unstable

2019-10-22 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 22 Oct 2019 22:49:44 +0800
Source: skalibs
Architecture: source
Version: 2.9.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 skalibs (2.9.1.0-1) unstable; urgency=medium
 .
   * New Upstream release v2.9.1.0
   * Revert build hack for hurd-i386, fixed in upstream new release
   * Update symbols for new version
Checksums-Sha1:
 2096870bb7cdb3488c716f983c948c46f7442718 1621 skalibs_2.9.1.0-1.dsc
 d30654a23b13e2b57ea088b5cbf8df6bcc6ea9f2 210269 skalibs_2.9.1.0.orig.tar.gz
 39705d53e87986fdedcdbda64291c8c491c17489 8184 skalibs_2.9.1.0-1.debian.tar.xz
 aec1e8ed83992077ab4ccbb8e35b7815d9a9272f 5851 skalibs_2.9.1.0-1_amd64.buildinfo
Checksums-Sha256:
 288d2d0cbba38f45e26bca52d09d1a18aefc6168e2d11c56f4c675cca997b94d 1621 
skalibs_2.9.1.0-1.dsc
 c0bcee2bcf769d30f44cabd0bc55dbb880ad961909ed9faefb06fa87e3962ecb 210269 
skalibs_2.9.1.0.orig.tar.gz
 1cc656db9ea7a0163e83e16350d99c7aca1f6475b6848a49e4cd6780e3956206 8184 
skalibs_2.9.1.0-1.debian.tar.xz
 c55205d96fc26c62067d73dc08da0a22a5c31a7ab5b77de9f326fb2123fb07aa 5851 
skalibs_2.9.1.0-1_amd64.buildinfo
Files:
 aca71a4858ccf99a98b982c757fdaa73 1621 libs optional skalibs_2.9.1.0-1.dsc
 dcbfab6f911a23be387583fad5b2d579 210269 libs optional 
skalibs_2.9.1.0.orig.tar.gz
 bd086db04996dc0b0b93bdaa85c25bfa 8184 libs optional 
skalibs_2.9.1.0-1.debian.tar.xz
 1df39e0a7bd3b5874f2c3df821e68c7b 5851 libs optional 
skalibs_2.9.1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2vGHEQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NaGYCACARBo2VGYYsLHK5x3r+LHqIZweB7Fuhh92
4WHzaMz075HZWb38dp6l2QBe/TyFTgA5LtUYKRAK8hxk+5mqRjQKA34oNQflJcD/
1XacBb3jNn9gg66+Zp08tyc+1XAOeqQOQxFqO9TWUGnzoB1naoEaDtrzbvcKkA83
4LGK3hIlfKemx/YTLf+gq9M9uUxiAwt2kn7AtbHxS+Nx2A07zKK+pDwBfoUqAepK
MhWsOuRok/vdqvNRttwUjdoPVuJIHYnDU8lISOLDH2sss6cSThAfHcrF/REk2Rd4
Tyi7Qa5aC3sXThMiZkDYydqUwssrpnoIPAfuHRE+ZNC/481fVlhi
=VnB5
-END PGP SIGNATURE-



Accepted skalibs 2.9.0.0-4 (source) into unstable

2019-10-13 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Oct 2019 03:36:12 +0800
Source: skalibs
Architecture: source
Version: 2.9.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 skalibs (2.9.0.0-4) unstable; urgency=medium
 .
   * Fix build issue on hurd-i386
Checksums-Sha1:
 f9c9302b68304210e3809375050ccc7cf2f8ee01 1621 skalibs_2.9.0.0-4.dsc
 53b10d89134236d93b62bf4413ac381925fa713e 8128 skalibs_2.9.0.0-4.debian.tar.xz
 04979e168adb17079ec0a69c34911b57af192fe6 5856 skalibs_2.9.0.0-4_amd64.buildinfo
Checksums-Sha256:
 59efffd70b9e8730e4b8a5c43b17bd867df893c01887de004c0263ddd779df97 1621 
skalibs_2.9.0.0-4.dsc
 70ea82f8d804bb57d878782dd22f20a8aa5c5972f0a4c28bcb5cbf2e47902491 8128 
skalibs_2.9.0.0-4.debian.tar.xz
 bb656fe2aa07cf64551defaa1ee331045cd632e0846e63f5169920d3c1a44c62 5856 
skalibs_2.9.0.0-4_amd64.buildinfo
Files:
 d4a2f46024eafc16734502fcca3df373 1621 libs optional skalibs_2.9.0.0-4.dsc
 b6435c7541f71e7f66a71fa5d9b77fcd 8128 libs optional 
skalibs_2.9.0.0-4.debian.tar.xz
 d2c1c015b93cd0462446305b949c4a96 5856 libs optional 
skalibs_2.9.0.0-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2jfvgQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+NXXvB/0bEsc2BcMyq+wkFwfaBtf4OvQ9n8yITFyk
O2P3kX07+1wpxl+WgvNxqb+jwrZPlmGFXT0ubrmtJ7M8D0ISuOsHFjAof1kmeoI7
PF8GdbowEXtx/oe1NxE0wdE5iethulog5I5ItWpnISak/UX7Bdy0SzlwWrh1dqx7
EVIA1ozwXys5XTP0eIUkhWf7PyZZ61t7jmDIBsM9cl76CMmhu4/gV2ScbgLwFuEd
65whUbTnamKQSWJcTVLAyohQxuz8AqJDTxf1wwZxhrFdkCDViDQYuLds4VF2HKAS
P7t/EqVnhEGjSXJXo01VU9l0TL9pjl1lYOz4VV87BqSW25Dtt3qf
=83qp
-END PGP SIGNATURE-



Accepted skalibs 2.9.0.0-3 (source) into unstable

2019-10-13 Thread Shengjing Zhu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 14 Oct 2019 00:13:14 +0800
Source: skalibs
Architecture: source
Version: 2.9.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Shengjing Zhu 
Changed-By: Shengjing Zhu 
Changes:
 skalibs (2.9.0.0-3) unstable; urgency=medium
 .
   * Fix libskarnet symbols on kfreebsd-any
Checksums-Sha1:
 90b771ad62f8c77afafc662a067cfbb8197f06a3 1621 skalibs_2.9.0.0-3.dsc
 e8cd063a4c27550b3e8956ffc477c83ba70bb52c 8064 skalibs_2.9.0.0-3.debian.tar.xz
 4b8e3240bd2a94561e9ec0cbc24ed3a263ea5b14 5856 skalibs_2.9.0.0-3_amd64.buildinfo
Checksums-Sha256:
 8937358214a932b285a9b7e9e6139e5a9c137dc12b2fd40aed03c4ca8b2db2ff 1621 
skalibs_2.9.0.0-3.dsc
 9f4e4692275b19cc096f667f43e4ab5bf42f43a2aaf10dbc1a874b7c7eb06bf7 8064 
skalibs_2.9.0.0-3.debian.tar.xz
 7dfa8b53dbb177f2f7590122fe0ec95a933f708df63f75ce39f389e579551e78 5856 
skalibs_2.9.0.0-3_amd64.buildinfo
Files:
 547bb88a648c8dbf311e2dc86c808ffb 1621 libs optional skalibs_2.9.0.0-3.dsc
 e7dc6777ddc240baff72337a4bde6203 8064 libs optional 
skalibs_2.9.0.0-3.debian.tar.xz
 addb61df45c83b16034a3c15893b6486 5856 libs optional 
skalibs_2.9.0.0-3_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQFEBAEBCgAuFiEE85F2DZP0aJKsSKyHONAPABi+PjUFAl2jTcoQHHpoc2pAZGVi
aWFuLm9yZwAKCRA40A8AGL4+Nas9B/sF4jGSnN2UQDPX0WEz4Gw388Zn/RvpWlSO
kQqLr1coEFhMCVqwlj+XgnoE4XwMlqJDebA2AUE3viE0URaWtfQbnP5OcgJ3TWzs
LrshzcZpSCKdVWhgsXlahfUWn58cztXWKeNfpdKpZFpWE3WcuxnFeQ1iIJM5w4tK
tz6WGbPFzJzNMjU87rEdh1Ljcz5/EelYSc4yKLt3pHfqtwf4+e/AvE1Z8v4m47mv
An6YUJkrLp+yuL115fj1p9PRG8pgfdjoqEQEjo2MDzkMJnY6hAp6ZLG4ctcRu/9w
979JruoM+kJMqm2yvp4Qb2MGLiMvvcxU4jJxb9AVlnrl6+b5UgTg
=ARzc
-END PGP SIGNATURE-



  1   2   3   >