Bug#564820: ITP: libpam-barada -- PAM module to provide two-factor authentication based on HOTP

2010-01-12 Thread Frank Lin PIAT
On Mon, 2010-01-11 at 18:22 -0800, Andrew Pollock wrote:
 
 * Package name: libpam-barada
   Description : PAM module to provide two-factor authentication based on 
 HOTP
 
  Use HOTP (RFC4226) two-factor authentication with PAM.
[..]
  While this module could be used in conjunction with many different
  client devices,

  it was written specifically with Android devices in mind.

There are many HOTP client out there[1]. Is it really android specific
in any way?
I suggest dropping that sentence.

 There is companion software which runs on Android, so that your
^^ ${your phone}
  phone essentially becomes a SecureID token.  All you need to do is
  open up the software, type in your PIN, and you get back a 6-character
  number that you can use to login to your system.

[1] http:// rcdevs.com/products/openotp/tokens.php


I suppose this new RFC is more secure than plain old OTP/OPIE (?). In
any case, the package could include those 2 keyword for `aptitude
search`


Franklin




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535828: Debian Packaging advancements

2010-01-12 Thread Andrew Sichevoi
Hello Joachim,

On Tue, Jan 12, 2010 at 2:19 AM, Joachim Breitner nome...@debian.orgwrote:

It took a while (serna is not the fastest to build, and I wanted to get
 a minimal set, so I’m building one by one), but these are the
 build-dependencies I found:

 ...
  openjdk-6-jre,
 ...


  As far as I understand it is not Sun's JAVA? This dependency is by DITA
OT, we were
  trying to use IcedTea JRE in the past, but did not manage to make DITA OT
work correctly.
  So, I think sun-java6-jre should be used here instead if there are no
Debian license restrictions.


 Does this look sensible?


Yes, looks very sensible.


 The Debian package seems to be ready for alpha users for testing.


Wow! Good work! Where I can get the built package?


Thanks,
-- 
Andrew Sichevoi (http://twitter.com/kondorsyntext) // Syntext, Inc.
true perfection has to be imperfect


Bug#535828: Debian Packaging advancements

2010-01-12 Thread Joachim Breitner
[CC’in debacle: You wanted the package, now you got something to test :-)]

Hi Andrew,

Am Dienstag, den 12.01.2010, 10:45 +0300 schrieb Andrew Sichevoi:
 On Tue, Jan 12, 2010 at 2:19 AM, Joachim Breitner nome...@debian.org
 wrote:
 It took a while (serna is not the fastest to build, and I
 wanted to get
 a minimal set, so I’m building one by one), but these are the
 build-dependencies I found:
 
 ...
  openjdk-6-jre,
 ...
 
 
   As far as I understand it is not Sun's JAVA? This dependency is by DITA OT, 
 we were
   trying to use IcedTea JRE in the past, but did not manage to make DITA OT 
 work correctly.
   So, I think sun-java6-jre should be used here instead if there are no 
 Debian license restrictions.

openjdk-6-jre is Sun’s Java, in the version recently put under a free
license. Functionally it’s very close to sun-java6-jre. See
http://en.wikipedia.org/wiki/Openjdk.

If we’d build depend on sun-java6-jre, the package would not be able to
enter Debian main properly and reside in contrib.


 The Debian package seems to be ready for alpha users for
 testing.
 
 Wow! Good work! Where I can get the built package?

I put both source and binary package on
http://people.debian.org/~nomeata/serna/
Note that I will not increase the version number with new builds for
now, so watch out for the time stamp (and messages here) to check for
updates.


That reminds me: Besides build-dependencies, I also need to figure out
the correct runtime dependencies. The libraries are automatically
figured out:

Depends: libaspell15 (= 0.60), libc6 (= 2.2.5), libfreetype6 (=
2.2.1), libgcc1 (= 1:4.1.1), libice6 (= 1:1.0.0), libqscintilla2-5,
libqt4-assistant (= 4:4.5.3), libqt4-network (= 4:4.5.3),
libqt4-qt3support (= 4:4.5.3), libqt4-sql (= 4:4.5.3), libqt4-svg (=
4:4.5.3), libqt4-xml (= 4:4.5.3), libqtcore4 (= 4:4.5.3), libqtgui4
(= 4:4.5.3), libsm6, libstdc++6 (= 4.4.0), libx11-6 (= 0), libxext6,
libxft2 ( 2.1.1), libxinerama1, libxmu6, python2.5 (= 2.5)

but can you say what tools serna requires to run? For example, does it
use the xsltproc binary?

Greetigs,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#535828: Debian Packaging advancements

2010-01-12 Thread Andrew Sichevoi
Hello Joachim,

openjdk-6-jre is Sun’s Java, in the version recently put under a free
 license. Functionally it’s very close to sun-java6-jre. See
 http://en.wikipedia.org/wiki/Openjdk.

 If we’d build depend on sun-java6-jre, the package would not be able to
 enter Debian main properly and reside in contrib.


   Thanks for the explanation. I will try asap to check out the behavior of
DITA OT when OpenJDK is used.
   A note just in a case, if DITA OT does not work properly:
  1. It would be impossible to generate Serna documentation (on Serna
build stage)
  2. Publishing of DITA documents from the Serna will be broken (it is
obvious :))


 but can you say what tools serna requires to run? For example, does it
 use the xsltproc binary?


  3rd-party tools are used by Serna components and might be missed, so Serna
itself can easily run w/o them.
  w/o xsltproc: user will not be able to publish Docbook and some other
documents to HTML.
  w/o DITA OT: user will not be able to publish DITA documents to HTML and
PDF.
  But it is better to have these tools installed, because out-of-the-box
document publishing is a one of Serna's key features.
  That's all -- there are no other tools used by Serna AFAIR.


Thanks,
-- 
Andrew Sichevoi (http://twitter.com/kondorsyntext) // Syntext, Inc.
true perfection has to be imperfect


Bug#490231: ITP: 2h4u -- mixed game of tetris and breakout

2010-01-12 Thread Gerfried Fuchs
Hi!

 Just to update the ITP:

* Gerfried Fuchs pkg-games-de...@lists.alioth.debian.org [2008-07-10 23:23:04 
CEST]:
 * Package name: 2h4u
   Version : 1.3
   Upstream Author : Pierre Lagouge, Pierre-Yves Ricau
 * URL : http://www.piwai.info/2H4U.html
 * License : GPLv2+
   Programming Lang: C++
   Description : 2h4u -- mixed game of tetris and breakout
 
 This game is a mix of Tetris and Breakout where you need to play both
 games at the same time. You need to keep the ball up while trying to get
 rid of as many lines as possible. Various bonus pieces drop and can get
 catched with the Breakout bar.

 The delay is because of the used fonts in the package from which
also graphics are rendered. The two contained fonts are both non-free
and it requires to replacing them (including the graphics) with at least
distributable and usable fonts, preferably free ones if the package
would want to get into main.

 So long,
Rhonda, on behalf of pkg-games team



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563865: ITP: python-wifi -- Linux Wireless Extensions in Pure Python

2010-01-12 Thread Henning Heinold
On Wed, Jan 06, 2010 at 12:46:57AM +, Ben Hutchings wrote:
 What application will be using this?  Why use the deprecated wireless
 extensions and not netlink?
 
 Ben.

Hi Ben,

unfornatly python-wifi are the only maintained python bindings which gives easy 
access
to wifi settings.

It will be used by a mobile nodes wifi-tracker I am writing through my 
master-thesis and
a wif-channel-assignment-daemon a colleagues is writing.

For my wifi-tracker I will try to get it into debian too, after its usefull and 
useable.

I am aware that wireless-api will be removed in future, but I dont have the time
now to write something for netlink stuff in python.

I hope you will let the ITP go through with my answers.

Bye Henning



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#533450: stepping back

2010-01-12 Thread Holger Levsen
Hi Mattia,

On Montag, 11. Januar 2010, Mattia Dongili wrote:
 On Sun, Jan 10, 2010 at 04:23:31PM +0100, Holger Levsen wrote:
  Hi,
 
  unfortunatly the psb xorg driver doesnt work with my poulsbo chipset, I
  always get the errors as described in
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533450#115 - I've tried
  the mandrake 2010 live-cd yesterday and exactly the same problem.

 You appear to have the same chipset as I do:
 mat...@ludwig:~/devel lspci -n -s 00:02.0
 00:02.0 0300: 8086:8108 (rev 06)

I think either there are sub revisions not labeled as such, or that other 
parts also play a role.

 did you actually try all the tricks I described previously?
 Specifically I noticed that the mem= command line parameter and loading
 psb.ko late enough in the boot sequence help a lot.

I guess so. I've tried several mem= params and I've also tried the mandrake 
2010 cd as well as jolicloud, which both work for other poulsbo users.

 Oh wait, you have rev 07... not sure what the difference is.

I've seen other people with rev 07 and working.

  The only way I could get the graphic card to work with performance is
  with the even less free iegd driver from intel, so this is what I will be
  using in the
 This is quite interesting actually. If nothing else because *maybe* this
 other driver works better than psb on my laptop.

I'm quite sure it does now or the new version (there were some demos last 
year) will. 

 Also, I read on the IEGD website that there should be a kernel patch
 somewhere. I'm now digging around the intel website to see if I can find
 anything useful -- the only driver I was able to download so far
 contains some sort of exe (archive?).

Yes. Run it in wine, to extract that archive. Inside there are files for linux 
too. 

 No worries, I could upload them myself if I was any convinced it was a
 good idea. 

Well, that would go to non-free anyway and I think gma500 support would be 
great to have for squeeze!

 The 3D driver has no chance of working with any current 
 libdrm implementation and even currently video playback is so bad that
 it's just useless.

according to 
http://building.jolicloud.com/2009/11/17/the-quest-for-implementing-support-for-the-gma500-chipset/
 
the libdrm problems have been fixed (there too), havent looked at those 
sources yet, though.

 Anyway, I reworked the packages even more and now at least the packaging
 situation is less sad:
 - libdrm-psb doesn't need to conflict or replace libdrm anymore, the psb
   xorg driver picks it up, much like the intel driver does.

nice.

 - almost lintian clean, no big errors except for the kernel driver but
   those seem false positives.
 - all packges are 3.0 (quilt)... just for fun.
 On the negative side the kernel module packaging is still crappy but to
 be honest I can't be bothered making it any better for now.

 I have all my stuff here with a little explanation in case you want to
 give it another go: http://www.kamineko.org/debian-psb/

I'm not sure, maybe. Are those for squeeze or lenny?


cheers,
Holger


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


Processed: Re: introductions eucalyptus packages

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

 close 497594
Bug#497594: ITP: axis2c -- Apache Axis2/C is a Web services engine
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Angel Abad \(Ikusnet SLL\) 
an...@grupoikusnet.com

 close 561268
Bug#561268: ITP: librampart -- Apache Rampart/C is the security module for 
Apache Axis2/C.
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Kyo Lee kyo@eucalyptus.com

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563865: ITP: python-wifi -- Linux Wireless Extensions in Pure Python

2010-01-12 Thread Ben Hutchings
On Tue, 2010-01-12 at 12:10 +0100, Henning Heinold wrote:
[...]
 I am aware that wireless-api will be removed in future, but I dont have the 
 time
 now to write something for netlink stuff in python.
 
 I hope you will let the ITP go through with my answers.

ITPs are all sent to debian-devel so that developers in general have a
chance to question or comment on them.  I have no power to approve or
reject your ITP.

Ben.

-- 
Ben Hutchings
The generation of random numbers is too important to be left to chance.
- Robert Coveyou


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


Bug#540426: ITP: acetoneiso

2010-01-12 Thread Nick Andrik
Package: wnpp
Severity: wishlist
Owner: Nick Andrik nick.and...@gmail.com

I have packaged and uploaded the latest version (2.2.1) of acetoneiso on debian 
mentors:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=acetoneiso

Now I am looking for a sponsor to review the package and upload it.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#564883: ITP: kannel-sqlbox -- SQL helper application for Kannel WAP and SMS gateway

2010-01-12 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

* Package name: kannel-sqlbox
  Version : 0.7.2
  Upstream Author : Kannel Group de...@kannel.org
* URL : http://www.kannel.org/~aguerrieri/SqlBox/
* License : BSD (identical to Kannel license)
  Programming Lang: C
  Description : SQL helper application for Kannel WAP and SMS gateway

Kannel is a gateway for connecting WAP (Wireless Application Protocol)
phones to the Internet. It also works as an SMS/SMPP gateway, for
providing SMS based services for GSM phones.

Sqlbox is a special Kannel box that sits between bearerbox and smsbox
and uses a database queue to store and forward messages.

Messages are queued on a configurable table (defaults to send_sms) and
moved to another table (defaults to sent_sms) afterwards.

You can also manually insert messages into the send_sms table and they
will be sent and moved to the sent_sms table as well. This allows for
fast and easy injection of large amounts of messages into Kannel.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540426: ITP: acetoneiso

2010-01-12 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Nick Andrik schrieb:
 Package: wnpp
 Severity: wishlist
 Owner: Nick Andrik nick.and...@gmail.com
 
 I have packaged and uploaded the latest version (2.2.1) of acetoneiso on 
 debian mentors:
 http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=acetoneiso
 
 Now I am looking for a sponsor to review the package and upload it.
 
 
 

Please have a look here:
http://www.debian.org/devel/wnpp/#l1

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAktMfA8ACgkQ2XA5inpabMeHFwCeIKACHYWuSdEN0u/c26BiMSv9
mhEAn2PuieyhQjGYn1NHPdCtD1ZNYwJ7
=ZiRZ
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529815: New version on mentors.debian.net

2010-01-12 Thread Kai Wasserbäch
Hello everybody,
as of today a new version (new upstream version that is) is available from
mentors.debian.net. The URLs are:
*
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=plasma-widget-yawp
*
http://mentors.debian.net/debian/pool/main/p/plasma-widget-yawp/plasma-widget-yawp_0.3.2-1.dsc

Other changes:
* The package itself was updated to use source format 3.0 (quilt) (mainly to use
upstream's .tar.bz2 files without repacking).
* The upstream authors have changed, which is reflected in the debian/copyright
file.
* The package is now dh7-based (no more CDBS).
* Included patches carry a DEP-3-compliant header (AFAICS).

Kind regards,
Kai Wasserbäch



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2fingerprint=onhash=onop=vindex)



signature.asc
Description: OpenPGP digital signature


Bug#564901: ITP: libthrowable-perl -- Moose role for classes that can be thrown

2010-01-12 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libthrowable-perl
  Version : 0.100090
  Upstream Author : Ricardo SIGNES r...@cpan.org
* URL : http://search.cpan.org/dist/Throwable/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Moose role for classes that can be thrown

Throwable is a Moose role for classes that are intended to be thrown as
exceptions to standard program flow. It automatically saves any previous
value for $@ and calls die $self.

NOTE: this is needed for the upgrade of libemail-sender-perl



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563004: marked as done (ITP: procserv -- A process server with telnet console and log access)

2010-01-12 Thread Debian Bug Tracking System
Your message dated Tue, 12 Jan 2010 09:53:00 -0500
with message-id 4b4c8ccc.9020...@bessy.de
and subject line Re: Bug#563004: Package procserv uploaded
has caused the Debian Bug report #563004,
regarding ITP: procserv -- A process server with telnet console and log access
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.)


-- 
563004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
Owner: Ralph Lange ralph.la...@bessy.de


* Package name: procserv
  Version : 2.5.0
  Upstream Author : Ralph Lange ralph.la...@bessy.de
* URL : http://sourceforge.net/projects/procserv/
* License : GPLv3
  Programming Lang: C++
  Description : A process server with telnet console and log access

procServ is a wrapper that starts an arbitrary command as a child process in
the background, connecting its standard input and output to a TCP port for
telnet access. It supports logging, child restart (manual or automatic on
exit), and more.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)


---End Message---
---BeginMessage---

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Done. Package procserv has been uploaded to unstable.

| procserv_2.5.0-5_i386.changes uploaded successfully to localhost
| along with the files:
|   procserv_2.5.0-5.dsc
|   procserv_2.5.0.orig.tar.gz
|   procserv_2.5.0-5.diff.gz
|   procserv_2.5.0-5_i386.deb
|
| Greetings,
|
| Your Debian queue daemon (running on host ries.debian.org)

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktMjMwACgkQ8GkTMKARgCzbowCfd0+Va/AYk6rYr7pB9sh1F+2h
wcMAn3VpafhrQN3zdVDLTqX8zCTKOIQy
=j5vP
-END PGP SIGNATURE-


---End Message---


Bug#533450: stepping back

2010-01-12 Thread Mattia Dongili
On Tue, Jan 12, 2010 at 12:43:44PM +0100, Holger Levsen wrote:
 Hi Mattia,
 
 On Montag, 11. Januar 2010, Mattia Dongili wrote:
  On Sun, Jan 10, 2010 at 04:23:31PM +0100, Holger Levsen wrote:
...
   The only way I could get the graphic card to work with performance is
   with the even less free iegd driver from intel, so this is what I will be
   using in the
  This is quite interesting actually. If nothing else because *maybe* this
  other driver works better than psb on my laptop.
 
 I'm quite sure it does now or the new version (there were some demos last 
 year) will. 
 
  Also, I read on the IEGD website that there should be a kernel patch
  somewhere. I'm now digging around the intel website to see if I can find
  anything useful -- the only driver I was able to download so far
  contains some sort of exe (archive?).
 
 Yes. Run it in wine, to extract that archive. Inside there are files for 
 linux 
 too. 

Thanks, I did that in the end and managed to get the Linux blobs out of
it.
I gave it a go and unfortunately the iegd kernel driver is not
compatible with 2.6.32 which I'm currently using, I'll try to see if I
can make it work and remove all the dependencies with drm functions that
have been removed from the upstream kernel.

  No worries, I could upload them myself if I was any convinced it was a
  good idea. 
 
 Well, that would go to non-free anyway and I think gma500 support would be 
 great to have for squeeze!

Not all packages are non-free, the xorg driver, libdrm-psb and libva are
gplv2 or MIT so these are good to go to main. The kernel driver too.
The remaining ones are the firmware package and the 3D stack which come
in binary only form.
My skepticism comes from the fact that I'm not sure having not-so-good
packages for squeeze is better than having them outside the release.
You can run Vesa to get X up and working and then you can install
whatever better suits your needs. I understand that it's extra work but
I can't figure out how reliably one could run the psb stack in debian...

  The 3D driver has no chance of working with any current 
  libdrm implementation and even currently video playback is so bad that
  it's just useless.
 
 according to 
 http://building.jolicloud.com/2009/11/17/the-quest-for-implementing-support-for-the-gma500-chipset/
  
 the libdrm problems have been fixed (there too), havent looked at those 
 sources yet, though.

Cool, I quickly skim over the article and some of my points above are
actually addressed. I'll have a better look at it tomorrow.

  Anyway, I reworked the packages even more and now at least the packaging
  situation is less sad:
  - libdrm-psb doesn't need to conflict or replace libdrm anymore, the psb
xorg driver picks it up, much like the intel driver does.
 
 nice.
 
  - almost lintian clean, no big errors except for the kernel driver but
those seem false positives.
  - all packges are 3.0 (quilt)... just for fun.
  On the negative side the kernel module packaging is still crappy but to
  be honest I can't be bothered making it any better for now.
 
  I have all my stuff here with a little explanation in case you want to
  give it another go: http://www.kamineko.org/debian-psb/
 
 I'm not sure, maybe. Are those for squeeze or lenny?

err... they are more likely to work in squeeze. I'd recommend building
your own, you shouldn't have that many problems provided that you have
the build-dep installed and follow the right order.
I haven't payed too much attention to the binary packages, I was more
interested in getting proper source packages first.

Let's see, thanks for the pointers.
-- 
mattia
:wq!


signature.asc
Description: Digital signature


Bug#533450: New Poulsbo Driver Soon?

2010-01-12 Thread Mattia Dongili
On Mon, Jan 11, 2010 at 08:15:23PM -0600, David A. Greene wrote:
 After talking to the Intel graphics guys, it's pretty clear to me the current
 driver is a dead-end.  They essentially said it would be impossible to
 integrate into any modern X/DRI system.

yeah... noticed that.

 However, it looks as if a new one is on the way:
 
 http://www.phoronix.com/scan.php?page=news_itempx=Nzg2MA
 
 If you click through the links you'll find stories about not just the
 binary 3D driver but a new open-source 2D one as well.

if you're talking about the IEGD driver, that's far less open source
than the psb one. If nothing else it seems that development from Intel
is much more active.
It also seems quite tricky to set up but I'm trying it out, I might
be able to get something working next week.

 I think  it would be more productive to work on packaging these
 as the current package is preventing me from upgrading X.  That

you'll have other hard dependencies with IEGD too.

 said, I very much appreciate having a fairly functional netbook
 thanks to all of you!

Cheers to you
-- 
mattia
:wq!



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Bug in libtext-querysql-perl fixed in revision 50817

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

 tag 547242 + pending
Bug #547242 [wnpp] ITA: libtext-querysql-perl -- Text-Query-SQL provides
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#547242: Bug in libtext-querysql-perl fixed in revision 50817

2010-01-12 Thread pkg-perl-maintainers
tag 547242 + pending
thanks

Some bugs are closed in revision 50817
by Jonathan Yu (jawnsy-guest)

Commit message:

Take over package (Closes: #547242)



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: submitter 418776

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

 submitter 418776 !
Bug #418776 [wnpp] ITP: sbbs -- Synchronet Bulletin Board System software
Changed Bug submitter to 'Dario Minnucci mid...@debian.org' from 'Dario 
Minnucci deb...@midworld.net'
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#564924: ITP: usb-modeswitch-data -- Mode switching data for usb-modeswitch

2010-01-12 Thread Didier Raboud
Package: wnpp
Severity: wishlist
Owner: Didier Raboud did...@raboud.com

  Package name: usb-modeswitch-data
  Version : 20100110
  Upstream Author : Josua Dietze
  URL : http://www.draisberghof.de/usb_modeswitch
  License : GPLv2+
  Programming Lang: Configuration files
  Description : Mode switching data for usb-modeswitch

See the long description of usb-modeswitch. This packages will be a source
split of usb-modeswitch containing only the configuration data (and no
binaries).

Upstream intends to release these configuration datas more frequently than
the binary, hence the source split.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

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

 # Tue Jan 12 19:04:01 UTC 2010
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: kannel-sqlbox
 tags 564883 + pending
Bug #564883 [wnpp] ITP: kannel-sqlbox -- SQL helper application for Kannel WAP 
and SMS gateway
Added tag(s) pending.
 # Source package in NEW: libthrowable-perl
 tags 564901 + pending
Bug #564901 [wnpp] ITP: libthrowable-perl -- Moose role for classes that can be 
thrown
Added tag(s) pending.
 # Source package in NEW: plasma-widget-yawp
 tags 529815 + pending
Bug #529815 [wnpp] ITP: plasma-widget-yawp -- Yet Another Weather Plasmoid 
fetches weather forcasts for you
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed (with 2 errors): Bug #522396

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

 noowner 522396
Bug #522396 [wnpp] ITP: rekonq -- KDE 4's lightweight QtWebkit based web browser
Removed annotation that Bug was owned by d.fil...@ubuntu.com.
 retitle 522396 RFP: rekonq -- KDE 4's lightweight QtWebkit based web browser
Bug #522396 [wnpp] ITP: rekonq -- KDE 4's lightweight QtWebkit based web browser
Changed Bug title to 'RFP: rekonq -- KDE 4's lightweight QtWebkit based web 
browser' from 'ITP: rekonq -- KDE 4's lightweight QtWebkit based web browser'
 _
Unknown command or malformed arguments to command.

 Are you a Techie? Get Your Free Tech Email Address Now! Visit 
 http://www.TechEmail.com
Unknown command or malformed arguments to command.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#564820: ITP: libpam-barada -- PAM module to provide two-factor authentication based on HOTP

2010-01-12 Thread Peter Samuelson

[Andrew Pollock]
 * Package name: libpam-barada
   Description : PAM module to provide two-factor authentication based on 
 HOTP

I would suggest that the PAM architecture is better suited to providing
only _one_ factor of authentication per plugin.  Does this module
really implement two factors?  If not, you probably shouldn't claim
that it does.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535828: Debian Packaging advancements

2010-01-12 Thread Joachim Breitner
Hi,

today, I continued to work on the serna package. The achievements are:

(Patch names respective to
http://git.nomeata.de/?p=serna.git;a=tree;f=debian/patches;hb=bbeea2bed0403ae5077d995423552ed402a63f35
later revisions might carry updated patches, but then the patch numbers
might change)

I re-did the patches that are about architecture independence. I
splitted them by issue, so that each bit can either be merged into your
SVN trunk completely or not. I’ll walk you through:

0002-Template-function-overlap.patch
hmm, can probably be dropped now. I’ll check.

0003-Atomic-increment-decrement-defined-for-amd64.patch
please merge. Atomic increment/decrement is defined for amd64

0007-Use-void-when-debug-outputting-a-pointer.patch
Some casts to (int) are used in output strings. Using (intptr_t) is
always correct and yields the same behaviour.

0009-libsp-adjustments-for-64-bits.patch
Makes the instances independent of size_t, but makes sure there is one
for int and long int. Can be merged.

0020-Cast-via-intptr_t-in-refCntData-new.patch
This needs review. I don’t really understand what 
  18 -const size_type buf_offset((size_type)((RefCntData*)1)-buf_ - 
1);
was supposed to do (get a pointer to the 1? but where is the one?) Anyways,
  19 +const size_type 
buf_offset((size_type)(intptr_t)((RefCntData*)1)-buf_ - 1);
seems to work better...

0021-Cast-to-intptr_t-in-Dav-DavManager-lock-calls.patch
The code uses the pointer address of the object to generate a unique id
as an it. Casting via intptr_t works always. Can be merged.

0022-Cast-to-intptr_t-in-String-number-calls.patch
Same thing when casting to provide an argument to String::number:
intptr_t is the correct type to use. Can be merged.

0023-Cast-to-intptr_t-in-xslt-impl-Instance.cxx.patch
This changes part of the debugging output.
Prevoius code did a check
((int)nsiContext().node()  0x100)
to see whether the node name is valid. This looks fishy and
non-portable. Casting to (intptr_t) works, not sure if it’s still the
intended purpose.

0024-Cast-to-intptr_t-in-PackedPtrSet.h.patch
Here, the last bit of a pointer is checked. Casting to (intptr_t) is
again the correct thing to do. Can be merged.

0025-Remove-__int__-method-from-SimpleWrappedObject.patch
Now this is somewhat intrusive: I did not immediately figure out how to
implement the __int__ method correctly. But I expect that any use of it
is a mistake anyhow, so I just removed it. Where is it used?

0026-Cast-to-long-int-in-pyplugin-stuff.patch
I’ll remove this, it’s overwritten by a later patch (28). Please ignore

0027-Implement-PropertyNode-set-get-Ptr-and-String-toPtr.patch
As the name says. Some code stores functions pointers in properties,
this interface allows this without casts to integers. Can be merged.

0028-Use-set-getPtr-in-pyconsole-code.patch
Use the just added functions. Can be merged.


I’d obviously like to reduce the number of patches I have to drag along,
so please check if you can apply these to SVN.


I also made the serna package build and run without its own copy of
docbook-xsl. It uses the installed package
in /usr/share/xml/docbook/stylesheet/docbook-xsl. I started by adding
proper code to 3rd/docbook/docbook-default.t in patch
0029-Allow-using-the-system-wide-docbook-xsl-installation.patch, but the
path to the docbook-xsl files was still hardcoded in too many places;
see patch
0033-Refer-to-usr-share-xml-docbook-stylesheet-docbook-xs.patch

I made serna use xsltproc from the path in patches
0030-Use-system-wide-xsltproc-in-scripts.patch
0031-Use-system-wide-xsltproc-in-publishing-plugin.patch

These patches can obviously not be merged. But it would be great if you
could make them obsolete: If I run ./configure syspkg in 3rd, serna
should always use the system wide xsltproc.


Generally, I can not stress enough that reducing the number of patches I
need to carry is a great way to ease my work :-)


I’m considering to propose the package for inclusion in the current
state, and see what the ftp-masters want me to fix.

Greetings,
Joachim 



-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#399756: wordpress-mu in Debian

2010-01-12 Thread Dario Minnucci
Hi all,

Thanks for supporting this package.

Due to the WP{*} characteristics any further help|comaint will be very, very, 
appreciated.

I'm about to upload the wordpress-mu (2.8.6-1).

I'll be glad to receive your input!

Cheers

-- 
 Dario Minnucci mid...@debian.org
 Phone: +34 902021030 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = 62FF F60F CE79 9CE4 EBA8  523F FC84 1B2D 82C8 B711




signature.asc
Description: OpenPGP digital signature


Processed: tagging 399756

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

 tags 399756 + pending
Bug #399756 [wnpp] ITP: wordpress-mu -- framework for hosting large numbers of 
wordpress weblogs
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535828: Debian Packaging advancements

2010-01-12 Thread Joachim Breitner
Hi,

Am Dienstag, den 12.01.2010, 22:02 +0100 schrieb Joachim Breitner:
 0026-Cast-to-long-int-in-pyplugin-stuff.patch
 0028-Use-set-getPtr-in-pyconsole-code.patch

merged in one patch as
http://git.nomeata.de/?p=serna.git;a=blob_plain;f=debian/patches/0027-Use-set-getPtr-in-pyconsole-code.patch;hb=HEAD

 I’m considering to propose the package for inclusion in the current
 state, and see what the ftp-masters want me to fix.

I found a syntax error in a bash script, please consider merging this
patch:
http://git.nomeata.de/?p=serna.git;a=blob_plain;f=debian/patches/0033-Fix-Syntax-error-Unterminated-quoted-string.patch;hb=HEAD

The upload to Debian’s NEW queue is currently in progress. We are
getting close to having serna in Debian.

(The open file license questions still need to be resolved, of course.)

Greetings,
Joachim

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#564945: ITP: openshot -- Non Linear Video Editor using Python and MLT

2010-01-12 Thread Jonathan Thomas
Package: wnpp
Severity: wishlist
Owner: Jonathan Thomas jonathan.oo...@gmail.com


* Package name    : openshot
  Version : 1.0.0
  Upstream Author : Jonathan Thomas jonathan.oo...@gmail.com
* URL : http://www.openshotvideo.com
* License : (GPLv3)
  Programming Lang: (Python)
  Description : ITP: openshot -- Non Linear Video Editor using
Python and MLT

OpenShot Video Editor is a free, open-source, non-linear video editor,
based on Python, GTK, and MLT.
It can edit video and audio files, composite and transition video
files, and mix multiple layers of
video and audio together and render the output in many different formats.

I am the upstream author, and also the Debian packager at this time.
The build scripts
for OpenShot are located here:
https://code.launchpad.net/~jonoomph/openshot/debian-packages



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#564949: ITP: freehep-graphicsio-svg -- FreeHEP Scalable Vector Graphics Driver

2010-01-12 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone 1o5g4...@gmail.com

* Package name: freehep-graphicsio-svg
  Version : 2.1.1
  Upstream Author : FreeHEP team develop...@freehep.org
* URL : http://java.freehep.org/
* License : LGPL-2.1+
  Programming Lang: java
  Description : FreeHEP Scalable Vector Graphics Driver

Library for low-level formatting. Among the vector formats are PostScript,
PDF, EMF, SVF, and Flash SWF, while the image formats include GIF, PNG,
 JPG and PPM.

FreeHEP is a collection of Java libraries used in High Energy Physics.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#564962: ITP: freehep-xml -- FreeHEP XML Library

2010-01-12 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone 1o5g4...@gmail.com

* Package name: freehep-xml
  Version : 2.1.2
  Upstream Author : FreeHEP team develop...@freehep.org
* URL : http://java.freehep.org/
* License : LGPL-2.1+
  Programming Lang: java
  Description : FreeHEP XML Library

This library includes readers and writers for the XML format
as well as a Menu System for building GUI menus from XML.

FreeHEP is a collection of Java libraries used in High Energy



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#547665: RFP: valide -- IDE for Vala

2010-01-12 Thread Dario Minnucci
Provided URL http://www.valaide.org/ is not working for me.

Cheers.

--=20
 Dario Minnucci mid...@debian.org
 Phone: +34 902021030 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint =3D 62FF F60F CE79 9CE4 EBA8  523F FC84 1B2D 82C8 B711




signature.asc
Description: OpenPGP digital signature


Processed: Re: RFP: sk1 -- Vector graphics editor for prepress

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

 retitle 477101 ITP: sk1 -- Vector graphics editor for prepress
Bug #477101 [wnpp] RFP: sk1 -- Vector graphics editor for prepress
Changed Bug title to 'ITP: sk1 -- Vector graphics editor for prepress' from 
'RFP: sk1 -- Vector graphics editor for prepress'
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#477101:

2010-01-12 Thread Vladimir Osintsev
retitle 477101 ITP: sk1 -- Vector graphics editor for prepress
thanks

Lots of work done on initial sK1 packaging. That package will be
maintained under the Python Application Packaging Team and currently
package sources already in PAPT subversion repository.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/s/sk1
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/s/sk1/sk1_0.9.1~pre+svn730-1.dsc

Brand, you agree to be a sponsor for this package?

--
Vladimir Osintsev osint...@gmail.com
Systems Administrator, Engineer
Sterno.Ru



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#477101: RFP: sk1 -- Vector graphics editor for prepress

2010-01-12 Thread Vladimir Osintsev
retitle 477101 ITP: sk1 -- Vector graphics editor for prepress
thanks

I'm sorry my last message is not accurate. Bernd, I'll be very glad if
you become a sponsor for this package.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: ITA: bluez -- Bluetooth tools and daemons

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

 retitle 564569 ITA: bluez -- Bluetooth tools and daemons
Bug #564569 [wnpp] O: bluez -- Bluetooth tools and daemons
Changed Bug title to 'ITA: bluez -- Bluetooth tools and daemons' from 'O: bluez 
-- Bluetooth tools and daemons'
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: ITA: bluez-hcidump -- Analyses Bluetooth HCI packets

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

 retitle 564572 ITA: bluez-hcidump -- Analyses Bluetooth HCI packets
Bug #564572 [wnpp] O: bluez-hcidump -- Analyses Bluetooth HCI packets
Changed Bug title to 'ITA: bluez-hcidump -- Analyses Bluetooth HCI packets' 
from 'O: bluez-hcidump -- Analyses Bluetooth HCI packets'
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: ITA: obexd -- D-Bus OBEX client and server

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

 retitle 564570 ITA: obexd -- D-Bus OBEX client and server
Bug #564570 [wnpp] O: obexd
Changed Bug title to 'ITA: obexd -- D-Bus OBEX client and server' from 'O: 
obexd'
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#564569: ITA: bluez -- Bluetooth tools and daemons

2010-01-12 Thread Nobuhiro Iwamatsu
retitle 564569 ITA: bluez -- Bluetooth tools and daemons
thanks



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565114: ITP: libfile-sharedir-install-perl -- module for installing read-only data files

2010-01-12 Thread Jonathan Yu
Package: wnpp
Owner: Jonathan Yu jaw...@cpan.org
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfile-sharedir-install-perl
  Version : 0.03
  Upstream Author : Philip Gwyn g...@cpan.org
* URL : http://search.cpan.org/dist/File-ShareDir-Install/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for installing read-only data files

File::ShareDir::Install is a Perl module that allows you to install read-only
data files from a distribution and easily locate them with File::ShareDir. It
is similar in nature to Module::Install::Share.

NOTE: this is needed for Dist::Zilla



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

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

 # Wed Jan 13 07:03:30 UTC 2010
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: easymp3gain
 tags 563212 + pending
Bug #563212 [wnpp] ITP: easyMp3Gain -- GUI for MP3Gain
Bug #563175 [wnpp] ITP: easyMp3Gain -- GUI for MP3Gain
Added tag(s) pending.
Added tag(s) pending.
 # Source package in NEW: easymp3gain
 tags 563175 + pending
Bug #563175 [wnpp] ITP: easyMp3Gain -- GUI for MP3Gain
Bug #563212 [wnpp] ITP: easyMp3Gain -- GUI for MP3Gain
Ignoring request to alter tags of bug #563175 to the same tags previously set
Ignoring request to alter tags of bug #563212 to the same tags previously set
 # Source package in NEW: serna-free
 tags 535828 + pending
Bug #535828 [wnpp] RFP: serna-free -- XML editor
Added tag(s) pending.
 # Source package in NEW: tokyotyrant
 tags 563921 + pending
Bug #563921 [wnpp] ITP: tokyotyrant -- Tokyo Tyrant is a package of network 
interface to the DBM called Tokyo Cabinet
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org