Processed: antlr4: package v4.7.1 and include Cpp libraries/headers

2018-10-19 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 911302
Bug #911371 [src:antlr4] antlr4: package v4.7.1 and include Cpp 
libraries/headers
911371 was not blocked by any bugs.
911371 was not blocking any bugs.
Added blocking bug(s) of 911371: 911302
> block 902798 by -1
Bug #902798 [antlr4] antlr4: ANTLR cannot generate Cpp code
902798 was not blocked by any bugs.
902798 was not blocking any bugs.
Added blocking bug(s) of 902798: 911371
> block 894359 by -1
Bug #894359 [src:beast2-mcmc] beast2-mcmc build depends on openjdk-8-jdk
894359 was not blocked by any bugs.
894359 was not blocking any bugs.
Added blocking bug(s) of 894359: 911371

-- 
894359: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=894359
902798: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902798
911371: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: retitle to RFP: sokochez -- two players puzzle game

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

> retitle 868482 RFP: sokochez -- two players puzzle game
Bug #868482 [wnpp] ITP: sokochez -- two players puzzle game
Changed Bug title to 'RFP: sokochez -- two players puzzle game' from 'ITP: 
sokochez -- two players puzzle game'.
> noowner 868482
Bug #868482 [wnpp] RFP: sokochez -- two players puzzle game
Removed annotation that Bug was owned by Baptiste Pouget 
.
> stop
Stopping processing here.

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



Bug#851309: first basic version, but will probably need some more work

2018-10-19 Thread Gürkan Myczko

http://phd-sid.ethz.ch/debian/rtl-433/



Bug#826464: package adoption

2018-10-19 Thread Karl Vanden Bogaert
Hello,

I'm a computer science student @ Paris 8 since 3 years now. I'm interested
to join debian as a developer, but one step at a time. Is it possible to
adopt this package to see how the previous developer worked on it and how
to keep it alive ?

Thanks for infos,

K.


-- 
Ce message, ainsi que toutes les pièces jointes, sont établis à l'intention
exclusive de ses destinataires et sont confidentiels. La publication,
l'utilisation, la distribution, l'impression ou la copie, totale ou
partielle, de ce message et de toutes les pièces jointes sont strictement
interdits.


Processed: affects 911339

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

> affects 911339 src:gpgme1.0
Bug #911339 [wnpp] RFP: node-chai -- assertion library for node and the browser
Added indication that 911339 affects src:gpgme1.0
> thanks
Stopping processing here.

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



Processed: retitle to RFP: ruby-geocoder -- complete geocoding solution for Ruby

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

> retitle 868536 RFP: ruby-geocoder -- complete geocoding solution for Ruby
Bug #868536 [wnpp] ITP: ruby-geocoder -- complete geocoding solution for Ruby
Changed Bug title to 'RFP: ruby-geocoder -- complete geocoding solution for 
Ruby' from 'ITP: ruby-geocoder -- complete geocoding solution for Ruby'.
> noowner 868536
Bug #868536 [wnpp] RFP: ruby-geocoder -- complete geocoding solution for Ruby
Removed annotation that Bug was owned by Rajeev R Menon .
> stop
Stopping processing here.

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



Processed: retitle to RFP: node-cmd-shim -- cmd-shim is used in npm for creating executable scripts on Windows

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

> retitle 868528 RFP: node-cmd-shim -- cmd-shim is used in npm for creating 
> executable scripts on Windows
Bug #868528 [wnpp] ITP: node-cmd-shim -- cmd-shim is used in npm for creating 
executable scripts on Windows
Changed Bug title to 'RFP: node-cmd-shim -- cmd-shim is used in npm for 
creating executable scripts on Windows' from 'ITP: node-cmd-shim -- cmd-shim is 
used in npm for creating executable scripts on Windows'.
> noowner 868528
Bug #868528 [wnpp] RFP: node-cmd-shim -- cmd-shim is used in npm for creating 
executable scripts on Windows
Removed annotation that Bug was owned by Navaneeth Kishore.
> stop
Stopping processing here.

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



Bug#911397: RFP: git-subrepo -- Git Submodule Alternative

2018-10-19 Thread Varac
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: git-subrepo
  Version : 0.3.1
  Upstream Author : Ingy dot Net 
* URL : https://github.com/ingydotnet/git-subrepo
* License : MIT
  Programming Lang: shell
  Description : Git Submodule Alternative

This git command "clones" an external git repo into a subdirectory of your
repo. Later on, upstream changes can be pulled in, and local changes can be
pushed back.

This command is an improvement from git-submodule and git-subtree; two
other git commands with similar goals, but various problems.

It assumes there are 3 main roles of people interacting with a repo, and
attempts to serve them all well:

- - owner - The person who authors/owns/maintains a repo.
- - users - People who are just using/installing the repo.
- - collaborators - People who commit code to the repo and subrepos.

The git-subrepo command benefits these roles in the following ways:


* Simple and intuitive commandline usage (with tab completion).
* Users get your repo and all your subrepos just by cloning your repo
* Users do not need to install git-subrepo, ever.
* Collaborators do not need to install unless they want to push/pull.
* Collaborators know when a subdir is a subrepo (it has a .gitrepo file)
* The .gitrepo file never gets pushed back to the subrepo upstream
* Well named branches and remotes are generated for manual operations
* Owners do not deal with the complications of keeping submodules in
  sync.
* Subrepo repositories can contain subrepos themselves.
* Branching with subrepos JustWorks.
* Different branches can have different subrepos in different states,
  etc.
* Moving/renaming/deleting a subrepo subdir JustWorks.
* You can init an existing subdirectory into a subrepo.
* Your git history is kept squeaky clean.
* Upstream history (clone/pull) is condensed into a single commit.
* Pulls can use a merge, rebase or force strategies.
* You can see the subrepo history with git log subrepo//fetch.
* Commits pushed back upstream are not condensed (by default).
* Trivial to try any subrepo operations and then reset back.
* No configuration required.
* Does not introduce history that messes up other git commands.
* Fixes known rebase failures with git-subtree.

-BEGIN PGP SIGNATURE-

iQJEBAEBCgAuFiEESvqqiCmYrIkee91NVGXnfnh27QQFAlvKChgQHHZhcmFjQHZh
cmFjLm5ldAAKCRBUZed+eHbtBNijD/9MSuRwEL5S3H5ILr6AN0sCxP9H7ubXvWo1
/1lEWQ4ILqHskUdbSkWeB8i5nXCOcISl0OWp1/AZ3GONhxEoaMV8zI2SD+RDc/bz
JgFNcXCV0q822ufR6o+cFYs0CwinEnIYqeIMye6CACmmhKGb5nREpijpB4E8q2li
TPHFEb33113weQ+KPPtbJcBY/IUlg30CwZuSsSiALCObRtcf+aXtyp2+1sDblI8w
4QAgj9NV6QGBX/KgLpeph5HWfacDkYPyw0vKTS4ZusvedEZw6ygZegFbthCZz9Q5
I5wkUubVKAGeflEhIOrq8EL9C6HeGpaTBmRHwIJpasZ9gM1xsBrljZ65IE1XlC+q
VVTSU1u2jJT6mo+PR12xMeHqTSdlmW65w+yEQJ8g5jYHKoM2j4Y63XJKmimlWa/9
C37jpGyRv+UXaIopZMMo4TGDkE+vTo5TiqxGOLenNImj0wa3R8plDa0Sv1jfnvd4
9d/p0Wcc01STCLOt3d3RPKy0K65QB80CIFcghgY0cjbWPR6hmxQ4/5eSYBcBwCFw
YMzpvk8hNeazdPRbtvKCOHw7lytyq7XuyBQ049IP2ve9ajzbDZmwXN19Edorx5K1
WqlZaxRpjevCAQ9F3fGYI06y5e5v8FwYZqG78Yky/D0ux4Cd8ODo3nboQ61B6fn/
CNIF59VpCQ==
=fgWu
-END PGP SIGNATURE-



Bug#908943: marked as done (ITP: golang-github-dnaeon-go-vcr -- Record and replay your HTTP interactions for tests)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 21:02:01 +
with message-id 
and subject line Bug#908943: fixed in golang-github-dnaeon-go-vcr 
0.0~git20180814.aafff18-2
has caused the Debian Bug report #908943,
regarding ITP: golang-github-dnaeon-go-vcr -- Record and replay your HTTP 
interactions for tests
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.)


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

* Package name: golang-github-dnaeon-go-vcr
  Version : 0.0~git20180814.aafff18-1
  Upstream Author : Marin Atanasov Nikolov
* URL : https://github.com/dnaeon/go-vcr
* License : BSD-2-clause
  Programming Lang: Go
  Description : Record and replay your HTTP interactions for tests

 go-vcr simplifies testing by recording your HTTP interactions and
 replaying them in future runs in order to provide fast, deterministic
 and accurate testing of your code.


This package is needed for the new upstream version of rclone.

Regards,
Tobias




signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: golang-github-dnaeon-go-vcr
Source-Version: 0.0~git20180814.aafff18-2

We believe that the bug you reported is fixed in the latest version of
golang-github-dnaeon-go-vcr, 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 908...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dr. Tobias Quathamer  (supplier of updated 
golang-github-dnaeon-go-vcr 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: Tue, 16 Oct 2018 12:22:44 +0200
Source: golang-github-dnaeon-go-vcr
Binary: golang-github-dnaeon-go-vcr-dev
Architecture: source all
Version: 0.0~git20180814.aafff18-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Dr. Tobias Quathamer 
Description:
 golang-github-dnaeon-go-vcr-dev - Record and replay your HTTP interactions for 
tests
Closes: 908943
Changes:
 golang-github-dnaeon-go-vcr (0.0~git20180814.aafff18-2) unstable; 
urgency=medium
 .
   * Add missing copyright information
   * Install examples tests and fixtures
 .
 golang-github-dnaeon-go-vcr (0.0~git20180814.aafff18-1) unstable; 
urgency=medium
 .
   * Initial release (Closes: #908943)
Checksums-Sha1:
 e41a10754d9118fc977fc9abb223c1842d095565 2363 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2.dsc
 6352ae8536ed592f51c72a0abd5ed443bd29753e 14832 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18.orig.tar.xz
 b49a3d70ff559abc8621c43cae1d4f17ef647ab8 8244 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2.debian.tar.xz
 caf77e8dc9549287570a5c6c962fba6474198e01 20428 
golang-github-dnaeon-go-vcr-dev_0.0~git20180814.aafff18-2_all.deb
 c8a77c81ce61aba147510f1b6a1160e488355597 6130 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2_amd64.buildinfo
Checksums-Sha256:
 b549d1c582a5d957003488afc4b7bcb1d9de6feed11c6bdbd0cd870dbad57302 2363 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2.dsc
 f3903b2d1b9a3bdafeadd82d8adb6b01428f5910fed0cdaf7a875c997a58c18e 14832 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18.orig.tar.xz
 93df622169f06c99112a7cb570fbca76386973e64e6583954866872c61d0bcfc 8244 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2.debian.tar.xz
 5ed49d09b6bd6d35054e395622099668ea390d112ab73ec6237c1309586d7fb5 20428 
golang-github-dnaeon-go-vcr-dev_0.0~git20180814.aafff18-2_all.deb
 8ea2e5185b3ef4954eb056bb2e2247bb364d03a19865ea6c0ababcc299ec9648 6130 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2_amd64.buildinfo
Files:
 e60d1dca4e9e3816f339f3d77bc27695 2363 devel optional 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2.dsc
 1132147f8f43ac41f09b033e9beadf2a 14832 devel optional 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18.orig.tar.xz
 6b6786238209ced739c1e5f1e79f8bd9 8244 devel optional 
golang-github-dnaeon-go-vcr_0.0~git20180814.aafff18-2.debian.tar.xz
 fe1171974995b8e2ad18c5c78fbc40bb 20428 devel optional 
golang-github-dnaeon-go-vcr-dev_0.0~git20180814.aafff18-2_al

Bug#909830: marked as done (ITP: libbraiding -- computations on braid groups)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 21:02:02 +
with message-id 
and subject line Bug#909830: fixed in libbraiding 1.0-1
has caused the Debian Bug report #909830,
regarding ITP: libbraiding -- computations on braid groups
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.)


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

* Package name: libbraiding
  Version : 1.0
  Upstream Author : Miguel Marco-Buzunariz 
* URL : https://github.com/miguelmarco/libbraiding
* License : GPL-2+
  Programming Lang: C++
  Description : computations on braid groups

libbraiding is a library to compute several properties of braids, including
centralizer and conjugacy check.

I'm packaging it because it is a dependency of sagemath 8.4.
--- End Message ---
--- Begin Message ---
Source: libbraiding
Source-Version: 1.0-1

We believe that the bug you reported is fixed in the latest version of
libbraiding, 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 909...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Hansen  (supplier of updated libbraiding 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, 30 Sep 2018 00:54:59 +0200
Source: libbraiding
Binary: libbraiding0 libbraiding-dev
Architecture: source amd64
Version: 1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Tobias Hansen 
Description:
 libbraiding-dev - computations on braid groups (development files)
 libbraiding0 - computations on braid groups
Closes: 909830
Changes:
 libbraiding (1.0-1) unstable; urgency=medium
 .
   * Initial package (Closes: #909830).
Checksums-Sha1:
 fb4d57e51c6ba43375510a8fbc28216811cb0a98 2010 libbraiding_1.0-1.dsc
 c0aa58cfc6954e84f60b8d5564c94de3de3b449d 42976 libbraiding_1.0.orig.tar.gz
 1f0942d6d8d6ca2920314a637bbb3563c611ebf2 1904 libbraiding_1.0-1.debian.tar.xz
 b28857bc84b9b387eac90641d58c308c4287724f 16408 libbraiding-dev_1.0-1_amd64.deb
 09472d6d8e5c1eed47c68e1f00c013cc59f8dbad 659984 
libbraiding0-dbgsym_1.0-1_amd64.deb
 2ff66cf2c73c6bd6c89d73ce2939b527aedaf2c6 62460 libbraiding0_1.0-1_amd64.deb
 a9b860fa4b2c5375b12f8d2a9531c8f18efb39de 6124 libbraiding_1.0-1_amd64.buildinfo
Checksums-Sha256:
 5a67817bd25786201eab5d7452c1a30883049cf51acbb304c31a8d894ebb98b8 2010 
libbraiding_1.0-1.dsc
 db713898a94f4515ec97021f8971f0c392366e675a53863ff4f170700fa386de 42976 
libbraiding_1.0.orig.tar.gz
 edaece174c6f0b64c6b364e62ed11018fb496e94dd06598681e744e6671213f8 1904 
libbraiding_1.0-1.debian.tar.xz
 a0202d253032e1fe5104c542d5600426dacff3a97c6c2bd0728d700fba89a7d6 16408 
libbraiding-dev_1.0-1_amd64.deb
 bd71d2a968ed9f55658d5023a5b293d4e5912f216c8168c24436d6bc7229413f 659984 
libbraiding0-dbgsym_1.0-1_amd64.deb
 85d56cdddb83318c408af1d64997489fcfef48bfae19cc159070364390ffcc6d 62460 
libbraiding0_1.0-1_amd64.deb
 cd29357b5508f5313651db001582b7f79fe56f866cf5c5474829d0b8abc0314e 6124 
libbraiding_1.0-1_amd64.buildinfo
Files:
 19b541ab0b83f773edd479cc944667ac 2010 math optional libbraiding_1.0-1.dsc
 459e99ca241bee4233b5d30e84951d81 42976 math optional 
libbraiding_1.0.orig.tar.gz
 508332b2e50e0d94618fbbedadce9525 1904 math optional 
libbraiding_1.0-1.debian.tar.xz
 689f0e4e29b4800331d76d6785e699ca 16408 libdevel optional 
libbraiding-dev_1.0-1_amd64.deb
 7e13d55d7123271fc8422863968c94cb 659984 debug optional 
libbraiding0-dbgsym_1.0-1_amd64.deb
 07dea7fa32d39af83d8dcd324818811b 62460 libs optional 
libbraiding0_1.0-1_amd64.deb
 9848cdd4a6ebce88de4e4d916c802993 6124 math optional 
libbraiding_1.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoH46ol3M2u2mYo0kjIIWnY7OzSoFAluwA/IACgkQjIIWnY7O
zSq9CBAAjMocR1xioN9qNV1+xnWYoFGuvurtydwmexWRzvJzAy85uRi6hwOsIFov
0ahGKnj/4MELx0QmZSBQIcBlhzou/2AzIasCuUbytdwPbR0mCH+ZMko+Y6Vf7RvE
j3Mdosbb2d34fTsPoKdM3G1BEGCeL7vXiHLAj3MkCwr70P9QEsfWIHL7uCXM/2ks
DOVAPePYaigAiN+TNMbOLe9GLSpnlww4o1eVMhH8psGkEFgT9WR0vEY83fbG1eTs
Y8paQNFomMa2YIqrPY8Q8bM1FCw6mParDvHtWL6SNgC7BZIFHA6SZ4kQkHOLmNeg
b1ZFOz38+o48

Bug#909831: marked as done (ITP: libhomfly -- compute the homfly polynomial of a link)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 21:02:03 +
with message-id 
and subject line Bug#909831: fixed in libhomfly 1.02r5-1
has caused the Debian Bug report #909831,
regarding ITP: libhomfly -- compute the homfly polynomial of a link
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.)


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

* Package name: libhomfly
  Version : 1.02r5
  Upstream Author : Miguel Marco-Buzunariz 
* URL : https://github.com/miguelmarco/libhomfly
* License : unlicence
  Programming Lang: C
  Description : compute the homfly polynomial of a link

libhomfly is a library to compute the homfly polynomial of knots and links.

I'm packaging it because it is a dependency of sagemath 8.4.
--- End Message ---
--- Begin Message ---
Source: libhomfly
Source-Version: 1.02r5-1

We believe that the bug you reported is fixed in the latest version of
libhomfly, 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 909...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Hansen  (supplier of updated libhomfly 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: Sat, 29 Sep 2018 22:57:18 +
Source: libhomfly
Binary: libhomfly0 libhomfly-dev
Architecture: source amd64
Version: 1.02r5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Tobias Hansen 
Description:
 libhomfly-dev - compute the homfly polynomial of a link (development files)
 libhomfly0 - compute the homfly polynomial of a link
Closes: 909831
Changes:
 libhomfly (1.02r5-1) unstable; urgency=medium
 .
   * Initial package (Closes: #909831).
Checksums-Sha1:
 7e978dcba623e4d4b42fdc3a8aa9153a3bf7db95 2014 libhomfly_1.02r5-1.dsc
 5fde250b04dfec4032cb65f154455391f9cc7e7c 24483 libhomfly_1.02r5.orig.tar.gz
 5881e3e5fbc93622e649104911b9c14a31f9f59f 2400 libhomfly_1.02r5-1.debian.tar.xz
 206cdade878c57ed59347d2bbc6cd83dd79b9da9 3616 libhomfly-dev_1.02r5-1_amd64.deb
 bbb53b8dbdfe2832446b7cbde30383f2eeb025ad 28060 
libhomfly0-dbgsym_1.02r5-1_amd64.deb
 40286d7ef29df6ed0af3bd7c82d5e2fb6a905630 15004 libhomfly0_1.02r5-1_amd64.deb
 3feb1d1d9c3448f0d2625008215f4e8a08a98b58 6181 
libhomfly_1.02r5-1_amd64.buildinfo
Checksums-Sha256:
 8dd2e73e3a5b3bfaca8bda2392d8c42fc7fcf5ec5f8d4c120445d7cdc2037b67 2014 
libhomfly_1.02r5-1.dsc
 072d59a644f727b0210fe1aa6fc9c0a202f495a9220bcd4605b7f98ce295cbba 24483 
libhomfly_1.02r5.orig.tar.gz
 cc96f9ffb248aa0d84466fd3c55223c450a44f2322c50b89e70dab583374e841 2400 
libhomfly_1.02r5-1.debian.tar.xz
 66025f6b6e7119edaed9fe8cb27d4692b795f85fafcf0f69ac33c54a58f1ef62 3616 
libhomfly-dev_1.02r5-1_amd64.deb
 bcaadd704bb58ad4628e67d43398db7b2294de13bcb58c753a9fa8bf68d1 28060 
libhomfly0-dbgsym_1.02r5-1_amd64.deb
 b6e3a5b15be4f034019972bbffa40270ecb5c47923ba5277a798e02c4698aed4 15004 
libhomfly0_1.02r5-1_amd64.deb
 1c897ac63036c8c50700076deb4898d284b4be01acb3a225228adc93b31c56f8 6181 
libhomfly_1.02r5-1_amd64.buildinfo
Files:
 fb2dbd433132aace100ad3bd18855d7c 2014 math optional libhomfly_1.02r5-1.dsc
 abbfaabdb9f353bec51aa9730dcce188 24483 math optional 
libhomfly_1.02r5.orig.tar.gz
 17b287da54e3970896f60e74aceaed59 2400 math optional 
libhomfly_1.02r5-1.debian.tar.xz
 aa1f3bfba82772962b2eec56909f8ede 3616 libdevel optional 
libhomfly-dev_1.02r5-1_amd64.deb
 e85d8cef2a30e54f4c73e82c5040f045 28060 debug optional 
libhomfly0-dbgsym_1.02r5-1_amd64.deb
 75be290c61b6bd0b764ff8732331b4b7 15004 libs optional 
libhomfly0_1.02r5-1_amd64.deb
 a698e6dc1ad7942fd5cfadb2f9535e07 6181 math optional 
libhomfly_1.02r5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoH46ol3M2u2mYo0kjIIWnY7OzSoFAluwBLUACgkQjIIWnY7O
zSoLCA/+NTUF4xqTU3IN+ah4wStlClFpJV8aJ/pkB84VmK7nIlEOy9aXtP6rbS2W
WEfA6QaD1BJUK+kRuK6Xt1fKe3vyrUh3d6oUKoYL2RVnpRU+tLSi6eLkUggCgmMM
379jwlWMBvHWLcmJCnN9ltUEdV3G1rPoEZGfWL15PG6N78QF6g8sFnJwz9x0Ipd9
zFhzHp9Ej6bjjFMQ77uUEizianXXiK3JzOyxiiA/SazmcwcXMJOqHo+jsEg/Hoe1
+sc/K++MrTiuIbUkEptDomT8Z8BlJ4Kdm6pqKLp/BR1F2CJmisI6U2XpY6md

Bug#881159: marked as done (ITP: node-autoprefixer -- add vendor prefixes to CSS rules)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 21:02:03 +
with message-id 
and subject line Bug#881159: fixed in node-autoprefixer 7.2.5-1
has caused the Debian Bug report #881159,
regarding ITP: node-autoprefixer -- add vendor prefixes to CSS rules
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.)


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

* Package name: node-autoprefixer
  Version : 7.1.6
  Upstream Author : Andrey Sitnik 
* URL : https://github.com/postcss/autoprefixer#readme
* License : Expat
  Programming Lang: JavaScript
  Description : add vendor prefixes to CSS rules

 PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using
values
 from the Can I Use website. It is recommended by Google and used in Twitter
 and Taobao.
 .
 Write your CSS rules without vendor prefixes (in fact, forget about them
 entirely).
 .
 Node.js is an event-based server-side JavaScript engine.

Dependency of gitlab 9.5



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: node-autoprefixer
Source-Version: 7.2.5-1

We believe that the bug you reported is fixed in the latest version of
node-autoprefixer, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pirate Praveen  (supplier of updated node-autoprefixer 
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: Tue, 16 Oct 2018 15:07:17 +0530
Source: node-autoprefixer
Binary: node-autoprefixer
Architecture: source all
Version: 7.2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Pirate Praveen 
Description:
 node-autoprefixer - add vendor prefixes to CSS rules
Closes: 881159
Changes:
 node-autoprefixer (7.2.5-1) unstable; urgency=medium
 .
   * Initial release (Closes: #881159)
Checksums-Sha1:
 bcadb12472cce94ab1bce21e2bd91cc0384a3d47 2741 node-autoprefixer_7.2.5-1.dsc
 6f682b6a027a4e9ddfa4564cd2589d1d4e669ede 2694 
node-autoprefixer_7.2.5.orig-num2fraction.tar.gz
 f629e75a85358a724023cc8d5743337eb91f913e 139877 
node-autoprefixer_7.2.5.orig.tar.gz
 9add81931d627556f593ec435f4bda56db38b86d 10628 
node-autoprefixer_7.2.5-1.debian.tar.xz
 379b6be153862a5674d2c7a1fc8af30d05a540d7 49936 
node-autoprefixer_7.2.5-1_all.deb
 97800a3cfca0c6cbfd49d5a4f1768508870d02e9 18336 
node-autoprefixer_7.2.5-1_amd64.buildinfo
Checksums-Sha256:
 ce42973e625f8c61a7db737e7bb1bb80d55cc946536fca52a3f67c8fec99bd40 2741 
node-autoprefixer_7.2.5-1.dsc
 0225f46ed6c6fb9538c6219dc953b7aa4e74a4b6d2c92ebd58d07be3e8388133 2694 
node-autoprefixer_7.2.5.orig-num2fraction.tar.gz
 aa1f0b90b1754c199fa721f6285a0cb20bc0255df92504d29ea3fa122d49db3e 139877 
node-autoprefixer_7.2.5.orig.tar.gz
 2b2d0d305763f222c8e56106969172d1f1cae83f1ae3c89d2d88ab6c0481298b 10628 
node-autoprefixer_7.2.5-1.debian.tar.xz
 01e5c820cc419b3387439457fff21b92574f146cc664bd205e44e99140444c43 49936 
node-autoprefixer_7.2.5-1_all.deb
 ff73dc4b68a124442e83e29c3881f9495a4f4ab039bd192b8cd275d90e44ee84 18336 
node-autoprefixer_7.2.5-1_amd64.buildinfo
Files:
 2ff404b94c9e2cdcce1864b7a670a9ba 2741 javascript optional 
node-autoprefixer_7.2.5-1.dsc
 f9e16d082f43183175d885c6da2c193c 2694 javascript optional 
node-autoprefixer_7.2.5.orig-num2fraction.tar.gz
 0aefd8c85a6ef3f6286b65cbe34ba7be 139877 javascript optional 
node-autoprefixer_7.2.5.orig.tar.gz
 ca115d265f4a113eb81976380980887f 10628 javascript optional 
node-autoprefixer_7.2.5-1.debian.tar.xz
 72cbb507698192a5ba7cb27b41177d58 49936 javascript optional 
node-autoprefixer_7.2.5-1_all.deb
 05de172e589d839918cd7d04bcd47f23 18336 javascript optional 
node-autoprefixer_7.2.5-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlvFwbQACgkQzh+cZ0US
wircGw/7BURvTKt9AkH6YSv8HhdBV6QJoaOYoHZu+77OdT2Fddph1b25k5GwcBhu
33Kz2yWqe9GPnwLYNUv2RHlPwWdbaRWMlwT0/GRaT9hfOdRfo1gND/I5NFVi4s1k
+ORSd/g4EkGSISZ

Bug#891237: marked as done (ITP: xfce4-statusnotifier-plugin -- plugin to display status notifiers in the Xfce4 panel)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 22:04:06 +
with message-id 
and subject line Bug#891237: fixed in xfce4-statusnotifier-plugin 0.2.1-1
has caused the Debian Bug report #891237,
regarding ITP: xfce4-statusnotifier-plugin -- plugin to display status 
notifiers in the Xfce4 panel
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.)


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

* Package name: xfce4-statusnotifier-plugin
  Version : 0.2.1
  Upstream Author : Xfce Project
* URL :
http://git.xfce.org/panel-plugins/xfce4-statusnotifier-plugin
* License : GPL-2
  Programming Lang: C
  Description : plugin to display status notifiers in the Xfce4 panel

 A small plugin to display status notifiers, including application indicators,
 in the Xfce4 panel as described in freedesktop.org StatusNotifierItem
 specification. Status notifiers are a modern alternative to the system tray.

We already have Ubuntu packages available:

https://packages.ubuntu.com/source/bionic/xfce4-statusnotifier-plugin

Dear Xfce team, could you consider packaging it?

--
Thanks,
Boyuan Yang
--- End Message ---
--- Begin Message ---
Source: xfce4-statusnotifier-plugin
Source-Version: 0.2.1-1

We believe that the bug you reported is fixed in the latest version of
xfce4-statusnotifier-plugin, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Unit 193  (supplier of updated xfce4-statusnotifier-plugin 
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: Mon, 17 Sep 2018 19:21:32 -0400
Source: xfce4-statusnotifier-plugin
Binary: xfce4-statusnotifier-plugin
Architecture: source amd64
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Unit 193 
Changed-By: Unit 193 
Description:
 xfce4-statusnotifier-plugin - plugin to display status notifiers in the Xfce4 
panel
Closes: 891237
Changes:
 xfce4-statusnotifier-plugin (0.2.1-1) unstable; urgency=medium
 .
   [ Sean Davis / Unit 193 ]
   * Initial release (Closes: #891237)
Checksums-Sha1:
 bf775826d6d8bb982d37011e537b77120b780af4 2265 
xfce4-statusnotifier-plugin_0.2.1-1.dsc
 634fb3b8db3e8cba68b60b902c1c1eea366eec0b 384119 
xfce4-statusnotifier-plugin_0.2.1.orig.tar.bz2
 1204367ec87954f83326426b2d6335cc3e05ec72 1920 
xfce4-statusnotifier-plugin_0.2.1-1.debian.tar.xz
 81f037f1bfcf41b5785d898840cbb66cce96277b 160352 
xfce4-statusnotifier-plugin-dbgsym_0.2.1-1_amd64.deb
 5c8dce7bb48d2b543e3841707a5cfd891791a6b6 15681 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.buildinfo
 ca3d0140f558ece0ca218f286705a845600d749b 64328 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.deb
Checksums-Sha256:
 7f00a185a33e3be9f431088ecf53144f69d0f9d36f95ec70f7e4999f59c60618 2265 
xfce4-statusnotifier-plugin_0.2.1-1.dsc
 524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94 384119 
xfce4-statusnotifier-plugin_0.2.1.orig.tar.bz2
 01687f074ac443c80de752987fa831f961d04de25021b69d72f5e7f6f28e3b63 1920 
xfce4-statusnotifier-plugin_0.2.1-1.debian.tar.xz
 8d5bf7a1acbd3dc73bbf9d9cdf6e8c0a7727578c49b2bf1b53740801b7f3a9ee 160352 
xfce4-statusnotifier-plugin-dbgsym_0.2.1-1_amd64.deb
 1c11e8c309a5813fd957ffb4e28d78b9239e7b870e906c506607b213270408c6 15681 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.buildinfo
 eaf23bf3f6ca7951f431fd41920d0b884e8cc5f539fd20aecd981d505307ac69 64328 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.deb
Files:
 efee9068a0d0e955e3b4746f7f43b932 2265 xfce optional 
xfce4-statusnotifier-plugin_0.2.1-1.dsc
 152a327049e3977c439961d3e007e14d 384119 xfce optional 
xfce4-statusnotifier-plugin_0.2.1.orig.tar.bz2
 f1f541b8af39243d49c46c8f0c81c09d 1920 xfce optional 
xfce4-statusnotifier-plugin_0.2.1-1.debian.tar.xz
 9298bbdb7dd31cb8e32f03d2557a68c4 160352 debug optional 
xfce4-statusnotifier-plugin-dbgsym_0.2.1-1_amd64.deb
 277a9dbd6a7431aebb6756d0672cecce 15681 xfce optional 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.buildinfo
 3b59c5ef08494462ab6e11753ed74b26 64328 xfce

Bug#909065: marked as done (ITP: xfce4-statusnotifier-plugin -- plugin to display status notifiers in the Xfce4 panel)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 22:04:06 +
with message-id 
and subject line Bug#891237: fixed in xfce4-statusnotifier-plugin 0.2.1-1
has caused the Debian Bug report #891237,
regarding ITP: xfce4-statusnotifier-plugin -- plugin to display status 
notifiers in the Xfce4 panel
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.)


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

* Package name: xfce4-statusnotifier-plugin
  Version : 0.2.1
  Upstream Author : Viktor Odintsev 
* URL : 
https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin
* License : GPL-2+
  Programming Lang: C
  Description : plugin to display status notifiers in the Xfce4 panel

A small plugin to display status notifiers, including application indicators,
in the Xfce4 panel as described in freedesktop.org StatusNotifierItem
specification. Status notifiers are a modern alternative to the system tray.

This provides a nice way in Xfce to display indicators in the panel. There may
be other panel plugins that do a similar thing, but this is an official project
of Xfce.
--- End Message ---
--- Begin Message ---
Source: xfce4-statusnotifier-plugin
Source-Version: 0.2.1-1

We believe that the bug you reported is fixed in the latest version of
xfce4-statusnotifier-plugin, 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 891...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Unit 193  (supplier of updated xfce4-statusnotifier-plugin 
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: Mon, 17 Sep 2018 19:21:32 -0400
Source: xfce4-statusnotifier-plugin
Binary: xfce4-statusnotifier-plugin
Architecture: source amd64
Version: 0.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Unit 193 
Changed-By: Unit 193 
Description:
 xfce4-statusnotifier-plugin - plugin to display status notifiers in the Xfce4 
panel
Closes: 891237
Changes:
 xfce4-statusnotifier-plugin (0.2.1-1) unstable; urgency=medium
 .
   [ Sean Davis / Unit 193 ]
   * Initial release (Closes: #891237)
Checksums-Sha1:
 bf775826d6d8bb982d37011e537b77120b780af4 2265 
xfce4-statusnotifier-plugin_0.2.1-1.dsc
 634fb3b8db3e8cba68b60b902c1c1eea366eec0b 384119 
xfce4-statusnotifier-plugin_0.2.1.orig.tar.bz2
 1204367ec87954f83326426b2d6335cc3e05ec72 1920 
xfce4-statusnotifier-plugin_0.2.1-1.debian.tar.xz
 81f037f1bfcf41b5785d898840cbb66cce96277b 160352 
xfce4-statusnotifier-plugin-dbgsym_0.2.1-1_amd64.deb
 5c8dce7bb48d2b543e3841707a5cfd891791a6b6 15681 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.buildinfo
 ca3d0140f558ece0ca218f286705a845600d749b 64328 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.deb
Checksums-Sha256:
 7f00a185a33e3be9f431088ecf53144f69d0f9d36f95ec70f7e4999f59c60618 2265 
xfce4-statusnotifier-plugin_0.2.1-1.dsc
 524314c05cf19e59c3b1ab928ef025b7bba62b228cf4bdc18072d17a13068b94 384119 
xfce4-statusnotifier-plugin_0.2.1.orig.tar.bz2
 01687f074ac443c80de752987fa831f961d04de25021b69d72f5e7f6f28e3b63 1920 
xfce4-statusnotifier-plugin_0.2.1-1.debian.tar.xz
 8d5bf7a1acbd3dc73bbf9d9cdf6e8c0a7727578c49b2bf1b53740801b7f3a9ee 160352 
xfce4-statusnotifier-plugin-dbgsym_0.2.1-1_amd64.deb
 1c11e8c309a5813fd957ffb4e28d78b9239e7b870e906c506607b213270408c6 15681 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.buildinfo
 eaf23bf3f6ca7951f431fd41920d0b884e8cc5f539fd20aecd981d505307ac69 64328 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.deb
Files:
 efee9068a0d0e955e3b4746f7f43b932 2265 xfce optional 
xfce4-statusnotifier-plugin_0.2.1-1.dsc
 152a327049e3977c439961d3e007e14d 384119 xfce optional 
xfce4-statusnotifier-plugin_0.2.1.orig.tar.bz2
 f1f541b8af39243d49c46c8f0c81c09d 1920 xfce optional 
xfce4-statusnotifier-plugin_0.2.1-1.debian.tar.xz
 9298bbdb7dd31cb8e32f03d2557a68c4 160352 debug optional 
xfce4-statusnotifier-plugin-dbgsym_0.2.1-1_amd64.deb
 277a9dbd6a7431aebb6756d0672cecce 15681 xfce optional 
xfce4-statusnotifier-plugin_0.2.1-1_amd64.buildinfo
 3b59c5ef08494462ab6e11753ed74b26 64328 xfce optional 
xfce4-statusnotifi

Bug#907180: marked as done (ITP: znc-backlog -- Request backlog for IRC channels)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 22:04:07 +
with message-id 
and subject line Bug#907180: fixed in znc-backlog 0.20170713-1
has caused the Debian Bug report #907180,
regarding ITP: znc-backlog -- Request backlog for IRC channels
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.)


-- 
907180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Source: znc-backlog
Source-Version: 0.20170713-1

We believe that the bug you reported is fixed in the latest version of
znc-backlog, 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.
Felipe Sateler  (supplier of updated znc-backlog 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: Tue, 11 Sep 2018 18:13:27 -0300
Source: znc-backlog
Binary: znc-backlog
Architecture: amd64 source
Version: 0.20170713-1
Distribution: unstable
Urgency: medium
Maintainer: Felipe Sateler 
Changed-By: Felipe Sateler 
Closes: 907180
Description: 
 znc-backlog - module for requesting backlog from znc bouncer
Changes:
 znc-backlog (0.20170713-1) unstable; urgency=medium
 .
   * Initial release. Closes: #907180
Checksums-Sha1: 
 694ad41ad3f881851a8757c2238b93ae8d20b3f4 1930 znc-backlog_0.20170713-1.dsc
 a610a992e1916bf1c170233c16897f864bba2995 7716 
znc-backlog_0.20170713.orig.tar.xz
 f920b8a3c0cc403d392f166bbde027ef237ff058 2340 
znc-backlog_0.20170713-1.debian.tar.xz
 4b1da0b636cce7266a64af88545ef5dac408b92d 7495 
znc-backlog_0.20170713-1_amd64.buildinfo
 bac633fda44c7efdc05e3b3a429d41c8ae8c93ce 474656 
znc-backlog-dbgsym_0.20170713-1_amd64.deb
 096cc4c4d3377276b37b1cefe9c72a9d1b035b23 22768 
znc-backlog_0.20170713-1_amd64.deb
Checksums-Sha256: 
 13841ef8aeca0034873ac52c7f471b6de4b728ff8e044c0c1ce1ac75413653d8 1930 
znc-backlog_0.20170713-1.dsc
 6d23392848c53b3af07cc859eb897250b23e970a5de6583c60e23612ab268bce 7716 
znc-backlog_0.20170713.orig.tar.xz
 4882e279694fb9a5fbb71d9d51cc2e99a308c35b7a947577fba138a3525d42f0 2340 
znc-backlog_0.20170713-1.debian.tar.xz
 07d946b41092ca44d7b2ba827d89e5b959f27505a2b28bd9a6d2537ce918e8c9 7495 
znc-backlog_0.20170713-1_amd64.buildinfo
 0749c169c5cd1441e50220cc1c8819810b8f5339a337e8c9f510618c6f7526d2 474656 
znc-backlog-dbgsym_0.20170713-1_amd64.deb
 ba9425bb0c6b20b6e88fccda93f3d57c604d47aabfc902526362cae149567ea2 22768 
znc-backlog_0.20170713-1_amd64.deb
Files: 
 5fb86fcccf73a20d176e52e7d9a60f5f 1930 net optional znc-backlog_0.20170713-1.dsc
 c53ca4c38116d835c0be142af47331a7 7716 net optional 
znc-backlog_0.20170713.orig.tar.xz
 bca5d4a8be08972f23354b9b2578dcc8 2340 net optional 
znc-backlog_0.20170713-1.debian.tar.xz
 ce38274b825ed040ac5a8d30fecc2c69 7495 net optional 
znc-backlog_0.20170713-1_amd64.buildinfo
 1dfbf2aa08720cc3e5d67302236e89ec 474656 debug optional 
znc-backlog-dbgsym_0.20170713-1_amd64.deb
 6fd3d44be49cc60edeb31b7e5e9a28e1 22768 net optional 
znc-backlog_0.20170713-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAyFiEEIY7gNiAzyHtsE1+ko7q64kCN1s8FAlvDQMkUHGZzYXRlbGVy
QGRlYmlhbi5vcmcACgkQo7q64kCN1s9/YhAAjIeJpFY1S4fmQclrjoUUtlOrNten
EOV1QVXsMoxJ4AN2T3hzWs0ywa3cnSewL3c0M8Ua2UuWjiuoq0uaiLNckDpqtHu6
8CO15wZH0HYkraRSj4gSQ6CEVHPcxDK6Kx2NMWzx50MYuFsoQZH7WkMBuYJ7JMPM
nPPfOHqEQ5xyzQXrN8hixKOs+RTCGZiyMTsJUn5HF/25ny8FgTjNJh6PiBenRxaO
KcygeoBmuqjjB+Asc1uy0n40

Processed: retitle to RFP: node-debuglog -- Debuglog - backport of util.debuglog() from node v0.11

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

> retitle 868565 RFP: node-debuglog -- Debuglog - backport of util.debuglog() 
> from  node v0.11
Bug #868565 [wnpp] ITP: node-debuglog -- Debuglog - backport of util.debuglog() 
from  node v0.11
Changed Bug title to 'RFP: node-debuglog -- Debuglog - backport of 
util.debuglog() from  node v0.11' from 'ITP: node-debuglog -- Debuglog - 
backport of util.debuglog() from  node v0.11'.
> noowner 868565
Bug #868565 [wnpp] RFP: node-debuglog -- Debuglog - backport of util.debuglog() 
from  node v0.11
Removed annotation that Bug was owned by Nirmal K V.
> stop
Stopping processing here.

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



Processed: retitle to RFP: sddm-config-editor -- Graphical editor for SDDM

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

> retitle 868562 RFP: sddm-config-editor -- Graphical editor for SDDM
Bug #868562 [wnpp] ITP: sddm-config-editor -- Graphical editor for SDDM
Changed Bug title to 'RFP: sddm-config-editor -- Graphical editor for SDDM' 
from 'ITP: sddm-config-editor -- Graphical editor for SDDM'.
> noowner 868562
Bug #868562 [wnpp] RFP: sddm-config-editor -- Graphical editor for SDDM
Removed annotation that Bug was owned by Alf Gaida .
> stop
Stopping processing here.

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



Bug#468325: marked as done (RFP: urbanterror -- Quake 3 based first person shooter)

2018-10-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Oct 2018 22:20:08 +
with message-id 
and subject line closing RFP: urbanterror -- Quake 3 based first person shooter
has caused the Debian Bug report #468325,
regarding RFP: urbanterror -- Quake 3 based first person shooter
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.)


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

This will consist of two source packages, urbanterror and
urbanterror-data, the former of which will be the game engine that is
compiled, the latter is the static data files (e.g. maps, sounds,
textures, etc.). The urbanterror source package will compile both client
and server binary packages. I was previously aiming to get this included
in Ubuntu Hardy but I didn't manage it due to the feature freeze, and I
was advised to submit it to Debian instead.

The game engine is licensed under GPL version 2.
The data files are under various licenses (maps and such are contributed
by many individuals) but all are free to distribute.
The Quake 3 QVM (file zpak000.pk3) is under the Quake 3 SDK EULA which
permits online distribution for non-commercial purposes, just to be
safe, this file isn't included in the package, rather a license prompt
is displayed pre-install and on acceptance, downloads this file (which
is only 1.2mb)

The game can be downloaded from http://www.urbanterror.net


--- End Message ---
--- Begin Message ---
RFP 468325 has no visible progress for a long time, so closing.--- End Message ---


Bug#911419: RFP: golang-notabug-hp-gogs -- A painless, self-hosted git service

2018-10-19 Thread Jeff Cliff
Package: wnpp
Severity: wishlist

* Package name: golang-notabug-hp-gogs
  Version : 9765b1dcd8
  Upstream Author : The Gogs Authors 
* URL : https://notabug.org/hp/gogs/
* License : MIT
  Programming Lang: go
  Description : A painless, self-hosted git service

Gogs is the software that runs notabug.org, a website for free 
software/open source collaboration using git.

The goal of this project is to make the easiest, fastest, and most painless way 
of 
setting up a self-hosted Git service. 



Bug#911420: ITP: numix-icon-theme-square -- Square icon theme from the Numix project

2018-10-19 Thread James Lu
Package: wnpp
Severity: wishlist
Owner: James Lu 

* Package name: numix-icon-theme-square
  Version : 18-10-03-1
  Upstream Author : Numix Project Ltd. 
* URL : https://numixproject.github.io/
* License : GPL
  Programming Lang: N/A (it's an image set that can be installed as is)
  Description : Square icon theme from the Numix project

Numix Square is an extensive icon theme for Linux desktops, with over
4000 application icons. It is developed by the Numix project and serves
as a companion to the base Numix icon theme (numix-icon-theme).

The Numix Circle variant of the icon theme (numix-icon-theme-circle) has
been packaged for some months now. This package will likewise be
maintained under the Debian Desktop Themes Team.



Bug#911427: RFA: spice - Simple Protocol for Independent Computing Environments (SPICE)

2018-10-19 Thread Liang Guo
Package: wnpp
Severity: normal

I don't have time working on this program, so I ask for a adopter.
-- 
Liang Guo
http://guoliang.me/



Bug#911428: RFA: spice-gtk - spice gtk client

2018-10-19 Thread Liang Guo
Package: wnpp
Severity: normal

I don't have time working on this program, so I ask for a adopter.
-- 
Liang Guo



Bug#911429: RFA: spice-protocol - spice protocal header

2018-10-19 Thread Liang Guo
Package: wnpp
Severity: normal

I don't have time working on this program, so I ask for a adopter.
-- 
Liang Guo
http://guoliang.me/



Bug#911430: RFA: spice-vdagent - spice agent for linux

2018-10-19 Thread Liang Guo
Package: wnpp
Severity: normal

I don't have time working on this program, so I ask for a adopter.



Bug#911431: RFA: usbredir - Implementing the usb-host (*) side of a usbredir connection

2018-10-19 Thread Liang Guo
Package: wnpp
Severity: normal

I don't have time working on this program, so I ask for a adopter.
-- 
Liang Guo



Bug#910917: RFA: apache2 -- Apache HTTP Server

2018-10-19 Thread Jason Vigil
Hello Stefan,

To be honest, I'm not terribly experienced with Apache HTTPD nor Debian 
packaging, but I am fairly experienced as a Debian user and Linux user in 
general. In addition, I am passionate about open source and a quick learner. I 
am interested in contributing to Debian and apache2 looks like the most 
exciting package that is up for adoption right now. Wondering if this could be 
a good avenue for getting involved in Debian. What do you think? Reach out to 
me on IRC??? vigiljt is my user.

- Jason