Re: RFS: xfe (updated package)

2010-01-30 Thread Rogério Brito
Hi, Joachim.

On Jan 29 2010, Joachim Wiedorn wrote:
 The upload would fix this FTBFS bug: 560549
 Now xfe can be compiled on GNU/kFreeBSD architectures.

Thanks for taking care of kfreebsd.


Regards,

-- 
Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8
http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br


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



Re: package split

2010-01-30 Thread Elías Alejandro
 Dear Elías,
 
 there are control fields to inform dpkg that it is acceptable to overwrite
 another package's files because the installed package replaces it.
 
 http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces
 
 Have a nice day,
 
Ok Charles, thanks a lot.


--
Elías


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



Re: RFS: capstats

2010-01-30 Thread Justin Azoff
On Fri, Jan 22, 2010 at 07:53:54PM +1300, Paul Wise wrote:
 Some comments on your package:
 
 You can basically strip all the comment and blank lines from the watch file.

Done.

 You shouldn't need debian/manpages since upstream already installs the
 manual page.

Done - was left over from the earlier version

 If you build the package twice in a row the following extra files end
 up in the diff.gz:
 
 capstats-0.12/config.h.in
 capstats-0.12/aclocal.m4
 capstats-0.12/configure
 capstats-0.12/Makefile.in

ah.. I've been using git-buildpackage with a separate build area so I never
noticed this.  Is the correct fix for this to just override dh clean and rm
these files?

 configure warning:
 
 configure: WARNING: unrecognized options: --disable-maintainer-mode

Still looking into this one. dh passes that by default.. I know I can override
dh to not pass that, but I'm wondering why the default dh options are causing
warnings in the first place.

 dpkg-shlibdeps complaint:
 
 dpkg-shlibdeps: warning: dependency on libgcc_s.so.1 could be avoided
 if debian/capstats/usr/sbin/capstats were not uselessly linked
 against it (they use none of its symbols).

Looked into this, not really sure how to fix it. I found this thread
http://lists.debian.org/debian-mentors/2009/03/threads.html#00421
but I'm still working through it..

 lintian complaints:

Grr!  I'm doing something wrong here.. I setup a sid cowbuilder, but it seems
that cowbuilder doesn't run lintian as part of the build process.  I installed
lintian from lenny-backports but that doesn't have any of the below warnings
either.  I can setup a sid chroot/vm/box, but I was hoping to be able to just
use cowbuilder for this. Is there a way to get cowbuilder to run litian?  I
think maybe I'm going about this workflow all wrong.

 P: capstats source: direct-changes-in-diff-but-no-patch-system Makefile.am
I switched to the new source version thing with quilt

 W: capstats source: out-of-date-standards-version 3.7.3 (current is 3.8.3)
updated

 P: capstats: no-upstream-changelog
there used to be one.. will find out what happened to it.

 P: capstats: copyright-refers-to-symlink-license usr/share/common-licenses/GPL
updated to refer to gpl-2

 I: capstats: copyright-with-old-dh-make-debian-copyright
TODO

 I: capstats: hyphen-used-as-minus-sign usr/share/man/man8/capstats.8.gz:37
fixed, will send upstream

 I: capstats: possible-documentation-but-no-doc-base-registration
TODO.  I think now that the manpage exists, the README files don't need to be
installed since the content is the same. 

CC Replies :-)

-- 
-- Justin Azoff
-- Security  Network Performance Analyst


signature.asc
Description: Digital signature


Re: RFS: capstats

2010-01-30 Thread Paul Wise
On Sun, Jan 31, 2010 at 3:02 AM, Justin Azoff jaz...@uamail.albany.edu wrote:

 If you build the package twice in a row the following extra files end
 up in the diff.gz:

 capstats-0.12/config.h.in
 capstats-0.12/aclocal.m4
 capstats-0.12/configure
 capstats-0.12/Makefile.in

 ah.. I've been using git-buildpackage with a separate build area so I never
 noticed this.  Is the correct fix for this to just override dh clean and rm
 these files?

Yeah or create a debian/clean file, see the dh_clean(1) manual page.

 configure warning:

 configure: WARNING: unrecognized options: --disable-maintainer-mode

 Still looking into this one. dh passes that by default.. I know I can override
 dh to not pass that, but I'm wondering why the default dh options are causing
 warnings in the first place.

Not really sure about that, doesn't look like a major issue anyway.

 lintian complaints:

 Grr!  I'm doing something wrong here.. I setup a sid cowbuilder, but it seems
 that cowbuilder doesn't run lintian as part of the build process.  I installed
 lintian from lenny-backports but that doesn't have any of the below warnings
 either.  I can setup a sid chroot/vm/box, but I was hoping to be able to just
 use cowbuilder for this. Is there a way to get cowbuilder to run litian?  I
 think maybe I'm going about this workflow all wrong.

Take a look at my pbuilder configuration:

http://people.debian.org/~pabs/tmp/pbuilder.tar.gz

Basically you need a pbuilder hook:

cat ~/.pbuilder/hooks/B09lint
#!/bin/sh
echo -n 'Installing lintian: '
# locales is needed to avoid manpage-has-errors-from-man Invalid or
incomplete multibyte or wide character
echo 'locales locales/locales_to_be_generated multiselect en_AU.UTF-8
UTF-8' | debconf-set-selections
apt-get install -y --force-yes --no-install-recommends lintian locales
lintian --info --display-info --display-experimental --pedantic
--show-overrides --checksums --color auto /tmp/buildd/*.changes
exit 0

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



RFS: netmask (Updated package)

2010-01-30 Thread Luis Uribe
Dear mentors,

I am looking for a sponsor for the new version 2.3.11 of my package netmask.

It builds these binary packages:
netmask- helps determine network masks

The package appears to be lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/n/netmask
- Source repository: deb-src http://mentors.debian.net/debian unstable main
  contrib non-free
- dget http://mentors.debian.net/debian/pool/main/n/netmask/netmask_2.3.11.dsc

This is the changelog for that version:

netmask (2.3.11) unstable; urgency=low

  * Adding quilt for manage patches
  * debian/control
- Bump debian standards version to 3.8.3 (No changes)
- Add dpkg (= 1.15.4) | install-info and ${misc:Depends} to Depends:
  * README.source
- Add file
  * debian/compat
- Update to 5
  * debian/copyright
- Change GPL2 symlink. Makes lintian happy.
  * debian/rules
- Remove config.sub and config.guess in the clean target and copy the
  files just before the ./configure call.

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

Kind regards

-- 
Luis
http://eviled.org


signature.asc
Description: Digital signature


Re: RFS: foolscap (updated package)

2010-01-30 Thread Elliot Murphy
2010/1/29 Piotr Ożarowski pi...@debian.org:
 * replace python-zopeinterface with python-zope.interface in Depends
 * please fix lintian warnings:

All done, committed to svn and re-uploaded to mentors.debian.net.
-- 
Elliot Murphy | https://launchpad.net/~statik/


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



RFS: lal

2010-01-30 Thread Michael Lustfield
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear mentors,

I am looking for a sponsor for my package lal.

* Package name: lal
  Version : 1.1-1
  Upstream Author : Dave Foster d...@minuslab.net
* URL : http://projects.l3ib.org/lal
* License : GPL
  Section : x11

It builds these binary packages:
lal- dockable clock applet for various window managers

The package appears to be lintian clean.

My motivation for maintaining this package is: I've been playing with very 
light weight window managers for a long time now. The lightest obviously use no 
dock. However, the time is very important for me to stay on task. I found this 
little gem from an openbox guide. This clock can either sit inside a docked 
region (where it can grab the window managers theme) or just be hid down in the 
corner. I have used it a long time compiled myself but I decided it would be 
nice to let others pull it from the repositories instead of needing to compile 
it themselves. This also gave me the motivation to apply some fixes and create 
a man page which nagged me for a couple years now. I use this side by side with 
stalonetray and it feels better than having any dock. This clock format is 
extremely extensible, especially for it's small size. [hope this wasn't too 
long]

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

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

Kind regards,
- -- 
Michael Lustfield
Kalliki Software

Network and Systems Administrator
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAktlDssACgkQ3y7Nst6YLGU+fwCfUGNl6W15SA2KiD/cpUzPqZlP
1dEAn0lmNlJrekbivUVyieoydiVp+KSP
=N6At
-END PGP SIGNATURE-


RFS: mecab-naist-jdic - free Japanese Dictionaries for mecab (replacement of mecab-ipadic)

2010-01-30 Thread Hideki Yamane
Dear mentors,

I am looking for a sponsor for my package mecab-naist-jdic.

* Package name: mecab-naist-jdic
  Version : 0.6.2-20100208pre1-1
  Upstream Author : Masayuki Asahara masayu-a -...@- is.naist.jp
* URL : http://sourceforge.jp/projects/naist-jdic/
* License : BSD (3-clauses)
  Section : misc

It builds these binary packages:
mecab-naist-jdic - free Japanese Dictionaries for mecab (replacement of 
mecab-ipadic
mecab-naist-jdic-eucjp - free Japanese Dictionaries for mecab (replacement of 
mecab-ipadic

The package appears to be lintian clean (please ignore bogus Standards-Version 
warning).

The upload would fix these bugs: 491986

My motivation for maintaining this package is: it is used with mecab, 
morphological 
analyzer for Japanese language. It's so important with basis of some products, 
such 
as search engines. Without dictionaries, we cannot use mecab, and free Japanese 
dictonary for mecab is quite rare. I believe this package is important for 
Japanese 
language researchers.

And I've already ITPed sylph-searcher package which requires this package :)


The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/m/mecab-naist-jdic
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/m/mecab-naist-jdic/mecab-naist-jdic_0.6.2-20100208pre1-1.dsc

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



-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane


pgphK4fkfsaGa.pgp
Description: PGP signature