Bug#746026: Could you sponsor upload my ats2-mode debian package?

2014-04-26 Thread Kiwamu Okabe
Hi.

Could you sponsor upload my ats2-mode debian package,
that is uploaded at memtors.debian.net.

https://mentors.debian.net/package/ats2-mode

And the source package is hosting at following.

http://git.debian.org/?p=collab-maint/ats2-mode.git;a=summary

Best regards,
-- 
Kiwamu Okabe at METASEPI DESIGN


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAEvX6dm_988s-pTVriSdD5f=_b7wdjslqyvqhgrz1xdn2jh...@mail.gmail.com



Bug#746026: ITP: ats2-mode -- Emacs major mode to edit ATS2 source code

2014-04-26 Thread Kiwamu Okabe
Package: wnpp
Severity: wishlist
Owner: Kiwamu Okabe 

* Package name: ats2-mode
  Version : 0.0.7~20140102
  Upstream Author : Stefan Monnier 
* URL :
https://github.com/githwxi/ATS-Postiats/tree/master/utils/emacs
  Vcs-Browser : http://git.debian.org/?p=collab-maint/ats2-mode.git
* License : GPL-3.0+
  Programming Lang: Emacs lisp
  Description : Emacs major mode to edit ATS2 source code
 ATS2 a.k.a. ATS/Postiats is a programming language with a highly expressive
 type system rooted in the framework Applied Type System. In particular, both
 dependent types and linear types are available in ATS. The current
 implementation of ATS (ATS/Postiats) is written in ATS (ATS/Anairiats) itself.
 It can be as efficient as C/C++ and supports a variety of programming
 paradigms.
 .
 In addition, ATS contains a component ATS/LF that supports a form of
 (interactive) theorem proving, where proofs are constructed as total
 functions. With this component, ATS advocates a programming style
 that combines programming with theorem proving. Furthermore, this
 component may be used as a logical framework to encode various
 deduction systems and their (meta-)properties.
 .
 This package contains the emacs major mode to edit ATS2 source code.

-- 
Kiwamu Okabe at METASEPI DESIGN


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAEvX6dkVD-zODRHR-e6SeF=hob9c7t68pylq1r755+wubbq...@mail.gmail.com



Bug#738299: marked as done (ITA: python-django-debug-toolbar -- Embedded debugging toolbar for Django projects)

2014-04-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Apr 2014 22:20:53 +
with message-id 
and subject line Bug#738299: fixed in python-django-debug-toolbar 1:1.2-1
has caused the Debian Bug report #738299,
regarding ITA: python-django-debug-toolbar -- Embedded debugging toolbar for 
Django projects
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.)


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

I am orphaning this package so that it can be more actively maintained.
Full Git maintenance history is available - see the Vcs-Git headers in
debian/control.

  Source: python-django-debug-toolbar
  Section: python
  Priority: optional
  Maintainer: Debian QA Group 
  Build-Depends: debhelper (>= 9), python, dh-python, python-setuptools
  Standards-Version: 3.9.5
  Homepage: https://github.com/django-debug-toolbar/django-debug-toolbar
  Vcs-Git: git://github.com/lamby/pkg-python-django-debug-toolbar.git
  Vcs-Browser: https://github.com/lamby/pkg-python-django-debug-toolbar
  
  Package: python-django-debug-toolbar
  Architecture: all
  Depends: ${misc:Depends}, ${python:Depends}, libjs-jquery,
  libjs-jquery-cookie Recommends: python-pygments
  Description: Embedded debugging toolbar for Django projects
   The Django Debug Toolbar is a plug-in Django application that displays a
  set of panels which conveys information about the current request at the
  top of the rendered page. It can show:
   .
 * Total time taken to process request
 * Request variables, including GET, POST, cookie, and session
  information.
 * All SQL queries performed during response creation and processing,
   including timing and 'EXPLAIN' output for each query in conjunction
  with the total time spent performing SQL queries. If python-pygments is
   installed, the SQL syntax is highlighted.
 * Current Django version
 * HTTP headers
 * Total requests, time, hits and misses of the cache.
 * Which templates were rendered the context provided to each template.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-
--- End Message ---
--- Begin Message ---
Source: python-django-debug-toolbar
Source-Version: 1:1.2-1

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

Debian distribution maintenance software
pp.
Andrew Starr-Bochicchio  (supplier of updated 
python-django-debug-toolbar package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 18:05:45 -0400
Source: python-django-debug-toolbar
Binary: python-django-debug-toolbar
Architecture: source all
Version: 1:1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Andrew Starr-Bochicchio 
Description: 
 python-django-debug-toolbar - Embedded debugging toolbar for Django projects
Closes: 738299
Changes: 
 python-django-debug-toolbar (1:1.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Adopt for Debian Python Modules Team (Closes: #738299).
   * Use PyPi for debian/watch instead of GitHub.
   * Run tests at build time.
   * Add missing dependency on python-sqlparse.
   * Add DEP-8 tests.
Checksums-Sha1: 
 66227df21e42b8cba15f1f1dc2a3f09ea74f54c1 2242 
python-django-debug-toolbar_1.2-1.dsc
 b18a026aaaf4fb3b05f43fe1901277cd78d1846e 531893 
python-django-debug-toolbar_1.2.orig.tar.gz
 334150c3da46439dc9a70fed7ecc598828426ee9 4472 
python-django-debug-toolbar_1.2-1.debian.tar.xz
 5e2e227cedf8af98f1d8b1b86d8ece342218f455 93354 
python-django-debug-toolbar_1.2-1_all.deb
Checksums-Sha256: 
 3ed8b58191d4b4333197f4c07a454816cfe60f2b6f11e16719cdf13f77f34cdc 2242 
python-django-debug-toolbar_1.2-1.dsc
 5c763deb2076aec70a976ddf39d89bd75777aadda156fea20ee5b3ec0544987d 531893 
python-django-debug-toolbar_1.2.orig.tar.gz
 b2a6e2b10a9f9b38b54094f40a4e7402d71c63a2d2a2f8008a599141d615448d 4472 
python-django-debug-toolbar_1.2-1.debia

Processed: Intend to Adopt

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

> reassign 734948 wnpp
Bug #734948 [cinnamon] cinnamon: package orphaned?
Bug reassigned from package 'cinnamon' to 'wnpp'.
No longer marked as found in versions cinnamon/1.7.4-2.2.
Ignoring request to alter fixed versions of bug #734948 to the same values 
previously set
> owner 734948 Maximiliano Curia 
Bug #734948 [wnpp] cinnamon: package orphaned?
Owner recorded as Maximiliano Curia .
> retitle 734948 ITA: cinnamon -- An alternative to GNOME Desktop
Bug #734948 [wnpp] cinnamon: package orphaned?
Changed Bug title to 'ITA: cinnamon -- An alternative to GNOME Desktop' from 
'cinnamon: package orphaned?'
> severity 734948 normal
Bug #734948 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Severity set to 'normal' from 'wishlist'
> merge 734948 743026
Bug #734948 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Bug #745878 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Merged 734948 743026 745878
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
734948: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734948
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745878
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: 
https://lists.debian.org/handler.s.c.13985477686460.transcr...@bugs.debian.org



Processed: your mail

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

> tag 738299 + pending
Bug #738299 [wnpp] ITA: python-django-debug-toolbar -- Embedded debugging 
toolbar for Django projects
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
738299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738299
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: 
https://lists.debian.org/handler.s.c.13985478566786.transcr...@bugs.debian.org



Processed: owner 744720

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

> owner 744720 dan...@serverb.co.uk
Bug #744720 [wnpp] ITP: libprotocol-osc-perl -- Protocol::OSC - Open Sound 
Control v1.1 implementation
Owner recorded as dan...@serverb.co.uk.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
744720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744720
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: 
https://lists.debian.org/handler.s.c.139854595230820.transcr...@bugs.debian.org



Processed: retitle 744720 to ITP: libprotocol-osc-perl -- Protocol::OSC - Open Sound Control v1.1 implementation

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

> retitle 744720 ITP: libprotocol-osc-perl -- Protocol::OSC - Open Sound 
> Control v1.1 implementation
Bug #744720 [wnpp] RFP: libprotocol-osc-perl -- Protocol::OSC - Open Sound 
Control v1.1 implementation
Changed Bug title to 'ITP: libprotocol-osc-perl -- Protocol::OSC - Open Sound 
Control v1.1 implementation' from 'RFP: libprotocol-osc-perl -- Protocol::OSC - 
Open Sound Control v1.1 implementation'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
744720: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744720
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: 
https://lists.debian.org/handler.s.c.139854579530195.transcr...@bugs.debian.org



Bug#706119: ITP: libgit2-glib -- GLib wrapper for libgit2

2014-04-26 Thread Dmitry Smirnov
Hi Laurent,

On Sat, 26 Apr 2014 20:18:48 Laurent Bigonville wrote:
> Do you think you could upload libgit2-glib? libgit2 0.20 is now in
> experimental.

Thanks for the heads-up. I just committed some improvements so package should 
be ready. However I did packaging in hurry hence I would appreciate if you 
could have a glimpse at the packaging before I upload. I can upload within 
hours if everything is all right.

Thank you.

-- 
Regards,
 Dmitry Smirnov.


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


Processed: Re: Bug#283085: ITP: phing -- PHP5 project build system based on Apache Ant

2014-04-26 Thread Debian Bug Tracking System
Processing control commands:

> owner -1 !
Bug #283085 [wnpp] ITP: phing -- PHP5 project build system based on Apache Ant
Owner changed from Nicolas Roudaire  to David Prévot 
.

-- 
283085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=283085
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: 
https://lists.debian.org/handler.s.b283085.139854371918187.transcr...@bugs.debian.org



Bug#283085: ITP: phing -- PHP5 project build system based on Apache Ant

2014-04-26 Thread David Prévot
Control: owner -1 !

On Thu, Nov 01, 2012 at 03:49:30PM +0100, Nicolas wrote:

> the job is almost finish but I can't remember what is missing.
> You can take th job if you want.

I’d be willing to take over on behalf (and inside) the PHP PEAR team: I
can find some packages using PHing as part of their build system
(especially among projects moving their distribution from PEAR to
Composer, that seems to be the current trend). The package in the
repository [0] seems quite old now, not sure it’s still relevant for the
latest (2.7.0) upstream version, but I’ll take a look.

0: http://anonscm.debian.org/gitweb/?p=pkg-symfony/phing.git

Regards

David


signature.asc
Description: Digital signature


Processed: Intend to Adopt

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

> retitle 745878 ITA: cinnamon -- An alternative to GNOME Desktop
Bug #745878 [wnpp] O: Cinnamon -- Cinnamon desktop
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITA: cinnamon -- An alternative to GNOME Desktop' from 
'O: Cinnamon -- Cinnamon desktop'
Ignoring request to change the title of bug#743026 to the same title
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745878
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: 
https://lists.debian.org/handler.s.c.139854223910222.transcr...@bugs.debian.org



Bug#745878: Intend to Adopt

2014-04-26 Thread Margarita Manterola
retitle 745878 ITA: cinnamon -- An alternative to GNOME Desktop
thanks

Hi!

A new packaging of cinnamon is under way in collab-maint.  We are currently
working with version 2.2 and hope to upload to Debian soon.

-- 
Regards,
Marga


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426195711.GG11357@localhost



Bug#745968: ITP: gcc-4.9-doc -- documentation for the GNU compilers

2014-04-26 Thread 郭溢譞
Package: wnpp
Severity: wishlist
Owner: "Guo Yixuan (郭溢譞)" 

* Package name: gcc-4.9-doc
  Version : 4.9.0-1
  Upstream Author : FSF
* URL : http://gcc.gnu.org/
* License : GFDL-1.3+, with invariant sections
  Programming Lang: Texinfo
  Description : documentation for the GNU compilers

This package contains manual pages and documentation in info and
html format, for the GNU compilers.

This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.

I'm maintaining gcc-4.4-doc-non-dfsg, gcc-4.6-doc, gcc-4.7-doc,
and gcc-4.8-doc now. All the packaging work is in available in
git[1].

[1] http://anonscm.debian.org/gitweb/?p=users/yixuan-guest/gcc-doc.git;a=summary

Cheers,

GUO Yixuan


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426194242.15715.18062.report...@miz.etto



Processed: Undo mistake, try 2

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

> reassign 720466 cinnamon 1.7.4-2.1+b1
Bug #720466 [wnpp] cinnamon: Crashes when opening the menu, using command 
window or hot corner
Bug reassigned from package 'wnpp' to 'cinnamon'.
No longer marked as found in versions 1.7.4-2.2.
Ignoring request to alter fixed versions of bug #720466 to the same values 
previously set
Bug #720466 [cinnamon] cinnamon: Crashes when opening the menu, using command 
window or hot corner
Marked as found in versions cinnamon/1.7.4-2.1.
> found 720466 1.7.4-2.2
Bug #720466 [cinnamon] cinnamon: Crashes when opening the menu, using command 
window or hot corner
Marked as found in versions cinnamon/1.7.4-2.2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
720466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720466
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: 
https://lists.debian.org/handler.s.c.139854026831581.transcr...@bugs.debian.org



Processed: Merging bugs

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

> merge 743026 745878
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Bug #745878 [wnpp] O: Cinnamon -- Cinnamon desktop
Merged 743026 745878
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745878
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: 
https://lists.debian.org/handler.s.c.139853993529917.transcr...@bugs.debian.org



Processed (with 1 errors): Undo mistake

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

> reassign 720466 cinnamon/1.7.4-2.1+b1
Unknown command or malformed arguments to command.
> found 720466 1.7.4-2.2
Bug #720466 [wnpp] cinnamon: Crashes when opening the menu, using command 
window or hot corner
There is no source info for the package 'wnpp' at version '1.7.4-2.2' with 
architecture ''
Unable to make a source version for version '1.7.4-2.2'
Marked as found in versions 1.7.4-2.2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
720466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720466
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: 
https://lists.debian.org/handler.s.c.139853982429539.transcr...@bugs.debian.org



Bug#729203: Rebuild of possible FFmpeg reverse build-dependenciesa

2014-04-26 Thread Andreas Cadhalpun

Hi Niv,

On 26.04.2014 21:02, Niv Sardi wrote:

I'm happy to sponsor the upload, but am a bit confused about what
Package to look at.


Thanks for the offer to sponsor this.
The packaging is in the following repository:
http://anonscm.debian.org/gitweb/?p=collab-maint/ffmpeg.git;a=summary

You can get a Debian source package e.g. with:
git clone git://anonscm.debian.org/collab-maint/ffmpeg.git
cd ffmpeg
git-buildpackage -us -uc -S


I'm currently out of Office for a few days, but should be able to look
into it next weekend.


That's fine.

Best regards,
Andreas


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535c049c.80...@googlemail.com



Bug#729203: Rebuild of possible FFmpeg reverse build-dependenciesa

2014-04-26 Thread Niv Sardi
I'm happy to sponsor the upload, but am a bit confused about what Package
to look at.

I'm currently out of Office for a few days, but should be able to look into
it next weekend.


Bug#706119: ITP: libgit2-glib -- GLib wrapper for libgit2

2014-04-26 Thread Laurent Bigonville
Hello Dmitry,

Do you think you could upload libgit2-glib? libgit2 0.20 is now in
experimental.

Thanks for your work,

Laurent Bigonville


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426201848.035f1...@soldur.bigon.be



Processed: block 706119 with 745960

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

> block 706119 with 745960
Bug #706119 [wnpp] ITP: libgit2-glib -- GLib wrapper for libgit2
706119 was not blocked by any bugs.
706119 was blocking: 721937 740423
Added blocking bug(s) of 706119: 745960
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
706119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706119
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: 
https://lists.debian.org/handler.s.c.13985363858808.transcr...@bugs.debian.org



Bug#745661: RFP: weblate -- web-based translation tool with tight Git integration

2014-04-26 Thread W. Martin Borgert
python-social-auth is now in the NEW queue, both are in collab-maint:
http://anonscm.debian.org/gitweb/?p=collab-maint/python-social-auth.git
http://anonscm.debian.org/gitweb/?p=collab-maint/weblate.git
Any help appreciated.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426174130.ga11...@fama.tangosoft.com



Bug#729203: Rebuild of possible FFmpeg reverse build-dependenciesa

2014-04-26 Thread Andreas Cadhalpun

Hi,

I have rebuilt the 111 reverse build-dependencies of src:libav currently 
in sid against FFmpeg, by replacing the Libav '-dev' dependencies with 
the appropriate FFmpeg '-ffmpeg-dev' dependencies.
67 of these packages build right away, 13 have a fixed version in 
experimental and 19 can be fixed with more or less trivial patches, 
mainly replacing CodecID with AVCodecID and the like.

Together these are about 89% of the reverse build-dependencies.
From the remaining 12 packages, 8 are RC buggy and probably won't be in 
jessie and 4 depend indirectly (via libopencv-highgui-dev) on Libav 
'-dev' packages, which conflict with the FFmpeg '-ffmpeg-dev' packages. 
Probably libopencv-highgui-dev shouldn't have these dependencies and 
thus I filed bug #745934 about it.


All in all I think it is time to finally get FFmpeg uploaded to the archive.
Unfortunately I haven't heard from Jonathan Dowland in a while, so I'm 
going to ask for a sponsor on debian-mentors.


Best regards,
Andreas


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535be995.4000...@googlemail.com



Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Dariusz Dwornikowski
> PKG_CHECK_MODULES([openssl], [openssl], [],
> [AC_MSG_ERROR([openssl is required for profanity])])
> 
> The resulting binary cannot be distributed.
> 

Hey Andrey,

Could You elaborate on that ? Why would openssl ban the binary to be
distributable ?

-- 
Dariusz Dwornikowski, 
  Institute of Computing Science, Poznań University of Technology
  www.cs.put.poznan.pl/ddwornikowski/  
  room 2.7.2 BTiCW | tel. +48 61 665 29 41


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140426164451.ga9...@blackstar.cs.put.poznan.pl



Processed (with 1 errors): Merging duplicates

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

> owner 720466 Maximiliano Curia 
Bug #720466 [wnpp] cinnamon: Crashes when opening the menu, using command 
window or hot corner
Ignoring request to set the owner of bug #720466 to the same value
> owner 745878 Maximiliano Curia 
Bug #745878 [wnpp] O: Cinnamon -- Cinnamon desktop
Ignoring request to set the owner of bug #745878 to the same value
> merge 743026 720466 745878
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Unable to merge bugs because:
severity of #720466 is 'grave' not 'normal'
Failed to merge 743026: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x1f74ee0)', 
'requester', 'Margarita Manterola ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'<20140426164334.GB11357@localhost>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 743026 720466 
745878', 'clonebugs', 'HASH(0x1ea8390)', 'limit', 'HASH(0x1e9e990)', 
'common_control_options', 'ARRAY(0x1e9e9d8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> --
Stopping processing here.

Please contact me if you need assistance.
-- 
720466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720466
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745878
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: 
https://lists.debian.org/handler.s.c.13985306217224.transcr...@bugs.debian.org



Processed (with 1 errors): Merging duplicates

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

> owner 720466 Maximiliano Curia 
Bug #720466 [wnpp] cinnamon: Crashes when opening the menu, using command 
window or hot corner
Owner recorded as Maximiliano Curia .
> owner 745878 Maximiliano Curia 
Bug #745878 [wnpp] O: Cinnamon -- Cinnamon desktop
Owner recorded as Maximiliano Curia .
> merge 743026 720466 745878
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Unable to merge bugs because:
severity of #720466 is 'grave' not 'normal'
Failed to merge 743026: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2ddf840)', 
'requester', 'Margarita Manterola ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'<20140426162457.GA11357@localhost>', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 743026 720466 
745878', 'clonebugs', 'HASH(0x2d61390)', 'limit', 'HASH(0x2d57990)', 
'common_control_options', 'ARRAY(0x2d579d8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> --
Stopping processing here.

Please contact me if you need assistance.
-- 
720466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720466
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745878
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: 
https://lists.debian.org/handler.s.c.139852952827488.transcr...@bugs.debian.org



Bug#745931: RFP: netsukuku -- scalable mesh networking

2014-04-26 Thread James Valleroy
Package: wnpp
Severity: wishlist

* Package name: netsukuku
  Version : 0.2
  Upstream Author : Luca Dionisi 
* URL : https://savannah.nongnu.org/projects/netsukuku/
* License : GPLv3+
  Programming Lang: Vala
  Description : scalable mesh networking system

netsukuku is a mesh network system designed to handle massive numbers of nodes
with minimal consumption of CPU and memory resources.
It can be used to build a world-wide distributed, fault-tolerant, anonymous,
and censorship-immune network, fully independent from the Internet.
netsukuku does not rely upon any form of backbone router, internet service
provider network, or any centralized system, although it may take advantage of
existing systems of this nature to augment unity and connectivity of the
existing netsukuku network.
netsukuku provides essential services on a peer-to-peer basis, such as hostname
resolution.

This is the recently completed port of Netsukuku to Vala:
http://lists.nongnu.org/archive/html/netsukuku-vala/2014-03/msg0.html


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



Bug#745930: RFP: fbzx -- ZX Spectrum emulator

2014-04-26 Thread Santiago Vila
Package: wnpp
Severity: wishlist

* Package name: fbzx
  Version : 2.10.0
  Upstream Author : Raster Software Vigo (Sergio Costas)
* URL : http://www.rastersoft.com/fbzx.html
* License : GPL-3+
  Programming Lang: C
  Description : ZX Spectrum emulator for X or framebuffer

I actually started to package this, but I would prefer that someone
else maintains it. Preliminary package here:

http://people.debian.org/~sanvila/fbzx/


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.02.1404261720001.27...@cantor.unex.es



Processed (with 1 errors): Merging duplicates

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

> reassign 720466 wnpp
Bug #720466 [cinnamon] cinnamon: Crashes when opening the menu, using command 
window or hot corner
Bug reassigned from package 'cinnamon' to 'wnpp'.
No longer marked as found in versions cinnamon/1.7.4-2.2 and cinnamon/1.7.4-2.1.
Ignoring request to alter fixed versions of bug #720466 to the same values 
previously set
> merge 743026 720466 745878
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Unable to merge bugs because:
severity of #720466 is 'grave' not 'normal'
owner of #720466 is '' not 'Maximiliano Curia '
owner of #745878 is '' not 'Maximiliano Curia '
Failed to merge 743026: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2034840)', 
'requester', 'Margarita Manterola ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '<20140426151936.GB690@localhost>', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge 743026 720466 
745878', 'clonebugs', 'HASH(0x1fb6390)', 'limit', 'HASH(0x1fac990)', 
'common_control_options', 'ARRAY(0x1fac9d8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> --
Stopping processing here.

Please contact me if you need assistance.
-- 
720466: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720466
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745878: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745878
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: 
https://lists.debian.org/handler.s.c.13985255831424.transcr...@bugs.debian.org



Processed: Adopting cinnamon and related packages

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

> reassign 743026 wnpp
Bug #743026 [cinnamon] O: cinnamon -- Innovative and comfortable desktop
Bug reassigned from package 'cinnamon' to 'wnpp'.
Ignoring request to alter found versions of bug #743026 to the same values 
previously set
Ignoring request to alter fixed versions of bug #743026 to the same values 
previously set
> owner 743026 Maximiliano Curia 
Bug #743026 [wnpp] O: cinnamon -- Innovative and comfortable desktop
Owner recorded as Maximiliano Curia .
> retitle 743026 ITA: cinnamon -- An alternative to GNOME Desktop
Bug #743026 [wnpp] O: cinnamon -- Innovative and comfortable desktop
Changed Bug title to 'ITA: cinnamon -- An alternative to GNOME Desktop' from 
'O: cinnamon -- Innovative and comfortable desktop'
> clone 743026 -1 -2 -3 -4 -5 -6 -7 -8 -9 -10
Bug #743026 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Bug 743026 cloned as bugs 745908-745917
> retitle -1 ITA: muffin -- lightweight window and compositing manager
Bug #745908 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITA: muffin -- lightweight window and compositing 
manager' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -2 ITA: nemo -- File manager and graphical shell for Cinnamon
Bug #745909 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITA: nemo -- File manager and graphical shell for 
Cinnamon' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -3 ITP: cinnamon-bluetooth -- Gnome Bluetooth support for the 
> Cinnamon desktop
Bug #745910 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-bluetooth -- Gnome Bluetooth support for 
the Cinnamon desktop' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -4 ITP: cinnamon-control-center -- utilities to configure the 
> Cinnamon desktop
Bug #745911 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-control-center -- utilities to configure 
the Cinnamon desktop' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -5 ITP: cinnamon-desktop -- Libraries and Common files for Cinnamon 
> desktop apps
Bug #745912 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-desktop -- Libraries and Common files for 
Cinnamon desktop apps' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -6 ITP: cinnamon-screensaver -- Cinnamon screen saver and locker
Bug #745913 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-screensaver -- Cinnamon screen saver and 
locker' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -7 ITP: cinnamon-session -- Cinnamon Session Manager
Bug #745914 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-session -- Cinnamon Session Manager' from 
'ITA: cinnamon -- An alternative to GNOME Desktop'
> retitle -8 ITP: cinnamon-settings-daemon -- daemon handling the Cinnamon 
> session settings
Bug #745915 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-settings-daemon -- daemon handling the 
Cinnamon session settings' from 'ITA: cinnamon -- An alternative to GNOME 
Desktop'
> retitle -9 ITP: cinnamon-themes -- Themes for Cinnamon
Bug #745916 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cinnamon-themes -- Themes for Cinnamon' from 'ITA: 
cinnamon -- An alternative to GNOME Desktop'
> retitle -10 ITP: cjs -- Mozilla-based javascript bindings for the GNOME 
> platform
Bug #745917 [wnpp] ITA: cinnamon -- An alternative to GNOME Desktop
Changed Bug title to 'ITP: cjs -- Mozilla-based javascript bindings for the 
GNOME platform' from 'ITA: cinnamon -- An alternative to GNOME Desktop'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743026: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743026
745908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745908
745909: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745909
745910: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745910
745911: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745911
745912: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745912
745913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745913
745914: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745914
745915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745915
745916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745916
745917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745917
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: 
https://lists.debian.org/handler.s.c.139852325221308.transcr...@bugs.debian.org



Bug#745886: ITP: gfbgraph -- GObject library for Facebook Graph API

2014-04-26 Thread Laurent Bigonville
Package: wnpp
Severity: wishlist
Owner: Laurent Bigonville 

* Package name: gfbgraph
  Version : 0.2.2
  Upstream Author : Álvaro Peña 
* URL : http://download.gnome.org/sources/gfbgraph/
* License : LGPL2.1+
  Programming Lang: C
  Description : GObject library for Facebook Graph API

GFBGraph is a GLib/GObject wrapper for the Facebook API.


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



Bug#738889: marked as done (O: timps -- Transparent Instant Messaging Proxy Server)

2014-04-26 Thread Debian Bug Tracking System
Your message dated Sat, 26 Apr 2014 09:58:22 +
with message-id 
and subject line Bug#745856: Removed package(s) from unstable
has caused the Debian Bug report #738889,
regarding O: timps -- Transparent Instant Messaging Proxy Server
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.)


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

The current maintainer of timps, Eric Warmenhoven ,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: timps
Binary: timps
Version: 0.25-4
Maintainer: Eric Warmenhoven 
Build-Depends: debhelper (>> 5), libreadline-dev, libncurses5-dev | 
libncurses-dev, libnbio-dev
Architecture: any
Standards-Version: 3.8.3
Format: 1.0
Files:
 68a1ce98d6deca4ab45d4ee9a111586b 994 timps_0.25-4.dsc
 fec039121f7911268efe8f73f437c052 391047 timps_0.25.orig.tar.gz
 b00b59865e85688b9269ffb526d735d9 19889 timps_0.25-4.diff.gz
Checksums-Sha1:
 f2e42fbdbbe6c21bcff06bdaaf4c45d0dea148e7 994 timps_0.25-4.dsc
 149c984a82a9d6c7aeb1dbfac9b050bf37c01274 391047 timps_0.25.orig.tar.gz
 47d9bdd1ef3cbe9d97e21c7ce7da98c71d2724fa 19889 timps_0.25-4.diff.gz
Checksums-Sha256:
 d8a1ea7691fa4ef6285b4d4eb2c8e293a877a989ddd67d88a990ac5a2f9bce35 994 
timps_0.25-4.dsc
 66c9cb5e8d7c282af629b64cc5ba14cfe882f59cf8c5b787cbf3883ae176ae6d 391047 
timps_0.25.orig.tar.gz
 6ffd68dbddf7b897d57e050c4fd7f0bf778a5398d62bc2b6f593a3f70e8e8f85 19889 
timps_0.25-4.diff.gz
Directory: pool/main/t/timps
Priority: source
Section: net

Package: timps
Version: 0.25-4
Installed-Size: 228
Maintainer: Eric Warmenhoven 
Architecture: amd64
Depends: libc6 (>= 2.2.5), libnbio0
Description-en: Transparent Instant Messaging Proxy Server
 timps is an (optionally transparent) proxy server targeted at instant
 messaging networks -- particularly AOL's Instant Messenger. One of the more
 important features is that when multiple users are connected through the
 proxy, messages between those users are kept in the local network and not
 routed across the internet. Multiple proxies can be connected together to form
 trusted networks for secure message routing. The proxy can also be used for
 connecting artificial users, such as interactive agents / bots without rate
 limiting. More generically, modules can be written that interact at any stage
 of message routing, creating a flexible system for developing applications
 with and on IM.
 .
 Since timps speaks the IM protocols natively (ie, it looks like an IM server),
 DNS rerouting or other tricks can be used to invisibly force users through the
 proxy. This is particularly useful for companies facing auditing compliance on
 employee communications (for example, Sarbanes-Oxley for financial companies,
 or normal policy for law firms).
Description-md5: 2e7dfd0e360d3acc9fe6d7046e522183
Tag: implemented-in::c, interface::daemon, network::server, role::program,
 use::proxying
Section: net
Priority: extra
Filename: pool/main/t/timps/timps_0.25-4_amd64.deb
Size: 68656
MD5sum: d2fe6407185217283ddd88fcacb65d73
SHA1: 5cec873eec031c09d5561b13a13f1e0cd99aab2b
SHA256: c6b24aeaa126fc3db7d387a6c52844a74e8a89693fd8982c74081a2d79a02c88
--- End Message ---
--- Begin Message ---
Version: 0.25-4+rm

Dear submitter,

as the package timps has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/745856

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

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

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)--- End Message ---


Bug#745878: O: Cinnamon -- Cinnamon desktop

2014-04-26 Thread John Smith
Package: wnpp
Severity: normal

The package description is:
 Cinnamon redefines user interactions with the GNOME desktop.
 In particular, it offers new paradigms for launching applications,
 accessing documents, and organizing open windows in GNOME. Later, it
 will introduce a new applets eco-system and offer new solutions for
 other desktop features, such as notifications and contacts
 management. Cinnamon is intended to replace functions handled
 by the GNOME Panel and by the window manager in previous versions of...

There have been no updates to the package for 231 days despite undergoing
several major revisions upstream. The version in the packaging system is
broken.


Bug#745853: ITP: phpunit-diff -- diff implementation - stand-alone component from PHPUnit

2014-04-26 Thread Thomas Koch
On Friday, April 25, 2014 10:38:42 PM you wrote:
> * URL : https://github.com/sebastianbergmann/phpunit-diff
looks like a pattern:
https://github.com/sebastianbergmann/diff


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201404261018.43220.tho...@koch.ro



Bug#745854: ITP: phpunit-exporter -- export variables for visualization - PHPUnit component

2014-04-26 Thread Thomas Koch
On Friday, April 25, 2014 10:48:06 PM David Prévot wrote:
> * URL : https://github.com/sebastianbergmann/phpunit-exporter
404

correct: https://github.com/sebastianbergmann/exporter

After reading the description I still wasn't sure what the package was about.


--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201404261017.35872.tho...@koch.ro



Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Andrey Rahmatullin
On Sat, Apr 26, 2014 at 09:32:00AM +0200, Dariusz Dwornikowski wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Dariusz Dwornikowski 
> 
> * Package name: profanity
>   Version : 0.4.0
>   Upstream Author :  James Booth 
> * URL : http://www.profanity.im/
> * License : GPL-3
PKG_CHECK_MODULES([openssl], [openssl], [],
[AC_MSG_ERROR([openssl is required for profanity])])

The resulting binary cannot be distributed.

-- 
WBR, wRAR


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426081210.ga31...@belkar.wrar.name



Bug#745872: ITP: profanity -- a console based XMPP client

2014-04-26 Thread Dariusz Dwornikowski
Package: wnpp
Severity: wishlist
Owner: Dariusz Dwornikowski 

* Package name: profanity
  Version : 0.4.0
  Upstream Author :  James Booth 
* URL : http://www.profanity.im/
* License : GPL-3
  Programming Lang: C
  Description : a console based XMPP client

Profanity is a console based XMPP client written in C using ncurses and
libstrophe, inspired by Irssi. It supports:
* XMPP chat services, including GoogleTalk and Facebook,
* command driven interface,
* customizable functionality and user interface,
* Off the Record message encryption,
* chat room support,
* roster management,
* flexible resource and priority settings,
* desktop notifications,
* unicode support,
* integrated DuckDuckGo search,
* sending tiny URLs,
* plugin written in C, Python, Ruby and Lua.

Since I did not get a response from XMPP packaging team, I will strat packaging
it by myself with a possibility to move to XMPP team when they respond.
Profanity depends on a great XMPP library libstrophe, which is not in Debian
yet. I am currently working on providing a high quality package (ITP 511341),
for that reason I am working with upstream to adjust the source for Debian.


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140426073200.ga9...@blackstar.cs.put.poznan.pl



Processed: RFP: libstrophe -- Library for writing XMPP clients

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

> retitle 511341 ITP: libstrophe -- Library for writing XMPP clients
Bug #511341 [wnpp] RFP: libstrophe -- Library for writing XMPP clients
Changed Bug title to 'ITP: libstrophe -- Library for writing XMPP clients' from 
'RFP: libstrophe -- Library for writing XMPP clients'
> owner 511341 !
Bug #511341 [wnpp] ITP: libstrophe -- Library for writing XMPP clients
Owner recorded as Dariusz Dwornikowski .
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
511341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511341
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: 
https://lists.debian.org/handler.s.c.139849681125559.transcr...@bugs.debian.org