Bug#721900: ITP: jenkins-job-builder -- takes jobs descriptions in YAML to configure Jenkins

2013-09-05 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: jenkins-job-builder
  Version : 0.5.0
  Upstream Author : James E. Blair 
* URL : https://github.com/openstack-infra/jenkins-job-builder
* License : Apache-2.0
  Programming Lang: Python
  Description : takes jobs descriptions in YAML to configure Jenkins

 Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format,
 and uses them to configure Jenkins. You can keep your job descriptions in
 human readable text format in a version control system to make changes and
 auditing easier. It also has a flexible template system, so creating many 
 similarly configured jobs is easy.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130905081027.1201.63869.report...@buzig.gplhost.com



Re: Bug#721900: ITP: jenkins-job-builder -- takes jobs descriptions in YAML to configure Jenkins

2013-09-05 Thread Thomas Goirand
On 09/05/2013 04:10 PM, Thomas Goirand wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Thomas Goirand 
> 
> * Package name: jenkins-job-builder
>   Version : 0.5.0
>   Upstream Author : James E. Blair 
> * URL : https://github.com/openstack-infra/jenkins-job-builder
> * License : Apache-2.0
>   Programming Lang: Python
>   Description : takes jobs descriptions in YAML to configure Jenkins
> 
>  Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format,
>  and uses them to configure Jenkins. You can keep your job descriptions in
>  human readable text format in a version control system to make changes and
>  auditing easier. It also has a flexible template system, so creating many 
>  similarly configured jobs is easy.
> 
> 

Sorry for the noise, it's already in Debian.

Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5228412b.7070...@debian.org



Bug#721813: ITP: python-sql -- Library to write SQL queries

2013-09-05 Thread Mathias Behrle
Posting manually to d-devel due to forgotten 
X-Debbugs-CC: debian-devel@lists.debian.org

Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: python-sql
  Version : 0.1
  Upstream Author : B2CK
* URL : http://code.google.com/p/python-sql/
* License : BSD
  Programming Lang: Python
  Description :  Library to write SQL queries (implemented in Python 2)

  python-sql is a library to write SQL queries in a pythonic way. It relies
  exclusively on the Python standard library. It is database independent,
  doesn't require the declaration of tables and allows to manipulate the
  generated queries.
  .
  To make real use of this package you will have to install a database
  connector.
  .
  This package is targeting Python version 2.

  
* Package name: python3-sql
  Version : 0.1
  Upstream Author : B2CK
* URL : http://code.google.com/p/python-sql/
* License : BSD
  Programming Lang: Python
  Description :  Library to write SQL queries (implemented in Python 3)

  python-sql is a library to write SQL queries in a pythonic way. It relies
  exclusively on the Python standard library. It is database independent,
  doesn't require the declaration of tables and allows to manipulate the
  generated queries.
  .
  To make real use of this package you will have to install a database
  connector.
  .
  This package is targeting Python version 3.


This package will be needed as a dependency for the next version (3.0) of
the Tryton server (tryton-server).
___
tryton-debian mailing list
tryton-deb...@lists.virtual-things.org
http://lists.virtual-things.org/mailman/listinfo/tryton-debian


signature.asc
Description: PGP signature


Bug#721816: ITP: python-goocalendar -- Calendar widget for GTK using PyGoocanvas

2013-09-05 Thread Mathias Behrle
Posting manually to d-devel due to forgotten 
X-Debbugs-CC: debian-devel@lists.debian.org

Package: wnpp
Severity: wishlist
Owner: Debian Tryton Maintainers 

* Package name: python-goocalendar
  Version : 0.1
  Upstream Author : Cédric Krier
* URL : http://code.google.com/p/goocalendar/
* License : GPL2
  Programming Lang: Python
  Description : Calendar widget for GTK using PyGoocanvas (Python 2)

  The GooCalendar module supplies a calendar widget drawn with GooCanvas that
  can display a month view and a week view. It also supplies classes to manage
  events you can add to the calendar.
  .
  This package is targeting Python version 2.



As soon as PyGoocanvas and GooCalendar will be available for Python 3:

* Package name: python3-goocalendar
  Version : 0.1
  Upstream Author : Cédric Krier
* URL : http://code.google.com/p/goocalendar/
* License : GPL2
  Programming Lang: Python
  Description : Calendar widget for GTK using PyGoocanvas (Python 3)

  The GooCalendar module supplies a calendar widget drawn with GooCanvas that
  can display a month view and a week view. It also supplies classes to manage
  events you can add to the calendar.
  .
  This package is targeting Python version 3.



This package will be needed as a recommend for the next version (3.0)
of the Tryton Client (tryton-client).



signature.asc
Description: PGP signature


Re: Bug#709758: Replacing a binary package by another one(was: Communication issue?)

2013-09-05 Thread David Kalnischkies
On Wed, Sep 4, 2013 at 8:59 PM, Sune Vuorela  wrote:
> On 2013-09-04, Steve Langasek  wrote:
>> Unless apt has gotten smarter recently (which is not out of the question),
>> no.  It's a common misconception that apt will care about Provides/Replaces
>> for selecting new packages on dist-upgrade, but while it seems like a nice
>> idea, TTBOMK it's never been implemented.

The policy defines two uses of Replaces:
7.6.1 Overwriting files in other packages – this is completely ignored by APT
as that could be anything from "replacing a single file" over "fighting with
this package over a few filenames" to "replacing all files".
7.6.2 Replacing whole packages, forcing their removal – there is the common
believe that this allows all kinds of magic to happen, but no, it doesn't:
The hole paragraph doesn't mention upgrades once, because there is no
upgrade path. Not between mail-transport-agents, httpds, editors, "node",
"git" or "mplayer" packages (random examples, no critic).

So my simple question is, which combination of relations should that
be that tells a smart package manager to upgrade pkgA to pkgB ?

And does this combination also survives in the real world in which many
maintainers e.g. still haven't got the difference between breaks and
conflicts or depends, recommends and suggests?


> Over in RPM land, I think they have a Obsoletes relation for a 'you
> should consider this package a successor to  package'

APT has support for it since 2001. No idea how functional it is nowadays
though as the apt-rpm fork from there this probably came is just as frozen.
There should be a discussion about it in that timeframe, too. I remember
seeing one at some point in my history-digging, can't find it now though.

I think the most interesting point against such a relation might be:
Package: aptitude
Obsoletes: apt

(Not that we would be in a fight, but many people think we are, so lets
 just add some fuel for them. KDE & Gnome works just as well)


Best regards

David Kalnischkies


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



Bug#721906: ITP: python-pycadf -- implementation of DMTF Cloud Audit (CADF) data model

2013-09-05 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-pycadf
  Version : 0.1.5
  Upstream Author : OpenStack Infra 
* URL : https://github.com/stackforge/pycadf
* License : Apache-2.0
  Programming Lang: Python
  Description : implementation of DMTF Cloud Audit (CADF) data model

 pyCADF is an implementation of DMTF Cloud Audit (CADF) data model.
 DMTF Cloud Management Initiative is promoting the work of the Cloud Management
 Work Group, the Cloud Auditing Data Federation Working Group, the System
 Virtualization, Partitioning, Clustering Working Group and the Software
 Entitlement Working Group. See http://dmtf.org for details.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130905093328.9803.2991.report...@buzig.gplhost.com



Bug#721907: ITP: python-pyghmi -- General Hardware Management Initiative (IPMI and others)

2013-09-05 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: python-pyghmi
  Version : 0.5.0
  Upstream Author : Jarrod Johnson 
* URL : https://github.com/stackforge/pyghmi
* License : Apache-2.0
  Programming Lang: Python
  Description : General Hardware Management Initiative (IPMI and others)

 This is a pure Python implementation of IPMI protocol. ipmictl.py is a sample
 application to roughly show the most simple approach to invoking the library.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130905095959.16940.7938.report...@buzig.gplhost.com



Gain Organic Traffic: Mail-Archive.Com : PS

2013-09-05 Thread Mark Taylor



style="font-family:verdana,sans-serif">Dear Mail-Archive.Com  
Team,style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">I

thought you might like to know some of the reasons why you are not getting
enough Organic search andengine Social Media traffic  
Mail-Archive.Com.style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">1.style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-size-adjust:none;font-stretch:normal">
Your website Mail-Archive.Com is not ranking top  
in Google organic search
for many competitive keywords.style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">2.style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-size-adjust:none;font-stretch:normal">
Your website profile needs to have regular  
update in major Social
Media sites.style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">3.style="font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;font-size-adjust:none;font-stretch:normal">
Your site has less number of Google & Yahoo  
back links, this
can be improved further.style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">There
are many additional improvements that could be made to your website, and if  
you

would like to learn about them, and are curious to know what our working
together would involve, then I would be glad to provide you with a detailed
analysis in the form of a WEBSITE AUDIT REPORT for FREE.name="140a1932db494780_140a0ce9d0ec0471__GoBack">style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">Our
clients consistently tell us that their customers find them because they  
are at
the top of the Google search rankings. Being at the top left of Google (#1-  
#3
organic positions) is the best thing you can do for your company's  
website
traffic and online reputation.style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">Our packages are designed for  
a complete

advance SEO experience which includes SMO, Brand management, Reputation
management, SEO etc. in order to beat your  
competitors.style="font-family:verdana,sans-serif">


style="font-family:verdana,sans-serif">Sounds

interesting? Feel free to email us or alternatively you can provide me with
your phone number and the best time to call  
you.style="font-family:verdana,sans-serif">


style="line-height:115%">--

Best
Regards, 
Mark Taylor  |SEO Consultant
PH. No: 631-292-4090
AUS: +61-39013-6090
Skype: seo.onlinebusiness
--
PS1: This is onetime email and you may ask us to “REMOVE” you from  
our
mailing list. style="font-family:verdana,sans-serif">

PS2: We operate 24 x7. I will be happy to send you links to price
list,money back guarantee, client rankings, client testimonials, “How we are
different from others?”, and “Why should you choose us?” on receiving a
response from you.style="font-family:verdana,sans-serif">





Re: Looking for ideas for merging a micro package...

2013-09-05 Thread Thorsten Glaser
Philipp Kern  debian.org> writes:

> > I absolutely do not want to see anything related to ruby on my
> > systems.
> 
> How is that relevant for Debian?

SC#4 and not forcing bad things on users.

bye,
//mirabilos (at work)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/loom.20130905t161755-...@post.gmane.org



Re: Looking for ideas for merging a micro package...

2013-09-05 Thread Neil McGovern
On Thu, Sep 05, 2013 at 02:18:40PM +, Thorsten Glaser wrote:
> Philipp Kern  debian.org> writes:
> 
> > > I absolutely do not want to see anything related to ruby on my
> > > systems.
> > 
> > How is that relevant for Debian?
> 
> SC#4 and not forcing bad things on users.
> 

Fantastic. In that case I propose we remove mksh from the archive as
that's forcing bad things on our users.

More seriously though, this kind of attitude is not something I expect
from any developer - we can have opinions on suitability of software,
but to enforce your own opinions on others is quite simply, a dick move.

How would you feel if I started asking for complete removal of all your
software because I think it's crap? This is software that has mostly
been developed by *volunteers* in their spare time, who are all
dedicated to making thing better for people. Please do NOT denegrade
software like this.

Neil
-- 


signature.asc
Description: Digital signature


Re: asking for advice: all dependencies incl. version numbers

2013-09-05 Thread Stefano Zacchiroli
On Tue, Aug 27, 2013 at 10:17:47AM +0200, FARKAS, Illes wrote:
> Thanks. I found that "Managing the Complexity of Large Free and Open Source
> Package-Based
> Software Distributions" (PDF at http://goo.gl/NTPqlE) describes the project
> best. By the way, which is your favorite paper from IRILL?

Dear Illes,
  that paper is indeed the starting point of several research works in
the field of formal analysis of relationships between software
components, and in particular FOSS distribution packages.

If you're interested in that field, you might want to have a look at a
recent survey paper (disclaimer: I'm one of the author, an) entitled
"Formal Aspects of Free and Open Source Software Components" which is
freely available at:

  http://upsilon.cc/~zack/research/publications/fmco2012-foss-components.pdf

( BiBTeX: 
http://upsilon.cc/~zack/research/publications/fmco2012-foss-components.bib )

In there, we made an effort to review research work in the field,
encompassing not only the work done in the context of EDOS / Mancoosi /
IRILL, but also those by other researchers around the world, to the best
of our knowledge. If you're starting in the field, that might be
valuable to you.

As we're quickly getting off-topic for debian-devel, feel free to
contact me (and likely the others who have participated in this thread,
even though I cannot speak for them) off-list.

All the best for your studies,
Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Former Debian Project Leader  . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Bug#592133: RFP: curlpp -- C++ wrapper for libcurl

2013-09-05 Thread Ximin Luo
Package: wnpp
Followup-For: Bug #592133
Owner: Ximin Luo 

Hey, any progress on this?

If you don't have time to work on it, I do - in which case please tell me the
preferred place to host the git repo - e.g. alioth, debian, etc.

Thanks,
Ximin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20130905163700.28877.81635.reportbug@localhost.localdomain



Re: Bug#709758: Replacing a binary package by another one(was: Communication issue?)

2013-09-05 Thread Philipp Kern

On 2013-09-05 11:15, David Kalnischkies wrote:
[ Provides/Replaces up thread ]

The policy defines two uses of Replaces:

[…]

So my simple question is, which combination of relations should that
be that tells a smart package manager to upgrade pkgA to pkgB ?


What about pkgB replacing and providing pkgA?

Kind regards
Philipp Kern


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/19738307c26706ba63dd4207dfd47...@hub.kern.lc



Work-needing packages report for Sep 6, 2013

2013-09-05 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 534 (new: 5)
Total number of packages offered up for adoption: 150 (new: 1)
Total number of packages requested help for: 58 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   hlbr (#721440), orphaned 5 days ago
 Description: IPS that runs over layer 2 (no TCP/IP stack required)
 Reverse Depends: hlbrw
 Installations reported by Popcon: 4

   hlbrw (#721441), orphaned 5 days ago
 Description: assistant to help make new rules to HLBR
 Installations reported by Popcon: 2

   libpcapnav (#721649), orphaned 3 days ago
 Description: wrapper to libpcap
 Reverse Depends: libpcapnav0-dev
 Installations reported by Popcon: 46

   nagircbot (#721451), orphaned 5 days ago
 Description: IRC bot that announces Nagios status
 Installations reported by Popcon: 8

   silo (#721498), orphaned 4 days ago
 Description: Sparc Improved LOader
 Installations reported by Popcon: 165

529 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   unetbootin (#721948), offered today
 Description: installer of Linux/BSD distributions to a partition or
   USB drive
 Installations reported by Popcon: 7323

149 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

   apt-xapian-index (#567955), requested 1312 days ago
 Description: maintenance tools for a Xapian index of Debian packages
 Reverse Depends: ept-cache fuss-launcher goplay packagesearch
 Installations reported by Popcon: 74369

   asymptote (#517342), requested 1651 days ago
 Description: script-based vector graphics language inspired by
   MetaPost
 Installations reported by Popcon: 4024

   athcool (#278442), requested 3236 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 60

   balsa (#642906), requested 711 days ago
 Description: An e-mail client for GNOME
 Reverse Depends: balsa-dbg
 Installations reported by Popcon: 914

   cardstories (#624100), requested 864 days ago
 Description: Find out a card using a sentence made up by another
   player
 Installations reported by Popcon: 9

   chromium-browser (#583826), requested 1194 days ago
 Description: Chromium browser
 Reverse Depends: chromium chromium-dbg chromium-l10n mozplugger
 Installations reported by Popcon: 19463

   cups (#532097), requested 1552 days ago
 Description: Common UNIX Printing System
 Reverse Depends: bluez-cups chromium cups cups-backend-bjnp
   cups-browsed cups-bsd cups-client cups-daemon cups-dbg cups-filters
   (60 more omitted)
 Installations reported by Popcon: 123203

   debtags (#567954), requested 1312 days ago
 Description: Enables support for package tags
 Reverse Depends: goplay packagesearch
 Installations reported by Popcon: 2421

   fbcat (#565156), requested 1331 days ago
 Description: framebuffer grabber
 Installations reported by Popcon: 142

   flightgear (#487388), requested 1902 days ago
 Description: Flight Gear Flight Simulator
 Installations reported by Popcon: 509

   freeipmi (#628062), requested 833 days ago
 Description: GNU implementation of the IPMI protocol
 Reverse Depends: freeipmi freeipmi-bmc-watchdog freeipmi-ipmidetect
   freeipmi-tools libfreeipmi-dev libfreeipmi12 libipmiconsole-dev
   libipmiconsole2 libipmidetect-dev libipmidetect0 (3 more omitted)
 Installations reported by Popcon: 3569

   gnat-4.4 (#539633), requested 1969 days ago
 Description: backport bug fixes from trunk (GCC 4.5)
 Reverse Depends: ghdl gnat-4.4 libgnat-4.4 libgnat-4.4-dbg
   libgnatprj-dev libgnatprj4.4 libgnatprj4.4-dbg libgnatprj4.4-dev
   libgnatvsn-dev libgnatvsn4.4 (2 more omitted)
 Installations reported by Popcon: 1130

   gnat-gps (#496905), requested 1834 days ago
 Description: co-maintainer needed
 Reverse Depends: gnat-gps gnat-gps-dbg
 Installations reported by Popcon: 500

   gnokii (#677750), requested 446 days ago
 Description: Datasuite for mobile phone management
 Reverse Depends: gnokii gnokii-cli gnokii-smsd gnokii-smsd-mysql
   gnokii-smsd-pgsql gnome-phone-manager libgnokii-dev libgnokii6
   xgnokii
 Installations reported by Popcon: 1936

  

Bug#721957: ITP: php-irods -- PHP client API for iRODS

2013-09-05 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot 

* Package name: php-irods
  Version : 3.3.0~beta1
* URL : https://code.renci.org/gf/project/irodsphp/
* License : BSD-3-clause
  Programming Lang: PHP
  Description : PHP client API for iRODS

 PRODS is a PHP client API for iRODS (http://www.irods.org). It talks
 to iRODS server directly via sockets with native iRODS XML protocol.
 .
 iRODS, the integrated Rule-Oriented Data-management System, is a
 community-driven, open source, data grid software solution. It helps
 researchers, archivists and others manage (organize, share, protect,
 and preserve) large sets of computer files.


I intend to maintain it under Debian PHP PEAR umbrella, and get rid of
the embedded copy from the current version of owncloud.

Regards

David


signature.asc
Description: Digital signature