Bug#753095: RFH: vagrant

2014-06-29 Thread Laurent Bigonville
Package: wnpp
Severity: normal

Hi,

Would somebody be interested in helping me maintaining vagrant package
in debian.

My knowledge of ruby is unfortunately to low to continue working on it
especially with the latest versions where the code used to load the
plugins has heavily changed.

Cheers,

Laurent Bigonville

Description-en: Tool for building and distributing virtualized development 
environments
 This package provides the tools to create and configure lightweight,
 reproducible, and portable virtual environments.
 .
 Vagrant uses Oracle’s VirtualBox to create its virtual machines and then
 uses Chef or Puppet to provision them.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140629090822.25322.14573.report...@fornost.bigon.be



Re: SV: MATE 1.8 has now fully arrived in Debian

2014-06-29 Thread Andrei POPESCU
On Sb, 28 iun 14, 21:42:47, Thorsten Glaser wrote:
> Andrei POPESCU dixit:
> 
> >Yes, I know everything in Debian is a package, but APT *is* the master
> >of all packages :p
> 
> Wrong:
> 
> • dpkg (directly or via dselect) does not use APT’s system
>   (well, not necessarily, anyway)

You're not seriously suggesting dpkg would "sneak" a package on your 
system behind your back, do you?
 
> • aptitude has been known to ignore the view dpkg/apt have
>   on the system, e.g. wrt. held packages, for ages

Which is why the conflicting package solution is suboptimal, but a pin 
works:

# LANG=C aptitude install bad-package
No candidate version found for bad-package
No candidate version found for bad-package
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Re: multiarch: arch dependent header file path choice

2014-06-29 Thread Simon McVittie
On 28/06/14 18:44, Osamu Aoki wrote:
> The path for the arch dependent header file seems to have several options.
> 
>  1) /usr/include//*.h
>  2) /usr/include///*.h
>  3) /usr/lib///include/*.h

The correct answer depends:

(a) what users are meant to #include (e.g.  vs. )

(b) whether users are meant to be able to #include the header from the
default include path, or whether they are meant to have to use
pkg-config or similar to select one of potentially several incompatible
versions 

(1) is correct if you are meant to include  without pkg-config.

(2) is correct if you are meant to include  without
pkg-config, or  with -I.../ provided by pkg-config.

(3) is correct if your upstream cares about "lib64"-style bi-arch
systems, and is something of a workaround for Debian-style multiarch
being relatively new. If "lib64" distributions like Fedora had always
had Debian-style multiarch, perhaps it would be
/usr/include//glib-2.0/glibconfig.h; but Debian and its
derivatives are the only distros where /usr/include/ exists,
and upstreams want a solution that works everywhere.

I conjecture that there are no significant upstreams that care about
multiarch on Debian, but not biarch on Fedora. :-)

> (I was looking for the typedef of gsize in gobject header files in
> /usr/include/glib-2.0.  It tool me time to find it in
> /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h)

FYI, GLib's "build-time API" is that you use the glib-2.0 pkg-config
module, which adds /usr/lib//glib-2.0/include to the search
path; its upstream maintainers would consider anything involving
"#include <.../glib-2.0/...>" to be incorrect.

gsize is always meant to be the same size as size_t (as checked by
configure). GLib has a "no system headers included in our headers"
policy to help its portability to systems with non-ISO or non-POSIX
headers, so it needs configure checks for gint32 (= int32_t) etc.
anyway. size_t doesn't need a header on ISO C systems, but I think GLib
might support (or once have supported) environments where size_t doesn't
exist and sizeof() returns unsigned or something.

S


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53afdf6a.6080...@debian.org



Re: SV: MATE 1.8 has now fully arrived in Debian

2014-06-29 Thread Guillem Jover
On Wed, 2014-06-25 at 10:01:00 +0200, Matthias Urlichs wrote:
> … We have decided to use systemd as the default. …

s/We have/The tech-ctte has/.

Regards,
Guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140629120258.ga18...@gaara.hadrons.org



Re: New project goal: Get rid of Berkeley DB (post jessie)

2014-06-29 Thread Guillem Jover
On Tue, 2014-06-24 at 08:54:12 +, Thorsten Glaser wrote:
> Ondřej Surý  sury.org> writes:
> > Or we can just keep db5.3 forever and wait what will BSD folks do.
> > Maybe we will end up with LibreDB (*cough*)...
> 
> We have what essentially became db185 in libc, so there is no
> need for that ;-) All the dbm functions are in libc already.
> (This also holds true for OpenBSD TTBOMK.)

Not in glibc-based systems, those appear to have been removed before
version 2.2 (upstream commit 8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3).

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140629120743.gb18...@gaara.hadrons.org



Re: SV: MATE 1.8 has now fully arrived in Debian

2014-06-29 Thread Matthias Urlichs
Hi,

Guillem Jover:
> On Wed, 2014-06-25 at 10:01:00 +0200, Matthias Urlichs wrote:
> > … We have decided to use systemd as the default. …
> 
> s/We have/The tech-ctte has/.
> 
… and everybody else decided to not challenge their resolution,
at the very least. Anti-systemd(-author) rants nonwithstanding.

-- 
-- Matthias Urlichs


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140629124613.gm27...@smurf.noris.de



Bug#753125: ITP: r-cran-rsolnp -- GNU R general non-linear optimization

2014-06-29 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille 

* Package name: r-cran-rsolnp
  Version : 1.14-1
  Upstream Author : Alexios Ghalanos 
* URL : http://cran.r-project.org/web/packages/Rsolnp/
* License : GPL
  Programming Lang: R
  Description : GNU R general non-linear optimization
 This GNU R package provides general non-linear optimization using
 augmented lagrange multiplier method


Remark:  This is another precondition to upgrade R packages maintained
by the Debian Med team.  It is available in SVN

   svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rsolnp/trunk/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140629124813.12721.45500.report...@mail.an3as.eu



Re: Heads-up: dpkg-buildflags switching to -fstack-protector-strong

2014-06-29 Thread Guillem Jover
Hi!

On Wed, 2014-06-25 at 17:26:31 +0200, Romain Francoise wrote:
> There was a previous discussion about this on the dpkg mailing list, see:
> 
>  https://lists.debian.org/debian-dpkg/2014/06/msg00031.html
> 
> In preparation of this switch David Suárez did a full archive rebuild on
> EC2, the results of which are detailed in the post linked above.
> In summary, the bulk of the failures is for packages that explicitly use
> an older GCC version, which doesn't understand -fstack-protector-strong.
> If your package is affected, you will need to filter out the new flag
> and re-add the old one, or disable stack protection entirely (which is
> the least preferred option). See dpkg-buildflags(1) for details on how
> to do this.

Actually, I guess it might not have been obvious, but with the change
I mentioned in [C], it should be possible to disable the strong variant
bug still keep the normal stack-ptorector enabled.

  [C] 

Something like:

  DEB_BUILD_MAINT_OPTIONS=hardening=-stackprotectorstrong

(With the actual feature name sill open for minor tweaks.) Disabling
stackprotector will disable both features. But, yeah the best fix going
forward is to make the package build with gcc >= 4.9.

Thanks,
Guillem


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140629132313.ga20...@gaara.hadrons.org



Re: SV: MATE 1.8 has now fully arrived in Debian

2014-06-29 Thread Thomas Goirand
On 06/29/2014 05:21 PM, Andrei POPESCU wrote:
> On Sb, 28 iun 14, 21:42:47, Thorsten Glaser wrote:
>> Andrei POPESCU dixit:
>>
>>> Yes, I know everything in Debian is a package, but APT *is* the master
>>> of all packages :p
>>
>> Wrong:
>>
>> • dpkg (directly or via dselect) does not use APT’s system
>>   (well, not necessarily, anyway)
> 
> You're not seriously suggesting dpkg would "sneak" a package on your 
> system behind your back, do you?

I believe he's only suggesting that having a package installed with a
Conflict: is harder to break (even by mistake) than just some apt
preferences, and that it's better to lock things at the level of dpkg
than at the level of apt, aptitude, deslect, synaptic or whatever. I by
the way agree.

I don't know where you've found the "dpkg would sneak" thing...

+1 for uploading systemd-must-die
+1 for keeping the name which is funny
+1 for a free beer for you, Thorsten, if you come to Portland :)

Thomas


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53b05344.5000...@debian.org



Bug#753247: ITP: node-prr -- Object.defineProperty() with common defaults

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-prr
  Version : 1.0.0
  Upstream Author : Rod Vagg  (https://github.com/rvagg)
* URL : https://github.com/rvagg/prr
* License : Expat
  Programming Lang: JavaScript
  Description : Object.defineProperty() with common defaults - Node.js
module

 prr is a Node.js module which provides an alternate implementation of
 Object.defineProperty() with simplified arguments.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753250: ITP: node-end-of-stream -- Detect the end of a stream

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-end-of-stream
  Version : 0.1.5
  Upstream Author : Mathias Buus 
* URL : https://github.com/mafintosh/end-of-stream
* License : Expat
  Programming Lang: JavaScript
  Description : Detect the end of a stream - Node.js module

 end-of-stream is a Node.js module which calls a callback when a readable,
 writable, or duplex stream has completed or failed.
 .
 Pass a stream and a callback to end-of-stream. Both legacy streams and
 streams2 are supported.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753251: ITP: node-eventvat -- Evented, in-process key/value store for Node.js and the browser

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-eventvat
  Version : 0.2.1
  Upstream Author : hij1nx  (http://www.nodejitsu.com)
* URL : https://github.com/hij1nx/EventVat
* License : Expat
  Programming Lang: JavaScript
  Description : Evented, in-process key/value store for Node.js

 EventVat is an evented in-process key/value store with an API like that of
 Redis. It's event based, which means that when a method is called that
 affects the data, corresponding events will be raised. It supports 5 data
 types, Strings, Numbers, Booleans, Arrays and Hashes.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753254: ITP: node-ansi-styles -- ANSI escape codes for styling strings in the terminal

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-ansi-styles
  Version : 1.1.0
  Upstream Author : Sindre Sorhus  (
http://sindresorhus.com)
* URL : https://github.com/sindresorhus/ansi-styles
* License : Expat
  Programming Lang: JavaScript
  Description : ANSI escape codes for styling strings in the terminal -
Node.js module

 ansi-styles is a Node.js module which provides ANSI escape codes for
styling
 strings in the terminal.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753260: ITP: node-stylus -- Robust, expressive, and feature-rich CSS superset

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-stylus
  Version : 0.46.3
  Upstream Author : TJ Holowaychuk 
* URL : https://github.com/LearnBoost/stylus
* License : Expat
  Programming Lang: JavaScript
  Description : Robust, expressive, and feature-rich CSS superset -
Node.js module

 Stylus is a language which provides an efficient, dynamic, and expressive
way
 to generate CSS. It supports both an indented syntax and regular CSS style.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753269: ITP: node-supports-color -- Detect whether a terminal supports color

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-supports-color
  Version : 0.2.0
  Upstream Author : Sindre Sorhus  (
http://sindresorhus.com)
* URL : https://github.com/sindresorhus/supports-color
* License : Expat
  Programming Lang: JavaScript
  Description : Detect whether a terminal supports color - Node.js
module

 supports-color is a Node.js module which provides an API to detect whether
a
 terminal supports color.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753275: ITP: node-ansi-regex -- Regular expression for matching ANSI escape codes

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-ansi-regex
  Version : 0.2.1
  Upstream Author : Sindre Sorhus  (
http://sindresorhus.com)
* URL : https://github.com/sindresorhus/ansi-regex
* License : Expat
  Programming Lang: JavaScript
  Description : Regular expression for matching ANSI escape codes -
Node.js module

 ansi-regex is a Node.js module which provides a regular expression for
 matching ANSI escape codes.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753278: ITP: node-leveldown -- A Node.js LevelDB binding, primary backend for LevelUP

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-leveldown
  Version : 0.10.2
  Upstream Author : Rod Vagg 
* URL : https://github.com/rvagg/node-leveldown
* License : Expat
  Programming Lang: JavaScript
  Description : LevelDB binding, primary backend for LevelUP - Node.js
module

 LevelDOWN was extracted from LevelUP and now serves as a stand-alone
binding
 for LevelDB.
 .
 It is strongly recommended that you use LevelUP in preference to LevelDOWN
 unless you have measurable performance reasons to do so. LevelUP is
optimised
 for usability and safety. Although we are working to improve the safety of
the
 LevelDOWN interface it is still easy to crash your Node process if you
don't
 do things in just the right way.
 .
 See the documentation on safety for details of known unsafe operations
with
 LevelDOWN.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753282: ITP: node-connect-static -- static file server middleware for connect

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-connect-static
  Version : 1.2.0
  Upstream Author : Andrew Kelley 
* URL : https://github.com/andrewrk/connect-static
* License : Expat
  Programming Lang: JavaScript
  Description : static file server middleware for connect - Node.js
module

 When you create the middleware, it will immediately scan the requested
 directory, gzip all the files, and save the cache into memory, where it
will
 forever remain. When a request hits the middleware it never touches the
file
 system.
 .
 This is not to be confused with the static middleware that used to ship
with
 express and connect. That module is node-serve-static.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753283: ITP: node-music-library-index -- build a searchable javascript object model given track metadata objects

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-music-library-index
  Version : 1.2.0
  Upstream Author : Andrew Kelley 
* URL : https://github.com/superjoe30/node-music-library-index
* License : BSD-2-Clause
  Programming Lang: JavaScript
  Description : build a searchable object model given track metadata
objects - Node.js module

 Given track metadata objects, constructs a searchable object model.
 .
 Sort order ignores 'a', 'an' and 'the' in artists, albums, and names.
Sorting
 and searching is case insensitive and diacritics-insensitive. Searching
uses
 word-based filtering on all track fields. Distinguishes albums by name,
date,
 and album artist.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753284: node-cookies -- Cookies, optionally signed using Keygrip

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-cookies
  Version : 0.4.1
  Upstream Author : Jed Schmidt  (http://jed.is)
* URL : https://github.com/expressjs/cookies
* License : Expat
  Programming Lang: JavaScript
  Description : Cookies, optionally signed using Keygrip - Node.js
module

 Cookies is a Node.js module for getting and setting HTTP(S) cookies.
Cookies
 can be signed to prevent tampering, using Keygrip. It can be used with the
 built-in node.js HTTP library, or as Connect/Express middleware.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753285: ITP: node-mv -- fs.rename alternative which works across devices

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-mv
  Version : 2.0.1
  Upstream Author : Andrew Kelley
* URL : https://github.com/andrewrk/node-mv
* License : BSD
  Programming Lang: JavaScript
  Description : fs.rename alternative which works across devices -
Node.js module

 mv is a Node.js module which allows you to move a file or directory from
one
 place to another. It works similarly to the mv utility. First it tries to
 rename the file or directory, and then falls back to copying data.
 .
 Node.js is an event-based server-side JavaScript engine.


Bug#753287: ITP: node-tar-stream -- streaming tar parser and generator

2014-06-29 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-tar-stream
  Version : 0.4.3
  Upstream Author : Mathias Buus 
* URL : https://github.com/mafintosh/tar-stream
* License : Expat
  Programming Lang: JavaScript
  Description : streaming tar parser and generator - Node.js module

 tar-stream is a Node.js module which provides a streaming API to parse and
 generate tar files. It is streams2 and operates purely using streams which
 means you can extract/parse tarballs without ever hitting the file system.
 .
 Node.js is an event-based server-side JavaScript engine.