Bug#659641: ITP: python-quantities -- Support for physical quantities with units, based on numpy

2012-02-15 Thread Andrea Palazzi


Da: Michael Hanke 
>A: Andrea Palazzi ; 659...@bugs.debian.org 
>Cc: Debian Science List  
>Inviato: Lunedì 13 Febbraio 2012 9:22
>Oggetto: Bug#659641: ITP: python-quantities -- Support for physical quantities 
>with units, based on numpy
> 
>Hi,
>
>On Sun, Feb 12, 2012 at 07:49:04PM +0100, Andrea Palazzi wrote:
>> Package: wnpp
>> Severity: wishlist
>> Owner: Andrea Palazzi 
>>   Version         : 0.10.1
>>   Upstream Author : Darren Dale 
>> * URL             : http://pypi.python.org/pypi/quantities
>> * License         : BSD
>>   Programming Lang: Python
>>   Description     : Support for physical quantities with units, based on 
>>numpy
>
>I have a packaging draft for this one, which I'm happy to contribute --
>in case you haven't done it yourself yet (it is fairly straightforward).
>The reaon I haven't pushed this package yet is that the unittests do
>not pass and upstream didn't work on this code for a while. I filed
>some bug reports, but nothing happened yet.
>
>In any case, this package is needed as a dependency for a core pyton
>library for electrophysiology data handling. Therefore I appreciate that
>you are taking care of quantities.
>
>Do you have an anticipated timeframe for an initial upload? Are you
>aiming at team-maintenance within Debian Science?
>
>Hi,

the package is already done, it was pretty easy with py2dsc; what i want to do 
now is:
- check the created package
- create a git repository

- add a copyright file: there's no copyright in the original .tar.gz, the only 
copyright claim that I've found is at  http://pypi.python.org/pypi/quantities; 
I've asked upstream to add an explicit copyright file, but had no answer up to 
today. BTW, can I write the copyright file only based on the page on python.org

I would also appreciate some help on creating the git repository, I'm reading 
http://wiki.debian.org/Alioth/Git but some things aren't completely clear to me 
- e.g. will this be a "collab maint project" ? the project is debian-science ? 
Or what ?

I think that by the end of this week I could upload a first and reasonabily 
good version of the package to alioth.

Bye
Andrea

Bug#659641: ITP: python-quantities -- Support for physical quantities with units, based on numpy

2012-02-15 Thread Andrea Palazzi
On second thougth, if you send me your files for the package I'll take a look 
at them and see if I've missed something on my package and/or directly use them 
in place of mines.

Bye
Andrea




>
> Da: Michael Hanke 
>A: Andrea Palazzi ; 659...@bugs.debian.org 
>Cc: Debian Science List  
>Inviato: Lunedì 13 Febbraio 2012 9:22
>Oggetto: Bug#659641: ITP: python-quantities -- Support for physical quantities 
>with units, based on numpy
> 
>Hi,
>
>On Sun, Feb 12, 2012 at 07:49:04PM +0100, Andrea Palazzi wrote:
>> Package: wnpp
>> Severity: wishlist
>> Owner: Andrea Palazzi 
>>   Version         : 0.10.1
>>   Upstream Author : Darren Dale 
>> * URL             : http://pypi.python.org/pypi/quantities
>> * License         : BSD
>>   Programming Lang: Python
>>   Description     : Support for physical quantities with units, based on 
>>numpy
>
>I have a packaging draft for this one, which I'm happy to contribute --
>in case you haven't done it yourself yet (it is fairly straightforward).
>The reaon I haven't pushed this package yet is that the unittests do
>not pass and upstream didn't work on this code for a while. I filed
>some bug reports, but nothing happened yet.
>
>In any case, this package is needed as a dependency for a core pyton
>library for electrophysiology data handling. Therefore I appreciate that
>you are taking care of quantities.
>
>Do you have an anticipated timeframe for an initial upload? Are you
>aiming at team-maintenance within Debian Science?
>
>
>Thanks,
>
>Michael
>
>
>-- 
>Michael Hanke
>http://mih.voxindeserto.de
>
>
>
>
>

Bug#659954: ITP: mono-upnp -- client/server libraries for UPnP

2012-02-15 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin 


* Package name: mono-upnp
  Version : 0.1.0
  Upstream Author : Alexander Kojevnikov 
* URL : http://www.github.com/mono/mono-upnp
* License : MIT/X11 (BSD like)
  Programming Lang: C#
  Description : client/server libraries for UPnP

Mono.Upnp is a set of client/server libraries for the Universal Plug 'n Play
specification, which can be found at http://www.upnp.org.

Mono.Upnp includes the following projects:
 - Mono.Ssdp: An implementation of the Simple Discovery Protocol.
 - Mono.Upnp: An implementation of the UPnP Device Architecture 1.1, Sections
2-6.
 - Mono.Upnp.GtkClient: An executable Gtk+ user interface for inspecting UPnP
   devices and services on the network.
 - Mono.Upnp.Dcp.MediaServer1: An implementation of the UPnP Audio/Video
   MediaServer1 Device Control Protocol.
 - Mono.Upnp.Dcp.MediaServer1.FileSystem: A MediaServer1 implementation which
   serves media from the filesystem.
 - Mono.Upnp.Dcp.MediaServer1.FileSystem.ConsoleServer: An executable console
   program which serves media from the filesystem.
 - Mono.Upnp.Dcp.MSMediaServerRegistrar1: An implementation of the Microsoft
   MSMediaServerRegistrar1 Device Control Protocol.



-- 
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/20120215092302.8751.91040.reportbug@localhost6.localdomain6



Bug#659641: ITP: python-quantities -- Support for physical quantities with units, based on numpy

2012-02-15 Thread Michael Hanke
Hi,

I'm attaching my packaging draft (as requested in your other email). See
my inline comments below:

On Wed, Feb 15, 2012 at 08:57:46AM +, Andrea Palazzi wrote:
> the package is already done, it was pretty easy with py2dsc; what i want to 
> do now is:
> - check the created package
> - create a git repository
> 
> - add a copyright file: there's no copyright in the original .tar.gz,
> the only copyright claim that I've found is at 
> http://pypi.python.org/pypi/quantities; I've asked upstream to add an
> explicit copyright file, but had no answer up to today. BTW, can I
> write the copyright file only based on the page on python.org

Yes you can, there is also one in the attached tarball. Upstream should
add an explicit statement nevertheless.

> I would also appreciate some help on creating the git repository, I'm
> reading http://wiki.debian.org/Alioth/Git but some things aren't
> completely clear to me - e.g. will this be a "collab maint project" ?
> the project is debian-science ? Or what ?

collab-maint should be fine. I'd advise you to use git-buildpackage to
handle source import, etc.. If you like, I can also upload the repo that
I already have with my packaging draft and you clone it and add yourself
as package maintainer.

> I think that by the end of this week I could upload a first and
> reasonabily good version of the package to alioth.

That sounds perfect! If you need a sponsor for the upload I'd be
available for that -- just let me know.

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de


quantitites_packaging.tar.gz
Description: Binary data


Processed: dpuser+qfitsview: changing back to ITP from RFP

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 472961 ITP: dpuser+qfitsview --  astronomical data analysis system
Bug #472961 [wnpp] RFP: dpuser+qfitsview --  astronomical data analysis system
Changed Bug title to 'ITP: dpuser+qfitsview --  astronomical data analysis 
system' from 'RFP: dpuser+qfitsview --  astronomical data analysis system'
> owner 472961 paum...@users.sourforge.net
Bug #472961 [wnpp] ITP: dpuser+qfitsview --  astronomical data analysis system
Owner recorded as paum...@users.sourforge.net.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
472961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472961
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.132930371715770.transcr...@bugs.debian.org



Bug#659964: ITP: proftmb -- per-residue prediction of bacterial transmembrane beta barrels

2012-02-15 Thread Laszlo Kajan
Package: wnpp
Severity: wishlist
Owner: Laszlo Kajan 

* Package name: proftmb
  Version : 1.1.7
  Upstream Author : Henry Bigelow 
* URL : http://rostlab.org/
* License : GPL
  Programming Lang: C++
  Description : per-residue prediction of bacterial transmembrane beta 
barrels

proftmb provides a four state (up-strand, down-strand, periplasmic loop, and
outer loop) per-residue prediction for the protein.



-- 
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/20120215112659.1320.23888.reportbug@debian-unstable.rostclust



Processed: Re: RFP: gcc-4.3 for Debian wheezy

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> merge 657028 658535
Bug#657028: RFP: gcc-4.3 for Debian wheezy
Bug#658535: ITP gcc-4.3 for Debian wheezy #657028
Merged 657028 658535.

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658535: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658535
657028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657028
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.132930539927711.transcr...@bugs.debian.org



Oferta Febrero. Tú cartucho original a precio de mayorista - publicidad -

2012-02-15 Thread Solooriginales promociones




boletín Tú cartucho original a precio de mayorista






















Somos Especialistas en consumibles informáticos desde 1994













TONER 
LASER 









HP 









Q2612A









55,38 € 
SIN IVA









65,35 € 
CON IVA












TONER 
LASER 









HP 









CB435A









48,14 € 
SIN IVA









56,81 € 
CON
IVA 




   

Bug#654942: No time to work on.

2012-02-15 Thread M. Chatelle
retitle 654942 O: develock-el -- additional font-lock keywords for the 
developers on Emacs
noowner 654942
thanks


Actually, I have no time to work on this package, so I prefer to leave it to 
others.



bye



-- 
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/20120215113354.gb2...@hermes.home



Processed: No time to work on.

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 654942 O: develock-el -- additional font-lock keywords for the 
> developers on Emacs
Bug #654942 [wnpp] ITA: develock-el -- additional font-lock keywords for the 
developers on Emacs
Changed Bug title to 'O: develock-el -- additional font-lock keywords for the 
developers on Emacs' from 'ITA: develock-el -- additional font-lock keywords 
for the developers on Emacs'
> noowner 654942
Bug #654942 [wnpp] O: develock-el -- additional font-lock keywords for the 
developers on Emacs
Removed annotation that Bug was owned by Maxime Chatelle .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
654942: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654942
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.13293060771130.transcr...@bugs.debian.org



Bug#657240: RFA: movabletype-opensource -- A well-known blogging engine

2012-02-15 Thread Benjamin Kerensa

Greetings Dominic,

I'm interested in accepting this RFA.

--
Benjamin Kerensa  "I am what I am because
Team Lead, Ubuntu Oregon  of who we all are." - Ubuntu
bkere...@ubuntu.com
http://ubuntu-oregon.org




--
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/4f3baffc.6020...@ubuntu.com



Bug#652745: razor-qt 0.4.1

2012-02-15 Thread Ferdinand Thommes
razor-qt 0.4.1 was released today, fixing the license problems that prevented 
packaging up to now.
http://groups.google.com/group/razor-qt/browse_thread/thread/490b225e616d4ca3

-- 
Ferdinand Thommes

Fellow of FSFE
LinuxTag e.V.



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


Bug#659984: ITP: starlink-libpal -- Position Astronomy Library

2012-02-15 Thread Ole Streicher
Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-scie...@lists.debian.org


* Package name: starlink-libpal
  Version : 0.1.0
  Upstream Author : Tim Jenness 
* URL : http://starlink.jach.hawaii.edu/starlink
* License : LGPLv2+
  Programming Language: C
  Description : Position Astronomy Library
 This library is a collection of code designed to aid in
 replacing the SLA library with code from NOVAS and SOFA.
 .
 Where possible the API is similar to the slalib
 except for the use of a "pal" prefix.

The goal of this package is to provide a modern alternative to the
slalib. Future versions of starlib-libast
 will be built using this library instead
of slalib 

This package is built in preparation to build saods9
.





-- 
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/4f3bc227.1040...@liska.ath.cx



Bug#653687: ITP: hpfall -- Disk protection for HP machines.

2012-02-15 Thread Bas van den Dikkenberg
* Package name: hpfall
  Version : 1.0.0
  Upstream Author : Pascal de Bruijn 
* URL :
https://launchpad.net/~pmjdebruijn/+archive/ppa/+build/2562251
* License : GPLv2
  Programming Lang: C
  Description : Disk protection for HP machines.

A lot of the HP laptops have 3D Driveguard. This package is crucial for
the HP laptops that include the 3D Driverguard (many from HP) and should
be include in Ubuntu. The device use the PC accelerometer device used to
park the hard drive spindle when the notebook PC falls or is in motion
may not function as expected after performing a recovery process using
restore media. When functioning correctly, an amber LED will light in
the hard drive notification area.

Now, the driver for the accelerometer is loaded by default in Linux
Kernel as modules hp_accel and lis3ld02d. It can be used as a Joystick
as well. And works really well in Ubuntu. I have been trying the
performance. I have it on my HP touchsmart tm2 and with Ubuntu 11.10
amd64. So in order to activate the protection it is needed to run the
hpfall.c deamon that is not include. In order to render useful the
device on the HP laptops the package should be included in Ubuntu.
Otherwise, the device won't protect the hard disk in case of fall and it
is useful just to play pinball with the HP laptops.



--
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/9345AD5DE363814DA41482800A8D50641C8CCA3B@srv01.dikkenberg.local



Processed: your mail

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> Retitle #653687  ITP: hpfall -- Disk protection for HP machines.
Bug #653687 [wnpp] RFP: hpfall -- Disk protection for HP machines
Changed Bug title to 'ITP: hpfall -- Disk protection for HP machines.' from 
'RFP: hpfall -- Disk protection for HP machines'
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
653687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653687
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.132931984032139.transcr...@bugs.debian.org



Bug#642934: sponsorship for aircrack-ng

2012-02-15 Thread David Francos
Hi, I've taken bug http://trac.aircrack-ng.org/ticket/953 at aircrack-ng.
I've resolved almost all the license issues, except two files from
hirte, whom I'm having trouble to contact, and the file crctable.h <
http://trac.aircrack-ng.org/svn/trunk/src/crctable.h > whose author we
have not yet identified. I was wondering if, because of the content of
crctable.h, could be marked as uncopyrightable.

Well, also, say that those are the lastest files from this list that
Carlos Lopez reported on the trac:

#  are not GPL licensed  ?? #
src/airodump-ng.h
src/crypto.h
src/aircrack-ng.h
src/aircrack-ptw-lib.h
src/uniqueiv.h
src/common.h
src/pcap.h
src/crctable.h
src/osdep/osdep.h
src/osdep/common.h
src/version.h
src/osdep/packed.h

### are GPL licensed and **DON'T** include the OpenSSL Exception ###
src/crypto.c
src/include/ieee80211.h
src/sha1-sse2.h
src/osdep/byteorder.h

We're almost there, don't let this stop.
Also, I should say it, I'm making a package from the svn revision, and
it's much easier to package, and has much less lintian warnings (if
some), you can have a look at the source of the package at
http://github.com/XayOn/Aircrack-ngDebian/  I've written a simpler
(and I think better) rules file, installing also scripts and
"unstable" tools and updated the recommends to fit with them, also,
only one of the patches seemed necesary (the usrlocal one).



-- 
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/caey15fxqd8a-mytmmxr-s9t2ctrtr6yr7hqr4cpedpevb85...@mail.gmail.com



Processed: retitle 658927 to O: python-turbogears2-doc -- documentation for the TurboGears2 web framework

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 658927 O: python-turbogears2-doc -- documentation for the TurboGears2 
> web framework
Bug #658927 [wnpp] O: turbogears2-doc
Changed Bug title to 'O: python-turbogears2-doc -- documentation for the 
TurboGears2 web framework' from 'O: turbogears2-doc'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658927
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.132932235017540.transcr...@bugs.debian.org



Processed: retitle 659103 to ITP: kde-gtk-config -- KDE configuration module for GTK+ 2.x and GTK+ 3.x style selection

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 659103 ITP: kde-gtk-config -- KDE configuration module for GTK+ 2.x 
> and GTK+ 3.x style selection
Bug #659103 [wnpp] ITP: kde-gtk-config --- KDE configuration module for GTK+ 
2.x and GTK+ 3.x style selection
Changed Bug title to 'ITP: kde-gtk-config -- KDE configuration module for GTK+ 
2.x and GTK+ 3.x style selection' from 'ITP: kde-gtk-config --- KDE 
configuration module for GTK+ 2.x and GTK+ 3.x style selection'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
659103: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659103
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.132932226617289.transcr...@bugs.debian.org



Processed: retitle 658927 to O: turbogears2 -- Python web application framework

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 658927 O: turbogears2 -- Python web application framework
Bug #658927 [wnpp] O: python-turbogears2-doc -- documentation for the 
TurboGears2 web framework
Changed Bug title to 'O: turbogears2 -- Python web application framework' from 
'O: python-turbogears2-doc -- documentation for the TurboGears2 web framework'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
658927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658927
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.132932256319198.transcr...@bugs.debian.org



Bug#653687: rfs filed

2012-02-15 Thread Bas van den Dikkenberg
Rfs filed #659991



--
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/9345AD5DE363814DA41482800A8D50641C8CCB0A@srv01.dikkenberg.local



Processed: your mail

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> Owner #653687 b...@dikkenberg.net
Bug #653687 [wnpp] ITP: hpfall -- Disk protection for HP machines.
Owner recorded as b...@dikkenberg.net.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
653687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653687
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.132932395927055.transcr...@bugs.debian.org



Bug#660008: ITP: libbind-config-parser-perl -- Parse BIND Config file

2012-02-15 Thread Carlos Vicente
Package: wnpp
Severity: wishlist
Owner: Carlos Vicente 

* Package name: libbind-config-parser-perl
  Version : 0.01
  Upstream Author : Matt Dainty 
* URL : http://search.cpan.org/dist/BIND-Config-Parser/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Parse BIND Config file

 BIND::Config::Parser provides a lightweight parser to the configuration file 
syntax of BIND v8  and v9 using a Parse::RecDescent grammar.

 It is in a similar vein to BIND::Conf_Parser. However, as it has no knowledge 
of the directives, it doesn't need to be kept updated as new directives are 
added, it simply knows how to carve up a BIND configuration file into logical 
chunks.



-- 
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/20120215173518.24103.37439.reportbug@ubuntu



Bug#660010: ITP: jenkins-git-plugin -- allows use of Git as a build SCM

2012-02-15 Thread Jakub Adam

Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: jenkins-git-plugin
Version: 1.1.15
Upstream Author: CloudBees, Inc and others
License: MIT
Description: Jenkins Git plugin

 This plugin allows use of Git as a build SCM.




--
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/4f3bf791.3090...@ktknet.cz



Processed: Re: Maintainer candidate for debian CVS package

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 354176
Bug#354176: RFH: cvs -- Concurrent Versions System
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Steve McIntyre 

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
354176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354176
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.132933079810454.transcr...@bugs.debian.org



Bug#660011: ITP: git-ftp -- Git powered FTP client written as shell script

2012-02-15 Thread Dmitry Smirnov
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org


   Package name: git-ftp
Version: 0.6.0+git20110923-1
Upstream Author: René Moser 
URL: https://github.com/resmo/git-ftp
License: GPL-3
Description: git-ftp is a shell script for uploading Git tracked files to a 
FTP server.
 By default, it uploads only those files which have changed 
since the last upload.
 .
 This saves time and bandwidth. It can even work with different 
branches.




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


Processed: tagging as pending bugs that are closed by packages in NEW

2012-02-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Wed Feb 15 19:03:29 UTC 2012
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: php-horde-imap-client
> tags 657362 + pending
Bug #657362 [wnpp] ITP: php-horde-imap-client -- Horde IMAP abstraction 
interface
Added tag(s) pending.
> # Source package in NEW: php-horde-editor
> tags 657358 + pending
Bug #657358 [wnpp] ITP: php-horde-editor -- Horde Editor API
Added tag(s) pending.
> # Source package in NEW: funtools
> tags 655653 + pending
Bug #655653 [wnpp] ITP: funtools -- Minimal buy-in FITS library and utility 
package
Added tag(s) pending.
> # Source package in NEW: proftmb
> tags 659964 + pending
Bug #659964 [wnpp] ITP: proftmb -- per-residue prediction of bacterial 
transmembrane beta barrels
Added tag(s) pending.
> # Source package in NEW: opencpn
> tags 538067 + pending
Bug #538067 [wnpp] ITP: opencpn -- A concise ChartPlotter/Navigator
Added tag(s) pending.
> # Source package in NEW: packagekit
> tags 657831 + pending
Bug #657831 [packagekit] [packagekit] debsums information of variable file 
transactions.db
Bug #656310 [packagekit] debsums: Warns about volatile file
Added tag(s) pending.
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
657831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657831
657362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657362
538067: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538067
657358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657358
655653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655653
659964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659964
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.132933263422117.transcr...@bugs.debian.org



Bug#660011: "git-ftp" is looking for sponsor

2012-02-15 Thread Dmitry Smirnov
Source package is available from following URL:
 
 
http://mentors.debian.net/debian/pool/main/g/git-ftp/git-ftp_0.6.0+git20110923-1.dsc


To access further information about this package, please visit the
following URL:
 
 http://mentors.debian.net/package/git-ftp

Thank you.

Regards,
Dmitry.


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


Bug#579401: Please state pyopenfst copyright/license clearly!

2012-02-15 Thread Bernhard Reiter
Hi,

and thank you for your work on pyopenfst!

Debian maintainers and contributors would really like to package
pyopenfst for Debian, but unfortunately, there doesn't seem enough
copyright and license information available to fulfil Debian
guidelines. 

pyopenfst's project homepage on Google Code states that the code is
licensed under the Apache License 2.0, and we've found your email
addresses in the list of committers, but please help us by stating
copyright and license information clearly by adding a note to the code. 

There's an appendix to the Apache License 2.0 on how to do it:
http://www.apache.org/licenses/LICENSE-2.0#apply

Also see http://code.google.com/p/pyopenfst/issues/detail?id=6
and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579401 

Kind regards
Bernhard Reiter




-- 
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/1329334290.2914.39.camel@razor



Bug#660019: ITP: network-manager-iodine -- Iodine DNS Tunnel plugin for network-manager

2012-02-15 Thread Guido Günther
Package: wnpp
Severity: wishlist
Owner: "Guido Günther" 

* Package name: network-manager-iodine
  Version : 0.0.1
  Upstream Author : Guido Günther 
* URL : 
https://honk.sigxcpu.org/piki/projects/network-manager-iodine/
* License : GPL
  Programming Lang: C
  Description : Iodine DNS Tunnel plugin for network-manager

NetworkManager-iodine is a network manager VPN plugin that allows you to
tunnel your connection through a DNS server. This can be useful if
internet access is firewalled but DNS traffic is still allowed.



--
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/20120215202948.ga20...@godiug.sigxcpu.org



Bug#660025: ITP: libtwin - A tiny window system

2012-02-15 Thread Geoff Levand
Package: wnpp
Severity: wishlist
Owner: Geoff Levand 

* Package name: libtwin
  Version : 11.12.11-gcc20d5f
  Upstream Author : Geoff Levand 
* URL : http://git.kernel.org/?p=linux/kernel/git/geoff/twin.git
* License : LGPLv2
  Programming Lang: C
  Description : A tiny window system
 With embedded systems gaining high resolution displays and powerful
 CPUs, the desire for sophisticated graphical user interfaces can be realized in
 even the smallest of systems. While the CPU power available for a given power
 budget has increased dramatically, these tiny systems remain severely memory
 constrained. This unique environment presents interesting challenges in 
graphical
 system design and implementation. To explore this particular space, a new
 window system, TWIN, has been developed. Using ideas from modern window systems
 in larger environments, TWIN offers overlapping translucent windows,
 anti-aliased graphics and scalable fonts in a total memory budget of 100KB.




-- 
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/e1rxlml-0003fp...@bombadil.infradead.org



Bug#660011: ITP: git-ftp -- Git powered FTP client written as shell script

2012-02-15 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Dmitry,

since Rene is a debian user as well, he might be even interested in
maintaining the package himself (or help out with it). did you ask him
about it?

Rene, in case you are, I'd be happy to sponsor it for you.

Regards,
Daniel

- -- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk88I4MACgkQ+C5cwEsrK54/VgCg3RQDbC4t+pdOL74xZi7BPwEO
ZrgAnjO3d2uc1oqErr/dTFKi4sSc7M1m
=QQFI
-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/4f3c2383.6050...@progress-technologies.net



Bug#660011: ITP: git-ftp -- Git powered FTP client written as shell script

2012-02-15 Thread Dmitry Smirnov
Dear René,

Thanks for your git-ftp, it's very handy.

I would like to bring you work to Debian so I prepared git-ftp according to 
Debian requirements and posted an ITP (intention to package and maintain).

I wonder if you would like to join the Debian git-ftp maintenance task-force?

(We're lucky to have Daniel's good will for sponsorship)

Also please let me share a first patch from Debian with you (attached).

All the best,
Dmitry.



On Thursday 16 February 2012 08:28:35 Daniel Baumann wrote:
> Hi Dmitry,
> 
> since Rene is a debian user as well, he might be even interested in
> maintaining the package himself (or help out with it). did you ask him
> about it?
> 
> Rene, in case you are, I'd be happy to sponsor it for you.
> 
> Regards,
> Daniel
Last-Update: 2012-02-16
Author: Dmitry Smirnov 
Forwarded: no
Description: fix spelling mistakes


--- a/man/git-ftp.1.md
+++ b/man/git-ftp.1.md
@@ -12,7 +12,7 @@
 
 # DESCRIPTION
 
-This manual page documents briefly the git-ftp programm.
+This manual page documents briefly the git-ftp program.
 
 Git-ftp is a FTP client using Git to find out which files to upload or which files should be deleted on the remote host. 
 
@@ -31,7 +31,7 @@
 :	Syncs your current Git checked out branch with a remote host. 
 
 `catchup` 
-:	Uploads the .git-ftp.log file only. We have already uploaded the files to remote host with a different programm and want to remember its state by uploading the .git-ftp.log file.
+:	Uploads the .git-ftp.log file only. We have already uploaded the files to remote host with a different program and want to remember its state by uploading the .git-ftp.log file.
 
 `show`
 :	Prints the last uploaded commit log.
@@ -75,13 +75,13 @@
 :	Be silent.
 
 `-h`, `--help`
-:	Prints some usage informations.
+:	Prints some usage information.
 
 `-v`, `--verbose`
-:	Be verbosy.
+:	Be verbose.
 
 `-vv`
-:	Be verbosy as much as possible.
+:	Be as verbose as possible.
 
 `--version`
 :	Prints version.


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