Re: Help with updating nco package?

2006-11-11 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- -=| Charlie Zender, 11.11.2006 09:44 |=-
 I am making a stab at incorporating downstream Debian modifications
 into a source package that I maintain called nco.
 My goal is to make the changes to the Debian packaging necessary to
 bring the latest Debian version, nco_2.9.9-3, up to date with my
 latest upstream version, nco-3.1.7.

nco is currently maintained by Debian QA Group. Are you willing to take
over? If so, you should tell them.

 Everything seems to go swimmingly with the build itself until the
 last fifty lines or so of output from dpkg-buildpackage -rfakeroot.
 The text output and packages built by dpkg-buildpackage are at
 
 http://dust.ess.uci.edu/nco/src/nco_3.1.7-1.dpkg-buildpackage.txt

This gives 404 Not found error.

dpkg-buildpackage creates a .build file that you can readily publish.


Good luck,
dam
- --
Damyan Ivanov   Modular Software Systems
[EMAIL PROTECTED]
phone +359(2)928-2611, 929-3993  fax +359(2)920-0994
mobile +359(88)856-6067 [EMAIL PROTECTED]/Gaim
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFVanKHqjlqpcl9jsRAvaSAJwKuKKi/VQNhrOvGpEIZhFvec5gAACgix8/
Uk5Zu/IuSUoSN2X8LXcgKos=
=PNqq
-END PGP SIGNATURE-


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



RFS: harminv

2006-11-11 Thread Loïc Le Guyader
Dear mentors,

I am looking for a sponsor for my package harminv.

* Package name: harminv
  Version : 1.3.1-1
  Upstream Author : Steven G. Johnson [EMAIL PROTECTED]
* URL : http://ab-initio.mit.edu/wiki/index.php/Harminv
* License : GPL
  Section : science

It builds these binary packages:
harminv- extraction of complex frequencies and amplitudes from time series
libharminv - Library for using harminv
libharminv-dev - Library for using harminv, development version

The package is lintian clean.

The upload would fix these bugs: 249768

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/h/harminv
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/h/harminv/harminv_1.3.1-1.dsc

I would be glad if someone could check this package (it can't be allright from
the first try ;) ) and uploaded them for me when they would be in shape.

Best regards.

-- 


signature.asc
Description: Digital signature


Re: RFS: harminv

2006-11-11 Thread Loïc Le Guyader
Le 11 November 2006, Loïc Le Guyader, à bout, prit son clavier pour
taper sur son écran:
 Dear mentors,
 
 I am looking for a sponsor for my package harminv.

Maybe, I should try to sell the stuff a better way.

Why did I actually packaged harminv ? Well, it is a recommended side software
for meep http://ab-initio.mit.edu/wiki/index.php/Meep which I use for my
work. And I'm also interested in packaging meep 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380223

But so far, I've to refresh my memory on how to make those .deb. So I started
with harminv which is a bit more easy. Then the plan is also to take meep.

And then I'm also considering taking libctl which is orphaned right now
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393104 and needed by meep.

Then mpb, which is orphaned right now too
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393107, because this software
share a lot with meep, because there are all from the same place 
http://ab-initio.mit.edu/wiki/index.php/Main_Page

I hope my RFS will get more interest now.

Cheers.

-- 


signature.asc
Description: Digital signature


RFS: pydot

2006-11-11 Thread Peter Collingbourne
Dear mentors,

I am looking for a sponsor for my package dot2tex.

* Package name: dot2tex
  Version : 1.5.0
  Upstream Author : Kjell Magne Fauske [EMAIL PROTECTED]
* URL : http://www.fauskes.net/code/dot2tex/
* License : MIT
  Section : graphics

It builds these binary packages:
dot2tex - Graphviz to LaTeX converter

The package is lintian/linda/pbuilder clean.

The package can be found at

http://www.doc.ic.ac.uk/~pcc03/tmp/debian/dot2tex_1.5.0-1.diff.gz
http://www.doc.ic.ac.uk/~pcc03/tmp/debian/dot2tex_1.5.0-1.dsc
http://www.doc.ic.ac.uk/~pcc03/tmp/debian/dot2tex_1.5.0.orig.tar.gz

This package is dependent on pydot, for which I am also looking for a
sponsor: http://lists.debian.org/debian-mentors/2006/11/msg00128.html

Thanks,
-- 
Peter


pgpUBoQpxq7vg.pgp
Description: PGP signature


Re: RFS: harminv

2006-11-11 Thread Luis Rodrigo Gallardo Cruz
On Sat, Nov 11, 2006 at 07:36:42PM +0100, Loïc Le Guyader wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package harminv.

IANADD, so I can't sponsor, but I have reviewed your package and have
the following comments:

$ lintian -I 

W: libharminv: non-dev-pkg-with-shlib-symlink usr/lib/libharminv.so.2.0.4 
usr/lib/libharminv.so

You need to move the libharmin.so symlink to the -dev package, as it
is only used when developing with the library and not at runtime.

related to this:
$dpkg --contents /var/cache/pbuilder/result/libharminv_1.3.1-1_i386.deb
-rw-r--r-- root/root   479 2006-11-11 13:57 ./usr/lib/pkgconfig/harminv.pc
-rw-r--r-- root/root  1061 2006-11-11 13:57 ./usr/lib/libharminv.la
-rw-r--r-- root/root 21314 2006-11-11 13:57 ./usr/lib/libharminv.a

Those files belong in the -dev package, too. And, unless you know
there's specific reason, you should not even ship the .la and .a
files. The *pc file replaces the *la in a better way. The *.a file is
only needed for static linking, which is frowned upon.


W: libharminv: package-name-doesnt-match-sonames libharminv2

Your library package should be called libharminv2, so that different
versions of the library can coexist in the system.

For both messages, read extra explanations in
http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html

I: harminv: hyphen-used-as-minus-sign usr/share/man/man1/harminv.1.gz:57
I: harminv: hyphen-used-as-minus-sign usr/share/man/man1/harminv.1.gz:67
I: harminv: hyphen-used-as-minus-sign usr/share/man/man1/harminv.1.gz:69
I: harminv: hyphen-used-as-minus-sign usr/share/man/man1/harminv.1.gz:89
I: harminv: hyphen-used-as-minus-sign usr/share/man/man1/harminv.1.gz:180

Minor bugs: Run lintian with -i to get a detailed explanation. Submitt
this changes upstream, they're bugs there, too.


$ dpkg --info /var/cache/pbuilder/result/libharminv-dev_1.3.1-1_all.deb
[...]
 Package: libharminv-dev
 Version: 1.3.1-1
 Section: libdevel
 Priority: optional
 Architecture: all
 Depends: libharminv

I believe the -dev package should depend on libharminv (= ${Source:version})

I did no review of your debian/copyright file, so there might be
issues with it.

I wish you good luck in finding a sponsor.


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



RFS: tunapie (updated package)

2006-11-11 Thread James Stone
Dear mentors,

I am looking for a sponsor for the new version 1.2-1
of my package tunapie.

It builds these binary packages:
tunapie- Lists audio and video streams from Shoutcast and Icecast

The package is lintian clean.

The upload would fix these bugs: #394808 #396053

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/t/tunapie
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/t/tunapie/tunapie_1.2-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards

James Stone



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



Re: Help with updating nco package?

2006-11-11 Thread Matthew Palmer
On Fri, Nov 10, 2006 at 11:44:55PM -0800, Charlie Zender wrote:
 2. dh_builddeb warnings with gpg signing

Try passing '-uc -us' to dpkg-buildpackage -- that should tell it to not try
and sign the resulting package upload.

- Matt


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



RFC: ipw3945

2006-11-11 Thread Kel Modderman
Hi,

This is not a request for sponsorship, rather a request for conversation and 
action required to support ipw3945 hardware in etch (if that is even possible 
now, with deadline imminent). I hope some interested developers may find the 
following ipw3945 kernel module source package a nice head start for the 
kernel-space element of ipw3945 support.

The ipw3945 package has an existing ITP, #363967, owned by Daniel Baumann.  
There is no metion on the ITP that anything has progressed other than he 
actually acquiring the ipw3945 hardware. I know he watches this list, so I 
thought I'd put this package of mine, which has been mentioned before to 
Daniel, on the table for consideration as a starting point for support for 
ipw3945 in debian along with firmware-ipw3945[1] and jurij's pending 
ipw394-daemon[2].

The ieee80211 stack in 2.6.18 (version git-1.1.13) has a compatible API with 
this ipw3945 version. It compiles and works with the 2.6.18 kernel tree 
without requiring new upstream externally built ieee80211.

ipw3945 is dual GPLv2/BSD licensed for as long as it requires the binary only 
regulartory daemon. That has been reported[3] to be a temporary dependency, 
but no estimate of how long we would wait for the daemon to be designed 
out.

Package name: ipw3945
Version : 1.1.2-1
Upstream Author : Intel Corporation (James Ketrenos, Zhu Yi et. al.)
URL : http://ipw3945.sourceforge.net
License : BSD/GPLv2
Section : contrib/net

It builds these binary packages:
ipw3945-source - source for the Intel(R) PRO/Wireless 3945ABG driver for Linux

The package is lintian clean.

The package can be found on mentors.debian.net:
http://mentors.debian.net/debian/pool/contrib/i/ipw3945/ipw3945_1.1.2-1.dsc

Thanks, Kel.

[1] http://packages.debian.org/unstable/admin/firmware-ipw3945
[2] http://lists.debian.org/debian-devel/2006/11/msg00332.html
[3] http://www.mail-archive.com/netdev@vger.kernel.org/msg25385.html


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