Bug#808414: ITP: ms-sys -- Program for writing Microsoft compatible boot records

2015-12-19 Thread Lucas Castro
Package: wnpp
Severity: wishlist
Owner: Lucas Castro 

* Package name: ms-sys
  Version : 0.0.28
  Upstream Author : Henrik Carlqvist 
* URL : http://ms-sys.sourceforge.net/
* License : GPL-2+
  Programming Lang: C
  Description : Program for writing Microsoft compatible boot records

The program does the same as Microsoft "fdisk /mbr" to a hard disk
 or "sys d:" to a floppy or FAT partition except that it does not copy
 any system files, only the boot record is written.

It's usual in day-to-day of sysadmin the OS installation, 
and with this package become easier to write boot record 
for MS OSes on flashs and so create MS OS bootable flash.  
I'll maintain this package by myself. 



Bug#788327: Swift update

2015-12-19 Thread Sylvestre Ledru
llvm & clang patched and probably necessary for swift.
This won't be easy I think



Bug#605090: [RFC] Proposal for a new linux-grsec source package

2015-12-19 Thread Jacob Appelbaum
On 12/19/15, Yves-Alexis Perez  wrote:
> On jeu., 2015-11-05 at 22:08 +0100, Yves-Alexis Perez wrote:
>> On sam., 2015-10-10 at 21:55 +0200, Yves-Alexis Perez wrote:
>> > This is really a work in progress and this mail a request for comment.
>> > Especially missing is:
>>
>> So, did any of you have the chance to test it? I'm currently running the
>> 4.2.5
>> kernel with grsecurity-3.1-4.2.5-201511021814 (just uploaded to my
>> repository
>> and to git.d.o) and it works just fine.
>>
>> I'm really interested by any feedback you would have on this.
>>
> With a lot of help from Ben I've made quite some progress in having the
> less possible differences with src:linux package. With 4.3.3 we still have few
> things differing, some of them which I think will be integrated in the
> upcoming src:linux releases.
>

Great news - this looks fantastic!

> I'm intending to upload the current version to NEW during the week-end, so
> if any of you want to test it, now would be a good time.
>

I've installed it - I've also tuned a few things. It seems to work as
well as my previous kernel - audio works, etc.

> You can find it on the git repository
> at https://anonscm.debian.org/cgit/colla
> b-maint/linux-grsec.git and the source and binary packages on my apt
> repository
> at https://perso.corsac.net/~corsac/debian/kernel-grsec/packages/

To boot Debian Jessie (with some testing pacakes too) to X - I had to set:

kernel.grsecurity.disable_priv_io=0
kernel.pax.softmode=1
kernel.grsecirity.grsec_lock=0



Bug#808373: ITP: libwaive -- Allow processes to waive their rights

2015-12-19 Thread Ben Hutchings
On Sat, 2015-12-19 at 20:33 +1100, Riley Baird wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Riley Baird 
> 
> * Package name: libwaive
>   Version : 1.0.0+git20151218.a0e8c1
>   Upstream Author : Dima Krasner 
> * URL : https://github.com/dimkr/libwaive
> * License : MIT
>   Programming Lang: C
>   Description : Allow processes to waive their rights
> 
> libwaive is a tiny library that provides waive(), a function that allows a
> process to waive its right to perform certain actions (e.g. open a file).
> 
> It is inspired by Theo de Raadt's tame() system call
> (http://article.gmane.org/gmane.os.openbsd.tech/43085)

libwaive takes a blacklisting approach, which is fundamentally
insecure.  For example, WAIVE_EXEC is supposed to prevent loading an
executing new code, but it doesn't block the new execveat() system
call.  At any time, Linux may be extended with new variants of old
system calls, and those new unknown system calls need to be blocked as
well.

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.

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


Bug#807085: ITP: Ubiquity -- This is a simple live CD installer designed to integrate well with Debian- and Ubuntu-based systems

2015-12-19 Thread Zlatan Todoric
Hi Raju

On Sat, 5 Dec 2015 12:45:15 +0530 Raju  wrote:
> package: wnpp
> Severity: wishlist
> Owner: 'Raju Vindane' 
> 
> *Package Name : ubiquity
>   Version :2.21.38
>   Upstream Author : Guadalinex, Colin Watson , Jonathan Riddell , Evan Dandrea
> *URL :  https://launchpad.net/ubiquity
> *License : GNU GPL v2
> *Description : Ubiquity is a simple graphical live CD installer designed to 
> integrate
> well with Debian- and Ubuntu-based systems, written largely in Python,
> using d-i as a backend for many of its functions for ease of
> maintenance.
> 
> 
> Raju Vindane
> 
> 
> 

It's awesome to see you want to package this for Debian! Do you have
already done some initial work or I you starting from scratch? (did you
contact Colin about possible problems you could hit during packaging it)?

Cheers and all best,

zlatan



Bug#777688: marked as done (ITP: khmer -- in-memory DNA sequence kmer counting, filtering & graph traversal)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:00:26 +
with message-id 
and subject line Bug#777688: fixed in khmer 2.0+dfsg-1
has caused the Debian Bug report #777688,
regarding ITP: khmer -- in-memory DNA sequence kmer counting, filtering & graph 
traversal
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.)


-- 
777688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777688
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Debian Med mailing list 
Severity: wishlist
X-Debbugs-Cc: debian-...@lists.debian.org


* Package name: khmer
  Version : 1.3
  Upstream Author : Michael R. Crusoe & C. Titus Brown <
khmer-proj...@idyll.org>
* URL : http://khmer.readthedocs.org/
* License : BSD-3-Clause
  Programming Lang: C++, Python
  Description : in-memory DNA sequence kmer counting, filtering & graph
traversal

 khmer is a library and suite of command line tools for working with DNA
 sequence. It is primarily aimed at short-read sequencing data such as that
 produced by the Illumina platform. khmer takes a k-mer-centric approach to
 sequence analysis, hence the name.

Used by many bioinformatic processing pipelines. Co-maintained by the Debian
Med team; I am also the lead upstream developer.
--- End Message ---
--- Begin Message ---
Source: khmer
Source-Version: 2.0+dfsg-1

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

Debian distribution maintenance software
pp.
Michael R. Crusoe  (supplier of updated khmer 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: Wed, 09 Sep 2015 08:54:11 +0200
Source: khmer
Binary: khmer-common khmer liboxli1 liboxli-dev
Architecture: source amd64
Version: 2.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 

Changed-By: Michael R. Crusoe 
Description:
 khmer  - in-memory DNA sequence kmer counting, filtering & graph traversal
 khmer-common - common files for the khmer project tools
 liboxli-dev - in-memory DNA sequence analysis dev library
 liboxli1   - in-memory DNA sequence analysis library from the khmer project
Closes: 777688
Changes:
 khmer (2.0+dfsg-1) unstable; urgency=low
 .
   * Initial upload (Closes: #777688)
Checksums-Sha1:
 fbdc72bf5d10fe052147494bce6662a2588cc1bc 2408 khmer_2.0+dfsg-1.dsc
 09f19e7345d54a7dc9a2b7413453c383ac3460d6 19288148 khmer_2.0+dfsg.orig.tar.xz
 e43b8e761300931e74d238d373bf55c080316cda 10196 khmer_2.0+dfsg-1.debian.tar.xz
 fd95a34ba0827d825efbbd123fc833de4dd87e61 239858 
khmer-common_2.0+dfsg-1_amd64.deb
 0523d10b20e5af55fc6b09bd2adf532db5f57e28 5960502 khmer_2.0+dfsg-1_amd64.deb
 0ca3dd322aa98420de62345aaec243b9ad9bb0c1 275820 
liboxli-dev_2.0+dfsg-1_amd64.deb
 b53c3e4922d058d89622885f96c168b669ac8e9d 220942 liboxli1_2.0+dfsg-1_amd64.deb
Checksums-Sha256:
 c40f2dbf118cf3a32ecad0067c9243398959846c126f2543a5d1d15a3d623b73 2408 
khmer_2.0+dfsg-1.dsc
 0e408eccd62056c06a49731d029769b292057d0fa9b9758adff5de1c7a332ac0 19288148 
khmer_2.0+dfsg.orig.tar.xz
 9c32d5a12e1198b1bbe4c172d8359c5e9cef263147b91c2478486bb766c35075 10196 
khmer_2.0+dfsg-1.debian.tar.xz
 40411fd9436c3fb085d2771dc7c941be17c55c26c48c7a632a9602ba02995419 239858 
khmer-common_2.0+dfsg-1_amd64.deb
 b6a85110e8a6af8ee6233d674f3177db9c97bf28afed3e17c2f471ff2bad92fd 5960502 
khmer_2.0+dfsg-1_amd64.deb
 583a5917fe17cc51bca5dad98b97daff4fce211bbc1e8dec06a188ed48ebc07e 275820 
liboxli-dev_2.0+dfsg-1_amd64.deb
 0054159222476ce93827872daef444e7db25e4831264c0f7488839bf38e6f3b6 220942 
liboxli1_2.0+dfsg-1_amd64.deb
Files:
 d0aa7edbe875e401d734209c30e70936 2408 science optional khmer_2.0+dfsg-1.dsc
 3684c790194ed57d85404e81bee52cb1 19288148 science optional 
khmer_2.0+dfsg.orig.tar.xz
 6737b6e50ddb137f277f12d545366d64 10196 science optional 
khmer_2.0+dfsg-1.debian.tar.xz
 0e7a07a7477c29b10a61ca3a93b9491a 239858 science optional 
khmer-common_2.0+dfsg-1_amd64.deb
 

Bug#799475: marked as done (ITP: libchardet -- universal charset detection library)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:00:35 +
with message-id 
and subject line Bug#799475: fixed in libchardet 1.0.4-1
has caused the Debian Bug report #799475,
regarding ITP: libchardet -- universal charset detection library
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.)


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

* Package name: libchardet
  Version : 1.0.4
  Upstream Author : Joung-Kyun Kim 
* URL : https://ftp.oops.org/pub/oops/libchardet/
* License : MPL-1.1 or GPL-2+ or LGPL-2.1+
  Programming Lang: C++
  Description : universal charset detection library

libchardet is based on Mozilla Universal Charset Detector library and
detects the character set used to encode data.

The original code was written by Netscape Communications Corporation
for the Mozilla Browser. John Gardiner Myers 
packaged this code into the independent Encode-Detect perl module. To
this, libchardet adds a C wrapping API and a library build environment
with libtool, and removes the perl wrapping API.
--- End Message ---
--- Begin Message ---
Source: libchardet
Source-Version: 1.0.4-1

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

Debian distribution maintenance software
pp.
Ximin Luo  (supplier of updated libchardet 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, 20 Sep 2015 02:47:09 +0200
Source: libchardet
Binary: libchardet1 libchardet-dev
Architecture: source amd64
Version: 1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Ximin Luo 
Changed-By: Ximin Luo 
Description:
 libchardet-dev - universal charset detection library - development files
 libchardet1 - universal charset detection library - shared library
Closes: 799475
Changes:
 libchardet (1.0.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #799475)
Checksums-Sha1:
 d2d0f7524d8513b87d0bf24fe9ac7f8d5a4ad5b7 1940 libchardet_1.0.4-1.dsc
 6da19234b71e063a38f808bb56115b88762774c0 386629 libchardet_1.0.4.orig.tar.bz2
 5e0b3a92f1ea5b7aa1d02407394164fb25e132e3 3184 libchardet_1.0.4-1.debian.tar.xz
 97b8c08ad9bd8ee5f57c65567ebffdda19a1d768 75972 libchardet-dev_1.0.4-1_amd64.deb
 a6aac0b4b5ee0f1a226377a37a157e6af6440251 61842 libchardet1_1.0.4-1_amd64.deb
Checksums-Sha256:
 590fe7e7c0484bf64973e0a9c94da020bd8dc30ce3423736bd98a5a81c1c8b3c 1940 
libchardet_1.0.4-1.dsc
 f43f5a63901f19780b5cd61ad130d432a9414e2e4da2abc0e1b80845895a7c33 386629 
libchardet_1.0.4.orig.tar.bz2
 7f6f07bba2dd54de6744271763640dbef11ed2a329db13cb3d068e37875011c9 3184 
libchardet_1.0.4-1.debian.tar.xz
 4228f779f7de44350aa829ff29655cffbb58e6e5020ad807f600a8be79ceabf0 75972 
libchardet-dev_1.0.4-1_amd64.deb
 54e5de40cca8149f99de128003fa281374b4fd7bc7eb465c3e3da5ab2eac13f9 61842 
libchardet1_1.0.4-1_amd64.deb
Files:
 2761d00b808ed5e37857229b7984e00e 1940 libs extra libchardet_1.0.4-1.dsc
 93edadd9353325405d6e092127339f33 386629 libs extra 
libchardet_1.0.4.orig.tar.bz2
 27721871044eb0c5f7250ed7820d6009 3184 libs extra 
libchardet_1.0.4-1.debian.tar.xz
 e22698f4d49e450996d71712109beccc 75972 libdevel extra 
libchardet-dev_1.0.4-1_amd64.deb
 02b505d1bd5486fc3aecd7789bcda612 61842 libs extra libchardet1_1.0.4-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJV/gKSAAoJEIYN7zuPZQt5tvAP/1kTFA47Ia5DsMro91Myejkt
hK47Vz9803lWoDgwLpcm8CA8ouw7PIlnbP0de92qx83K+5ScDThRHdWKj2aZz/sJ
jUh92UHj4VTI0R/9YwjSDvH7pGf6LkZL304buCXCiuEHDjwWTVrWYyijOZEefwHx
rVMDBc3m3HVNktyf+WuZRouDVk/qyxtwWiRwI9hFQSxg6y1WO7IrxqgJUmvs+1C9
l09k9dV3pWoEePGjP47k2ocIyxLkXVBqc5kD6C4ivPZP3r72AX1tIC1YekGcn0+V
2IUpZKvIr7UP6vlnZpaFCGOtN6Nrk8YcduPsndUYr9O63v83pLizYu9iQ+kQOYVs
XNo+5ALm/B0j+326Uzc3mq2AXQzdrCG6u+lofukUpn8dnQVCKTMgLCHQUiccJy4W

Bug#807882: marked as done (ITP: f-el -- Modern API for working with files and directories in Emacs Lisp)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:00:16 +
with message-id 
and subject line Bug#807882: fixed in f-el 0.17.3-1
has caused the Debian Bug report #807882,
regarding ITP: f-el -- Modern API for working with files and directories in 
Emacs Lisp
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.)


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

* Package name: f-el
  Version : 0.17.3
  Upstream Author : Johan Andersson 
* URL : https://github.com/rejeep/f.el
* License : GPL-3+
  Programming Lang: Emacs Lisp
  Description : Modern API for working with files and directories in Emacs 
Lisp

f.el is a dependency for a lot of popular Emacs addon packages.  In
particular, it's a build dependency of epl, another ITP of mine.  I
intend to maintain it as part of the pkg-emacsen team.
--- End Message ---
--- Begin Message ---
Source: f-el
Source-Version: 0.17.3-1

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

Debian distribution maintenance software
pp.
Sean Whitton  (supplier of updated f-el 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, 14 Dec 2015 21:49:16 -0700
Source: f-el
Binary: elpa-f
Architecture: source all
Version: 0.17.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacs addons team 

Changed-By: Sean Whitton 
Description:
 elpa-f - modern API for working with files and directories in Emacs Lisp
Closes: 807882
Changes:
 f-el (0.17.3-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #807882)
Checksums-Sha1:
 0347b26bbcf1ee2507e1854c1ae53df387df39a9 1771 f-el_0.17.3-1.dsc
 854f727a0969ae81850f84d5df7c166cb9826e69 15424 f-el_0.17.3.orig.tar.xz
 cc719aab307eb89dc7841ffa8d923cb15503b4df 3216 f-el_0.17.3-1.debian.tar.xz
 b1673c0456c4b37284dcc7d39e3b1b103c538c51 12436 elpa-f_0.17.3-1_all.deb
Checksums-Sha256:
 a4315b9176dc9619a1f9150007d19104904bc7aa84b39182d6b6d013ba3bfb47 1771 
f-el_0.17.3-1.dsc
 f4aa7b5b372bb01855b195aa2bd11a3c4f7c3b2063e0d6026d16ee6d01d6a7f1 15424 
f-el_0.17.3.orig.tar.xz
 77c6d3527d2a3cc98c2fd2f198effc92369356b87a669e23ee0877303b11df91 3216 
f-el_0.17.3-1.debian.tar.xz
 10df4b9e13e92a4fd518f97301aa8822437a176d0cb5d07d95fa8746e8d6f1d9 12436 
elpa-f_0.17.3-1_all.deb
Files:
 4892a436ab3da577bbe1ab8206792f05 1771 lisp optional f-el_0.17.3-1.dsc
 3ef13bd8616e143d5f010db54b5900c3 15424 lisp optional f-el_0.17.3.orig.tar.xz
 e5168e7a747b63c9b3c52aecebff46b0 3216 lisp optional f-el_0.17.3-1.debian.tar.xz
 49c354ade96aa0fde003ae150dd4d257 12436 lisp optional elpa-f_0.17.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJWdU1SAAoJEPIClx2kp54s40wL/1m0DjR62Ji6vVs10whkgBqL
zGJIEVlmoxvetQVll+nMr5wO8fSBP0qzu5VNFdda329uj4ZjILBv+avK3D8sex69
UbKUmcDJ2B436EhIKkrXFIwQ/Ryj3JReRUIAlaKzH8zS9tE3FPpnZ1cnGu+ZnKUA
3nWDSagEEhALd81hQPGZLAvKNCanVuNtTh3Y5xMKnoAMkSoJdmLv9A8pEYiPvQVT
0yxQpvQbZ6ml1B0CPvRt0oun9d7eNW41ZJloZNMAGZYS4yIHnC3lIar1n+SlhXO5
uCOaB6yC7budIgeIcCD42wQ3CxOKLDibdN9QzeEg7e68HrTWHsx1o8MK4uySmVnD
aqWI87YFdX3rFGzIWKTLbeTt97OTAxjgPL29M0ztK9OWRY4uWqVF5lvt005Z07tL
zozY4gucls+8J2sjjn7g+1zJqo29QExYUwOEO7U16j9p095oRUv2Lq1pU2hXsYJQ
uqqPVe9y7kI4TNXlmcyVqYCl0hxmLF7N8zbtRqKS1A==
=RTzf
-END PGP SIGNATURE End Message ---


Bug#808194: marked as done (ITP: ruby-memoist -- Ruby library providing method memoization)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:00:49 +
with message-id 
and subject line Bug#808194: fixed in ruby-memoist 0.14.0-1
has caused the Debian Bug report #808194,
regarding ITP: ruby-memoist -- Ruby library providing method memoization
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.)


-- 
808194: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808194
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "HIGUCHI Daisuke (VDR dai)" 

* Package name: ruby-memoist
  Version : 0.14.0
  Upstream Author : Matthew Rudy Jacobs 
* URL : https://github.com/matthewrudy/memoist
* License : Expat
  Programming Lang: Ruby
  Description : Ruby library providing method memoization

The memoist library provides methods memoization.
Memoization cached objects can be looked up faster.

This is an extraction of Ruby on Rails' ActiveSupport::Memoizable library.
Ruby on Rails' ActiveSupport::Memoizable has been already deprecated,
but it is still useful.

- It has dependency for mikutter https://tracker.debian.org/pkg/mikutter .
  Current release of mikutter does not depend yet.
  But future release is planned to do and development tree already do.
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ruby-memoist
Source-Version: 0.14.0-1

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

Debian distribution maintenance software
pp.
HIGUCHI Daisuke (VDR dai)  (supplier of updated ruby-memoist 
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: Thu, 17 Dec 2015 10:38:39 +0900
Source: ruby-memoist
Binary: ruby-memoist
Architecture: source all
Version: 0.14.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: HIGUCHI Daisuke (VDR dai) 
Description:
 ruby-memoist - Ruby library providing method memoization
Closes: 808194
Changes:
 ruby-memoist (0.14.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #808194)
Checksums-Sha1:
 8fd2ca5eb6f2bce2d927c64a8be06a2147f2e5bc 2059 ruby-memoist_0.14.0-1.dsc
 2ec2347c184945e8a9ae7e2b312631d8203acc18 7863 ruby-memoist_0.14.0.orig.tar.gz
 8e63b434ec61a96b29d034c63a8090c7da978588 2316 
ruby-memoist_0.14.0-1.debian.tar.xz
 59e7eb9536ce2e54f256ac2be5ca0d71d496056c 6002 ruby-memoist_0.14.0-1_all.deb
Checksums-Sha256:
 6e14b84e6560adf5e3fd5fdc7d4aa6203e7827ed0b2f9f93ab9928f61f15e85c 2059 
ruby-memoist_0.14.0-1.dsc
 1d1b465f9774d77787259519fbc8c7bd45f1e34d01a62b1dce5a55890178cffa 7863 
ruby-memoist_0.14.0.orig.tar.gz
 5a3fdc960986212064dd2166aa8d3257c1cd79d37e4a204eaeaf1f5f808cab2e 2316 
ruby-memoist_0.14.0-1.debian.tar.xz
 25f860d662162fe24d5194d5e1cb1fb8d70541f725e025daf6c966bb2151a6b1 6002 
ruby-memoist_0.14.0-1_all.deb
Files:
 2e67f0081c0e81dde4571842eff586ef 2059 ruby optional ruby-memoist_0.14.0-1.dsc
 d33019754db4ac3705cb82b8f9f7f384 7863 ruby optional 
ruby-memoist_0.14.0.orig.tar.gz
 c9ef4f6f941b11cbe94b8f86ff48d8cd 2316 ruby optional 
ruby-memoist_0.14.0-1.debian.tar.xz
 06e0b0471e3bb006e2a5c34d1a4853df 6002 ruby optional 
ruby-memoist_0.14.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWch8/AAoJEHg5YZ3UOWaOK6EP/3A7hmtA8LQ/zDjlYhBDx7MR
9wbi275/73oqxa9FVX/S7nsaoSDyKGjJUu0MOXPNdegEvgGQ3i5oa7DpdeGqOT3K
ovbdT1B3WbtUb+xDBUtn1igRU4erglVfw0lMdcHmSGQwhAtIzYvnLTl8JsStXaQG
PEAMIpz4zRXKgZqUBLqIr4FCqkaAdMIQs0rW0zVreD7xN8YWN2QWf2ZfqZN3Lfe6
OMjjCtjE3UD5uQuS0F6KiU4CY95GiZMGKAoXRnm/Dw/W4rqmbvt2tX3cNJUqYn8S
nTObZMiYYv8fA+4lWfx5qEYQHHQyIhutRLEmJZJKQWnK6JMEaDrz+U3RSyBidMK2
BFHys4LrZTryjCsk/jKEiSywJSe9CaSUY8X4RH71jQHdF3tG7iEbmgi9+nXDZz7g
ZfHJkpBkqgZCitLSrYv7VJi9fDhrvUgxWfo5D+hnJoVKZ1loz4h+YLUgQ08c5Zm4

Bug#605090: [RFC] Proposal for a new linux-grsec source package

2015-12-19 Thread Ben Hutchings
On Sat, 2015-12-19 at 17:03 +, Jacob Appelbaum wrote:
> On 12/19/15, Jacob Appelbaum  wrote:
[...]
> > To boot Debian Jessie (with some testing pacakes too) to X - I had to set:
> > 
> > kernel.grsecurity.disable_priv_io=0
> > kernel.pax.softmode=1
> > kernel.grsecirity.grsec_lock=0
> > 
> 
> With that stuff set - I also see the following:
> 
> Dec 19 17:44:32 vula kernel: [ 4047.508272] WARNING: CPU: 5 PID: 2109
> at /build/linux-grsec-4.3.3/debian/build/s
> ource_grsec/include/drm/drm_crtc.h:1577
> drm_helper_choose_crtc_dpms+0x8e/0x90 [drm_kms_helper]()
[...]
> Lots of things like that in my kernel log...

Almost certainly an upstream bug.  See
 for bug reporting.

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.

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


Bug#693749: becoming maintainer for this package

2015-12-19 Thread Dhruv Raj Pant
hello,

Im new to deb packaging. to get a feel of how things work around i would
like to take owner ship of this orphan package . this will give me an
opportunity to practice and understand the proper flow of maintaining a deb
package and also I hope this might showcase my skills to the other
DD and DM.

regards
dhruv


Bug#768634: marked as done (ITA: propellor -- property-based host configuration management in haskell)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:34:38 +
with message-id 
and subject line Bug#768634: fixed in propellor 2.15.0-1
has caused the Debian Bug report #768634,
regarding ITA: propellor -- property-based host configuration management in 
haskell
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.)


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

I intend to orphan the propellor package.

The package description is:
 Propellor enures that the system it's run in satisfies a list of
 properties, taking action as necessary when a property is not yet met.
 .
 It is configured using haskell.

I continue as propellor's upstream. I have high hopes for propellor, and
hope that this does not cause it to fall out of Debian.

-- 
see shy jo


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: propellor
Source-Version: 2.15.0-1

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

Debian distribution maintenance software
pp.
Sean Whitton  (supplier of updated propellor 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, 13 Dec 2015 11:33:02 -0700
Source: propellor
Binary: propellor
Architecture: source
Version: 2.15.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sean Whitton 
Changed-By: Sean Whitton 
Description:
 propellor  - property-based host configuration management in haskell
Closes: 768634
Changes:
 propellor (2.15.0-1) unstable; urgency=medium
 .
   * Adopt propellor package (Closes: #768634).
   * Switch dpkg-source format to 3.0 (quilt).
Checksums-Sha1:
 1b91f5ab59996a72836b6eb604b1a27b2f64aa73 2119 propellor_2.15.0-1.dsc
 de0b6d708991bc6eb5c8e16f78752047fb52b8e2 238088 propellor_2.15.0.orig.tar.xz
 420a68a0a4e7a9c80d84ff9b3eed9ba7c9b59268 13016 propellor_2.15.0-1.debian.tar.xz
Checksums-Sha256:
 6c8f04b133d9410d5a846897872afc3fee8d51877c7f606ce32da7c816c24e43 2119 
propellor_2.15.0-1.dsc
 b604518ab97218018e5c96e68fda6cb12e9b23e5690916101be8a645cf492737 238088 
propellor_2.15.0.orig.tar.xz
 be7b732b10358c7ce1047a3ecdb852dda0863bcc4901db2cdca4de690a4a 13016 
propellor_2.15.0-1.debian.tar.xz
Files:
 a6bd44f79b89d895809e3bfe31be99c9 2119 admin optional propellor_2.15.0-1.dsc
 573443bc94fbbed2fd758106e75672ba 238088 admin optional 
propellor_2.15.0.orig.tar.xz
 bece08799c8fd0321d9fef5dec334558 13016 admin optional 
propellor_2.15.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWdbAlAAoJEFYykG9GluAVLZMQAIbM+hueekTvWyTPZFG8DD2p
ZTacpfE//KTZFaqPA1SJdeb54lY9Mcc1A+VjMgoY+6a8MP3l6mye2ocmzwzJdBmY
YkegA5GVHyLloAF3mlMeVJ9OdZaEeChr2vXvHGoHWIGb2B35urR9oEYvZOkPGQmV
Ej4Ov3cLJ1ktOUO1s0CrnTs7zpLqREUEdE5uR5YCjkTEL/2nro5IcmGrRY7nbyY9
b1ibuBHgC3v3sCcfuwZujByPxhj39ZdOliCgYGAXszsmqV1KIEV+7QYy6fTy7qTX
CeoHtAq0oDB1plqVjQNNCZStjWCOAMcIW33Z79OfnycDhkDEajaJzhU2KUPsAdav
FoKzybhmEDrNslLjnHsPwK9HKE7QDUSfrDvUaNuy8Ou5GL6Y7yVVbkRMRdp23MG5
kN6FOPIb4X0pMM74myI0KBph0PHJIxqPAhj88OR5i0OC7h7t2msRq0vjxzX9Bnbb
vH1ajQZYudCOa674bjoCjLXrpf1BVG3imYQOcvDfEFTgl9yraz9DKDsPeJJgG2qe
Afjhcir0t7/8q/OdgcrpNUwrIAlEy3P65mNUC0Fhz7nckBvWazboEchOFJnRXiCN
ZTmsx05KLW4duAZCwdiaUvquzTPMubQc9uR5b6iCZR+pCLHQ+rQg2KHPsqYk3qrB
WDsGeI18Zj3s648Oruv+
=/kNN
-END PGP SIGNATURE End Message ---


Bug#605090: [RFC] Proposal for a new linux-grsec source package

2015-12-19 Thread Jacob Appelbaum
On 12/19/15, Jacob Appelbaum  wrote:
> On 12/19/15, Yves-Alexis Perez  wrote:
>> On jeu., 2015-11-05 at 22:08 +0100, Yves-Alexis Perez wrote:
>>> On sam., 2015-10-10 at 21:55 +0200, Yves-Alexis Perez wrote:
>>> > This is really a work in progress and this mail a request for comment.
>>> > Especially missing is:
>>>
>>> So, did any of you have the chance to test it? I'm currently running the
>>> 4.2.5
>>> kernel with grsecurity-3.1-4.2.5-201511021814 (just uploaded to my
>>> repository
>>> and to git.d.o) and it works just fine.
>>>
>>> I'm really interested by any feedback you would have on this.
>>>
>> With a lot of help from Ben I've made quite some progress in having the
>> less possible differences with src:linux package. With 4.3.3 we still have
>> few
>> things differing, some of them which I think will be integrated in the
>> upcoming src:linux releases.
>>
>
> Great news - this looks fantastic!
>
>> I'm intending to upload the current version to NEW during the week-end,
>> so
>> if any of you want to test it, now would be a good time.
>>
>
> I've installed it - I've also tuned a few things. It seems to work as
> well as my previous kernel - audio works, etc.
>
>> You can find it on the git repository
>> at https://anonscm.debian.org/cgit/colla
>> b-maint/linux-grsec.git and the source and binary packages on my apt
>> repository
>> at https://perso.corsac.net/~corsac/debian/kernel-grsec/packages/
>
> To boot Debian Jessie (with some testing pacakes too) to X - I had to set:
>
> kernel.grsecurity.disable_priv_io=0
> kernel.pax.softmode=1
> kernel.grsecirity.grsec_lock=0
>

With that stuff set - I also see the following:

Dec 19 17:44:32 vula kernel: [ 4047.508272] WARNING: CPU: 5 PID: 2109
at /build/linux-grsec-4.3.3/debian/build/s
ource_grsec/include/drm/drm_crtc.h:1577
drm_helper_choose_crtc_dpms+0x8e/0x90 [drm_kms_helper]()
Dec 19 17:44:32 vula kernel: [ 4047.508272] Modules linked in:
binfmt_misc cfg80211 bridge stp llc snd_hda_codec
_hdmi snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel
snd_hda_codec nouveau snd_hda_core intel_rapl io
sf_mbi snd_hwdep ttm eeepc_wmi x86_pkg_temp_thermal asus_wmi
drm_kms_helper sparse_keymap intel_powerclamp coret
emp snd_pcm rfkill drm iTCO_wdt video iTCO_vendor_support i2c_algo_bit
snd_timer kvm_intel fb_sys_fops mxm_wmi sb_edac syscopyarea psmouse
pcspkr mei_me serio_raw edac_core kvm joydev lpc_ich sysfillrect mei
snd mfd_core evdev sysimgblt soundcore i2c_i801 shpchp 8250_fintek wmi
tpm_infineon tpm_tis processor tpm button loop fuse autofs4 ext4 crc16
mbcache jbd2 algif_skcipher af_alg uas usb_storage hid_generic
hid_cherry usbhid hid dm_crypt dm_mod sg sd_mod crct10dif_pclmul
crc32_pclmul crc32c_intel jitterentropy_rng hmac drbg ahci libahci
ansi_cprng aesni_intel aes_x86_64 xhci_pci lrw gf128mul glue_helper
ablk_helper ehci_pci libata ehci_hcd xhci_hcd cryptd e1000e ptp
scsi_mod usbcore usb_common pps_core
Dec 19 17:44:32 vula kernel: [ 4047.508303] CPU: 5 PID: 2109 Comm:
kworker/5:0 Tainted: GW   4.3.0-1-grsec-amd64 #1 Debian
4.3.3-1+grsec1
Dec 19 17:44:32 vula kernel: [ 4047.508304] Hardware name: System
manufacturer System Product Name/P9X79, BIOS 4608 12/24/2013
Dec 19 17:44:32 vula kernel: [ 4047.508305] Workqueue: events a0696b70
Dec 19 17:44:32 vula kernel: [ 4047.508305]  
729b2a82b7c3ba87  a04779a0
Dec 19 17:44:32 vula kernel: [ 4047.508307]  812f376f
 810648e7 880dfb95d000
Dec 19 17:44:32 vula kernel: [ 4047.508308]  880036954000
 0003 
Dec 19 17:44:32 vula kernel: [ 4047.508310] Call Trace:
Dec 19 17:44:32 vula kernel: [ 4047.508314]  [] ?
sysrq_drm_fb_helper_restore_op+0x20/0x2db9 [drm_kms_helper]
Dec 19 17:44:32 vula kernel: [ 4047.508315]  [] ?
dump_stack+0x40/0x61
Dec 19 17:44:32 vula kernel: [ 4047.508317]  [] ?
warn_slowpath_common+0x77/0xb0
Dec 19 17:44:32 vula kernel: [ 4047.508319]  [] ?
drm_helper_choose_crtc_dpms+0x8e/0x90 [drm_kms_helper]
Dec 19 17:44:32 vula kernel: [ 4047.508322]  [] ?
drm_helper_connector_dpms+0x60/0x100 [drm_kms_helper]
Dec 19 17:44:32 vula kernel: [ 4047.508338]  [] ?
nouveau_connector_hotplug+0x69/0xb0 [nouveau]
Dec 19 17:44:32 vula kernel: [ 4047.508346]  [] ?
nvif_notify_work+0x2c/0xc0 [nouveau]
Dec 19 17:44:32 vula kernel: [ 4047.508355]  [] ?
nvkm_notify_work+0x78/0x80 [nouveau]
Dec 19 17:44:32 vula kernel: [ 4047.508356]  [] ?
process_one_work+0x14d/0x390
Dec 19 17:44:32 vula kernel: [ 4047.508358]  [] ?
worker_thread+0x63/0x490
Dec 19 17:44:32 vula kernel: [ 4047.508359]  [] ?
rescuer_thread+0x320/0x320
Dec 19 17:44:32 vula kernel: [ 4047.508360]  [] ?
kthread+0xeb/0x110
Dec 19 17:44:32 vula kernel: [ 4047.508362]  [] ?
kthread_park+0x60/0x60
Dec 19 17:44:32 vula kernel: [ 4047.508363]  [] ?
ret_from_fork+0x3e/0x70
Dec 19 17:44:32 vula kernel: [ 4047.508364]  [] ?
kthread_park+0x60/0x60
Dec 19 17:44:32 vula kernel: 

Bug#808415: ITP: rhythmbox-plugin-alternative-toolbar -- Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden

2015-12-19 Thread foss.freedom
Package: wnpp
Severity: wishlist

Owner: David Mohammed 

Package name: rhythmbox-plugin-alternative-toolbar
Version : 0.15.0
Upstream Author : David Mohammed (fossfreedom)
URL : https://github.com/fossfreedom/alternative-toolbar
License : GPL 3+
Programming Lang: Python
Description : Enhanced play controls and interface for Rhythmbox
 This plugin provides a visual new graphical interface to Rhythmbox.
 New play-controls are provided and dynamical change either by user
 choice or when using a different desktop-environment.

 A Gnome-Shell based headerbar interface is available which integrates
 Rhythmbox with other new Gnome based applications.

 For non-headerbar compatible desktops, compact playcontrols toolbar is
 used which gives Rhythmbox a sleek new interface.

 New music control capabilities are provided - keyboard seek control
 through music tracks as well as repeat-one track.

 The sidebar has been given a visual reworking with new icons and
 interface that integrates Rhythmbox with other Gnome applications

 The plugins window has been revamped to give a consistent look with
 the latest GTK-3 based applications.


This ITP replaced the original ITP #804192


On 5 November 2015 at 23:04, foss.freedom  wrote:

> Package: wnpp
> Severity: wishlist
>
> Owner: David Mohammed 
>
> Package name  : rhythmbox-plugin-alternative-toolbar
> Version   : 0.14.1
> Upstream Author : David Mohammed (fossfreedom)
> URL   : https://github.com/fossfreedom/alternative-toolbar
> License   : GPL 3+
> Programming Lang: Python
> Description   : Replace the Rhythmbox large toolbar with a Client-Side 
> Decorated or Compact Toolbar which can be hidden
>
>
> RFS Debian bug number 804100
>
>


Bug#808373: ITP: libwaive -- Allow processes to waive their rights

2015-12-19 Thread Riley Baird
On Sat, 19 Dec 2015 15:58:29 +
Ben Hutchings  wrote:

> On Sat, 2015-12-19 at 20:33 +1100, Riley Baird wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: Riley Baird 
> > 
> > * Package name: libwaive
> >   Version : 1.0.0+git20151218.a0e8c1
> >   Upstream Author : Dima Krasner 
> > * URL : https://github.com/dimkr/libwaive
> > * License : MIT
> >   Programming Lang: C
> >   Description : Allow processes to waive their rights
> > 
> > libwaive is a tiny library that provides waive(), a function that allows a
> > process to waive its right to perform certain actions (e.g. open a file).
> > 
> > It is inspired by Theo de Raadt's tame() system call
> > (http://article.gmane.org/gmane.os.openbsd.tech/43085)
> 
> libwaive takes a blacklisting approach, which is fundamentally
> insecure.  For example, WAIVE_EXEC is supposed to prevent loading an
> executing new code, but it doesn't block the new execveat() system
> call.  At any time, Linux may be extended with new variants of old
> system calls, and those new unknown system calls need to be blocked as
> well.

Ah, I see. The reason that I was packaging this is that it was used by
the new version of signify-openbsd, a package which I maintain.

It is possible to build this version of signify-openbsd without
libwaive, but then the implementation of pledge() simply does nothing.

What would you recommend that I do? I'm thinking that I should build
signify-openbsd without libwaive, because that way there are no false
expectations of security.

You can see the source to signify-openbsd here:
https://github.com/aperezdc/signify


pgp2QNgXgP7mD.pgp
Description: PGP signature


Bug#808414: RFS: ms-sys -- Program for writing Microsoft compatible boot records

2015-12-19 Thread Lucas Castro
Package: sponsorship-requests
Followup-For: Bug #808414

Dear Maintainer,

I'm looking for a sponsor for my package "ms-sys"

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (1001, 'testing'), (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



Processed: limit package to wnpp, tagging 808350

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

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 808350 + pending
Bug #808350 [wnpp] ITP: libtest-files-perl -- Test::Builder based module to 
ease testing with files and dirs
Added tag(s) pending.
> thanks
Stopping processing here.

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



Processed: limit package to wnpp, tagging 808351

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

> limit package wnpp
Limiting to bugs with field 'package' containing at least one of 'wnpp'
Limit currently set to 'package':'wnpp'

> tags 808351 + pending
Bug #808351 [wnpp] ITP: libfile-grep-perl -- find matches to a pattern in a 
series of files and related functions
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#807953: marked as done (ITP: golang-github-digitalocean-godo -- DigitalOcean API client library for Go)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:00:17 +
with message-id 
and subject line Bug#807953: fixed in golang-github-digitalocean-godo 0.9.0-1
has caused the Debian Bug report #807953,
regarding ITP: golang-github-digitalocean-godo -- DigitalOcean API client 
library for Go
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.)


-- 
807953: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807953
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Daniel Stender 
X-Debbugs-CC: debian-de...@lists.debian.org, 
pkg-go-maintain...@lists.alioth.debian.org
Control: block 740753 by -1

* Package name: golang-github-digitalocean-godo
  Version : 0.8.0+git20151203.14.ddf63a4-1
  Upstream Author : DigitalOcean
* URL : https://github.com/digitalocean/godo
* License : Expat
  Programming Lang: Go
  Description : DigitalOcean API client library for Go

Godo is a Go client library for accessing the DigitalOcean V2 API. The binary 
package is going to
be golang-github-digitalocean-godo-dev.

This is another requirements for Packer.

Thanks,
DS

-- 
4096R/DF5182C8
46CB 1CA8 9EA3 B743 7676 1DB9 15E0 9AF4 DF51 82C8
LPI certified Linux admin (LPI000329859 64mz6f7kt4)
http://www.danielstender.com/blog/
--- End Message ---
--- Begin Message ---
Source: golang-github-digitalocean-godo
Source-Version: 0.9.0-1

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

Debian distribution maintenance software
pp.
Daniel Stender  (supplier of updated 
golang-github-digitalocean-godo 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: SHA1

Format: 1.8
Date: Thu, 17 Dec 2015 13:12:20 +0100
Source: golang-github-digitalocean-godo
Binary: golang-github-digitalocean-godo-dev
Architecture: source all
Version: 0.9.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Daniel Stender 
Description:
 golang-github-digitalocean-godo-dev - DigitalOcean API V2 client library for 
Google Go
Closes: 807953
Changes:
 golang-github-digitalocean-godo (0.9.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #807953).
Checksums-Sha1:
 b4d0f59b66678235628ef0d8c1e6c4bc7f3e1290 2355 
golang-github-digitalocean-godo_0.9.0-1.dsc
 ed760fa4079faf39d0e74d1168a42b5a1c18a417 22324 
golang-github-digitalocean-godo_0.9.0.orig.tar.xz
 55d6a380fc880a7c20d28bcf491c630249c865ce 2700 
golang-github-digitalocean-godo_0.9.0-1.debian.tar.xz
 240da8303e16f2dd2dab849b4931302638de0fba 24302 
golang-github-digitalocean-godo-dev_0.9.0-1_all.deb
Checksums-Sha256:
 97af9d1a3e7c1ea93d13c1d221e3b3e11b6985b956aefd5f474fc5a66b1bda49 2355 
golang-github-digitalocean-godo_0.9.0-1.dsc
 5c9caa0f371b02db1f4c31e170f1b9cbebcdd8d367105daae48bcea6f0f4b607 22324 
golang-github-digitalocean-godo_0.9.0.orig.tar.xz
 1b1d2914f7a560d7cd60099379bc4c64372138a9117933796ae25d085fc08c7b 2700 
golang-github-digitalocean-godo_0.9.0-1.debian.tar.xz
 fc163f9c3c3175eabf40e47487401c6c9a674e530042d8d2876546c06affc540 24302 
golang-github-digitalocean-godo-dev_0.9.0-1_all.deb
Files:
 35acec752d017a9a99eb607125dca8a9 2355 devel extra 
golang-github-digitalocean-godo_0.9.0-1.dsc
 3ce1c7c8b21de0f03a38e03e633501f0 22324 devel extra 
golang-github-digitalocean-godo_0.9.0.orig.tar.xz
 8045655acb58a4540c804adfb365ecba 2700 devel extra 
golang-github-digitalocean-godo_0.9.0-1.debian.tar.xz
 a98d0ab286e94b5183ced172cc945726 24302 devel extra 
golang-github-digitalocean-godo-dev_0.9.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWcrFKAAoJENqCgw48zDo6T70P/R1zszByEbWS48KHP7ndY5vt
Ni3o4TF9+viD07B0CupjzL/erzxCoj8SCFMTGXSpN9TBYnuR/t32ytHsvBCdfMkA
0NCAgY77hQJ2cBJzVl1SqVkqL6qNnATrohRnMvGE4el4amKLtYyjPt8p9NoQDMyd
dJbtdCrXFS+xkatLZZooNyQ+/Hg+zSEVgOnia1h2gy4mvwB11Ac/7mfjENSr+Z7/
4zAmXpjBGvVvQsch25wtu3Qgo/7UmqcI/rlAB+TQ8/6xqGQbIU0v51un/fN4cweE

Bug#807977: marked as done (ITP: libtabixpp -- C++ wrapper to tabix indexer)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 19:00:37 +
with message-id 
and subject line Bug#807977: fixed in libtabixpp 1.0.0-1
has caused the Debian Bug report #807977,
regarding ITP: libtabixpp -- C++ wrapper to tabix indexer
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.)


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

* Package name: libtabixpp
  Version : 1.0.0 
  Upstream Author : Erik Garrison 
* URL : https://github.com/ekg/tabixpp
* License : MIT
  Programming Lang: C++
  Description : C++ wrapper to tabix indexer

Tabix indexes files where some columns indicate sequence coordinates: name
(usually a chromosome), start and stop. The input data file must be position
sorted and compressed by bgzip. After indexing, tabix is able to quickly 
retrieve data lines by chromosomal coordinates.
This package provides a C++ wrapper to the tabix indexer.

This is packaged as a dependency for REAPR and will be maintained the Debian
Med packaging team.
--- End Message ---
--- Begin Message ---
Source: libtabixpp
Source-Version: 1.0.0-1

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

Debian distribution maintenance software
pp.
Sascha Steinbiss  (supplier of updated libtabixpp 
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: Tue, 15 Dec 2015 00:12:12 +
Source: libtabixpp
Binary: libtabixpp0 libtabixpp-dev libtabixpp0-dbg
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 

Changed-By: Sascha Steinbiss 
Description:
 libtabixpp-dev - C++ wrapper to tabix indexer (development files)
 libtabixpp0 - C++ wrapper to tabix indexer
 libtabixpp0-dbg - C++ wrapper to tabix indexer (debug symbols)
Closes: 807977
Changes:
 libtabixpp (1.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #807977)
Checksums-Sha1:
 a27ed0835d1890a94e3963ead9a2027bd7aef991 2140 libtabixpp_1.0.0-1.dsc
 5e504c4ac4f47af2cc57d89585e313a5648aacc9 3519 libtabixpp_1.0.0.orig.tar.gz
 c8080c53e91f4f4d82fc42d79e8f5cc3600c75a5 46572 libtabixpp_1.0.0-1.debian.tar.xz
 9cf864002248048a8f6f97682d3cee7aacf17404 6954 libtabixpp-dev_1.0.0-1_amd64.deb
 ed52cf93d0e4d1cc772b65c0b8d685b6e91401a8 39140 
libtabixpp0-dbg_1.0.0-1_amd64.deb
 a7ae9e619ad3e5da06ce80ca72efccdc5a06becb 7762 libtabixpp0_1.0.0-1_amd64.deb
Checksums-Sha256:
 33873bb9c14359b51de9cf537b38771d515131f326e8bf962672db9d099f4bac 2140 
libtabixpp_1.0.0-1.dsc
 96ef482042cf71f48f8c84b068195f417d6b51a85c4428d98674537cf47c14e8 3519 
libtabixpp_1.0.0.orig.tar.gz
 a2ca48983637f1bd694d9299ec1d555f4aa97bd6e7d75c0d81fed09108b7f34f 46572 
libtabixpp_1.0.0-1.debian.tar.xz
 c7f427c09775721ee382501302be51717eb13887f4c27115bb18e9d982a0f1db 6954 
libtabixpp-dev_1.0.0-1_amd64.deb
 7e0e734013fe293a38230eeea25ab5bef314376ae8d0a028cc610eeb48beedc9 39140 
libtabixpp0-dbg_1.0.0-1_amd64.deb
 c5d509f79f3483500d5e7f43104938e40d471e331af28e1ac0e6f72ed51450d0 7762 
libtabixpp0_1.0.0-1_amd64.deb
Files:
 c68b64c793c6f2ae5489eadfa025f473 2140 science optional libtabixpp_1.0.0-1.dsc
 ec59a2abc12095bcde39fc79f84d30a1 3519 science optional 
libtabixpp_1.0.0.orig.tar.gz
 e4759c3f6f5eab773bc62aee9288811b 46572 science optional 
libtabixpp_1.0.0-1.debian.tar.xz
 12d51b5a83217d3473501c98abe82722 6954 libdevel optional 
libtabixpp-dev_1.0.0-1_amd64.deb
 966c30eeb2624fb9ed98b39d11868b15 39140 debug extra 
libtabixpp0-dbg_1.0.0-1_amd64.deb
 07ece04d5031b1b0b8b904be62885783 7762 libs optional 
libtabixpp0_1.0.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWcIT1AAoJEFeKBJTRxkbRUW8QAIh9yXQrgOxPjMN7+iUM36wS
VFzfNJ0XIEk5+J6nf+75we0T2sIAfpXdqGTeNgeDG23/rPqvyOiWJPG1006M6FPe

Bug#808410: RFA: re2c -- tool for generating fast C-based recognizers

2015-12-19 Thread Robert Edmonds
Package: wnpp
Severity: normal

Hi,

I'm requesting an adopter for the re2c package.

The package description is:
 re2c is a great tool for writing fast and flexible lexers. Unlike
 other such tools, re2c concentrates solely on generating efficient
 code for matching regular expressions. Not only does this singleness
 make re2c more suitable for a wider variety of applications, it
 allows us to generate scanners which approach hand-crafted ones in
 terms of size and speed.

Note that re2c is a dependency for spamassassin's sa-compile package.

Thanks!

-- 
Robert Edmonds
edmo...@debian.org



Bug#743638: RFP: shairport -- Play music streamed from iTunes/iPads/iPods

2015-12-19 Thread Daniel Carter
Hi Folks,

Mikes just pointed me at this effort.  I've setup a debian package for
this, which you may or may not find worthy for re-use (I'm a total newbie
at packaging).  In particular i did take the time to fill out the copyright
file, but i did this based on the claims in the licenses file, i didn't do
any forensic work tracing the forks through github.

https://launchpad.net/~dantheperson/+archive/ubuntu/shairplay-sync

*https://github.com/dantheperson/packaging/tree/master/shairport-sync/debian
*

Regards,
Dan.

-- 
Sent from my computer


Bug#805651: marked as done (ITA: avrdude -- software for programming Atmel AVR microcontrollers)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 21:50:55 +
with message-id 
and subject line Bug#805651: fixed in avrdude 6.2-2
has caused the Debian Bug report #805651,
regarding ITA: avrdude -- software for programming Atmel AVR microcontrollers
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.)


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

I no longer have any hardware to test avrdude against. So I'm no longer
really comfortable maintaining the package in Debian. See the recent
incident regarding the 6.2 update [1]

I therefor request an adopter for the avrdude package.

The package description is:
 AVRDUDE is an open source utility to download/upload/manipulate the
 ROM and EEPROM contents of AVR microcontrollers using the in-system
 programming technique (ISP).

[1] https://bugs.debian.org/805642
--- End Message ---
--- Begin Message ---
Source: avrdude
Source-Version: 6.2-2

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

Debian distribution maintenance software
pp.
Milan Kupcevic  (supplier of updated avrdude 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, 19 Dec 2015 14:46:10 -0500
Source: avrdude
Binary: avrdude avrdude-doc
Architecture: source all amd64
Version: 6.2-2
Distribution: unstable
Urgency: low
Maintainer: Milan Kupcevic 
Changed-By: Milan Kupcevic 
Description:
 avrdude- software for programming Atmel AVR microcontrollers
 avrdude-doc - documentation for avrdude
Closes: 805642 805651
Changes:
 avrdude (6.2-2) unstable; urgency=low
 .
   * New maintainer (closes: #805651). Many thanks to Michael Biebl for a
 decade worth of contributions to this package.
   * Set proper serial device attributes. (Closes: #805642)
Checksums-Sha1:
 9973190853ff3c3a067db5df3e2ab0df4c6e7f6e 1849 avrdude_6.2-2.dsc
 5cb40278521d87a490f9849aa887271d867c9db6 8916 avrdude_6.2-2.debian.tar.xz
 f4fb5428acab88f2ad114b5bac641ec0453a44c7 577554 avrdude-doc_6.2-2_all.deb
 e43e11963c6f72d8273e3289156d8fdf6999f954 266208 avrdude_6.2-2_amd64.deb
Checksums-Sha256:
 0f552c6b6d1c9d6b19e813168b7db76581fa190b633a6c71c7d9a26e0a3a43f7 1849 
avrdude_6.2-2.dsc
 b59f37c8b8312d02d423f94750ee92a75ac970084054fa8f7d71f18a42e475fa 8916 
avrdude_6.2-2.debian.tar.xz
 03266bd38b259271cbbf8e145128d3493caff1aabea1126e7abe3e7a164c42ea 577554 
avrdude-doc_6.2-2_all.deb
 cfda9b1069e34209c2a67af87b175bec585f0ad37b8a5dce5193379ff6ca8af2 266208 
avrdude_6.2-2_amd64.deb
Files:
 f37e09515edb05aec25cc6070c9ff834 1849 electronics extra avrdude_6.2-2.dsc
 72eafbfc02d96c48849c137d26c579df 8916 electronics extra 
avrdude_6.2-2.debian.tar.xz
 ee5c4630f18081a9a73d5a16cd36cf7c 577554 doc extra avrdude-doc_6.2-2_all.deb
 e50eaa1e25685e0b8bd4e2e336f5bafc 266208 electronics extra 
avrdude_6.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGcBAEBCAAGBQJWdbsdAAoJEOntZ4G0VQkOEtoMALxCFxG1HnAqAfoKbRufynFk
6WUBBXcCb2cNQsRkispvT+BZQjQ+uqe4KNftsibPL/yW2YL/E3TtoXmGg9TPQtHo
FsOk1CuLfkhYuKJsHYecJBlq9xorOhIFyMEOgcD1ggn8r1hnMNu7Yulqv7+3Vk84
9sSngVgzq9Xh2EJBOXwGVSAcLOPZhvEGF6nzkGe3KBVdnaVBNzncoQeStQdNjej/
P72XFx6R7B+GmblPaFYAU9tSKLmpqneoaXr07uusNnfhWYgB9Lh7lzhOhZQ8AG3T
yV12z1yaY/5QqQWot5K0+dIxAaYJuEkj+WnORPxLuAK5W+c6kQgyfK2hNMkJCMkZ
XGdI+5dAYuyxTepLIqYdTibh904XW3QcnPm8Hdt4qpj+uRK1QltRSUYRa5eurs/t
hepbJLX6BqBJW8vJFpZ+ZgF0XYolWB4Dn7rmMcogqduBRqD8EH5EKEnavZ5VaWHc
LaqKtYF1TvX/QRpwA38I56s6a/0LuefR+1dfZXAfHA==
=UcXI
-END PGP SIGNATURE End Message ---


Bug#808414: ITP: ms-sys -- Program for writing Microsoft compatible boot records

2015-12-19 Thread Paul Wise
On Sun, Dec 20, 2015 at 7:05 AM, Andrew Shadura wrote:

> You may try packaging ms-sys-free instead, but I don't know how useful
> that package would be.

There is also the mbr package, which still already in Debian.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#808428: RFP: mage -- a C/C++ software toolkit for reactive implementation of HMM-based speech and singing synthesis.

2015-12-19 Thread Andrew Shadura
Package: wnpp
Severity: wishlist

* Package name: mage
  Upstream Authors: University of Mons
NUMEDIART Institute for New Media Art Technology
Acapela Group
* URLs: http://mage.numediart.org/
https://github.com/numediart/mage
* License : GPL-3
  Programming Lang: C++
  Description : a C/C++ software toolkit for reactive implementation of 
HMM-based speech and singing synthesis.

Mage is a software library for using HMM-based speech synthesis in
reactive programming environments. It is based on the HTS engine, but
instead of using all the available context information for the
computation of speech audio samples, Mage can synthesize speech using a
limited number of labels preceeding and succeeding the currently
synthesized phoneme. It can go as low as only one label of phonetic
context, just the current one. Mage brings a realtime audio architecture
on the top of HTS and a user-friendly API for developers to integrate
reactive speech synthesis in their applications.



Processed: ITP: rhythmbox-plugin-alternative-toolbar -- Replace the Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which can be hidden

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

> owner 808415 "foss.freedom" 
Bug #808415 [wnpp] ITP: rhythmbox-plugin-alternative-toolbar -- Replace the 
Rhythmbox large toolbar with a Client-Side Decorated or Compact Toolbar which 
can be hidden
Owner recorded as "foss.freedom" .
> stop
Stopping processing here.

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



Bug#808434: ITP: libkgeomap -- Libkgeomap is a wrapper around different world-map components, to browse and arrange photos over a map.

2015-12-19 Thread Steve M. Robbins
Package: wnpp
Severity: wishlist
Owner: "Steve M. Robbins" 

* Package name: libkgeomap
  Version : 15.12.0
  Upstream Author : Several; part of Digikam/KDE project
* URL : https://github.com/KDE/libkgeomap
* License : GPL v2+
  Programming Lang: C++
  Description : Libkgeomap is a wrapper around different world-map 
components, to browse and arrange photos over a map.

Libkgeomap is a wrapper around world map components as Marble, OpenstreetMap 
and GoogleMap, 
for browsing and arranging photos on a map

This library is used by kipi-plugins, digiKam and other kipi host programs.


This is a dependency for digikam.  It used to be part of digikam's
source but has been split out.  



Bug#808414: ITP: ms-sys -- Program for writing Microsoft compatible boot records

2015-12-19 Thread lucas castro
Thanks Andrew about information,
I'll take a look at ms-sys-free.

On Sat, Dec 19, 2015 at 8:05 PM, Andrew Shadura  wrote:

> On 19 December 2015 at 22:25, Lucas Castro 
> wrote:
> > * Package name: ms-sys
> >   Version : 0.0.28
> >   Upstream Author : Henrik Carlqvist 
> > * URL : http://ms-sys.sourceforge.net/
> > * License : GPL-2+
> >   Programming Lang: C
> >   Description : Program for writing Microsoft compatible boot records
> >
> > The program does the same as Microsoft "fdisk /mbr" to a hard disk
> >  or "sys d:" to a floppy or FAT partition except that it does not copy
> >  any system files, only the boot record is written.
> >
> > It's usual in day-to-day of sysadmin the OS installation,
> > and with this package become easier to write boot record
> > for MS OSes on flashs and so create MS OS bootable flash.
> > I'll maintain this package by myself.
>
> I'm quite certain this software can't enter Debian main, and I'm
> unsure about non-free, as in includes dumps of boot records apparently
> copyrighted by Microsoft, and even if there wasn't this they don't
> come with the complete source code.
>
> You may try packaging ms-sys-free instead, but I don't know how useful
> that package would be.
>
> --
> Cheers,
>   Andrew
>



-- 
contatos:
Celular: ( 99 ) 99143-5954 - Vivo
skype: lucasd3castro


Bug#808427: RFP: kaldi -- Kaldi speech recognition toolkit

2015-12-19 Thread Balint Reczey
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: kaldi
  Version : 0.0.0+git20151218
* URL : http://kaldi-asr.org/
* License : Apache 2.0
  Programming Lang: C++
  Description : Kaldi speech recognition toolkit
 Kaldi is a toolkit for speech recognition written in C++ and licensed
 under the Apache License v2.0. Kaldi is intended for use by speech
 recognition researchers.
 .
 Currently, we have code and scripts for most standard techniques,
 including all standard linear transforms, MMI, boosted MMI and MCE
 discriminative training, and also feature-space discriminative
 training (like fMPE, but based on boosted MMI).

I have started packaging [1] under debian-science, but I'm not sure how
much progress I can make hence the RFP. Help is welcome! :-)

Kaldi is a dependency of Sirius [2].

[1] http://anonscm.debian.org/cgit/debian-science/packages/kaldi.git
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782763



Processed: xmlto -- XML-to-any converter

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

> retitle 802386 ITA: xmlto -- XML-to-any converter
Bug #802386 [wnpp] O: xmlto -- XML-to-any converter
Changed Bug title to 'ITA: xmlto -- XML-to-any converter' from 'O: xmlto -- 
XML-to-any converter'
>
End of message, stopping processing here.

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



Bug#805636: marked as done (ITP: mate-user-guide -- User Documentation for MATE Desktop Environment)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Dec 2015 23:00:20 +
with message-id 
and subject line Bug#805636: fixed in mate-user-guide 1.12.0-1~exp1
has caused the Debian Bug report #805636,
regarding ITP: mate-user-guide -- User Documentation for MATE Desktop 
Environment
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.)


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

* Package name: mate-user-guide
  Version : 1.12.0
  Upstream Author : Clement Lefebvre
* URL : https://github.com/mate-desktop/mate-user-guide
* License : GFDL-1.1+
  Programming Lang: Yelp
  Description : User Documentation for MATE Desktop Environment


 The MATE Desktop Environment is the continuation of GNOME 2. It provides an
 intuitive and attractive desktop environment using traditional metaphors for
 Linux and other Unix-like operating systems.
 .
 This package contains the user guide for MATE Desktop Environment and
 its main applications.
 .
 For MATE 1.12 the MATE user guide bin:package (as shipped with
 src:package mate-desktop in Debian) has been split off into a separate
 upstream source project.
 .
 Thus, the MATE user guide requires to go through the Debian NEW queue.
 .
 This package will be maintained by the Debian MATE Packaging Team and
 the Ubuntu MATE Team.
--- End Message ---
--- Begin Message ---
Source: mate-user-guide
Source-Version: 1.12.0-1~exp1

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

Debian distribution maintenance software
pp.
Mike Gabriel  (supplier of updated mate-user-guide 
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, 20 Nov 2015 14:28:32 +0100
Source: mate-user-guide
Binary: mate-user-guide
Architecture: source all
Version: 1.12.0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: MATE Packaging Team 
Changed-By: Mike Gabriel 
Description:
 mate-user-guide - User documentation for MATE Desktop Environment
Closes: 805636
Changes:
 mate-user-guide (1.12.0-1~exp1) experimental; urgency=medium
 .
   * Initial release. (Closes: #805636).
Checksums-Sha1:
 bed00916aaf02030d671a6568985d60cf21656d8 2212 mate-user-guide_1.12.0-1~exp1.dsc
 ce9b66b51b43c372d82ac049f8c89a15743481ee 8231468 
mate-user-guide_1.12.0.orig.tar.xz
 3ba370c159d9f30a317ae17404fdc642ae0c19b6 3296 
mate-user-guide_1.12.0-1~exp1.debian.tar.xz
 2108dc22dcea376780eb3b79be4143eeb9cf382c 7178316 
mate-user-guide_1.12.0-1~exp1_all.deb
Checksums-Sha256:
 2c925d3be6d576b953d0c86977e523d93189f2980137f0db233cb546ed820400 2212 
mate-user-guide_1.12.0-1~exp1.dsc
 9b92c55fc0b9103f2e5667ff5f6f910b263c910aa12e153c6124ecc62a871348 8231468 
mate-user-guide_1.12.0.orig.tar.xz
 0d645a3450c5e221cc6a94b4aad9ad2d18288b8f20ba518702c9b8d7c17dc947 3296 
mate-user-guide_1.12.0-1~exp1.debian.tar.xz
 4904e8c815cdbbd09de3335a2f0f2a519e53d2f00fe4ac7c6f2d3513a020e196 7178316 
mate-user-guide_1.12.0-1~exp1_all.deb
Files:
 75753ae2838ccab4aba79f8121e4331c 2212 doc optional 
mate-user-guide_1.12.0-1~exp1.dsc
 32670c40fa1b934a4a05d17c26fd7297 8231468 doc optional 
mate-user-guide_1.12.0.orig.tar.xz
 a5bc74d465e0d45e3adec79accea716a 3296 doc optional 
mate-user-guide_1.12.0-1~exp1.debian.tar.xz
 7719d0d447482fae0bc8cb4d1ac835a3 7178316 doc optional 
mate-user-guide_1.12.0-1~exp1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWTyX5AAoJEJr0azAldxsxvqgQALhF7xz0B3yq9h08DM6U/Ff8
mzcHxOmauBGzczmIHKl5Fr+wzi0gz2n7+hZ8p1A1NgPwsfz8B0ZJOqbXUwsVizm2
5PW9QnmpyDo8SMP1BpP8t6ZjRdjr8KDSQOxJ+Xcsw4Mc8KR5DPVLNyemwSmJDtL3
B3Wh60HDognpU/IqT5kFB28PTt8e4nV6Zw1MU6oUt8cn+JaaTkz4CLbbtV3O7vTX
JV+bB8/bhUSxf0kwzDDwxQ1U3I54wAST0C+UfoXgOy78CFoQ7tANXUSt1ddTA7A2
DW3PZkW5hBDuJlfg9Up1I3YtvBnClqhoEIzF0w2lS3ZokPYWHUSlZ2EVaEw8JvBN

Bug#807804: status of packaging intervaltree

2015-12-19 Thread Afif Elghraoui
I'm waiting for the Python 3.5 compatibility issue [1] to be resolved
before finalizing this package.

1. https://github.com/chaimleib/intervaltree/issues/35

-- 
Afif Elghraoui | عفيف الغراوي
http://afif.ghraoui.name



Bug#808414: ITP: ms-sys -- Program for writing Microsoft compatible boot records

2015-12-19 Thread Andrew Shadura
On 19 December 2015 at 22:25, Lucas Castro  wrote:
> * Package name: ms-sys
>   Version : 0.0.28
>   Upstream Author : Henrik Carlqvist 
> * URL : http://ms-sys.sourceforge.net/
> * License : GPL-2+
>   Programming Lang: C
>   Description : Program for writing Microsoft compatible boot records
>
> The program does the same as Microsoft "fdisk /mbr" to a hard disk
>  or "sys d:" to a floppy or FAT partition except that it does not copy
>  any system files, only the boot record is written.
>
> It's usual in day-to-day of sysadmin the OS installation,
> and with this package become easier to write boot record
> for MS OSes on flashs and so create MS OS bootable flash.
> I'll maintain this package by myself.

I'm quite certain this software can't enter Debian main, and I'm
unsure about non-free, as in includes dumps of boot records apparently
copyrighted by Microsoft, and even if there wasn't this they don't
come with the complete source code.

You may try packaging ms-sys-free instead, but I don't know how useful
that package would be.

-- 
Cheers,
  Andrew



Bug#775867: marked as done (ITP: libtomsfastmath -- Fast multiple-precision integer library.)

2015-12-19 Thread Debian Bug Tracking System
Your message dated Sun, 20 Dec 2015 04:00:19 +
with message-id 
and subject line Bug#775867: fixed in tomsfastmath 0.13-1
has caused the Debian Bug report #775867,
regarding ITP: libtomsfastmath -- Fast multiple-precision integer library.
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.)


-- 
775867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=775867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Sebastian Andrzej Siewior 
Severity: wishlist

* Package name: libtomsfastmath0
  Version : 0.12
  Upstream Author : Tom St Denis
* URL : 
http://www.libtom.net/?page=features=5=tfm
* License : Public Domain
  Programming Lang: C
  Description : TomsFastMath is a fast large integer arithmetic library.

It is a port of LibTomMath with optional support for inline assembler 
multipliers.
It has the following features:

- Public domain, open source and freely accessible
- Builds with GCC [preferably v3.3.x or higher] on any 32-bit/64-bit box
- Includes ASM optimizations (inline) for
  - x86-32 (e.g. i386 and SSE2)
  - x86-64 (e.g. AMD64)
  - ARM (ARMv4 and higher)
  - PPC32 (e.g. G3/G4)
  - PPC64 (e.g. G5)
  - AVR32 (Atmel 32-bit RISC processor)
  - MIPS (32-bit)
- Includes fairly complete API (provides most of what LibTomMath provides)
- Uses similar API as LibTomMath makes porting easy
- Competitive speeds (and getting higher).
  - Faster than OpenSSL on the AMD64
  - Still room for improvements
- No heap usage (malloc/calloc/free)
- Uses only inline asm, simplifies build process, simple to add new ports

This library is already used by a few application in the Debian archive
which use a copy of this library within their source tree. I noticed
this in the clamav package. Debian's code search [0] reveals other
packages.

[0] 
https://codesearch.debian.net/perpackage-results/TomsFastMath%2C%20a%20fast%20ISO%20C%20bignum%20library/2/page_0

Sebastian
--- End Message ---
--- Begin Message ---
Source: tomsfastmath
Source-Version: 0.13-1

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

Debian distribution maintenance software
pp.
Sebastian Andrzej Siewior  (supplier of updated 
tomsfastmath 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: Sat, 19 Dec 2015 14:54:57 +0100
Source: tomsfastmath
Binary: libtfm-dev libtfm1 libtfm1-dbg
Architecture: source i386
Version: 0.13-1
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team 
Changed-By: Sebastian Andrzej Siewior 
Description:
 libtfm-dev - Fast multiple-precision integer library [development files]
 libtfm1- Fast multiple-precision integer library [runtime]
 libtfm1-dbg - Debug symbols for libtfm1
Closes: 775867
Changes:
 tomsfastmath (0.13-1) unstable; urgency=low
 .
   * Initial release (Closes: #775867)
Checksums-Sha1:
 a2673ecc7529fc571fc132d9cad5eeefd47eab23 2039 tomsfastmath_0.13-1.dsc
 7ffe6627b6c1f3e51c23b616b6314105f3ba2b15 316828 tomsfastmath_0.13.orig.tar.xz
 dbce0959edab240498c550b0fa19384a7ef5af95 15100 
tomsfastmath_0.13-1.debian.tar.xz
 e85637aadffd5c6da26d47ddf84234bea7f5c244 9238 libtfm-dev_0.13-1_i386.deb
 8aff52bdd7d1047ed268bdfe839375c13f6ef97b 66520 libtfm1-dbg_0.13-1_i386.deb
 ac54aefafb3477632e7451bd88f42ddd58722b40 58166 libtfm1_0.13-1_i386.deb
Checksums-Sha256:
 614a1ba1424eecd293fb694e8efe0b95af708bc9849da197415bb5863bbe5969 2039 
tomsfastmath_0.13-1.dsc
 bbec744bce4fc282daf6bb7d9f4d63d9b84743626f76abc8e9df172cec3fc0ea 316828 
tomsfastmath_0.13.orig.tar.xz
 18594d38554df3fe91016337f29f1ee4648d4b5ec3221754bae895f9b618bfc4 15100 
tomsfastmath_0.13-1.debian.tar.xz
 c6208cd88979aa7eb6ba7da1f6b3cf567c0a2b6083d14b69fd7614642ff0e615 9238 
libtfm-dev_0.13-1_i386.deb
 281eac0ffbf5b3143e224431a9ff6de60879e794b430ce4beec95e2277f839c1 66520 
libtfm1-dbg_0.13-1_i386.deb
 

Reminder: Mobile App Development

2015-12-19 Thread Rahul Singh

Hi There,

Greetings, Thought you missed my last email.

Please let us know your mobile app development requirement and share 
your availability to connect over a Skype/Phone call for further 
clarifications.


Look forward to your response

Thanks & Regards,
Rahul Singh

-


 Forwarded Message 
Subject:Mobile app development
Date:   Monday, Dec 14, 2015 4:18 PM
From:   Rahul Singh 
To: w...@debian.org


Hi,

I am*Rahul*, representing a leading Mobile App Development Company.

Our capabilities include creating custom business applications, NEWS 
Apps, Front End Mobile App for ecommerce sites and branding apps for 
your website for all the major platforms.


You can also hire our talented mobile developers to work as your 
dedicated resources/offshore team reporting directly to you.


*If interested, just drop an email with your contact information 
(Skype/Phone etc.) *and suggest a good time to call. A business analyst 
from our team will connect with you to understand your project 
requirement. Will share a proposal along with a solution and estimates 
to meet your requirement.


Regards,
*Rahul Singh*
-






Note: If you do not want to receive these emails please write 
*/unsubscribe/* in subject line.




Bug#808373: ITP: libwaive -- Allow processes to waive their rights

2015-12-19 Thread Riley Baird
Package: wnpp
Severity: wishlist
Owner: Riley Baird 

* Package name: libwaive
  Version : 1.0.0+git20151218.a0e8c1
  Upstream Author : Dima Krasner 
* URL : https://github.com/dimkr/libwaive
* License : MIT
  Programming Lang: C
  Description : Allow processes to waive their rights

libwaive is a tiny library that provides waive(), a function that allows a
process to waive its right to perform certain actions (e.g. open a file).

It is inspired by Theo de Raadt's tame() system call
(http://article.gmane.org/gmane.os.openbsd.tech/43085)



Bug#605090: [RFC] Proposal for a new linux-grsec source package

2015-12-19 Thread Yves-Alexis Perez
On jeu., 2015-11-05 at 22:08 +0100, Yves-Alexis Perez wrote:
> On sam., 2015-10-10 at 21:55 +0200, Yves-Alexis Perez wrote:
> > This is really a work in progress and this mail a request for comment.
> > Especially missing is:
> 
> So, did any of you have the chance to test it? I'm currently running the
> 4.2.5
> kernel with grsecurity-3.1-4.2.5-201511021814 (just uploaded to my
> repository
> and to git.d.o) and it works just fine.
> 
> I'm really interested by any feedback you would have on this.
> 
With a lot of help from Ben I've made quite some progress in having the less
possible differences with src:linux package. With 4.3.3 we still have few
things differing, some of them which I think will be integrated in the
upcoming src:linux releases.

I'm intending to upload the current version to NEW during the week-end, so if
any of you want to test it, now would be a good time.

You can find it on the git repository at https://anonscm.debian.org/cgit/colla
b-maint/linux-grsec.git and the source and binary packages on my apt
repository at https://perso.corsac.net/~corsac/debian/kernel-grsec/packages/

Any comment appreciated, obviously.

Regards,
-- 
Yves-Alexis



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


Bug#605090: linux-grsec testing

2015-12-19 Thread bancfc
Hi. After testing the kernel X doesn't boot because restrict mprotect is 
enabled. Are there plans to integrate a PaX exception list so mprotect 
can be enabled system wide while common software can still work?




Bug#808397: ITP: smali -- Assembler/disassembler for Android's dex format

2015-12-19 Thread Roger Shimizu
Package: wnpp
Severity: wishlist
Owner: Roger Shimizu 

* Package name: smali
  Version : 2.1.0
  Upstream Author : Ben Gruver 
* URL : https://github.com/JesusFreke/smali/wiki
* License : BSD-3-clause and Apache
  Programming Lang: Java
  Description : Assembler/disassembler for Android's dex format

Description in detail:
smali/baksmali is an assembler/disassembler for the dex
format used by dalvik, Android's Java VM implementation.
The syntax is loosely based on Jasmin's/dedexer's syntax,
and supports the full functionality of the dex format
(annotations, debug info, line info, etc.)

The names "smali" and "baksmali" are the Icelandic equivalents
of "assembler" and "disassembler" respectively. Why Icelandic
you ask? Because dalvik was named for an Icelandic fishing village.

Status:
I'm doing the packaging now. I'll send a RFS after finishing.