Bug#883054: ITP: r-cran-dimred -- GNU R framework for dimensionality reduction

2017-11-29 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-dimred
  Version : 0.1.0
  Upstream Author : Guido Kraemer 
* URL : https://cran.r-project.org/package=dimRed
* License : GPL
  Programming Lang: GNU R
  Description : GNU R framework for dimensionality reduction
 A collection of dimensionality reduction
 techniques from R packages and provides a common
 interface for calling the methods.


Remark: This package belongs to a pyramid of dependencies to upgrade
r-cran-caret to its latest upstream version.  It will be maintained by
the Debian Science team at
https://anonscm.debian.org/git/debian-science/packages/r-cran-dimred.git
Any takers for other new dependencies of r-cran-caret would be
really appreciated.  Also other Uploaders who volunteer to keep on
maintaining the packages are really welcome.



Bug#883065: ITP: tldr-py -- python client for tldr: simplified and community-driven man pages

2017-11-29 Thread Ondřej Nový
Package: wnpp
Severity: wishlist
Owner: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= 

* Package name: tldr-py
  Version : 0.7.0
  Upstream Author : lord63 
* URL : https://github.com/lord63/tldr.py
* License : MIT
  Programming Lang: Python
  Description : python client for tldr: simplified and community-driven man 
pages

Yet another python client for tldr. tldr is a collection of simplified and
community-driven man pages.



Processed: retitle to RFP: stardict-quick-achinese -- Stardict Quick package for Indonesian-Achinese dictionary

2017-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 833663 RFP: stardict-quick-achinese -- Stardict Quick package for 
> Indonesian-Achinese dictionary
Bug #833663 [wnpp] ITP: stardict-quick-achinese -- Stardict Quick package for 
Indonesian-Achinese dictionary
Changed Bug title to 'RFP: stardict-quick-achinese -- Stardict Quick package 
for Indonesian-Achinese dictionary' from 'ITP: stardict-quick-achinese -- 
Stardict Quick package for Indonesian-Achinese dictionary'.
> noowner 833663
Bug #833663 [wnpp] RFP: stardict-quick-achinese -- Stardict Quick package for 
Indonesian-Achinese dictionary
Removed annotation that Bug was owned by Izharul Haq .
> stop
Stopping processing here.

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



Bug#883075: ITP: memleax -- debug a running process for memoy leaks without recompiling or restarting

2017-11-29 Thread Nicholas D Steeves
Package: wnpp
Severity: wishlist
Owner: Nicholas D Steeves 

Package name: memleax
Version : 1.0.3
Upstream Author : WuBingzheng 
URL : https://github.com/WuBingzheng/memleax
License : GPL-2
Programming Lang: C
Description : debug a running process for memoy leaks without recompiling 
or restarting

 Memleax debugs a program for memory leaks by attaching to a running process,
 similarly to how gdb's does. It then hooks into the target process's
 invocation of memory allocation and free, and reports in real time the
 memory blocks that it identifies as memory leaks. The default expiration
 threshold is 10 seconds; however, you should always set this with the -e
 option according to your scenarios.
 .
 It is very convenient to use, and is suitable for production
 environments. There is no need to recompile the program that is being
 debugged and no need to restart the target process. Attach memleax to the
 target process, wait for the real-time memory leak report while it monitors
 the target program's memory allocation, and then kill memleax (e.g. sent it
 a SIGINT with Ctrl-C) to stop monitoring.
 .
 Memleax follows new threads, but not forked processes. If you want to
 debug multiple processes, just run multiple instances of memleax!
 .
 Differences from Valgrind:
 .
 * Valgrind starts the target process, while memleax attaches to on that is
   already running.
 * Valgrind reports memory leaks after target process ends, while memleax
   reports in real time.
 * Valgrind reports all unfreed memory, including program initialisation, while
   memleax reports only after attaching, skipping the init phase.
 * Valgrind runs the target process on its virtual CPU, which makes it slow.
 * Memleax hooks memory APIs, which may be less slow if the target process does
   not make use of many calls to memory APIs.
 * Valgrind debugs many kinds of memory bugs, while memleax is lightweight and
   only detects memory leaks.

I discovered memleax because I needed to find something that could
attach to a running process to debug memleaks.  This ITP is contingent
on memleax usefulness (yet to be established).  If it proves to be
useful to debug unanticipated memory leaks, then I believe it will be
an asset to many Debian developers and bug reporters--particularly for
hard to reproduce bugs.

I'm 90% done the packaging (I just need to go over my work with my
checklist), and I will need a sponsor.  I plan to put the package into
collab-maint, and I would welcome a co-maintainer who would like to work with 
upstream, if necessary, to make this program even better.

Sincerely,
Nicholas



Bug#883075: ITP: memleax -- debug a running process for memoy leaks without recompiling or restarting

2017-11-29 Thread Steve Kemp
> Description : debug a running process for memoy leaks without
> recompiling or restarting

  Typo: "memory", not "memoy".

>  Memleax debugs a program for memory leaks by attaching to a running process,
>  similarly to how gdb's does. It then hooks into the target process's
>  invocation of memory allocation and free, and reports in real time the
>  memory blocks that it identifies as memory leaks. 

  This section doesn't could be rewritten for clarity, the "'s" are
 wrong either way.

>  The default expiration threshold is 10 seconds; however, you should
>  always set this with the -e option according to your scenarios.

  This doesn't need to be in the package description.

>  It is very convenient to use, and is suitable for production
>  environments.

  Sounds like a nice tool indeed, thanks for packaging it :)

>  and then kill memleax (e.g. sent it a SIGINT with Ctrl-C) to stop
>  monitoring.

  "sent" -> "send".  But again this probably doesn't need to be in the
 description.

>  Differences from Valgrind:
>  .
>  * Valgrind starts the target process, while memleax attaches to on that is
>already running.

  Nor this.


Steve
-- 
https://www.steve.org.uk/



Bug#869483: ITP: python3-ansi -- ANSI cursor movement and graphics

2017-11-29 Thread Herbert Fortes
Hi Muri Nicanor,


Thanks for your work!

Uploaded.



Regards,
Herbert



Bug#882767: ITP: libreoffice-texmaths -- TexMaths is a LaTeX equation editor for LibreOffice

2017-11-29 Thread kkremitzki
Hi Nicholas,

On Mon, 2017-11-27 at 18:18 -0500, Nicholas D Steeves wrote:
> This is possibly a bit verbose, but I think it's important to say how
> work done with TexMaths can be transferred to another editor.  eg:
> someone begins work with TexMaths and he/she needs to get some work
> done on a system where LibreOffice cannot be installed.  And besides,
> isn't that sort of thing part of the beauty/utility of TeX? ;-)

Here's my revision:

 and the LaTeX source is stored alongside the image in the ODT
 format. TexMaths can be used to edit the source and regenerate the
 image, or one can unzip the ODT and extract the LaTeX source from the
 content.xml.

Also, the package is now uploaded at https://mentors.debian.net/package
/libreoffice-texmaths.

Thanks,
Kurt



Bug#881606: marked as done (ITP: python-django-celery-beat -- Database-backed Periodic Tasks)

2017-11-29 Thread Debian Bug Tracking System
Your message dated Wed, 29 Nov 2017 19:41:25 +0200
with message-id <20171129174125.GH27051@localhost>
and subject line python-django-celery-beat is now in unstable
has caused the Debian Bug report #881606,
regarding ITP: python-django-celery-beat -- Database-backed Periodic Tasks
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.)


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

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

* Package name: python-django-celery-beat
  Version : 1.1.0
  Upstream Author : Ask Solem 
* URL : https://github.com/celery/django-celery-beat/
* License : BSD-3-clause
  Programming Lang: Python
  Description : Database-backed Periodic Tasks

This extension enables you to store the periodic task schedule in the database.
.
The periodic tasks can be managed from the Django Admin interface, where you
can create, edit and delete periodic tasks and how often they should run.

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAloJgOURHGZsYWRpQGRl
Ymlhbi5vcmcACgkQ/9PIi5l90WoEGwf/dtc7jVsZEiBpdBix/SpLjXngW0ol/aXM
ucDzYc4Gd4JGtLdY/tw0rJZFK5V9h5yRjLefkIY2bBoaeLoNygXeueFcrnOr4S2L
0Tn73sQVX7DMqrLMQ4qOTB5cE7mMmPY3fngoDQ00W4OPfZP5YgzclEhGzoRuIN5A
Z7mBEM+RhRHSe3QoVwt+U7nUrfxvZZd4psUToyTYg1pzrQWXQpPs2DW81YoMY7Nh
ZFwUy7MXq0d8biPGmdlk3X7fz10JRz92vHGIKTsFlYdzq1viDau0+zmDXdTQ7pan
OPQSxbd79UXL3Q5Bkgw1cuk1jh6+/1EReTYw0JhCUTq6lG2O+5DYdQ==
=fba9
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
python-django-celery-beat is now in unstable:
https://tracker.debian.org/pkg/python-django-celery-beat

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#865827: marked as done (ITP: libcryptx-perl -- Perl module that provides a self-contained crypto toolkit)

2017-11-29 Thread Debian Bug Tracking System
Your message dated Wed, 29 Nov 2017 19:43:20 +0200
with message-id <20171129174320.GI27051@localhost>
and subject line libcryptx-perl is now in unstable
has caused the Debian Bug report #865827,
regarding ITP: libcryptx-perl -- Perl module that provides a self-contained 
crypto toolkit
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.)


-- 
865827: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: wnpp
Owner: Lucas Kanashiro 
Severity: wishlist

* Package name: libcryptx-perl 
  Version : 0.27
  Upstream Author : Karel Miko
* URL : https://metacpan.org/release/CryptX  
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that provides a self-contained crypto
toolkit

Crypt is a self-contained crypto toolkit based on https://github.com/li
btom/libtomcrypt. It provides cyphers, block cipher modes,
authenticated encryption modes, hash functions, message authentication
codes, public key cryptography, cryptographically secure random number
generators, key derivation functions.

This package is a dependency of libspreadsheet-parsexlsx-perl and will
be maintained under the Debian Perl Team umbrella.
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEjtbD+LrJ23/BMKhw+COicpiDyXwFAllPMzgACgkQ+COicpiD
yXzithAAmchNxZgKyHAKFBLZcTw0uz5kWrsauQYFpAM5BEBO6/sYofZTLXuZZYgN
tcuwxFqQpoiusSmEu09oYFHyxaVwoFHZLthgTi/G3p42JjUrFJystUZOVSaP4CAT
8nJjw4gk76D57R5/EFeomV36jog2ZpZkGbS02u0A1gxVkWi1pACHgr9VaBadjN8m
EjY/Vx0swsXKKan/PZ6k1d9Qr2ZpSt6JQ5gxqOikDMXQkcaYQarxW9A/5e8KhCms
B5H/nrXbwWKofSJBU7skrpNirU/Z112iptzROHnHupSZmEq9CvHod00S9wA3tv/Y
pdq9JHZ5QGId/S7pHGlSFuyz/mxGyUyojfwJwdj1Z6N1SoNhCtQIxEodpZ2grlEo
rmQ5Wy3fWI0ySb3256KsxEMEZmn9k/8VzXDgslsJOUgXDYUiA+rW9Pv/hSx69K2V
IcbuIcHpERs/EX5pmBLmwSlDV/j93Ev8Gg44HYaYnu6NKTwNOJ29rdH+rRZFnpso
+eKro733h8svr9x+JkieFsXui6BEymJOiQLqZnW5n1oUdgKBvEfQgR4z+fFH4bQ0
dW6iOfU+cxDzvJ8a+2BMAvp7i6gzVocnGEC/01Xh60sfkaSUx403di9n0BHWjkmv
CjZio8pDvT7hvtCyhGlsGfv5lLEqvRFwzMOpldCo841kS9VRBQE=
=baEx
-END PGP SIGNATURE-
--- End Message ---
--- Begin Message ---
libcryptx-perl is now in unstable:
https://tracker.debian.org/pkg/libcryptx-perl

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#865828: marked as done (ITP: libcryptx-perl -- Perl module that provides a self-contained crypto toolkit)

2017-11-29 Thread Debian Bug Tracking System
Your message dated Wed, 29 Nov 2017 19:43:20 +0200
with message-id <20171129174320.GI27051@localhost>
and subject line libcryptx-perl is now in unstable
has caused the Debian Bug report #865827,
regarding ITP: libcryptx-perl -- Perl module that provides a self-contained 
crypto toolkit
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.)


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

* Package name: libcryptx-perl 
  Version : 0.27
  Upstream Author : Karel Miko
* URL : https://metacpan.org/release/CryptX  
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module that provides a self-contained crypto
toolkit

Crypt is a self-contained crypto toolkit based on https://github.com/li
btom/libtomcrypt. It provides cyphers, block cipher modes,
authenticated encryption modes, hash functions, message authentication
codes, public key cryptography, cryptographically secure random number
generators, key derivation functions.

This package is a dependency of libspreadsheet-parsexlsx-perl and will
be maintained under the Debian Perl Team umbrella.

signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
libcryptx-perl is now in unstable:
https://tracker.debian.org/pkg/libcryptx-perl

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed--- End Message ---


Bug#864393: inquiry

2017-11-29 Thread miss fatamata
 helo dearest...

my greetings to you,
how was your day.i hope fine.

if you are court by my mail
please dont be surprise, for

there is something urgent
and important i will like to share  with
 you

from miss fatima camara


Bug#883103: ITP: proxmoxer -- Python Wrapper for the Proxmox 2.x API

2017-11-29 Thread Elena ``of Valhalla''
Package: wnpp
Severity: wishlist
Owner: Elena ``of Valhalla'' 

* Package name: proxmoxer
  Version : 1.0.0
  Upstream Author : Oleg Butovich 
* URL : https://github.com/swayf/proxmoxer
* License : MIT
  Programming Lang: Python
  Description : Python Wrapper for the Proxmox 2.x API

Proxmoxer is a wrapper around the `Proxmox REST API v2
`_
which allows to programmatically create / delete / manage instances of
proxmox managed virtual machines and containers.

It is also used by the proxmox module for ansible 
http://docs.ansible.com/ansible/latest/proxmox_module.html
(and thus a python2 version will be needed, together with the py3 one).

I plan to maintain this package inside the Python Modules Team.



Bug#748783: uploaded to NEW queue

2017-11-29 Thread Al Stone
just an fyi: packages have been put in for NEW queue processing



Bug#883075: ITP: memleax -- debug a running process for memoy leaks without recompiling or restarting

2017-11-29 Thread Nicholas D Steeves
Hi Steve,

On Wed, Nov 29, 2017 at 11:13:34AM +, Steve Kemp wrote:
> > Description : debug a running process for memoy leaks without
> > recompiling or restarting
> 
>   Typo: "memory", not "memoy".
[...]
> >  Differences from Valgrind:
> >  .
> >  * Valgrind starts the target process, while memleax attaches to on that is
> >already running.
> 
>   Nor this.

Thank you for the edits and suggestions.  I've also shortened the
short description by dropping 'without recompiling or restarting', and
have updated to the newest upstream version (1.1.0).

Unfortunately my first attempt at using memleax failed.  The first run
produced more output than expected, and I thought I'd try to set a
longer period than 10 seconds to gather more dramatic data (when
redirecting output to a file).  Unfortunately the process hung,
presumably because /proc/pid/map disappeared.  A third run confirmed
that /proc/pid/map was gone and wouldn't come back.

I'm trying to collect more data for #879901.  When the bug reoccurred
this month kded5 was holding onto 6520.81MB of RAM !

At any rate, would you like to comaintain or sponsor this package?
The remote is here
ssh://git.debian.org/git/collab-maint/memleax.git

and I'd be happy to add you to uploaders before finalising the
changelog and putting the package on mentors!

Sincerely,
Nicholas


signature.asc
Description: PGP signature


Processed: libreoffice-texmaths: block ITP 882767 by RFS 883098

2017-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 882767 by 883098
Bug #882767 [wnpp] ITP: libreoffice-texmaths -- TexMaths is a LaTeX equation 
editor for LibreOffice
882767 was not blocked by any bugs.
882767 was not blocking any bugs.
Added blocking bug(s) of 882767: 883098
> stop
Stopping processing here.

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



Processed: your mail

2017-11-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 710262 ITP: archi -- a tool and editor to create ArchiMate models
Bug #710262 [wnpp] RFP: archi -- a tool and editor to create ArchiMate models]
Bug #710282 [wnpp] RFP: archi -- a tool and editor to create ArchiMate models]
Changed Bug title to 'ITP: archi -- a tool and editor to create ArchiMate 
models' from 'RFP: archi -- a tool and editor to create ArchiMate models]'.
Changed Bug title to 'ITP: archi -- a tool and editor to create ArchiMate 
models' from 'RFP: archi -- a tool and editor to create ArchiMate models]'.
> owner 710262 !
Bug #710262 [wnpp] ITP: archi -- a tool and editor to create ArchiMate models
Bug #710282 [wnpp] ITP: archi -- a tool and editor to create ArchiMate models
Owner recorded as Willem van den Akker .
Owner recorded as Willem van den Akker .
>
End of message, stopping processing here.

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



Bug#710262:

2017-11-29 Thread Willem van den Akker
I am working on the Archi package for Debian again.

/Willem



Bug#883135: ITP: deepin-shortcut-viewer -- Pop-up shortcut viewer for Deepin applications

2017-11-29 Thread Boyuan Yang
Package: wnpp
Severity: wishlist
Owner: Boyuan Yang <073p...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org 
pkg-deepin-de...@lists.alioth.debian.org

* Package name: deepin-shortcut-viewer
  Version : 1.3.3
  Upstream Author : Deepin Technology Co., Ltd.
* URL : https://github.com/linuxdeepin/deepin-shortcut-viewer
* License : GPL-3+
  Programming Lang: C++/Qt
  Description : Pop-up shortcut viewer for Deepin applications

Deepin-shortcut-viewer is a standalone binary that helps Deepin applications
pop up their shortcut information on screen in a unified appearance.

It is part of Deepin software and DDE (Deepin Desktop Environment).

I intend to co-maintain it in pkg-deepin group.

Regards,
Boyuan Yang

signature.asc
Description: This is a digitally signed message part.