Bug#736123: ITP: sbbi-upnplib -- Java library for universal plug and play (upnp)

2014-01-23 Thread Scott Howard
On Sun, Jan 19, 2014 at 10:43 PM, Jonathan Yu  wrote:
> Does apt-get source expect the source package name, or will it also
> work with binary package names? If I do "apt-get source libupnp-java",
> will it download the sbbi-upnplib package? If so, then this seems to
> be an especially trivial point, and I'd be happy with either name. In
> any case, since I'm not an expert here, let's see if someone on the
> debian-java list chimes in :-)

apt-get source does resolve source package names.
e.g., source package "rxtx" produces "librxtx-java"
$ sudo apt-get source librxtx-java
[sudo] password for showard:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'rxtx' as source package instead of 'librxtx-java'

Thanks all, I'll prepare an upload shortly
~Scott


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cang8-ddsxxhuyeqynetnasf5rksdwuomhnou3d3tagfxvgx...@mail.gmail.com



Bug#578563: Status?

2014-01-23 Thread Per Andersson
Hi!

What is the status for this?

I can sponsor uploads for fribid if proper packaging is available.


--
Per


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CABYrXSRTpPX=pvzkLwiv0Zad7h4Vcym=bcgbjgbpu5cuug-...@mail.gmail.com



Bug#660826: For those who care about ElasticSearch: build dependencies, RFH

2014-01-23 Thread Hilko Bengen
After struggling off and on with several projects' mostly Maven-based
build systems (and our tool support for Maven), I have finally gotten
ElasticSearch 1.0.0 RC1 to build on a Debian/unstable box without
network connectivity. The dependencies used to build the package have
been provided through individual locally built Debian packages.

I do not feel comfortable with uploading the dozen-or-so packages to
unstable right away because the quality of those packages is not up to
my standards and I do not really want to maintain them myself. I am no
Java developer and I have found out just enough about Maven and
maven-*-helper to be able to cause some damage using copy&paste
techniques. (I have, however, come to form strong opinions about
software library models that are based upon eternal availability of
unmaintained, buggy versions rather than a desire to provide stable
APIs/ABIs. But I digress.)

So, I need some help.

As a first step, I am going to document the various required
dependencies in the form of RFP bugs that are going to be linked to this
bug (#660826: RFP Elasticsearch) and I will try to make my efforts
available through git repositories as a possible starting point for
whoever wants to pick up from there.

The following packages that are not yet in Debian were needed:

- Apache Lucene 4.6 (lucene3 which is available is not enough.)
- A newer netty (3.9.0.Final is wanted, we have 3.2.6.Final in
  unstable.)
- spatial4j
- compress-lzf 0.9.6 (API breakage with a class becoming abstract after
  that. WTF?)
- hyperic-sigar
- carrotsearch-hppc
- icu4j-49 (Not sure if the exact "major" version is needed or if it's
  possible to just go the current fifty-something version instead.)

Cheers,
-Hilko


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/871tzyb6x4@msgid.hilluzination.de



Bug#736124: ITP: nxt-firmware -- Improved firmware for LEGO® Mindstorms® NXT bricks

2014-01-23 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Dominik,

Le 19/01/2014 19:21, Dominik George a écrit :

>   Description : Improved firmware for LEGO® Mindstorms® NXT bricks

Please drop all those useless “®” (from the long one too).

Regards

David

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJS4ZMZAAoJEAWMHPlE9r08DT4H/1ed/u54cd7vmmhNuAEvwbZt
M9y4EPk/U3ghzQAiFpsl+p9s9rRTQ9YvKTZrAvXf7RKtjg55yja/afBHb0GCdv8B
gQUBXDoGOkyoA5Ww8X6fK+bgCYywweltZO/YbLgAxkqEcyKY6ZichHPNGZD6Tjl4
CShCZ79wJBV+00hBOTFbOe/LJjxiyWFtdTzWENueA2GUFu/khRxrVlgBgYskGpRg
iZBFqxwq0mX8VWCTfHMwgQXVWNbImZ6guxQnhCvvKNczbtct8kXll4Ec7dwd5LUY
Ql4ymKv3k3xu/7tpg0A1o8mEcgBZeyBhGcMaLcpIVES9nRiGC3N1Zu9MHPYhPQw=
=fFeU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52e1931e@debian.org



Bug#729203: please include ffmpeg

2014-01-23 Thread Samuel Orr
Greetings Debian maintainers,

When the fork initially started I was not sure why or which to use. I
trusted Debian's decision to go with libav-tools (they know more than I?).
Now though, I know that for my use case ffmpeg is much more usable. I use
this script to record or stream my desktop (replace ffmpeg with avconv when
using libav-tools). It does not work using avconv. It records a few seconds
of output, and then freezes. When I try streaming, my stream is blank. It
works correctly using ffmpeg.

Please reconsider packaging or even replacing libav-tools with ffmpeg.

Thanks,
Samuel M. Orr

Here is the script:

#!/bin/sh

schedtool -I -e ffmpeg -f x11grab -r 15 -s 1024x768 -i :0.0 -f alsa -i
default \
-vcodec libx264 -preset ultrafast -g 30 -vb 2000k -minrate 2000k -maxrate
2000k \
-pix_fmt yuv420p -acodec libmp3lame -ar 44100 -ab 64k -sn -bufsize 2064k -f
flv \
~/test.flv


Bug#735946: Bug#735953: RFS: shc/3.8.9-1 [ITP] -- Generic shell script compiler

2014-01-23 Thread Tong Sun
On Thu, Jan 23, 2014 at 7:50 AM, Eriberto  wrote:
> You have a lintian message yet:
>
> I: shc: spelling-error-in-manpage usr/share/man/man1/shc.1.gz comand command
>
> And your problem isn't lintian version, but the configuration. Please,
> read this:
>
> http://eriberto.pro.br/blog/?p=1289

Strange, I've freshly installed my sid, done the above changes, but
still am not seeing the spelling-error-in-manpage prompt. Putting
everything on the command line, "lintian -EviIL +pedantic --color auto
--display-experimental", I'm still not getting that one.


Further onto the spelling-error-in-manpage problem. I've fixed all
spelling errors. But if you still see the prompt, then we can safely
ignore it, because there are cases that spelling will always be
considered error. E.g.:

 -T   Allow binary to be  traceable  (using  strace,  ptrace, truss, etc.)

If I'm wrong, please spell-check on
http://www.datsi.fi.upm.es/~frosal/sources/shc.html, and point me the
spelling errors.

> The blhc command . . .

Thanks for that. will do in the future.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAMmz1OffjCuwMM5A9Ya_LZwvE20Rq=rMZx=pxkxwuuxjfkd...@mail.gmail.com



Bug#568303: can-utils Debian package

2014-01-23 Thread Uwe Kleine-König
Hello Alexander,

On Wed, Jan 15, 2014 at 08:02:07PM +0400, Alexander GQ Gerasiov wrote:
> > On Wednesday 15 January 2014 12:40:52 you wrote:
> > > I've notice some progress on the issue:
> > > 
> > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568303
> > > 
> > > If Alexander won't post anything to this bug, where can I find the
> > > package archives, he was talking about?
> > 
> > He was talking about collab-maint:
> > 
> > http://anonscm.debian.org/gitweb/?p=collab-maint/can-modules.git;a=summary
> > http://anonscm.debian.org/gitweb/?p=collab-maint/can-utils.git;a=summary
> > 
> > Anyone can join collab-maint, you don't need to be Debian developer.
> > It would be good if you two coordinate. CCing Alexander therefore.
> 
> I'm in heavy reformatting package from the link above. (Only can-utils,
> cause I use vanilla kernel's modules.)
I started creating a debian package from scratch, too, before being
aware of this bug. My plan was to sent the ITP bug once the package is
ready together with an RFS (as I'm only DM).
 
> Right now I've asked my college to make clean-room rewrite of some
> lines in slcand.c, because it has licensing issues. (Mix of GPL and
> GFDL licensed code.)
This is resolved upstream in commit
393a91c7d8f6 (slcand: reimplement daemonize routine).

> I think I'll do an upload this week or the next one. If you have any
> ideas or want to join packaging on alioth, you're welcome. But please
> contact me prior any work, because current version on alioth is very
> different from one I'm working on. (And because of many changes I don't
> see a reason to upload broken state into git repo right now.)
I'll rebase my packaging stuff, fixup for the latest changes and will
let you know. Maybe we can work together then and pick the best things
from both approaches.

Best regards
Uwe


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140123183951.ga20...@perseus.defre.xn--kleine-knig-yfb.de



Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Christian Hofstaedtler

* Antonio Terceiro wrote:
> On Thu, Jan 23, 2014 at 03:17:46PM +0100, Michael Prokop wrote:
> > I'm a bit unhappy about the naming though, because currently it's
> > running DEP-8 tests only and "continuous integration system for
> > Debian" and its project name "debci" are a bit missleading from my
> > PoV. Do you have any further things in mind for debci?
> 
> Well, I am not aware of any other spec for runtime, as-installed test
> suites for packages. debci uses DEP-8 because that is what we have
> today.

I think the question on naming here was prompted because debci
currently only runs tests, while CI might imply a bit more than that.
(Building, publishing, ...)

Christian
-- 
 ,''`.  Christian Hofstaedtler 
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-



signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Antonio Terceiro
On Thu, Jan 23, 2014 at 03:17:46PM +0100, Michael Prokop wrote:
> * Antonio Terceiro [Thu Jan 23, 2014 at 10:08:25AM -0300]:
> 
> > * Package name: debci
> >   Version : 0.4.0
> >   Upstream Author : Antonio Terceiro 
> > * URL : http://ci.debian.net/
> > * License : GPL-3
> >   Programming Lang: Mostly POSIX Shell. a little bit of (or a rewrite
> > in) a saner language (Ruby|Perl|Python) might be
> > needed down the road
> >   Description : continuous integration system for Debian
> 
> > debci will scan the Debian archive for packages that contains DEP-8
> > compliant test suites, and run those test suites whenever a new version
> > of the package, or of any package in its dependency chain (modulo the
> > base system), is available.
> 
> Sounds promising, thanks for your work, Antonio.
> (As Martin Pitt already wrote in #736416 it would be great if the
> existing efforts could be shared.)

absolutely

> I'm a bit unhappy about the naming though, because currently it's
> running DEP-8 tests only and "continuous integration system for
> Debian" and its project name "debci" are a bit missleading from my
> PoV. Do you have any further things in mind for debci?

Well, I am not aware of any other spec for runtime, as-installed test
suites for packages. debci uses DEP-8 because that is what we have
today.

I don't think we need other specs for runtime test suites, but if they
come around I will have nothing against also supporting them.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Antonio Terceiro
On Thu, Jan 23, 2014 at 02:37:17PM +0100, Martin Pitt wrote:
> Hey Antonio,
> 
> I suppose you BCCed me as I don't usually get WNPP bug mail; thanks!
> 
> You are probably aware that we do this kind of thing in Ubuntu [1],
> which spawned quite a bunch of autopkgtest additions and also failures
> [2] in Debian. We currently use some wrapper scripts around
> autopkgtest [3] and let the whole thing run in Jenkins; that thing has
> grown "organically" (to say it in a positive way), but it has a couple
> of restrictions and is a bit too complex for my taste. (And that
> doesn't even include the integration with britney)
> 
> Since then autopkgtest itself grew a few things which reduces the need
> for wrapper scripts (just today I landed some new features particulary
> for your use case).  So, if you find something which adt-run itself
> should do but doesn't, please don't hesitate to file a bug and/or grab
> me on IRC (pitti on Freenode).

cool, thanks! I think we should absolutely work together and I will bug
you with bug reports and whatnot. :)

> I'm very eager to see what you have in mind for debci. I think if we
> work together and I maybe get to add a proper adt-virt-qemu [4] some
> day, we can eliminate [3] entirely, and the whole thing would be
> reduced to scanning the archive and scheduling/running adt-run on the
> slaves (QEMU, LXC, or schroots in practice). Do you want to use an
> existing job scheduler like http://jenkins.debian.net, or perhaps
> something simpler like zookeeper?

So what debci does ATM is exactly only scanning the archive and calling
out to "something" to run the tests. That something now is just

  `adt-run ... --- adt-virt-schroot`

so I need some extra code to make sure the used chroot is up to date
etc. My next step is much probably to extract the backend and make it
pluggable, so that you can still use schroot, but also submit jobs to
jenkins.debian.net.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#709650: marked as done (ITP: r-cran-spatstat -- GNU R Spatial Point Pattern analysis, model-fitting, simulation, tests)

2014-01-23 Thread Debian Bug Tracking System
Your message dated Thu, 23 Jan 2014 16:00:06 +
with message-id 
and subject line Bug#709650: fixed in r-cran-spatstat 1.35-0-1
has caused the Debian Bug report #709650,
regarding ITP: r-cran-spatstat -- GNU R Spatial Point Pattern analysis, 
model-fitting, simulation, tests
to be marked as done.

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

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


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

* Package name: r-cran-spatstat
  Version : 1.31-2
  Upstream Author : Adrian Baddeley 
* URL : http://cran.r-project.org/web/packages/spatstat/
* License : GPL
  Programming Lang: R
  Description : GNU R Spatial Point Pattern analysis, model-fitting, 
simulation, tests
 A GNU R package for analysing spatial data, mainly Spatial Point Patterns,
 including multitype/marked points and spatial covariates, in any
 two-dimensional spatial  region.  Contains functions for plotting spatial
 data, exploratory data analysis, model-fitting, simulation, spatial sampling,
 model diagnostics, and formal inference. Data types include point patterns,
 line segment patterns, spatial windows, and pixel images. Point process
 models can be fitted to point pattern data.  Cluster type models are fitted
 by the method of minimum contrast. Very general Gibbs point process models
 can be fitted to point pattern data using a function ppm similar to lm or glm.
 Models may include dependence on covariates, interpoint interaction and
 dependence on marks. Fitted models can be simulated automatically.  Also
 provides facilities for formal inference (such as chi-squared tests) and model
 diagnostics (including simulation envelopes, residuals, residual plots and Q-Q
 plots).

The package is maintained in Debian Science team and available read for upload 
at

   svn://svn.debian.org/debian-science/packages/R/r-cran-spatstat/trunk/
--- End Message ---
--- Begin Message ---
Source: r-cran-spatstat
Source-Version: 1.35-0-1

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-spatstat 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: Tue, 14 Jan 2014 16:30:53 +0100
Source: r-cran-spatstat
Binary: r-cran-spatstat
Architecture: source amd64
Version: 1.35-0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Andreas Tille 
Description: 
 r-cran-spatstat - GNU R Spatial Point Pattern analysis, model-fitting, 
simulation,
Closes: 709650
Changes: 
 r-cran-spatstat (1.35-0-1) unstable; urgency=low
 .
   * Initial release (Closes: #709650).
Checksums-Sha1: 
 78ef7c1992e669bc3de83a003fbf070833e3e922 1543 r-cran-spatstat_1.35-0-1.dsc
 b81c4b4ed0c0e07ae63c86115761cf59f6e1bd17 4682453 
r-cran-spatstat_1.35-0.orig.tar.gz
 1b772bad9cd7b712e5bcdde5df91bf6a144e8c48 3740 
r-cran-spatstat_1.35-0-1.debian.tar.xz
 e89a9b82946cf732bb08424203e48bbc491ef5d8 10376162 
r-cran-spatstat_1.35-0-1_amd64.deb
Checksums-Sha256: 
 0f86ecd25ff15534ef362ed407471482c553a26367812086eb693014ac03ac5e 1543 
r-cran-spatstat_1.35-0-1.dsc
 b5a88a5987db95bbc3f900e6de9bf6be2287084f2a7cd2dcdf591a0ff038a73c 4682453 
r-cran-spatstat_1.35-0.orig.tar.gz
 ed9b9d40fc4c2ef6729d150bdc4a054bfc11655dda67607b47b9709fb7803d5b 3740 
r-cran-spatstat_1.35-0-1.debian.tar.xz
 b0fedb2730793852099ae093810e1ca26669e1b66675d6f6bc2e6dfe9aaa6d3d 10376162 
r-cran-spatstat_1.35-0-1_amd64.deb
Files: 
 9cf2656ea0494c3554bae8d856cac393 1543 gnu-r optional 
r-cran-spatstat_1.35-0-1.dsc
 47dd7b43f8dabbff690248ed4df7d7f3 4682453 gnu-r optional 
r-cran-spatstat_1.35-0.orig.tar.gz
 07625b2d418a2b2e1c7e96517c8e7423 3740 gnu-r optional 
r-cran-spatstat_1.35-0-1.debian.tar.xz
 2f954b4a3e88643572d4a63746c7db4c 10376162 gnu-r optional 
r-cran-spatstat_1.35-0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlLXEJgACgkQYDBbMcCf01oWlQCfWzzMWWEykcrojZlE6+60mFtL

Bug#734659: marked as done (ITP: scannotation - A Java annotation scanner)

2014-01-23 Thread Debian Bug Tracking System
Your message dated Thu, 23 Jan 2014 16:00:06 +
with message-id 
and subject line Bug#734659: fixed in scannotation 1.0.2+svn20110812-1
has caused the Debian Bug report #734659,
regarding ITP: scannotation - A Java annotation scanner
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.)


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

Package name: scannotation
Version : 1.0.3
Upstream Author : Bill Burke
URL : http://scannotation.sourceforge.net/
License : Apache-2.0
Programming Lang: java
Description : A Java annotation scanner

Scannotation is a Java library that creates an annotation database from
a set of .class files.
--- End Message ---
--- Begin Message ---
Source: scannotation
Source-Version: 1.0.2+svn20110812-1

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

Debian distribution maintenance software
pp.
Timo Aaltonen  (supplier of updated scannotation 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: Tue, 21 Jan 2014 16:08:47 +0100
Source: scannotation
Binary: libscannotation-java
Architecture: source all
Version: 1.0.2+svn20110812-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Timo Aaltonen 
Description: 
 libscannotation-java - Java annotation scanner
Closes: 734659
Changes: 
 scannotation (1.0.2+svn20110812-1) unstable; urgency=low
 .
   * Initial release (Closes: #734659)
Checksums-Sha1: 
 2bfb3e536e4266e0b0e6a49391986462f74754e4 2176 
scannotation_1.0.2+svn20110812-1.dsc
 255ac6f9ef9701c256e17f623a84b2f0f9a93b59 20888 
scannotation_1.0.2+svn20110812.orig.tar.xz
 9d232d5c1e60abb123937e1a85ccea313fb115d4 3296 
scannotation_1.0.2+svn20110812-1.debian.tar.xz
 14a096125326ec35af40c959c70cc6c78fdecff2 18962 
libscannotation-java_1.0.2+svn20110812-1_all.deb
Checksums-Sha256: 
 802a3cf5a1a185797ce466e9f24266de5ef2afa2e16a24e60a08a2998b19c737 2176 
scannotation_1.0.2+svn20110812-1.dsc
 599820cca12f6e361dc5e399e9b6954fa10bcd778ca8976e295a7a4c6669b2c1 20888 
scannotation_1.0.2+svn20110812.orig.tar.xz
 c3679b5fb3522da4cf11e6fa3938fb0279305d65bd54731390de846c040d418a 3296 
scannotation_1.0.2+svn20110812-1.debian.tar.xz
 652ac90565fb8e196068fe3977930c8b8548242967bb738ae4da509b8916d516 18962 
libscannotation-java_1.0.2+svn20110812-1_all.deb
Files: 
 7fd6b3326f7d1d498a2cc45a93e31548 2176 java optional 
scannotation_1.0.2+svn20110812-1.dsc
 b3fe1a46d80c3e2b7a9ae1991b89bc84 20888 java optional 
scannotation_1.0.2+svn20110812.orig.tar.xz
 c98f0dfd8adb712804c7154d6bb02fbb 3296 java optional 
scannotation_1.0.2+svn20110812-1.debian.tar.xz
 37508efdc9a496dd9a944709c1f8a48b 18962 java optional 
libscannotation-java_1.0.2+svn20110812-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBAgAGBQJS3p5/AAoJEN2M1aXejH56d/QQAIEmsseoig42bH03DURkUgWt
OQHVRy9+iDS7uGs8zSG4mgyGXUF+NIyVTGIbkPo0Y4cRVbTZ444qrFIAig0H0ifK
zK56b3ZbovmYtXt9D26wg+ziw5wqX93ANMR8ZgInFty+4P2IO0EyvDWEN7qrTgp6
9jkRxBuTz2qwU90anzavfsdCgY+9xqHDpNhZSt+E2XCuXAfbd59ZMT657s0LOfIA
E7c4BDN0TK9h+LAR49xMzRnQOizTD7JKpn7HpL+QnH58oxxjA57k7o9t87irD64F
PMCYRrEv7bexP7MrWOuGx0XPalGZFOchMK/eWPNekmozVWff9U8dyqvtK+gk09k8
9n05LXedqvseVtexRh+ZhRzn8GjS5fplQ9QV4heM/AtyIpuYCdw+blNaTLzw150r
GYC71yi3A+mWLvzA6KbeRKepINXP5RUc1Wb1jpY+40KK0SsFHB0PyDAi6w/p9DJM
5hj1GhPqcHxSsjcDgplsNpp6Ttgnv12YexNcudQsqoQJcVK4agG24a71k0QlkOes
/iVG4iDFyEaMok1im25w7q+25EQOGqbl/u/6y0fPUYEmee2aiBhp5yzcKt2zKImm
qm5OBQBIBKqmuKxwyvxPyn21Z7/139GekiSPVNbxKaoB1P4PNWV/SQeeh/rsxWbg
n0B/wMgQYVSjggCu4kqz
=RELk
-END PGP SIGNATURE End Message ---


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Martin Pitt
Michael Prokop [2014-01-23 15:51 +0100]:
> I see, thanks for sharing. When do you schedule those runs? Like
> before a package enters the archive or after it has already entered
> the archive? Out of any pipeline? (I'm running autopkgtest test runs
> as part of the normal binary package builds, also in Jenkins but
> fully VCS-only driven.)

What happens is roughly as follows:

 - package gets uploaded to devel-proposed (roughly comparable to
   Debian unstable)
 - britney waits until the package gets built on the architectures
   that we run autopkgtest on (i386 and amd64 ATM, soon to be armhf)
 - once those binaries become installable (this check doesn't work
   ATM, but it's intended to) it requests autopkgtest runs for that
   package and all of its reverse dependencies
 - Jenkins picks up that request and runs tests for the requested
   packages
 - results get aggregated back to the machine that runs britney
 - once builds are completed on *all* arches, packages stay/become
   installable (as usual with britney), and all requested autopkgtests
   succeeded, the package gets propagated to devel (roughly comparable
   to Debian testing)
   otherwise, if anything fails there, the package gets held back in
   -proposed, which can be seen at [1] (search for FAIL to see the
   cases where autopkgtest holds back a new version)

No human user is running devel-proposed, as this is by definition the
pocket where stuff is broken. Human users run devel (i. e. the testing
equivalent). autopkgtests are run with -proposed enabled, of course,
so that you can do fixes/updates/transitions of several packages in
lockstep. In Ubuntu we don't use an additional waiting time (like
Debian's 10/5/2 days) for the -proposed → devel migration.

Martin

[1] 
http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html


-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Michael Prokop
* Martin Pitt [Thu Jan 23, 2014 at 03:34:42PM +0100]:
> Michael Prokop [2014-01-23 15:21 +0100]:
> > * Martin Pitt [Thu Jan 23, 2014 at 02:37:17PM +0100]:

> > > I'm very eager to see what you have in mind for debci. I think if we
> > > work together and I maybe get to add a proper adt-virt-qemu [4] some
> > > day, we can eliminate [3] entirely, and the whole thing would be
> > > reduced to scanning the archive and scheduling/running adt-run on the
> > > slaves (QEMU, LXC, or schroots in practice). Do you want to use an
> > > existing job scheduler like http://jenkins.debian.net, or perhaps
> > > something simpler like zookeeper?

> > What job scheduler is in use for jenkins.debian.net?
> > Are you using zookeeper for jenkins.qa.ubuntu.com?

> Jenkins is a job scheduler already AFAIK.

Ah, now I get what you mean, I see. :)
(FTR: basically you can trigger builds remotely, build periodically
or poll the SCM (and of course trigger jobs after other job runs) in
Jenkins.)

> We have a couple of big iron servers for actually running the
> tests (they provide 4 or 8 parallel qemu runs) that are registered
> as slaves in Jenkins, and the auto-generated Jenkins jobs from
> lp:auto-package-testing, and Jenkins does the rest. Jean-Baptiste
> is driving this part.

I see, thanks for sharing. When do you schedule those runs? Like
before a package enters the archive or after it has already entered
the archive? Out of any pipeline? (I'm running autopkgtest test runs
as part of the normal binary package builds, also in Jenkins but
fully VCS-only driven.)

regards,
-mika-


signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Martin Pitt
Hey Michael,

please keep Jean-Baptiste in CC; keeping fullquote for him.

Michael Prokop [2014-01-23 15:21 +0100]:
> * Martin Pitt [Thu Jan 23, 2014 at 02:37:17PM +0100]:
> 
> > I'm very eager to see what you have in mind for debci. I think if we
> > work together and I maybe get to add a proper adt-virt-qemu [4] some
> > day, we can eliminate [3] entirely, and the whole thing would be
> > reduced to scanning the archive and scheduling/running adt-run on the
> > slaves (QEMU, LXC, or schroots in practice). Do you want to use an
> > existing job scheduler like http://jenkins.debian.net, or perhaps
> > something simpler like zookeeper?
> 
> What job scheduler is in use for jenkins.debian.net?
> Are you using zookeeper for jenkins.qa.ubuntu.com?

Jenkins is a job scheduler already AFAIK. We have a couple of big
iron servers for actually running the tests (they provide 4 or 8
parallel qemu runs) that are registered as slaves in Jenkins, and the
auto-generated Jenkins jobs from lp:auto-package-testing, and Jenkins
does the rest. Jean-Baptiste is driving this part.

> (JFTR, Zuul with Gearman is also a nice combination, especially with
> Gerrit: http://status.openstack.org/zuul/ )

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#736420: ITP: zenlisp -- Interpreter for purely symbolic, pure, lexically scoped dialect of LISP

2014-01-23 Thread Barak A. Pearlmutter
Package: wnpp
Severity: wishlist
Owner: "Barak A. Pearlmutter" 

* Package name: zenlisp
  Version : 2013.11.22
  Upstream Author : Nils M Holm
* URL : http://www.t3x.org
* License : Public Domain (essentially)
  Programming Lang: C
  Description : Interpreter for purely symbolic, pure, lexically
  scoped dialect of LISP

 Zenlisp is an interpreter for a purely symbolic, side effect-free,
 lexically scoped dialect of LISP.  It may be considered an
 implementation of pure LISP plus global definitions. Zenlisp is
 derived from ArrowLISP.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87sise7p0z@cs.nuim.ie



Bug#736419: ITP: kenlm -- faster and smaller language model queries

2014-01-23 Thread Koichi Akabe
Package: wnpp
Severity: wishlist
Owner: Koichi Akabe 

* Package name: kenlm
  Version : 0.0+git20131122
  Upstream Author : Kenneth Heafield
* URL : http://kheafield.com/code/kenlm/
* License : LGPL-3+
  Programming Lang: C++
  Description : faster and smaller language model queries

KenLM contains estimater, filters and queries for a language model.
Estimation is fast and scalable due to streaming algorithm.

It requires additional toolkit for building language models. (e.g. IRSTLM)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20140123142454.28810.4254.report...@ahclab10.naist.jp



Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Michael Prokop
* Martin Pitt [Thu Jan 23, 2014 at 02:37:17PM +0100]:

> I'm very eager to see what you have in mind for debci. I think if we
> work together and I maybe get to add a proper adt-virt-qemu [4] some
> day, we can eliminate [3] entirely, and the whole thing would be
> reduced to scanning the archive and scheduling/running adt-run on the
> slaves (QEMU, LXC, or schroots in practice). Do you want to use an
> existing job scheduler like http://jenkins.debian.net, or perhaps
> something simpler like zookeeper?

What job scheduler is in use for jenkins.debian.net?
Are you using zookeeper for jenkins.qa.ubuntu.com?

(JFTR, Zuul with Gearman is also a nice combination, especially with
Gerrit: http://status.openstack.org/zuul/ )

regards,
-mika-


signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Michael Prokop
* Antonio Terceiro [Thu Jan 23, 2014 at 10:08:25AM -0300]:

> * Package name: debci
>   Version : 0.4.0
>   Upstream Author : Antonio Terceiro 
> * URL : http://ci.debian.net/
> * License : GPL-3
>   Programming Lang: Mostly POSIX Shell. a little bit of (or a rewrite
> in) a saner language (Ruby|Perl|Python) might be
> needed down the road
>   Description : continuous integration system for Debian

> debci will scan the Debian archive for packages that contains DEP-8
> compliant test suites, and run those test suites whenever a new version
> of the package, or of any package in its dependency chain (modulo the
> base system), is available.

Sounds promising, thanks for your work, Antonio.
(As Martin Pitt already wrote in #736416 it would be great if the
existing efforts could be shared.)

I'm a bit unhappy about the naming though, because currently it's
running DEP-8 tests only and "continuous integration system for
Debian" and its project name "debci" are a bit missleading from my
PoV. Do you have any further things in mind for debci?

regards,
-mika-


signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Martin Pitt
Hey Antonio,

I suppose you BCCed me as I don't usually get WNPP bug mail; thanks!

You are probably aware that we do this kind of thing in Ubuntu [1],
which spawned quite a bunch of autopkgtest additions and also failures
[2] in Debian. We currently use some wrapper scripts around
autopkgtest [3] and let the whole thing run in Jenkins; that thing has
grown "organically" (to say it in a positive way), but it has a couple
of restrictions and is a bit too complex for my taste. (And that
doesn't even include the integration with britney)

Since then autopkgtest itself grew a few things which reduces the need
for wrapper scripts (just today I landed some new features particulary
for your use case).  So, if you find something which adt-run itself
should do but doesn't, please don't hesitate to file a bug and/or grab
me on IRC (pitti on Freenode).

I'm very eager to see what you have in mind for debci. I think if we
work together and I maybe get to add a proper adt-virt-qemu [4] some
day, we can eliminate [3] entirely, and the whole thing would be
reduced to scanning the archive and scheduling/running adt-run on the
slaves (QEMU, LXC, or schroots in practice). Do you want to use an
existing job scheduler like http://jenkins.debian.net, or perhaps
something simpler like zookeeper?

Thanks,

Martin

[1] https://jenkins.qa.ubuntu.com/view/Trusty/view/AutoPkgTest/
[2] 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=autopkgtest;users=autopkgtest-de...@lists.alioth.debian.org
[3] 
http://bazaar.launchpad.net/~auto-package-testing-dev/auto-package-testing/trunk/files
[4] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719215

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#736416: ITP: debci -- continuous integration system for Debian

2014-01-23 Thread Antonio Terceiro
Package: wnpp
Severity: wishlist
Owner: Antonio Terceiro 

* Package name: debci
  Version : 0.4.0
  Upstream Author : Antonio Terceiro 
* URL : http://ci.debian.net/
* License : GPL-3
  Programming Lang: Mostly POSIX Shell. a little bit of (or a rewrite
in) a saner language (Ruby|Perl|Python) might be
needed down the road
  Description : continuous integration system for Debian

debci will scan the Debian archive for packages that contains DEP-8
compliant test suites, and run those test suites whenever a new version
of the package, or of any package in its dependency chain (modulo the
base system), is available.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#734262: marked as done (ITP: xmds2 -- eXtensible Multi-Dimensional Simulator)

2014-01-23 Thread Debian Bug Tracking System
Your message dated Thu, 23 Jan 2014 13:00:06 +
with message-id 
and subject line Bug#734262: fixed in xmds2 2.1.4-1
has caused the Debian Bug report #734262,
regarding ITP: xmds2 -- eXtensible Multi-Dimensional Simulator
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.)


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

Package: wnpp
Severity: wishlist
Owner: Rafael Laboissiere 

 * Package name: xmds2
   Version : 2.1.4
   Upstream Author : Graham Dennis, Andy Ferris, Joe Hope, Michael
 Hush, Mattias Johnsson, and Gabriel McManus
 
 * URL : http://www.xmds.org/
 * License : GPL2
   Programming Lang: Python
   Description : eXtensible Multi-Dimensional Simulator

XMDS is a code generator that integrates equations, from Ordinary 
Differential Equations (ODEs) up to stochastic Partial Differential 
Equations (PDEs). You write them down in human readable form in an XML 
file, and it goes away and writes and compiles a C++ program that 
integrates those equations as fast as it can possibly be done in your 
architecture.


XMDS 2 is a major upgrade rewritten in Python which is faster and far 
more versatile than previous versions, allowing the efficient 
integration of almost any initial value problem on regular domains.


Note that a xmds package exists in Debian for version 1. The upstream 
authors renamed the program to xmds2 in order to allow the co-existence 
of both versions in the system.  They did that because the format of the 
*.xmds files changed in version 2 and there still may be users around who 
need version 1.  The issue of having both versions packaged in Debian has 
been discussed in the debian-science mailing list: 
https://lists.debian.org/debian-science/2014/01/msg5.html


BTW, the maintainer of the xmds2 package will be the Debian Science Team.

A preliminary version of the Debian package can be built with 
git-buildpackage from the Git repository at: 
git://anonscm.debian.org/debian-science/packages/xmds2.git
--- End Message ---
--- Begin Message ---
Source: xmds2
Source-Version: 2.1.4-1

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

Debian distribution maintenance software
pp.
Rafael Laboissiere  (supplier of updated xmds2 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: Wed, 08 Jan 2014 10:17:41 +0100
Source: xmds2
Binary: xmds2
Architecture: source all
Version: 2.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 

Changed-By: Rafael Laboissiere 
Description: 
 xmds2  - eXtensible Multi-Dimensional Simulator
Closes: 597014 734262
Changes: 
 xmds2 (2.1.4-1) unstable; urgency=low
 .
   [ Rafael Laboissiere ]
   * Initial version for Debian (Closes: #597014, #734262)
   * debian/source/format: 3.0 (quilt)
   * debian/control:
 + Add mandatory build-dependency on python
 + Declare package to be architecture-independent
 + Drop unused build-dependency on cdbs
 + Drop useless dependencies on python-markdown
 + Drop ${shlibs:Depends} (this is an arch:all package)
 + Bump Standards-Version to 3.9.5
 + Declare the Debian Science Team as the maintainer
 + Use XS-Python-Version instead of deprecated XB-Python-Version
 + Drop duplicated dependency on python-pyparsing
 + Set Section to "science" and Priority to "extra"
 + Add Vcs-{Git,Browser} fields
 + Add paragraph to the Description field about the differences to xmds v1
 + Add dependency to libfftw3-mpi-dev and libgsl0-dev
 + Replace dependencies on mpich2 by mpi-default-{dev,bin}
 + Build-depend on all run-time dependencies, such that the unit test
   suite works
 + Add my name to the list of Uploaders
   * debian/rules:
 + Remove the build directory in the clean rule
 + Run the lorenz.xmds example as unit test
 + Run the unit test suite run_tests.py
   * debian/watch: Add file for uscan
   * Bump 

Bug#735946: Bug#735953: RFS: shc/3.8.9-1 [ITP] -- Generic shell script compiler

2014-01-23 Thread Eriberto
Hi Tong!

You have a lintian message yet:

I: shc: spelling-error-in-manpage usr/share/man/man1/shc.1.gz comand command

And your problem isn't lintian version, but the configuration. Please,
read this:

http://eriberto.pro.br/blog/?p=1289

The blhc command shows warnings that will appear in PTS page:

# blhc shc_3.8.9-1_amd64.build

CPPFLAGS missing (-D_FORTIFY_SOURCE=2): shc: cc -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security match.x.c -o match.x

LDFLAGS missing (-Wl,-z,relro): shc: cc -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security match.x.c
-o match.x

To fix this, $ man blhc. Search for 'BUILDD TAGS' in manpage.

You will get 'Build log checks report 1 warning about this package' on
http://packages.qa.debian.org page. To see an example, you can search
at Google:

"Build log checks report 1 warning about this package" site:packages.qa.debian

Finally, I am trying to help you but I am not a DD. You will need a DD
to upload your package.

Have a nice day!

Cheers,

Eriberto


2014/1/23 Tong Sun :
>
> My sid is about 3~4 weeks old but somehow I don't have lintian
> problems of hyphen-used-as-minus-sign and
> hardening-no-fortify-functions. I've shot into the dark, so please


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAP+dXJechkPBHZjQfCsh7vw=p_tuwup8gyngt9ewfsuz+fh...@mail.gmail.com



Bug#729203: not just shameful and fraudulent. Also defamitory and un-foss-ly

2014-01-23 Thread e
I am shocked that debian have sunk so low. Fraudulently packaging one
offering and passing it off as another is one issue.

Defaming the author of the original package whilst impersonating them
is another much bigger issue entirely.

I make no claim to have a detailed understanding of the exact letter
of the GPL, but the free software ethos is pretty clear to me: that,
if you take someone's work and fork it and amend it and re-distribute
it, then you do not hold it out to be the original. You clearly define
what is different and are straight forward and up front about what you
have changed.

This is so sordid and shady. Goodbye debian, ubuntu, mint and deb. It
was fun while it lasted. I might come to visit occasionally for some
steam action. Luckily steam doesn't depend on "libav pretending to be
someone they aren't".


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caoeaxyz-eee-+ogp0vhwfzn_sm8-rkvbm-wke0zxs-g23vc...@mail.gmail.com



Bug#726612: marked as done (ITP: cpl-plugin-kmos -- ESO data reduction pipeline for KMOS)

2014-01-23 Thread Debian Bug Tracking System
Your message dated Thu, 23 Jan 2014 11:00:07 +
with message-id 
and subject line Bug#726612: fixed in cpl-plugin-kmos 1.2.6+dfsg-1
has caused the Debian Bug report #726612,
regarding ITP: cpl-plugin-kmos --  ESO data reduction pipeline for KMOS
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.)


-- 
726612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-scie...@lists.debian.org

* Package name: cpl-plugin-kmos
  Version : 1.2.4
  Upstream Author : MPG
* URL :
http://www.eso.org/sci/software/pipelines/kmos/kmos-pipe-recipes.html
* License : GPL
  Programming Lang: C
  Description : ESO data reduction pipeline for KMOS

This is the data reduction pipeline for the KMOS instrument of the Very
Large Telescope (VLT) from the European Southern Observatory (ESO).
.
The K-band Multi Object Spectrograph (KMOS) is a second-generation
instrument designed for operation on the VLT. The key feature of KMOS is
its ability to perform Integral Field Spectroscopy in the near-infrared
bands for 24 targets simultaneously.

Further information about KMOS can be found under
http://www.eso.org/sci/facilities/paranal/instruments/kmos/

A git repository is created at
http://anonscm.debian.org/gitweb/?p=debian-science/packages/cpl-plugin-kmos.git

The recipe will be based on the same template as the other plugins
created so far (cpl_plugin_amber, cpl_plugin_fors, cpl_plugin_giraf,
cpl_plugin_hawki, cpl_plugin_sinfo).

Best regards

Ole
--- End Message ---
--- Begin Message ---
Source: cpl-plugin-kmos
Source-Version: 1.2.6+dfsg-1

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

Debian distribution maintenance software
pp.
Ole Streicher  (supplier of updated cpl-plugin-kmos 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Dec 2013 15:04:02 +0100
Source: cpl-plugin-kmos
Binary: cpl-plugin-kmos cpl-plugin-kmos-doc cpl-plugin-kmos-calib
Architecture: source all amd64
Version: 1.2.6+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 

Changed-By: Ole Streicher 
Description: 
 cpl-plugin-kmos - ESO data reduction pipeline for KMOS
 cpl-plugin-kmos-calib - ESO data reduction pipeline calibration data 
downloader for KMOS
 cpl-plugin-kmos-doc - ESO data reduction pipeline documentation for KMOS
Closes: 726612
Changes: 
 cpl-plugin-kmos (1.2.6+dfsg-1) unstable; urgency=low
 .
   * Initial release. (Closes: #726612)
Checksums-Sha1: 
 28f110157d20ed64671e74a464a9cc687e863dbc 2313 cpl-plugin-kmos_1.2.6+dfsg-1.dsc
 a79183b2ed8262ea9c9ce7634f5605ffe2365a21 2992332 
cpl-plugin-kmos_1.2.6+dfsg.orig.tar.xz
 c3a7edcbe563d7de85553668a2b3f65d5173bb58 12252 
cpl-plugin-kmos_1.2.6+dfsg-1.debian.tar.gz
 4d5e3fcee9d0da775d3e478f35baa69b599f1cb6 142196 
cpl-plugin-kmos-doc_1.2.6+dfsg-1_all.deb
 57631a07bdb4ef9fd40c617653f1e68d710f242b 6008 
cpl-plugin-kmos-calib_1.2.6+dfsg-1_all.deb
 1db1102ab7e88e7552ae815e28ac7801afcfa9f0 620336 
cpl-plugin-kmos_1.2.6+dfsg-1_amd64.deb
Checksums-Sha256: 
 f1a4d2abdffb59090e189a77ec77fed064fdb31d3336cac1fcd227271bb9c084 2313 
cpl-plugin-kmos_1.2.6+dfsg-1.dsc
 a89487106eb36b6e4dc2ef048bd2ecb4233e020044b5900a8187c3381c739941 2992332 
cpl-plugin-kmos_1.2.6+dfsg.orig.tar.xz
 841c6ddd1b6d0581f107707ecc6599535701e0f2618e1497147633cbd8d1ded2 12252 
cpl-plugin-kmos_1.2.6+dfsg-1.debian.tar.gz
 0a773b17e7677d9a7a41e0af7b50755338e89cd3cd177d58fcde0bd583e796b6 142196 
cpl-plugin-kmos-doc_1.2.6+dfsg-1_all.deb
 835b54a4aadd1333e0f3a6e90cd68f071c826efdc6f89083e5780a18b4da68bf 6008 
cpl-plugin-kmos-calib_1.2.6+dfsg-1_all.deb
 a51084673f7bb6db96a11bc0e605b07f072e1d91b1adacfdba1d41da427a294b 620336 
cpl-plugin-kmos_1.2.6+dfsg-1_amd64.deb
Files: 
 bd48e51e0c2842e317c2046a3e03f335 2313 science optional 
cpl-plugin-kmos_1.2.6+dfsg-1.dsc
 f8ed7daecca0a7b344c3b97ec9bfff23 2992332 science optional 
cpl-plugi

Processed: Control: owner -1 !

2014-01-23 Thread Debian Bug Tracking System
Processing control commands:

> owner -1 !
Bug #736284 [wnpp] ITP: checkbox-ng -- PlainBox based test runner
Owner recorded as Sylvain Pineau .

-- 
736284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b736284.139046887617262.transcr...@bugs.debian.org



Bug#736284: Control: owner -1 !

2014-01-23 Thread Sylvain Pineau

Control: owner -1 !


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52e0df02.7050...@canonical.com



Bug#736284: Control: retitle -1 ITP: checkbox-ng -- PlainBox based test runner

2014-01-23 Thread Sylvain Pineau

Control: retitle -1 ITP: checkbox-ng -- PlainBox based test runner


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52e0d9ac.1040...@canonical.com



Processed: Control: retitle -1 ITP: checkbox-ng -- PlainBox based test runner

2014-01-23 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 ITP: checkbox-ng -- PlainBox based test runner
Bug #736284 [wnpp] ITP: checkbox-ng -- CheckBox / Next Generation
Changed Bug title to 'ITP: checkbox-ng -- PlainBox based test runner' from 
'ITP: checkbox-ng -- CheckBox / Next Generation'

-- 
736284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b736284.13904675106687.transcr...@bugs.debian.org



Bug#736397: ITP: jetrix -- TetriNET Server

2014-01-23 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg 

* Package name: jetrix
  Version : 0.2.3
  Upstream Author : Emmanuel Bourg 
* URL : http://jetrix.sourceforge.net
* License : GPL
  Programming Lang: Java
  Description : TetriNET Server

Jetrix is a new generation TetriNET server written in Java and designed
for maximum scalability, extensibility and ease of use. It features a
web based administration console and a simple API to let developers add
custom commands or change the channels' behavior with little knowledge
of the server's inner functioning.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52e0d682.1040...@apache.org



Processed: your mail

2014-01-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 718867 by 736354
Bug #718867 [wnpp] ITP: apache-log4j2 -- Apache logging framework for Java
718867 was not blocked by any bugs.
718867 was not blocking any bugs.
Added blocking bug(s) of 718867: 736354
>
End of message, stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.139046397617128.transcr...@bugs.debian.org