Bug#603339: ITP

2011-01-08 Thread Paul Hedderly

I am using it - works very well! So I'll package it up shortly.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/op.vo0cikewaq9...@booie.88.mjr.org



Bug#484717: gibak

2008-09-09 Thread Paul Hedderly
Teemu Ikonen wrote:
> Hi,
>
> Is anyone working on getting gibak into Debian at the moment? The
> repository at git.debian.org seems to be somewhat outdated, but on the
> other hand, upstream repository at
> http://eigenclass.org/repos/git/gibak/.git/ has recently added a
> debian/ directory.
>
> Paul, do you mind if I update the git.d.o repo to include the latest changes?
>
> Teemu
>
>
>   
Go for it - been too busy recently - would still love to get it into
debian though.

The ubuntu package seemed to be quite well done.

--
Paul



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#406627: Fwknop and no answer from a DD

2008-06-12 Thread Paul Hedderly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Don Armstrong wrote:
> On Thu, 12 Jun 2008, Franck Joncourt wrote:
>> I was working on fwknop (forgot to mention it to the BTS), then I saw
>> Luciano Bello was interested as well.
>>
>> I sent an email to him and to the BTS in order to know how much work has
>> been achieved, but still no news.
>
> You should actually double check with Paul Hedderly who is responsible
> for it; you'd also want to Cc: them directly, since they won't get
> information on those bugs unless they're subscribed to them.
> 
>
> Don Armstrong
>
Franck - I have not yet done anything with this, so if you have that's
great. Shout if you a tester or help in any way.

- --
Cheers
Paul
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: GNU Privacy Guard
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIUW7tx5g40ENjN90RArj8AJoC96S7OPJKfFJ4zxzYUXk9FnDMxQCfd+rt
qRi0F1pm55OQKdATiG0FpOs=
=C2v1
-END PGP SIGNATURE-




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#484717: ITP: gibak -- A better backup system based on Git

2008-06-05 Thread Paul Hedderly
Package: wnpp
Severity: wishlist
Owner: Paul Hedderly <[EMAIL PROTECTED]>

* Package name: gibak
  Version : 0.3.0
  Upstream Author : Mauricio Fernandez <[EMAIL PROTECTED]>
* URL : http://eigenclass.org/hiki/gibak-backup-system-introduction
* License : GPL => v2 and LGPL v2.1
  Programming Lang: OCaml and bash
  Description : A better backup system based on Git

As far as "standard" tools go, however, git provides a very nice infrastructure 
that can be used to build your own system, to wit:
 * it is more space-efficient than most incremental backup schemes, since it 
does file compression and both textual *and* binary deltas (in particular, it's 
better than solutions relying on hardlinks or incremental 
backups à la tar/cpio)
 * its transport mechanism is more efficient than rsync's
 * it is fast: recoving your data is *faster* than cp -a
 * you keep the full revision history
 * powerful toolset with a rich vocabulary

Gibak retains all the advantages from Git, and supplements it in some key areas:

 * metadata support
 * management of submodules (nested Git repositories)
 * automation of common operations; for instance, a commit consists of several 
steps:
   o determining if some files which were committed earlier are ignored now and 
removing them from the index
   o adding new and modified files to the index
   o registering new git submodules and copying them to a special area under 
.git
   o committing changes in the index
   o compaction and optimization of the repository


[ I will push a git repo onto colab-maint so if anyone wants to work as a team 
on this
  then just shout - especially if you are an OCaml wiz. ]

--
Paul



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#406627: fwknop in Debian

2008-05-15 Thread Paul Hedderly
Any progress? Mind if I carry on and do this one?

--
Cheers
Paul



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#306328: ITP: scavr -- Squid ClamAV Redirector

2005-06-05 Thread Paul Hedderly
Have you done any packaging that I could test?

(I'm looking forward to this one hitting the archives.)

--
Cheers
Paul

On Mon, Apr 25, 2005 at 09:28:23PM +0200, Cedric Delfosse wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Cedric Delfosse <[EMAIL PROTECTED]>
> 
> * Package name: scavr
>   Version : 1.6.3
>   Upstream Author : Michael Lang <[EMAIL PROTECTED]>
> * URL : http://www.jackal-net.at/tiki-read_article.php?articleId=1
> * License : GPL
>   Description : Squid ClamAV Redirector
> 
>  Squid ClamAV Redirector is a Squid helper script to get virus scanning for
>  defined extensions (for example .exe, .com, .bat ...), thanks to the Clam
>  AntiVirus toolkit.
>  .
>  SCAVR handles the request as given from Squid, downloads the URL and scans it
>  for known virus. If a file is infected, it rewrites the URL from Squid to a
>  blocked URL or to an info page with scanning results.
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.10-1-686
> Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#276376: ITP: gpsd -- a GPS service daemon

2004-10-15 Thread Paul Hedderly
Have you already started work on this? I was about to ITP and had spoken
to a few other developers about it but then went away for a few days.
I've done a little work already but not much.

If you'd done it already - I'd love to test your package. If not I can
help or whatever.

--
Paul

On Wed, Oct 13, 2004 at 06:36:57PM +0200, Tilman Koschnick wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: gpsd
>   Version : 2.1
>   Upstream Author : Derrick Brashear 
> Eric S. Raymond 
>   Russ Nelson 
>   Remco Treffkorn 
> * URL : http://developer.berlios.de/projects/gpsd/
> * License : GPL
>   Description : a GPS service daemon
> 
> gpsd is a userland daemon acting as a liason between a GPS or
> Loran-C receiver and clients. The receiver is expected to generate
> position information as NMEA-0183 sentences, or Rockwell binary format,
> although that can be changed.
> .
> gpsd listens on port 2947 for clients requesting position, time,
> velocity or altitude information.  gpsd can take information from the
> GPS and translate it into something easier to understand for clients.
> .
> There is a GPS tester included. It is called "gps". It simply connects
> to the daemon and displays your latitude, longitude, altitude, and the
> signal quality from visible satellites.  When the GPS emits GSV, it
> will show a diagram of satellites in their current position in the sky.
> .
> The gpsprobe program queries GPSes for their capabilities and generates
> a gnuplot recipe for an error scattergram to standard outout.
> .
> There is a project site for gpsd at .
> Look there for updates, news, and project mailing lists.  See that
> website for a list of GPS units known to be compatible.
> 
> 
> -- System Information:
> Debian Release: 3.1
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> Kernel: Linux 2.6.7
> Locale: LANG=C, LC_CTYPE=C
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#239092: ITP: mozilla-thunderbird-locale-uk -- Mozilla Thunderbird Ukrainian Language/Region Package

2004-04-06 Thread Paul Hedderly
I vote for -ukr

It's much more obvious what it means (using the 3 letter code) and as
a someong in the UK I personally find all the -uk's really confusing and
annoying :O)

--
Paul

On Mon, Mar 22, 2004 at 03:52:41PM +0200, Eugeniy Meshcheryakov wrote:
> Andreas Barth wrote:
> >* Neil McGovern ([EMAIL PROTECTED]) [040322 13:10]:
> >
> >>On Mon, Mar 22, 2004 at 07:30:11PM +1100, Hamish Moffatt wrote:
> >>
> >
> >
> >>Britian == GB
> >>Ukraine == UK
> >>
> >>Acording to the ISO codes anyway.
> >
> >
> >According to the tlds uk is the united kingdom, and - as you can see
> >by the homepage - ua is the ukraine.
> >
> >
> >Cheers,
> >Andi
> 
> From iso codes:
>  UK - Ukrainian language
>  UA - Ukraine
>  GB - United Kingdom of Great Britain and Northern Ireland
> 
> I used name mozilla-thunderbird-locale-uk because of other packages 
> named such way (PACKAGE-locale-LANG), examples:
> 
> mozilla-locale-eu
> mozilla-locale-fr
> mozilla-firefox-locale-fr
> mozilla-firefox-locale-uk (not in archive yet)
> mozilla-thunderbird-locale-fr
> 
> -- 
> Eugeniy Meshcheryakov
> 
> Kyiv National Taras Shevchenko University
> Information and Computing Centre
> http://icc.univ.kiev.ua
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 



Bug#237007: ITP: xnee -- X11 action recorder/player (See xmacro)

2004-03-09 Thread Paul Hedderly
On Tue, Mar 09, 2004 at 11:02:43AM +0200, Martins Udris wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: xnee
>   Version : 1.08
>   Upstream Author : Henrik Sadlef <[EMAIL PROTECTED]>, John-Erling Dahl 
> <[EMAIL PROTECTED]>
> * URL : http://www.gnu.org/software/xnee/www
> * License : GPL
>   Description : X11 action recorder/player
> 
> It basicaly can record actions in x11 and then replay them. Simple.
> 
> I found this software very useful. Since there is no Debian packages I 
> decided
> to make them. 
> Yesterday I contacted Xnee main developer - Henrik Sandklef and got 
> accecption
> for ITP.
> 
> More news comming soon.

Does this do anything xmacro doesn't?

--
Paul



Bug#204969: ITP: package-pool-helper -- Simple scripts to manage a local package pool

2003-08-13 Thread Paul Hedderly
On Sun, Aug 10, 2003 at 10:41:31AM +0200, Marc Haber wrote:

OOooh! Got a package I can play with?

--
Paul

> Package: wnpp
> Version: unavailable; reported 2003-08-10
> Severity: wishlist
> 
> * Package name: package-pool-helper
>   Version : 0.9
>   Upstream Author : Marc Haber ([EMAIL PROTECTED])
> * URL : not yet available
> * License : GPL
>   Description : Simple scripts to manage a local package pool
> 
> This package contains scripts to help local site administrators to
> manage their own package pools which might contain fixed, patched,
> backported or new packages complementing a Debian distribution.
> 
> mkdists scans a directory tree for files named 00distributions that
> contains information about packages and which distribution they will
> go into. The information found in 00distributions will then be processed
> into a package list file that is used by apt-ftparchive to build
> Packages.gz files for all distributions that have packages configured.
> A Release file that contains md5sums of the packages will be created
> as well.
> 
> editdistlist scans the local directory for package files that are not
> yet present in 00distributions, adds them to 00distributions's end and
> fires up an editor allowing the user to place the new package files
> into a distribution.
> 
> The scripts included in this package don't target sophisticated
> archive management like katie. They are sufficient to manage a local
> pool of packages that a site with a few dozen of
> differently-configured machines needs for efficient systems
> administration. Putting the package-distribution relationship files in
> the same directory than the package files makes distribution
> management easy and fast.
> 
> Greetings
> Marc
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux darren 2.4.21-coreserver #1 SMP Fri Jun 20 15:44:17 UTC 2003 
> i686
> Locale: LANG=C, LC_CTYPE=de_DE
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#200654: ITP: debpool -- pool-based DEB package archiver

2003-07-09 Thread Paul Hedderly
On Wed, Jul 09, 2003 at 12:55:56PM -0600, Joel Baker wrote:

Oh I love you!

Please can I have a copy to play with?

--
Paul


> Package: wnpp
> Version: unavailable; reported 2003-07-09
> Severity: wishlist
> 
> * Package name: debpool
> * Version: 0.1.0
>   Upstream Author: Joel Baker <[EMAIL PROTECTED]>
> * URL: N/A
>   License: BSD
>   Description: pool-based DEB package archiver
> 
> DebPool is a pool-based DEB package archiver designed with a goal of
> removing any dependancy on code not shipped as part of the core Debian
> system.
> 
> It is capable of all of the following:
>   * Tracking multiple distributions (however, it does *not* include
> unstable -> testing promotion scripts).
>   * Generating Release files (requires libdigest-{md5,sha1}-perl)
>   * Verifying package signatures (requires gnupg).
>   * Signing release files (requires Release files and gnupg).
>   * Running in single-pass or daemon modes.
> 
> DebPool is intended to be a lightweight replacement for the full Debian
> archival scripts, in the tradition of debarchive and mini-dinstall, but
> using a pool layout and avoiding external dependancies.
> -- 
> Joel Baker <[EMAIL PROTECTED]>





Bug#186215: ITP: at76c503 -- kernel modules for Atmel at76c503 based USB WLAN adapters

2003-04-11 Thread Paul Hedderly
On Tue, Mar 25, 2003 at 11:47:03AM +0100, Oliver Kurth wrote:

Erk. I packaged this a month ago and never got round to the ITP/upload.

Have you done the work? Do you want mine?

--
Paul

> Package: wnpp
> Version: unavailable; reported 2003-03-25
> Severity: wishlist
> 
> * Package name: at76c503
>   Version : 0.9
>   Upstream Author : Oliver Kurth <[EMAIL PROTECTED]>, Joerg Albert <[EMAIL 
> PROTECTED]>
> * URL : http://innominate.org/kurth/at76c503/
> * License : GPL
>   Description : kernel modules for Atmel at76c503 based USB WLAN adapters
> 
> These are kernel modules for Atmel at76c503 based USB WLAN adapters. Devices
> based on this chip are, among others, Belkin F5D6050, Netgear MA101B and
> Linksys WUSB11.
> 
> You will need apt-src to build the modules for your kernel. 
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux debian 2.4.20 #5 Fri Mar 7 22:25:56 CET 2003 i686
> Locale: LANG=C, LC_CTYPE=de_DE
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#174755: ITP: xmacro -- Keyboard and mouse event recorder/replayer for X11

2003-01-07 Thread Paul Hedderly
On Mon, Dec 30, 2002 at 07:58:26PM +0100, Eduard Bloch wrote:

Doh. I packaged xmacro some time ago - and use it lots. Thought I had
uploaded it...

Anyway - if you've not done anything with this ITP then let me know and
I'll upload it, or I'll send you it and you can take it on.

I'm easy either way.

-
Paul

> Package: wnpp
> Version: unavailable; reported 2002-12-30
> Severity: wishlist
> 
> * Package name: xmacro
>   Version : 0.3-pre2911
>   Upstream Author : Gabor Keresztfalvi <[EMAIL PROTECTED]>
> * URL : http://xmacro.sourceforge.net/
> * License : GPL
>   Description : Keyboard and mouse event recorder/replayer for X11
> The XMacro package contains two programs (xmacrorec and xmacroplay)
> for recording and replaying keyboard and mouse events through the
> XTest extension on an X server.
> 
> The package may be used for creating simple benchmarks for X11
> environment.
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux zombie 2.4.19 #9 Son Nov 10 23:58:13 CET 2002 i686
> Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#175650: ITP: tpb -- TPB is a little program that enables you to use the IBM ThinkPad(tm) special keys.

2003-01-07 Thread Paul Hedderly
On Tue, Jan 07, 2003 at 10:28:36AM +0100, Markus Braun wrote:

OOoohh - please use me as a tester when you have packages ready!

Cheers
Paul

> Package: wnpp
> Version: N/A; reported 2003-01-07
> Severity: wishlist
> 
> * Package name: tpb
>   Version : 0.4.2
>   Upstream Author : Markus Braun <[EMAIL PROTECTED]>
> * URL : http://www.nongnu.org/tpb/
> * License : GPL
>   Description : TPB is a little program that enables you to use the IBM 
> ThinkPad(tm) special keys.
> 
> With TPB it is possible to bind a program to the ThinkPad, Mail, Home
> and Search button. TPB can also run a callback program on each state
> change with the changed state and the new state as options. So it is
> possible to trigger several actions on different events. TPB has a
> on-screen display (OSD) to show volume, mute, brightness and some other
> informations. Furthermore TPB supports a software mixer, as the R series
> ThinkPads have no hardware mixer to change the volume.
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux tangens 2.4.19 #1 Sat Jan 4 13:33:55 CET 2003 i686
> Locale: LANG=C, LC_CTYPE=C
> 
> -- no debconf information
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#175640: ITP: dasher -- Predictive text input software

2003-01-07 Thread Paul Hedderly
On Tue, Jan 07, 2003 at 06:55:11AM +, Matthew Garrett wrote:

I'd be deligfhted to test packages if you have anything yet... :O)

--
Cheers
Paul


> Package: wnpp
> Version: unavailable; reported 2003-01-07
> Severity: wishlist
> 
> 
> * Package name: dasher
>   Version : 3.0.0 
>   Upstream Author : Dasher Project <[EMAIL PROTECTED]> 
> * URL : http://www.inference.phy.cam.ac.uk/dasher/
> * License : GPL
>   Description : Predictive text input software
> 
> Dasher is an information-efficient text-entry interface, driven by
> natural continuous pointing gestures. Dasher is a competitive
> text-entry system wherever a full-size keyboard cannot be used - for
> example,
> 
> * on a palmtop computer;
> * on a wearable computer;
> * when operating a computer one-handed, by joystick, touchscreen, trackball, 
>   or mouse;
> * when operating a computer with zero hands (i.e., by head-mouse or by 
>   eyetracker). 
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux vavatch 2.4.20-rc2-xfs #14 Mon Nov 25 02:35:34 GMT 2002 i686
> Locale: LANG=english, LC_CTYPE=C
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#171208: ITP: tlpr -- a Trivial LPR client

2002-12-17 Thread Paul Hedderly
On Fri, Nov 29, 2002 at 11:31:30PM +0100, Wouter Verhelst wrote:
> Package: wnpp
> Version: unavailable; reported 2002-11-29
> Severity: wishlist
> 
> * Package name: tlpr
>   Version : 0.1
>   Upstream Author : me
> * URL : none (yet)
> * License : GPL
>   Description : a Trivial LPR client
> 
> tlpr is a trivial line printer client that will send a file to a
> remote printer. It does not know the concept of a configuration file,
> an input filter, or any other form of complexity; instead, it is the
> LPR-equivalent of 'cat foo >/dev/lp0'.

What does this do that rlpr doesn't?

--
Paul



Bug#172797: ITP: swsusp-scripts -- helper scripts for Linux kernel software suspend

2002-12-17 Thread Paul Hedderly
On Thu, Dec 12, 2002 at 06:34:14PM +0100, martin f krafft wrote:

Have you done the swsusp packages yet? (they were on my list to do...
too :O) I'd be delighted to test anything.

Cheers
Paul

> Package: wnpp
> Version: unavailable; reported 2002-12-12
> Severity: wishlist
> 
> * Package name: swsusp-scripts
>   Version : 0.4
>   Upstream Author : http://sf.net/project/memberlist.php?group_id=25964
> * URL : http://sf.net/projects/swsusp
> * License : GPL
>   Description : helper scripts for Linux kernel software suspend
> 
> Enables the possibilty of suspending machine to disk, physically
> turning it off and using up no power. It doesn't need APM nor ACPI. It
> creates an image which is saved in an active swap partition selected
> by kernel option. By next booting kernel detects the saved image and
> restores it. This requires the swsusp kernel patch.
> 
> These scripts are not necessary but facilitate life, especially when
> the laptop or computer in question isn't 100% working with swsusp.
> 
> -- System Information:
> Debian Release: testing/unstable
> Architecture: i386
> Kernel: Linux fishbowl 2.4.19-grsec+freeswan-fishbowl #1 Thu Nov 28 09:36:25 
> CET 2002 i686
> Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=de_DE.ISO-8859-15
> 
> 
> -- 
> Please do not CC me! Get a proper mailer instead: www.mutt.org
>  
>  .''`. martin f. krafft <[EMAIL PROTECTED]>
> : :'  :proud Debian developer, admin, and user
> `. `'`
>   `-  Debian - when you have better things to do than fixing a system
>  
> NOTE: The public PGP keyservers are broken!
> Get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc





Bug#166931: ITP: xmltv -- XMLTV is a set of utilities to manage your TV viewing

2002-11-01 Thread Paul Hedderly
On Tue, Oct 29, 2002 at 09:01:17AM -0500, Andrew Lenharth wrote:

Phew - that was on my ToPackage list.

--
Paul

> Package: wnpp
> Version: N/A; reported 2002-10-29
> Severity: wishlist
> 
> * Package name: xmltv
>   Version : 0.5.2
>   Upstream Author : Ed Avis <[EMAIL PROTECTED]>
> * URL : http://membled.com/work/apps/xmltv/
> * License : GPL
>   Description : XMLTV is a set of utilities to manage your TV viewing
> 
> XMLTV is a set of utilities to manage your TV viewing. They work with
> TV listings stored in the XMLTV format, which is based on XML. The idea
> is to separate out the backend (getting the listings) from the frontend
> (displaying them for the user), and to implement useful operations like
> picking out your favourite programmes as filters that read and write XML
> documents.
> 
> There are five backends at present, grabbing TV listings for Canada, the
> USA, the UK, Germany, Austria, Sweden and Norway. There are filters to
> sort the listings by date, to remove shows that have already been
> broadcast, and a couple of programmes to organize your viewing by
> storing preferences of what shows you watch. There are a couple of
> backends to produce printed output.
> 
> This software is still being developed and most of the tools are
> command-line based, but at least many of them have manual pages. 
> 
> Initial packaging is almost done, I expect to upload within the week.
> This packages is used by several tv viewing applications, including most
> pvr programs.  I am packaging this to make installing (and eventually
> packaging) mythtv easier (once it's dependence on libmp3lame can be
> removed).
> 
> Andrew Lenharth
> 
> -- System Information
> Debian Release: 3.0
> Architecture: i386
> Kernel: Linux vilya 2.4.19 #3 Thu Oct 24 19:59:40 EDT 2002 i686
> Locale: LANG=C, LC_CTYPE=C
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Bug#166134: ITP: julie -- Julie is an MP3 and OGG jukebox

2002-10-24 Thread Paul Hedderly
On Thu, Oct 24, 2002 at 02:14:05PM +1000, Simon Brown wrote:
> Package: wnpp
> Severity: wishlist
> 
> * Package name: julie
>   Version : 0.1
>   Upstream Authors: Charles Gray <[EMAIL PROTECTED]>
>   Andrew Baumann <[EMAIL PROTECTED]>
>   Tim Leslie <[EMAIL PROTECTED]>
>   Jamie Wilkinson <[EMAIL PROTECTED]>
> * URL : http://www.cse.unsw.edu.au/~cgray/julie/
> * License : "THE PARTY-WARE LICENSE" (Revision 37)
>   (This is free according to DFSG)
>   Description : Julie is an MP3 and OGG jukebox

Oooh this looks nice - any chance of testing packages when they're
ready? (or are they ready now?)

--
Cheers
Paul