Hola Ondrej Certik! El 31/03/2008 a las 02:07 escribiste: > OK, I checked it and your changes are very good indeed. The package > builds. Here are lintian warnigs:
> W: libmesh0.6.2-dev: cvsignore-file-in-package > usr/share/doc/libmesh0.6.2-dev/examples/ex0/.cvsignore I have modified the get-orig-source so it does delete the .cvsignore and the .depend files: get-orig-source: wget http://qa.debian.org/watch/sf.php/libmesh/libmesh-0.6.2.tar.gz tar xzf libmesh-0.6.2.tar.gz cd libmesh-0.6.2; \ rm -r contrib/laspack; \ rm -r contrib/metis; \ rm -r contrib/parmetis; \ rm -r contrib/sfcurves; \ rm -r contrib/tecplot; \ rm -r contrib/tetgen; \ rm -r contrib/triangle; \ find -type f -name '.*' -exec rm '{}' ';' ;\ patch -p1 < $(CURDIR)/debian/source.dfsg.patch mv libmesh-0.6.2 libmesh-0.6.2.dfsg tar czf libmesh_0.6.2.dfsg.orig.tar.gz libmesh-0.6.2.dfsg rm -r libmesh-0.6.2 libmesh-0.6.2.tar.gz Please, replace the current get-orig-source with this one and rebuild the libmesh_0.6.2.dfsg.orig.tar.gz. Compared to the version you downloaded, the only changes are: - Add the rm command the the find - Rename the libmesh-0.6.2 to libmesh-0.6.2.dfsg before generating the tar.gz > Basically, the .cvsignore should be deleted from the upstream tarball. > The first two warnings are trivially fixed in the changelog. I set it > to UNRELEASED for now. Adam or Christophe - could you please upload? > (I, as a DM, cannot upload new binary packages, only new revisions) -- Se necesitan voluntarios para dominar el mundo. Saludos /\/\ /\ >< `/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]