Re: Debconf syntax error message that I don't understand

2011-07-12 Thread Dominique Dumont
Le Wednesday 13 July 2011 00:27:01, John D. Hendrickson and Sara Darnell a écrit : > # just read the file into the script. run script with > > sh -x (yuour script) > > too bad nobody every wrote a good sh debugger ! what about bashdb ? Dominique -- http://config-model.wiki.sourceforge.net/ -

RE: Offer to take over sdlperl package

2011-07-12 Thread Kartik Thakore
Hi Dominique, As I have mentioned before we have already ported frozen-bubble over to use the new SDL perl bindings. You will find the necessary repositories at http://github.com/PerlGameDev Thank you for your interest. -- Kartik Thakore -- To UNSUBSCRIBE, email to debian-devel-requ...@list

Bug#633652: X-windows programs don't work anymore for root

2011-07-12 Thread jidanni
> "TJL" == Timo Juhani Lindfors writes: TJL> jida...@jidanni.org writes: >> Yes xclock works. TJL> Ok. You really need to describe what sort of setup you are using before TJL> it is possible to guess what could be wrong. Are you starting dbus TJL> session bus at all? I think so. I see its na

Business proposal from hong kong

2011-07-12 Thread Lee Lan
Hello How are you ? Am from Hong Kong, am a Chinese , I have a Mutual business proposal am proposing to you, that I will want you to handle from your country, I will like to seek your consent first. I have a serious business project proposal for you to manage and handle for me in your country. Th

Re: Buggy/Stable java program (craftbukkit), possible ITP?

2011-07-12 Thread Luke Cycon
On Tue, 2011-07-12 at 14:29 -0700, Luke Cycon wrote: > Mhm. Mojang seems to be building a modding API which they say is going > to simply be a full release of the source code of the server. There is > a condition of use that whatever is made using the modding API must be > provided free of charg

Re: Order of dpkg triggers [and 1 more messages]

2011-07-12 Thread Joachim Breitner
Hi, Am Dienstag, den 12.07.2011, 14:07 +0100 schrieb Ian Jackson: > Joachim Breitner writes ("Re: Order of dpkg triggers [and 1 more messages]"): > > Am Dienstag, den 12.07.2011, 12:50 +0100 schrieb Ian Jackson: > > > Would it be possible for ghc-doc to update the cache too ? Then > > > presumabl

Re: Debconf syntax error message that I don't understand

2011-07-12 Thread John D. Hendrickson and Sara Darnell
Steve Langasek wrote: On Tue, Jul 12, 2011 at 10:02:33PM +0200, Frank Küster wrote: Doesn't work, unfortunately: # now get rid of the commas by assigning to the positional parameters set -x OLD_IFS="$IFS" IFS=$OLDIFS These variable names don't match, + IFS= printf %s\n SUBST

Bug#633652: X-windows programs don't work anymore for root

2011-07-12 Thread Timo Juhani Lindfors
jida...@jidanni.org writes: > Yes xclock works. Ok. You really need to describe what sort of setup you are using before it is possible to guess what could be wrong. Are you starting dbus session bus at all? -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "

Re: problem http://packages.debian.org/sid/biomaj

2011-07-12 Thread Simon Paillard
Hi, On Tue, Jul 12, 2011 at 05:43:03PM +0200, olivier sallou wrote: > there is an issue with one of my packages with the displayed description. > http://packages.debian.org/sid/biomaj > > It displays: > > Binary utilities supporting TI's MSP430 targetsPackage: biomaj (1.1.0-3) > > The p

Re: Buggy/Stable java program (craftbukkit), possible ITP?

2011-07-12 Thread Luke Cycon
On Tue, 2011-07-12 at 13:41 +, The Fungi wrote: > On Tue, Jul 12, 2011 at 12:43:03AM -0700, Luke Cycon wrote: > [...] > > It is effectively an LGPL rewrite of the closed source Minecraft > > server. > [...] > > I gather that it's a partial reverse-engineer-and-patch layer for > Minecraft (so a

Re: Debconf syntax error message that I don't understand

2011-07-12 Thread Steve Langasek
On Tue, Jul 12, 2011 at 10:02:33PM +0200, Frank Küster wrote: > Doesn't work, unfortunately: > # now get rid of the commas by assigning to the positional parameters > set -x > OLD_IFS="$IFS" > IFS=$OLDIFS These variable names don't match, > + IFS= printf %s\n SUBST texlive-base/texco

Re: Debconf syntax error message that I don't understand

2011-07-12 Thread Joey Hess
Frank Küster wrote: > OLD_IFS="$IFS" > IFS=$OLDIFS s/_// -- see shy jo signature.asc Description: Digital signature

Re: Debconf syntax error message that I don't understand

2011-07-12 Thread Frank Küster
Joey Hess wrote: > Your script is setting IFS="," Yes, indeed. > All you need to do to fix it in your script though is to restore IFS > before you start talking to debconf. Doesn't work, unfortunately: # now get rid of the commas by assigning to the positional parameters set -x OLD_IFS=

Bug#633677: ITP: isis -- I/O framework for neuroimaging data

2011-07-12 Thread Michael Hanke
Package: wnpp Severity: wishlist Owner: NeuroDebian Team * Package name: isis Version : 0.3.3 Upstream Author : Lydia Hellrung (hellr...@cbs.mpg.de) et al. * URL : http://isis-group.github.com/isis/ * License : GPL-2+ Programming Lang: C++ Description :

Re: Debconf syntax error message that I don't understand

2011-07-12 Thread Joey Hess
Frank Küster wrote: > Hi, > > I am at a loss with shell script that uses debconf. The script itself > is in /etc/libpaper/, but since it is often called from maintainer > scripts, it uses debconf. > > The problem is that debconf says it didn't get the right number of > arguments, but I think it

Debconf syntax error message that I don't understand

2011-07-12 Thread Frank Küster
Hi, I am at a loss with shell script that uses debconf. The script itself is in /etc/libpaper/, but since it is often called from maintainer scripts, it uses debconf. The problem is that debconf says it didn't get the right number of arguments, but I think it did. This is the relevant line of

Re: Buggy/Stable java program (craftbukkit), possible ITP?

2011-07-12 Thread Paul Wise
On Tue, Jul 12, 2011 at 3:41 PM, The Fungi wrote: > Even once licensing is worked through, unless it becomes useful for > anything besides Minecraft or unless Mojang decides to release a > DFSG compatible version of Minecraft so that it too can be in > Debian, I suspect CraftBukkit would be releg

Re: Order of dpkg triggers

2011-07-12 Thread John D. Hendrickson and Sara Darnell
Joachim Breitner wrote: Hi, just wondering: Is there a way to ensure the ordering of dpkg trigger runs? In my case, I’d like to ensure that the ghc trigger is always run before the ghc-doc trigger, if both packages are installed, to avoid a warning. (The packages do not directly depend on each o

Bug#633668: ITP: gogglesmm -- Goggles Music Manager: A music manager and player.

2011-07-12 Thread Hendrik Rittich
Package: wnpp Severity: wishlist Owner: Hendrik Rittich * Package name: gogglesmm Version : 0.12.2 Upstream Author : Sander Jansen * URL : http://code.google.com/p/gogglesmm/downloads/list * License : GPLv3/LGPL Programming Lang: C++ Description : Gog

Bug #632655: O: conky -- highly configurable system monitor

2011-07-12 Thread Aron Xu
severity 632655 normal retitle 632655 'O: conky -- highly configurable system monitor' reassign 632655 wnpp thanks As stated in Bug #628997, #632653, #632654, #632655, the maintainer of conky package is giving up all his packages in Debian, I hereby orphan this package. Package: conky Priority: o

Bug #628997: O: gecko-mediaplayer -- Multimedia plug-in for Gecko browsers

2011-07-12 Thread Aron Xu
severity 628997 normal retitle 628997 'O: gecko-mediaplayer -- Multimedia plug-in for Gecko browsers' reassign 628997 wnpp thanks As stated in Bug #628997, #632653, #632654, #632655, the maintainer of gecko-mediaplayer package is giving up all his packages in Debian, I hereby orphan this package.

problem with web site http://packages.debian.org/

2011-07-12 Thread olivier sallou
Hi, there is an issue with one of my packages with the displayed description. http://packages.debian.org/sid/biomaj It displays: Binary utilities supporting TI's MSP430 targetsPackage: biomaj (1.1.0-3) The programs in this package are used to manipulate binary and object files that may

Bug#633652: X-windows programs don't work anymore for root

2011-07-12 Thread jidanni
> "TJL" == Timo Juhani Lindfors writes: TJL> These both sound like dbus misconfiguration to me. Does something as TJL> simple as "xclock" work? Yes xclock works. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Bug#633652: X-windows programs don't work anymore for root

2011-07-12 Thread Timo Juhani Lindfors
jida...@jidanni.org writes: > # emacs -Q > g_dbus_connection_real_closed: Remote peer vanished with error: Underlying > GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. > # firefox > ** > GLib-GIO:ERROR:/build/buildd-glib2.0_2.28.6-1-i386-A3fp41/glib2.0-2.28.6/./gio/gdb

Bug#633652: X-windows programs don't work anymore for root

2011-07-12 Thread jidanni
Package: general X-windows programs don't work anymore for root. And whatever is making these messages sure doesn't give a clue as to what package to reassign the bug to. # emacs -Q #sometimes things work, (but only for a few minutes.) But mostly they don't start at all anymore: # emacs -Q g_db

Re: Buggy/Stable java program (craftbukkit), possible ITP?

2011-07-12 Thread The Fungi
On Tue, Jul 12, 2011 at 12:43:03AM -0700, Luke Cycon wrote: [...] > It is effectively an LGPL rewrite of the closed source Minecraft > server. [...] I gather that it's a partial reverse-engineer-and-patch layer for Minecraft (so arguably a derivative work), and its legality is currently under disp

Re: Order of dpkg triggers [and 1 more messages]

2011-07-12 Thread Ian Jackson
Joachim Breitner writes ("Re: Order of dpkg triggers [and 1 more messages]"): > Am Dienstag, den 12.07.2011, 12:50 +0100 schrieb Ian Jackson: > > Would it be possible for ghc-doc to update the cache too ? Then > > presumably the call in ghc would have no work to do and would be fast. > > yes, tha

Re: Order of dpkg triggers [and 1 more messages]

2011-07-12 Thread Joachim Breitner
Hi, Am Dienstag, den 12.07.2011, 12:50 +0100 schrieb Ian Jackson: > Joachim Breitner writes ("Re: Order of dpkg triggers"): > > ghc-doc is the corresponding documentation package. Besides shipping the > > documentation for the basic packages, it also maintains a system-wide > > index of installed

Offer to take over sdlperl package

2011-07-12 Thread Dominique Dumont
Hello sdlperl maintainers As mentioned in #592998, sdlperl package is outdated in Debian. Do you mind if I take over this package ? If no, where is the source code repository of this package ? I'll need some help from pkg-sdl-maintainers to figure out the impact on SDL perl games like froze

Re: Bug#633518: ITP: colord -- system service to manage device colour profiles

2011-07-12 Thread Christopher James Halse Rogers
On Mon, 2011-07-11 at 12:16 +0200, Michael Biebl wrote: > Hi, > > Am 11.07.2011 08:06, schrieb Christopher James Halse Rogers: > > Package: wnpp > > Severity: wishlist > > Owner: Christopher James Halse Rogers > > > > > > * Package name: colord > >Version : 0.1.10 > >Upstream A

Re: Order of dpkg triggers [and 1 more messages]

2011-07-12 Thread Ian Jackson
Joachim Breitner writes ("Re: Order of dpkg triggers"): > ghc-doc is the corresponding documentation package. Besides shipping the > documentation for the basic packages, it also maintains a system-wide > index of installed libraries. To that end, it?s trigger uses ghc-pkg, if > it is available, to

Re: Order of dpkg triggers

2011-07-12 Thread Josselin Mouette
Le lundi 11 juillet 2011 à 21:37 +0200, Joachim Breitner a écrit : > ghc is the Haskell compiler. Haskell libraries ship package descriptions > in /var/lib/ghc/package.conf.d/, and this package data base can be > queried using the ghc-pkg tool. For efficiency, "ghc-pkg recache" is > called in ghc’

Re: Buggy/Stable java program (craftbukkit), possible ITP?

2011-07-12 Thread Joachim Breitner
Hi Luke, I think the package could be package for Debian, especially if that is true: Am Dienstag, den 12.07.2011, 00:43 -0700 schrieb Luke Cycon: > The bugs are resolved rather fast by upstream, usually being fixed > within a week. For this reason, my first thought would be to keep the > packag

Buggy/Stable java program (craftbukkit), possible ITP?

2011-07-12 Thread Luke Cycon
Hey all, Available online is a game server called craftbukkit. It is effectively an LGPL rewrite of the closed source Minecraft server. It is widely used to run game servers, and I feel many users would benefit from a package containing the builds pre-setup to run correctly. (As it stands, serve