Processed: unpackaged prerequisites

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 898246 by 906986
Bug #898246 [wnpp] ITP: git-lab -- making it simple to clone, fork, and 
interact with repositories on GitLab
898246 was not blocked by any bugs.
898246 was not blocking any bugs.
Added blocking bug(s) of 898246: 906986
> block 898246 by 905262
Bug #898246 [wnpp] ITP: git-lab -- making it simple to clone, fork, and 
interact with repositories on GitLab
898246 was blocked by: 906986
898246 was not blocking any bugs.
Added blocking bug(s) of 898246: 905262
> block 898246 by 905240
Bug #898246 [wnpp] ITP: git-lab -- making it simple to clone, fork, and 
interact with repositories on GitLab
898246 was blocked by: 905262 906986
898246 was not blocking any bugs.
Added blocking bug(s) of 898246: 905240
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
898246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=898246
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#901461: your mail

2018-08-24 Thread Nick Morrott
On 22 August 2018 at 20:00, Nick Morrott  wrote:

> I've just pushed the initial packaging to mentors ([1],[2]) for a
> review, if anyone's kind enough to have a look and has some time:

Having repacked the upstream source and respun the salsa repo, please
reclone and/or grab the new source packages from mentors:

  [1] https://mentors.debian.net/package/mu-editor
  [2] 
https://mentors.debian.net/debian/pool/main/m/mu-editor/mu-editor_1.0.0-1.dsc

This update tags the packages for non-free/{python,docs} - the
embedded pre-compiled Micropython firmware for the micro:bit doesn't
leave an alternative AFAICT at the moment).

The packaging would benefit from review and is currently without a
sponsor - I'll post an RFS to debian-python separately,

Thanks,
Nick



Bug#903289: dh-make-elpa license and contribution

2018-08-24 Thread Sean Whitton
Hello,

On Mon 20 Aug 2018 at 03:34PM +0500, Lev Lamberov wrote:

> first, I'd like to stress that my motivation is making clear for
> myself several important (from my point of view) points and
> improvement of dh-make-elpa.

Thank you for your interest in working on dh-make-elpa!

> The point I'd like to focus attention to is licensing of dh-make-elpa.
> Currently, it is licensed under GPL-3+. It is based (and I'd say
> heavily based) on dh-make-perl, which is licensed under GPL-2-only.
> I've asked Sean Whitton about it on IRC and got the following answer:
>
> 23:45 < spwhitton> dogsleg: we don't actually derive code from dh-make-perl 
> -- dh-make-perl's code is included as a library.  so I think the licensing is 
> okay.
> 23:45 < spwhitton> dogsleg: there are very small number of lines that are 
> actually copied directly; probably less than copyrightable.

Please ask participants' permission before quoting from IRC channels
into permanently-recorded formats like the Debian BTS (in this case, I
would have given permission).

> I cannot agree with this summing-up. Namely, I cannot understand what
> proportion of code should be to be considered copyrightable.

IANAL, but AIUI, code that is less than ten lines long is not
copyrightable -- the FSF do not require copyright assignment for
contributions to GNU projects that are less than ten lines.

Until reading your e-mail, I thought that the actual code copied from
src:dh-make-perl into src:dh-make-elpa was less than ten lines.  But it
looks like I was wrong about that.

> As it is put in manpages of dh-make-elpa(1), "a great deal of the
> library code used by dh-make-elpa, and its object-oriented structure,
> comes from dh-make-perl(1), written and maintained by the Debian Perl
> Group."
>
> First, it is not clear what constitutes a library here.

What this text means is that dh-make-elpa imports dh-make-perl as a
library.  That code is not contained in src:dh-make-elpa.

> Second, classes from DhMakePerl are in fact used in DhMakeELPA (as
> base classes):
>
> $ rgrep DhMakePerl
> lib/DhMakeELPA/Config.pm:use base 'DhMakePerl::Config';
> lib/DhMakeELPA/Command/Packaging.pm:use base 'DhMakePerl::Command::Packaging';

According to the FSF,[1] the GPLv3 is not compatible with the GPLv2.  So
it looks like I am not allowed to derive classes from DhMakePerl and
license the new classes as GPL-3+.

I've updated d/copyright to license dh-make-elpa under GPL-2 only, since
that's all that is permitted.

> Nevertheless, let's take a look into some code. For example,
> DhMakeELPA.pm. It contains only one subroutine, run, and the
> difference with the same subroutine from DhMakePerl.pm is as follows:
>
> sub run {
>  my ( $class, %c ) = @_;
>
>  unless ( $c{cfg} ) {
> -my $cfg = DhMakeELPA::Config->new;
> +my $cfg = DhMakePerl::Config->new;
>  $cfg->parse_command_line_options;
> +$cfg->parse_config_file;
>  $c{cfg} = $cfg;
>  }
>
>  my $cmd_mod = $c{cfg}->command;
>  $cmd_mod =~ s/-/_/g;
> -require "DhMakeELPA/Command/$cmd_mod.pm";
> +require "DhMakePerl/Command/$cmd_mod.pm";
>
>  $cmd_mod =~ s{/}{::}g;
> -$cmd_mod = "DhMakeELPA::Command::$cmd_mod";
> +$cmd_mod = "DhMakePerl::Command::$cmd_mod";
>
>  my $self = $cmd_mod->new( \%c );
>
>  return $self->execute;
>  }
>
> So, since almost the whole DhMakeELPA.pm is an edited copy of
> DhMakePerl, is this part of code copyrightable? If so, then it should
> come under GPL-2-only umbrella, not GPL-3+.

I don't know if this counts as copyrightable or not.  But the point is
moot, because of the above.

[1]  https://www.gnu.org/licenses/license-list.en.html "Please note that
GPLv3 is not compatible with GPLv2 by itself."

-- 
Sean Whitton


signature.asc
Description: PGP signature


Processed: golang-github-xanzy-go-gitlab: block ITP 906986 by RFS 907212

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 906986 by 907212
Bug #906986 [wnpp] ITP: golang-github-xanzy-go-gitlab -- Simple and uniform 
GitLab API for Go
906986 was not blocked by any bugs.
906986 was not blocking any bugs.
Added blocking bug(s) of 906986: 907212
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
906986: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906986
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#815264: marked as done (ITA: double-conversion -- routines to convert IEEE floats to and from strings)

2018-08-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Aug 2018 21:49:00 +
with message-id 
and subject line Bug#815264: fixed in double-conversion 
3.0.0+git20180802.4e8b3b5-1
has caused the Debian Bug report #815264,
regarding ITA: double-conversion -- routines to convert IEEE floats to and from 
strings
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
815264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815264
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal
X-Debbugs-Cc: debian-science-maintain...@lists.alioth.debian.org

I intend to orphan double-conversion. So far the package was maintained within
the Debian Science Team, but I was the only active maintainer.

The package description is:

 This library provides routines to convert IEEE single and double floats to and
 from string representations. It offers at lot of flexibility with respect to
 the conversion format: shortest, fixed, precision or exponential
 representation; decimal, octal or hexadecimal basis; control over number of
 digits, leading/trailing zeros and spaces.

 The library consists of efficient conversion routines that have been
 extracted from the V8 JavaScript engine. The code has been refactored
 and improved so that it can be used more easily in other projects.

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://sebastien.villemot.name
  `-  GPG Key: 4096R/381A7594


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: double-conversion
Source-Version: 3.0.0+git20180802.4e8b3b5-1

We believe that the bug you reported is fixed in the latest version of
double-conversion, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 815...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mo Zhou  (supplier of updated double-conversion package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Aug 2018 07:03:56 +
Source: double-conversion
Binary: libdouble-conversion1 libdouble-conversion-dev
Architecture: source
Version: 3.0.0+git20180802.4e8b3b5-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Mo Zhou 
Description:
 libdouble-conversion-dev - routines to convert IEEE floats to and from strings 
(development
 libdouble-conversion1 - routines to convert IEEE floats to and from strings
Closes: 815264
Changes:
 double-conversion (3.0.0+git20180802.4e8b3b5-1) experimental; urgency=medium
 .
   * [O/ITA] Add myself to Uploaders. (Closes: #815264)
   * New upstream version snapshot 3.0.0+git20180802.4e8b3b5
 + Note, the SOVERSION has been bumped to 3.0.0 in upstream's cmake
   build. However it was bumped only because they had changed the
   source directory layout, and ABI has not been changed. Hence, in
   debian/rules SOVERSION is left unchanged because bumping it doesn't
   make sense for Debian and would trigger an unnecessary rebuild
   of the reverse dependency tree.
   * Update Patches.
 + Refresh fix_m68k.patch .
 - Remove fix_riscv64.patch , fixed upstream.
   * Modify source paths in rules , *.install and debian/*.docs ,
 following upstream's directory layout change.
   * Append hardening flags to rules.
   * Upgrade watch file to uscan version 4.
   * Homepage: Upstream project transferred to google.
   * Add autopkgtest control file to build and run upstream tests.
   * Bump Standards-Version to 4.2.0 (no change).
   * Add -I. to CPPFLAGS in order to avoid build failure in clean chroot.
Checksums-Sha1:
 bcde3a59d7555753199ff39030e6523e88259475 2318 
double-conversion_3.0.0+git20180802.4e8b3b5-1.dsc
 24a65ebee5df30c57284d32f73b47b95a8be5ed0 7019958 
double-conversion_3.0.0+git20180802.4e8b3b5.orig.tar.gz
 25fa14d7fe477cfd25ba8dee2cfe0f32d1acbfc0 5692 
double-conversion_3.0.0+git20180802.4e8b3b5-1.debian.tar.xz
 52705b136c1414fc2ec44dbe206d4ca59dde5450 5642 
double-conversion_3.0.0+git20180802.4e8b3b5-1_source.buildinfo
Checksums-Sha256:
 d07e17177b6a81c13173b96ff389cb944029ad6da534f329b7b6291f6b09c34a 2318 
double-conversion_3.0.0+git20180802.4e8b3b5-1.dsc
 

Bug#907181: marked as done (ITP: python3-qinlingclient -- client for Function as a Service for OpenStack)

2018-08-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Aug 2018 21:00:34 +
with message-id 
and subject line Bug#907181: fixed in python-qinlingclient 2.0.0-1
has caused the Debian Bug report #907181,
regarding ITP: python3-qinlingclient -- client for Function as a Service for 
OpenStack
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
907181: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907181
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python3-qinlingclient
  Version : 2.0.0
  Upstream Author : OpenStack Foundation 
* URL : https://github.com/openstack/python-qinlingclient
* License : Apache-2.0
  Programming Lang: Python
  Description : client for Function as a Service for OpenStack

 Qinling (is pronounced "tʃinliŋ") refers to Qinling Mountains in southern
 Shaanxi Province in China. The mountains provide a natural boundary between
 North and South China and support a huge variety of plant and wildlife, some
 of which is found nowhere else on Earth.
 .
 Qinling is Function as a Service for OpenStack. This project aims to provide a
 platform to support serverless functions (like AWS Lambda). Qinling supports
 different container orchestration platforms (Kubernetes/Swarm, etc.) and
 different function package storage backends (local/Swift/S3) by nature using
 plugin mechanism.

Note: This is a new dependency of Mistral.
--- End Message ---
--- Begin Message ---
Source: python-qinlingclient
Source-Version: 2.0.0-1

We believe that the bug you reported is fixed in the latest version of
python-qinlingclient, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 907...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-qinlingclient 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 24 Aug 2018 15:55:45 +0200
Source: python-qinlingclient
Binary: python-qinlingclient-doc python3-qinlingclient
Architecture: source all
Version: 2.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Description:
 python-qinlingclient-doc - client for Function as a Service for OpenStack - doc
 python3-qinlingclient - client for Function as a Service for OpenStack - 
Python 3.x
Closes: 907181
Changes:
 python-qinlingclient (2.0.0-1) experimental; urgency=medium
 .
   * Initial release. (Closes: #907181)
Checksums-Sha1:
 e5a6f343febc7d7b782d75512208a9000adc0de1 3043 python-qinlingclient_2.0.0-1.dsc
 ef785746f5509e9f5342ea655fe251b97ff79f46 32224 
python-qinlingclient_2.0.0.orig.tar.xz
 2a834369cb8e22088c809e68da64844857288ff2 2912 
python-qinlingclient_2.0.0-1.debian.tar.xz
 3012799d0acc84cb95469ed6b4844878f2c74f18 929124 
python-qinlingclient-doc_2.0.0-1_all.deb
 1fb1813d5371e392d0a7c5e2b0ca9282a32db7f3 12307 
python-qinlingclient_2.0.0-1_amd64.buildinfo
 3a803b7584132ed1d7a20a23ddaf896b251a0136 18732 
python3-qinlingclient_2.0.0-1_all.deb
Checksums-Sha256:
 148df1c90bd2f0b904108f982b919c818cf558f19118beb08006ce7c3c12d843 3043 
python-qinlingclient_2.0.0-1.dsc
 cc1d99906682934782509d399ab60ffe25c98e27f7fbf655d2e1d540f818136c 32224 
python-qinlingclient_2.0.0.orig.tar.xz
 cbf870dcd252fbb57c1ca6a3b0d2283467fc02823d3186498bf2351c09ee1201 2912 
python-qinlingclient_2.0.0-1.debian.tar.xz
 b1deec0315093563383315f88de62bff8c14b7128667a016d538183146e37811 929124 
python-qinlingclient-doc_2.0.0-1_all.deb
 d2df40eb42280203ad90b179b8dac55d86788fd72f62d88688ffbf46b52f50c5 12307 
python-qinlingclient_2.0.0-1_amd64.buildinfo
 058c945b4b0bceeeb8fdfc9d20d601be8e18ff174ff4a743e087d1a12e140c19 18732 
python3-qinlingclient_2.0.0-1_all.deb
Files:
 46abafac919b3fd53f62a0ed4123ba3f 3043 python optional 
python-qinlingclient_2.0.0-1.dsc
 04ec6236d1e6cfdde1faae6cb3d95b09 32224 python optional 
python-qinlingclient_2.0.0.orig.tar.xz
 b67b3880690e7900376324c7603c29f1 2912 python optional 
python-qinlingclient_2.0.0-1.debian.tar.xz
 d889b39094e2c5fe9950b687ef7ceee5 929124 doc optional 
python-qinlingclient-doc_2.0.0-1_all.deb
 d115bc1592e6db38db88f33a146b541a 

Bug#880059: marked as done (ITP: node-csv-spectrum -- A bunch of different CSV files to serve as an acid test for CSV parsing libraries.)

2018-08-24 Thread Debian Bug Tracking System
Your message dated Fri, 24 Aug 2018 21:00:31 +
with message-id 
and subject line Bug#880059: fixed in node-csv-spectrum 1.0.0-1
has caused the Debian Bug report #880059,
regarding ITP: node-csv-spectrum -- A bunch of different CSV files to serve as 
an acid test for CSV parsing libraries.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
880059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880059
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Archana 
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-csv-spectrum
Version : 1.0.0
Upstream Author : max ogden
* URL : https://github.com/maxogden/csv-spectrum
* License : BSD-2-Clause
Programming Lang: JavaScript
Description : A bunch of different CSV files to serve as an acid
test for CSV parsing libraries

csv test data for writing robust csv parsers.
.
A bunch of different CSV files to serve as an acid test for CSV parsing
libraries. There are also JSON versions of the CSVs for verification
purposes.
.
The goal of this package is to capture test cases to represent
the entire CSV spectrum.
.
Please use these in your test suites and send contributions in the
form of more/improved test cases.
.
It is also a node module that you can require() in your tests
.
Node.js is an event-based server-side JavaScript engine.

This package is a dependency of node d3-dsv.

I plan to join Javascript packaging team. Pirate Praveen has agreed
to sponsor this package.
--- End Message ---
--- Begin Message ---
Source: node-csv-spectrum
Source-Version: 1.0.0-1

We believe that the bug you reported is fixed in the latest version of
node-csv-spectrum, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Archana  (supplier of updated node-csv-spectrum package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 29 Oct 2017 09:30:33 +
Source: node-csv-spectrum
Binary: node-csv-spectrum
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 

Changed-By: Archana 
Description:
 node-csv-spectrum - Test for CSV parsing libraries
Closes: 880059
Changes:
 node-csv-spectrum (1.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #880059 )
Checksums-Sha1:
 adcd8440dd2f9b75bdb0df9292ffd8accd325d19 2081 node-csv-spectrum_1.0.0-1.dsc
 37ef4df6a8a3ef5519b262e6be0cc7c6f00d2019 2756 
node-csv-spectrum_1.0.0.orig.tar.gz
 b5ba00bd938c580e8b3332147401ea8ae7085219 2168 
node-csv-spectrum_1.0.0-1.debian.tar.xz
 af02b5a5d0aa359fb4bf3a6145cd114728e77b6f 5056 node-csv-spectrum_1.0.0-1_all.deb
 c39cf7a9a0f84f2b5087f6eb908a6c3acd21796e 5484 
node-csv-spectrum_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 e130fbc2f2996904f82ef1f65d380103130fc3a460de09d54f99b7a4bb77b1c4 2081 
node-csv-spectrum_1.0.0-1.dsc
 9a5e7e86388a84e9360753eddd819141b4602f28e914a82a9231e2babbee84f2 2756 
node-csv-spectrum_1.0.0.orig.tar.gz
 8c139ddaf2842410a5c8fb182998fc870b1ed66bd51886119b1beafbe7576c5d 2168 
node-csv-spectrum_1.0.0-1.debian.tar.xz
 73377292c5e91c2ca6e800a67133a9b3ba20c8e44dec526bee1ea281c6af3b4a 5056 
node-csv-spectrum_1.0.0-1_all.deb
 be71042b16409fde4d94901dfdfe92f70a2fc0f3b1c48ea3a8a98701b1472dad 5484 
node-csv-spectrum_1.0.0-1_amd64.buildinfo
Files:
 a03d462c4cf35c879ae2fa7bf3deda08 2081 javascript optional 
node-csv-spectrum_1.0.0-1.dsc
 6df52b46f3456540e6fadd74147e4639 2756 javascript optional 
node-csv-spectrum_1.0.0.orig.tar.gz
 951b0260fd9ec9dc1ecc9299c1d2d37e 2168 javascript optional 
node-csv-spectrum_1.0.0-1.debian.tar.xz
 c67a55fbb63a1078a11e70e19745fa8a 5056 javascript optional 
node-csv-spectrum_1.0.0-1_all.deb
 4e0240d6985b94371f77c8de48324171 5484 javascript optional 
node-csv-spectrum_1.0.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAln1ysQACgkQzh+cZ0US
wiqkqhAAph0Dyw9ELZ/7GFJKZDKCyUAmBP263jI/Ny4PSSvdCf0HC5rGGIDNxUvz
9RjwMDGUOrMoYJ/cC1qlnH3kKKxUcZGS2E4icdj/Fwei4+vY0ZApRGXy4eSQSsPl

Bug#907200: ITP: kim-api -- KIM API is an Application Programming Interface for atomistic simulations

2018-08-24 Thread Anton Gladky
Package: wnpp
Severity: wishlist
Owner: Anton Gladky 

* Package name: kim-api
  Version : 2.0
  Upstream Author : Ryan S. Elliott
* URL : https://openkim.org/kim-api/
* License : COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 
1.0
  Programming Lang: C, C++, Fortran
  Description : KIM API is an Application Programming Interface for 
atomistic simulations

The KIM API is an Application Programming Interface for atomistic simulations.
The API provides a standard for exchanging information between atomistic 
simulation
codes (molecular dynamics, molecular statics, lattice dynamics, Monte Carlo, 
etc.)
and interatomic models (potentials or force fields). It also includes a set of 
library
routines for using the API with bindings for:

  FORTRAN 77, Fortran 90/95, Fortran 2003
  C, C++
Atomistic simulation codes that support the KIM API work seamlessly with the 
KIM-compliant
interatomic models (KIM Models) distributed on this website. The interface is 
computationally
efficient and often requires relatively minor changes to existing codes.



Processed: swupdate: block ITP 907041 by RFS 907184

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 907041 by 907184
Bug #907041 [wnpp] ITP: swupdate -- SWUpdate provides a reliable way to update 
the software on an embedded system
907041 was not blocked by any bugs.
907041 was not blocking any bugs.
Added blocking bug(s) of 907041: 907184
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
907041: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle to RFP: tordyguards -- Tor Dynamic Guards

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 863075 RFP: tordyguards -- Tor Dynamic Guards
Bug #863075 [wnpp] ITP: tordyguards -- Tor Dynamic Guards
Changed Bug title to 'RFP: tordyguards -- Tor Dynamic Guards' from 'ITP: 
tordyguards -- Tor Dynamic Guards'.
> noowner 863075
Bug #863075 [wnpp] RFP: tordyguards -- Tor Dynamic Guards
Removed annotation that Bug was owned by ju .
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
863075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle to RFP: mvdsv -- a modern QuakeWorld server

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 862954 RFP: mvdsv -- a modern QuakeWorld server
Bug #862954 [wnpp] ITP: mvdsv -- a modern QuakeWorld server
Changed Bug title to 'RFP: mvdsv -- a modern QuakeWorld server' from 'ITP: 
mvdsv -- a modern QuakeWorld server'.
> noowner 862954
Bug #862954 [wnpp] RFP: mvdsv -- a modern QuakeWorld server
Removed annotation that Bug was owned by Lee Garrett .
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
862954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: control

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 907192 by 906646 894411
Bug #907192 [sponsorship-requests] pre-RFS: tensorflow/1.10.0+dfsg-A1 [ITP] -- 
debian archve += 1 million lines of code
907192 was not blocked by any bugs.
907192 was not blocking any bugs.
Added blocking bug(s) of 907192: 906646 and 894411
> block 804612 by 907192
Bug #804612 [wnpp] ITP: tensorflow --
804612 was blocked by: 782654 848885 848883 848882
804612 was not blocking any bugs.
Added blocking bug(s) of 804612: 907192
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
804612: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804612
907192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#907180: ITP: znc-backlog -- Request backlog for IRC channels

2018-08-24 Thread Felipe Sateler
Package: wnpp
Severity: wishlist
Owner: Felipe Sateler 

* Package name: znc-backlog
  Version : 0.20170713-1
  Upstream Author : Rasmus Eskola 
* URL : https://github.com/FruitieX/znc-backlog
* License : Apache 2.0
  Programming Lang: C++, C#
  Description : Request backlog for IRC channels

znc-backlog is a ZNC module that makes it easy to request backlog. Its
intended use is for when you have just launched your IRC client and gotten
a few lines of backlog sent to you, but want to read more. Instead of having
to deal with shelling into the box where you run ZNC and manually sifting
through the logs, you can issue a short command in your IRC client to request
any amount of the most recent lines of log.



Bug#907181: ITP: python3-qinlingclient -- client for Function as a Service for OpenStack

2018-08-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python3-qinlingclient
  Version : 2.0.0
  Upstream Author : OpenStack Foundation 
* URL : https://github.com/openstack/python-qinlingclient
* License : Apache-2.0
  Programming Lang: Python
  Description : client for Function as a Service for OpenStack

 Qinling (is pronounced "tʃinliŋ") refers to Qinling Mountains in southern
 Shaanxi Province in China. The mountains provide a natural boundary between
 North and South China and support a huge variety of plant and wildlife, some
 of which is found nowhere else on Earth.
 .
 Qinling is Function as a Service for OpenStack. This project aims to provide a
 platform to support serverless functions (like AWS Lambda). Qinling supports
 different container orchestration platforms (Kubernetes/Swarm, etc.) and
 different function package storage backends (local/Swift/S3) by nature using
 plugin mechanism.

Note: This is a new dependency of Mistral.


Bug#907179: ITP: caftools -- maintenance of DNA sequence assemblies

2018-08-24 Thread Steffen Moeller
Package: wnpp
Severity: wishlist
Owner: Steffen Moeller 

* Package name: caftools
  Version : 2.0.2
* URL : https://www.sanger.ac.uk/science/tools/caf
* License : GPL-3
  Programming Lang: C
  Description : maintenance of DNA sequence assemblies

One of the binary-only Bio-Linux packages that first light as a regular
Debian package. The package is about to be team-maintained together with
the Bio-Linux folks on https://salsa.debian.org/med-team/caftools.



Bug#907093: orphaning packages

2018-08-24 Thread Gerrit Pape
On Fri, Aug 24, 2018 at 06:32:21PM +0800, Shengjing Zhu wrote:
> On Fri, Aug 24, 2018 at 5:45 PM Gerrit Pape  wrote:
> > On Thu, Aug 23, 2018 at 10:27:12PM +0200, Tobias Frost wrote:
> > > The current maintainer of [packages], Gerrit Pape ,
> > > is apparently not active anymore.  Therefore, I orphan this package now.
> >
> > Indeed, I'm not active since quite some time, but still around, with
> > some motivation to get back to work eventually.  We've been discussing
> > this lately.  It appears that I stressed your patience.
> 
> Since I already send ITA to 907093(skalibs), I want to let you I'll
> not hijack it if you're still around.
> 
> But AFAIK, the current version of skalibs has no Build-Depends/Depends
> in Debian archive, and is far behind upstream release. As I want to
> package s6, I'll need the latest version of skalibs. So I hope I can
> co-maintain this with you.

Hi Zhu,

thanks for following up.  I'm happy with you taking over skalibs,
and am also happy to see someone packaging s6, it's great software me
thinks.

So, go ahead and adopt skalibs as new maintainer.

Best Regards, Gerrit.



Bug#907093: orphaning packages

2018-08-24 Thread Shengjing Zhu
Hi Gerrit,

On Fri, Aug 24, 2018 at 5:45 PM Gerrit Pape  wrote:
>
> On Thu, Aug 23, 2018 at 10:27:12PM +0200, Tobias Frost wrote:
> > The current maintainer of [packages], Gerrit Pape ,
> > is apparently not active anymore.  Therefore, I orphan this package now.
>
> Indeed, I'm not active since quite some time, but still around, with
> some motivation to get back to work eventually.  We've been discussing
> this lately.  It appears that I stressed your patience.
>
> Best Regards, Gerrit.

Since I already send ITA to 907093(skalibs), I want to let you I'll
not hijack it if you're still around.

But AFAIK, the current version of skalibs has no Build-Depends/Depends
in Debian archive, and is far behind upstream release. As I want to
package s6, I'll need the latest version of skalibs. So I hope I can
co-maintain this with you.

-- 
Best regards,
Shengjing Zhu



Bug#907141: ITP: python-blazarclient -- client for OpenStack Reservation Service

2018-08-24 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-blazarclient
  Version : 2.0.0
  Upstream Author : OpenStack Foundation 
* URL : https://github.com/openstack/python-blazarclient
* License : Apache-2.0
  Programming Lang: Python
  Description : client for OpenStack Reservation Service

 Blazar is a resource reservation service for OpenStack. Blazar enables users
 to reserve a specific type/amount of resources for a specific time period and
 it leases these resources to users based on their reservations.
 .
 The following two resource types are currently supported:
  * Compute host: reserve and lease with a unit of a whole host
  * Instance: reserve and lease with a unit of a flavor
 .
 This package contains the client Python module and cli tool.

Note: This is a new dependency of OpenStack Heat.



Bug#907137: ITP: messagingmenu-sharp -- CLI binding for the MessagingMenu library

2018-08-24 Thread Victor Seva
Package: wnpp
Severity: wishlist
Owner: Victor Seva 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: messagingmenu-sharp
  Version : 1.0.1-1
  Upstream Author : Mirco Bauer 
* URL : https://www.meebey.net/projects/messagingmenu-sharp/
* License : GPL-3+
  Programming Lang: C#
  Description : CLI binding for the MessagingMenu library

This package provides the messagingmenu-sharp assembly that allows CLI
(.NET)
 programs to use the MessagingMenu library.

smuxi depends on it and after #895027 It needs libmessagingmenu-cil-dev


-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEjxnK3NQqQtRVY3MMUaCbGM9aUGgFAlt/xHUACgkQUaCbGM9a
UGicnw//RNeiWe3x5kUwm1uNhuNZQNGPt1+XC1sCGSIX1QPkWxmOJSAcTISzIe0j
WKmx8H+qpxJYXj0AnNq/GiWJe+Nx2OFQp5ozlTObWaenWBbK+bovniS+Z8m80Shr
ZZnkaWiKpiAJ9FBMZYAn2dGmbpEGws75flLhFUFfg98Ihvtpw0dqboT6vecStR2e
1C/1ReWdCgJ1Wtmg3eCOnoh3ISTXvq1SB3XP3c5SQDNVSr/XRQglm4dY4qNxM/CX
sNw7Zb942eCErKE2ZrHktPWsSGsJ+wKUlZ/lq4yw/D+/Fo/zyyiioDw/S4ia8bNX
84WZaqQM8+CcrCahSkVpB3HLg2YBCH2l35gkEeenqE/IYOw34NcWfRcTJjBplD2u
fAwwdzW2123VHaMeHa93VW5X/+v4oulTWyZAmBW6b83JHaDGSgkN5DsJrKZHv4p3
9f9qXUlp5jsIVCrRdk2OM9eoYsV1cYS2CJKBZfxwfpF+JLYrLi3643/wdnGvlxB9
Gu7A19Bb+MHGbM09tfJcpRC4RTHEdTCGnEhPf/rOOBcXyuIwxE2xRyciMNBaN3qE
jxvRyd3oce6AeWr//iIPECHoaUY7Cf7y7QIB9iPSIlRsEiO8hxEOMeFUAzHN2sNC
gr2+bbft9Mj1wZ1BQqghhN74DILwAxqedsMr+A/Sv6ho0aF+U8k=
=Rnf8
-END PGP SIGNATURE-


Processed: your mail

2018-08-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 905994 O: libtool -- Generic library support script
Bug #905994 [wnpp] O: libtool
Changed Bug title to 'O: libtool -- Generic library support script' from 'O: 
libtool'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
905994: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905994
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#907087: orphaning packages

2018-08-24 Thread Gerrit Pape
On Thu, Aug 23, 2018 at 10:27:12PM +0200, Tobias Frost wrote:
> The current maintainer of [packages], Gerrit Pape ,
> is apparently not active anymore.  Therefore, I orphan this package now.

Indeed, I'm not active since quite some time, but still around, with
some motivation to get back to work eventually.  We've been discussing
this lately.  It appears that I stressed your patience.

Best Regards, Gerrit.


signature.asc
Description: Digital signature