Re: RFS: libmesh
On 6/1/07, Ondrej Certik <[EMAIL PROTECTED]> wrote: Yes, libmesh is a good library. Only their build system and the way to compile your own programs is nonstandard that's why I decided to create a debian package for it. Now it can be used very easily as any other C++ library. If the upstream tarball contains non-free sources, you'll have to repackage it. See section 6.7.8.2 of the developers' reference[1]. Naturally, it must also /work/ without the parts you've removed. If possible and useful, you may want to consider moving the parts that have been removed to packages in non-free or contrib (assuming your package has such a plugin architecture). They'll have to have a seperate source package though. [1] - http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-origtargz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: ntfs-config
Il giorno sab, 02/06/2007 alle 17.43 -0700, Steve Langasek ha scritto: > On Sun, Jun 03, 2007 at 01:59:38AM +0200, Francesco Namuri wrote: > > > I am looking for a sponsor for my package "ntfs-config". > > > Package name: ntfs-config > > Version : 1.0-RC2-1 > > Upstream Author : Florent Mertens <[EMAIL PROTECTED]> > > URL : http://givre.cabspace.com/ntfs-config/ > > License : GPL > > Section : admin > > > It builds these binary packages: > > ntfs-config - Enable/disable write support for any NTFS devices > > So basically, the package must depend on ntfs-3g, and provides support for > editing a small subset of entries in /etc/fstab. It autodetects all the ntfs partitions on the system, also if there is not the relative entry on the /etc/fstab, and it can autoconfigure the fstab. Also it can configure change the configuration of hal for the removable devices that contains a ntfs partitions. > Why in the world is this something that needs an entire package to itself? Consider a new debian user that does not know anything about /etc/fstab, this package can be a good help for him (IHMO)... PS the same package in ubuntu have a popcom of 9586. kind regards, francesco -- Francesco Namuri http://www.namuri.it/ signature.asc Description: Questa è una parte del messaggio firmata digitalmente
Re: -xpm or -noxpm
Le Sat, Jun 02, 2007 at 02:45:09AM -0700, Steve Langasek a écrit : > In general I favor libgd2-xpm-dev just because I think the -noxpm > stuff is pointless, but it's equally pointless to link against > libraries you know you won't use. :) I completely agree with you. I will use libgd2-xpm-dev. Have a nice day, -- Charles Plessy http://charles.plessy.org Wako, Saitama, Japan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Watching a webpage with the source name as text, not link.
Le Sat, Jun 02, 2007 at 09:18:59AM +0100, Neil Williams a écrit : > > Why not use the page that comes after the link? That gives you a direct > reference to the file. Check the source of the HTML for the pop up page > that normally provides the download (just cancel the download). > http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1180771945_17521/rnahybrid-2.1-src.tar.gz Hi, as you suspected, the link name changes everytime: http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1180862250_19693/rnahybrid-2.1-src.tar.gz To access it I have to go through a page named http://bibiserv.techfak.uni-bielefeld.de/cgi-bin/download.pl, and I am affraid that one of its CGI parameters is rnahybrid-2.1-src.tar.gz. The solution is therefore: rm debian/watch :) Thanks for the help anyway, -- Charles Plessy http://charles.plessy.org Wako, Saitama, Japan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Watching a webpage with the source name as text, not link.
On Sun, 3 Jun 2007 18:21:03 +0900 Charles Plessy <[EMAIL PROTECTED]> wrote: > > http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1180771945_17521/rnahybrid-2.1-src.tar.gz > > as you suspected, the link name changes everytime: > > http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_1180862250_19693/rnahybrid-2.1-src.tar.gz But the wildcard was specifically designed to match - it allows for changes in the numbers, exactly as above. The only difference in the two URL's is: 1180771945_17521 becomes 1180862250_19693. The .*_.* matches that perfectly, everytime. It could be optimised to match only numbers but as there is no way of saying that the future script will only use numbers, it's best to leave it as a match-all wildcard. http://bibiserv.techfak.uni-bielefeld.de/spool/download/bibiserv_.*_.*/rnahybrid- (.*)-src.tar.gz > To access it I have to go through a page named > http://bibiserv.techfak.uni-bielefeld.de/cgi-bin/download.pl, and I am > affraid that one of its CGI parameters is rnahybrid-2.1-src.tar.gz. Not true - the directory tree still exists even if it is renamed on the next run. That URL can still be scanned. > The solution is therefore: rm debian/watch :) There is no reason for that. Have you actually tried that pattern in debian/watch with uscan? uscan scans directories, hence the name. It gets a directory list from the server, scans those against the pattern and sees if there is a match. The file is still accessible. -- Neil Williams = http://www.data-freedom.org/ http://www.nosoftwarepatents.com/ http://www.linux.codehelp.co.uk/ pgpaG8lCg7BQP.pgp Description: PGP signature
Re: About md5sums of debian sources
-=| Giorgio Pioda, Sat, 02 Jun 2007 17:14:29 +0200 |=- > If I try to recompress peless-1.125.tar.bz2 to peless-1.125.tar.gz (as > suggested above) the md5sum changes, and doesn't correspond to md5sum > of the peless_1.125.orig.tar.gz generated by uupdate. I actually get 3 > different md5sums! But the md5sum of the uncompressed tarfile will remail the same. -- damJabberID: [EMAIL PROTECTED] signature.asc Description: PGP signature
Re: RFS: libmesh
If the upstream tarball contains non-free sources, you'll have to repackage it. See section 6.7.8.2 of the developers' reference[1]. Naturally, it must also /work/ without the parts you've removed. If possible and useful, you may want to consider moving the parts that have been removed to packages in non-free or contrib (assuming your package has such a plugin architecture). They'll have to have a seperate source package though. [1] - http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-origtargz Thanks for pointing this out. I had described everything in the copyright file, but now I've also created the get-orig-source target in my debian/rules file. Unfortunately, the package is not really modular, but fortunately, the important parts of libmesh works very nice with only dfsg free libraries, thus I am going to leave it as is. See the README.Debian how to compile against libmesh in Debian. It's really easy now, compared to how it used to be. Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ITS: fuseiso
David Paleino wrote: > Il giorno Fri, 1 Jun 2007 15:28:20 +0100 > Alan Woodland <[EMAIL PROTECTED]> ha scritto: > > >> Looks pretty much ok now to me. I'll test it a bit more thoroughly >> at home later, and then if I don't find any problems make an upload >> for you. >> Are the dependencies right? Currently it depends on fuse-module, which I can't seem to find anywhere. Should this be fuse-utils, which provides fusermount that fuseiso needs? Or have I missed something? Alan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: ITS: fuseiso
Il giorno Sun, 03 Jun 2007 12:33:53 +0100 Alan Woodland <[EMAIL PROTECTED]> ha scritto: > David Paleino wrote: > > Il giorno Fri, 1 Jun 2007 15:28:20 +0100 > > Alan Woodland <[EMAIL PROTECTED]> ha scritto: > > > > > >> Looks pretty much ok now to me. I'll test it a bit more thoroughly > >> at home later, and then if I don't find any problems make an upload > >> for you. > > Are the dependencies right? Currently it depends on fuse-module, > which I can't seem to find anywhere. Should this be fuse-utils, which > provides fusermount that fuseiso needs? Or have I missed something? It should be fuse-utils, sorry (don't really know how fuse-module came... :s) The updated package has been uploaded to mentors.debian.net: http://mentors.debian.net/debian/pool/main/f/fuseiso/fuseiso_20070507-1.dsc > Alan Kind regards, David -- . ''`. Debian packager! | http://snipurl.com/gofoxygo/ : :' : User #334216 | http://www.hanskalabs.net/ `. `'` GPG: 1392B174 | http://www.debianizzati.org/ `- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Debian .deb for any 0.9.9 beta/dev version?
On Sun, Jun 03, 2007 at 01:55:12PM +0200, Lars Schimmer wrote: > Pierre Habouzit wrote: > > On Wed, Dec 13, 2006 at 11:11:36AM +0100, Lars Schimmer wrote: > >> Hi! > >> > >> Because of some dumbfold (self created) problems, I am willing to test > >> the 0.9.9 version. > >> Is there any .deb available? > > > > not yet, I've had not time for flyspray for a very long time, and I > > even dont really know what has changed since my last commits. I'll try > > to have a package in a good shape in the coming weeks, but I don't plan > > to have one of good quality until the installer is here I fear. > > > > I have to see first if the upgrade that has to be done from the 0.9.8 > > can be batched or not. > > > > So I'd be you, I wouldn't expect a debian package before the first RC > > are out. > > Hi! > > How big are the chances for a 0.9.9 .deb of flyspray now, as the 1.0 is > really available, to. Well, to be fair, I think I quite lost interest for flyspray, even having been part of upstream for a short productive time. Though I don't administrate the flyspray installs I did, hence well, lost the motivation to package it for good. It's a web application, and web application packaging is quite touchy and well, not straightforward. Hence I'm sending this mail to -devel so that people that care about it step up. If nobody does, I'll consider orphan the package, but I'd be glad to give it up to someone that actually has the love it requires. I'm also up to adoption from NM's or wanabe DDs and will then offer to be a sponsor. But in that case, be sure to fit [0]. Cheers, [0] http://people.debian.org/~madcoder/sponsor.html -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpWfAmrEOu2c.pgp Description: PGP signature
Re: Meshlab and Qutemol
On 4/25/07, Michael Banck <[EMAIL PROTECTED]> wrote: On Tue, Apr 24, 2007 at 12:23:39PM +0200, Teemu Ikonen wrote: > Meshlab depends on the VCG library [3], which is also used in a > molecular graphics program Qutemol [4], all written by the same group. > Qutemol has very impressive graphics output and would be a nice > addition to Debian / Ubuntu as well, but needs modern OpenGL hardware > which I don't have access to at the moment. > > [3] http://vcg.sourceforge.net > [4] http://qutemol.sourceforge.net/ > > I could go on and package Meshlab with a static copy of VCG included, > but if there's someone with suitable hardware, time and interest to > package Qutemol, then maybe VCG should be in a separate package. > Anybody interested? I'd (Or debichem) be interested in Qutemol, but looking at the source, at least the build system looks pretty Windows-specific. It seems to use wxwidgets so might be portable, but it would need some porting I guess. Anybody tried to build it on GNU/Linux? Just out of curiosity I tried Qutemol to see if it worked on my hardware (it didn't, as expected). The source needed some patching in order to build, and in Debian you need to get wxwidgets2.8 from somewhere (i.e. Ubuntu) but in the end it seems that it could work on suitable hardware on Linux without problems. A patch to fix the build problems is attached. Teemu === modified file 'Makefile' --- Makefile 2007-05-28 14:18:02 + +++ Makefile 2007-05-28 20:00:36 + @@ -1,9 +1,8 @@ - INCDIRS = -Ivcg -Isrc -I. OPTFLAGS = -Os -Wall -g CXXFLAGS = $(INCDIRS) $(OPTFLAGS) `wx-config --cppflags` -LIBS = $(CXXFLAGS) `wx-config --libs core,base --gl-libs` -lGLEW -lGLU -lGL +LIBS = $(CXXFLAGS) `wx-config --libs core,base --gl-libs` -lGLEW -lGLU -lGL -lungif OBJS = \ src/AO.o \ @@ -16,6 +15,11 @@ src/MyTab.o \ src/Sampling.o \ src/ShadowMap.o \ + src/progress.o \ + src/MyCanvas.o \ + src/saveSnapDialog.o \ + src/pngSave.o \ + src/gifSave.o \ src/main.o \ src/wx_trackball.o \ vcg/wrap/gui/trackball.o \ === modified file 'src/AO.cpp' --- src/AO.cpp 2007-05-28 14:18:02 + +++ src/AO.cpp 2007-05-28 20:00:36 + @@ -60,7 +60,7 @@ } -void AO::CheckAtom(Atom &a){ +void AO::CheckAtom(QAtom &a){ int n=a.s.nsamp(); for (int i=0; i +#include #ifdef __GNUG__ @@ -55,6 +55,7 @@ typedef unsigned char Byte; typedef unsigned int uint; +typedef Byte byte; #include "CgUtil.h" @@ -107,9 +108,9 @@ #include "gifSave.h" // defined in pngSave -bool PNGSaveWithAlpha( const char * filename, const byte * const data, int sx, int sy, int reverse = 0); -void downsample2x2(byte * data, int sx, int sy); -void downsample2x2NoAlpha(byte * data, int sx, int sy); +bool PNGSaveWithAlpha(const char *filename, const byte *data, int sx, int sy, int reverse = 0); +void downsample2x2(byte *data, int sx, int sy); +void downsample2x2NoAlpha(byte *data, int sx, int sy); @@ -166,8 +167,9 @@ public: MyDropTarget(MyFrame *_parent) { parent = _parent; } -virtual bool OnDropFiles(wxCoord x, wxCoord y, const wxArrayString& filenames){ +virtual bool OnDropFiles(wxCoord x, wxCoord y, const wxArrayString& filenames) { parent->OnReadFile(filenames[0]); + return true; }; private: @@ -231,9 +233,9 @@ parent=_parent; // let's build notebook - /*wxNotebook **/notebook = new wxNotebook( + notebook = new wxNotebook( this, id, pos, size, -0,/*style/*|wxNO_FULL_REPAINT_ON_RESIZE|wxNB_TOP,*/ +0,/*style|wxNO_FULL_REPAINT_ON_RESIZE|wxNB_TOP,*/ name); for (int i=0; i using namespace std; -#include +#include #include "progress.h" === modified file 'src/progress.cpp' --- src/progress.cpp 2007-05-28 14:18:02 + +++ src/progress.cpp 2007-05-28 20:00:36 + @@ -13,7 +13,8 @@ void StartProgress(char* str, int N){ EndProgress(); - wxString st; st.Printf("QuteMol: %s...",str); + wxString st; + st.Printf((const wxChar*) "QuteMol: %s...", str); globalProgress= new wxProgressDialog( //_T("QuteMol"), st, st, _T(""), === modified file 'src/saveSnapDialog.cpp' --- src/saveSnapDialog.cpp 2007-05-28 14:18:02 + +++ src/saveSnapDialog.cpp 2007-05-28 20:00:36 + @@ -3,15 +3,17 @@ #endif #include -#include "SaveSnapDialog.h" +#include "saveSnapDialog.h" #include "HardSettings.h" enum{ ID_ResUp=500, ID_ResDown, ID_Res, ID_AntiAlias, ID_Alpha}; -static wxString title[]={"PNG snapshot options","JPG snapshot options","GIF animation options"}; -static wxTextCtrl * resText; -static wxCheckBox *wxCheckAntia, *wxTransp ; +static wxString title[] = { wxString((wxChar) "PNG snapshot options"), + wxString((wxChar) "JPG snapshot options"), + wxString((wxChar) "GIF animation options") }; +//static wxTextCtrl * resText; +//static wxCheckBox *wxCheckAntia, *wxTransp ; class EventTableEntry{ public: @@ -134,10 +136,12 @@ bool EndEnableGroup(){ enableif=NULL; +ret
Re: Meshlab and Qutemol
On 4/24/07, Andreas Tille <[EMAIL PROTECTED]> wrote: On Tue, 24 Apr 2007, Teemu Ikonen wrote: > I could go on and package Meshlab with a static copy of VCG included, > but if there's someone with suitable hardware, time and interest to > package Qutemol, then maybe VCG should be in a separate package. Sounds good. I personally would prefer if you would split VCG in any case because I'm a big fan of modularized packaging. > Anybody interested? Well, do you want to know whether somebody is interested or whether somebody would like to start real work on it. Interest on my side yes, but these projects would definitely not on top of my todo list. Sponsoring is no problem. Hi, I've made packages of Meshlab with the relevant parts of the VCG library included in the source (separate packaging does not make much sense ATM, since VCG upstream does not even have a build system). The source package is at http://www.helsinki.fi/~tpikonen/meshlab/ So, if any DD interested in this software is reading this, please help close bug #426581 and sponsor an upload to the archive. Any comments or suggestions for improving the packaging are very much welcome as well. Best, Teemu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: olive
Hello Arthur, On Mon, May 28, 2007 at 07:19:28PM +0200, Arthur Loiret wrote: > Dear mentors, > > I am looking for a sponsor for my package "olive". > > * Package name: olive > Version : 1.3-1 > Upstream Author : Shawn Boyette <[EMAIL PROTECTED]> > * URL : http://mdxi.collapsar.net/hacks/olive/ > * License : This program is free software; you can redistribute it > and/or modify >it under the same terms as Perl itself. > Section : net > > It builds these binary packages: > olive - console RSS reader [snip] We already have two text-based RSS readers in Debian: newsbeuter - text mode rss feed reader with podcast support snownews - Text mode RSS newsreader Can you elaborate how olive is different and what it would add to the archive above these two? [Full Disclosure: I co-maintain snownews] --Joe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Meshlab and Qutemol
On Sun, 3 Jun 2007, Teemu Ikonen wrote: I've made packages of Meshlab with the relevant parts of the VCG library included in the source (separate packaging does not make much sense ATM, since VCG upstream does not even have a build system). The source package is at http://www.helsinki.fi/~tpikonen/meshlab/ I've found /usr/lib/meshlab/plugins.txt containing "Put in this folder your DLL plugin and restart MeshLab" Is this really a file that is parsed by the runtime or should this rather be a documentation file? In general I really think there is a bit less documentation (not to mention the missing man pages). For instance what is the sense behind /usr/bin/meshlabserver. From a users point of view I would have no idea where to start with this package. So, if any DD interested in this software is reading this, please help close bug #426581 and sponsor an upload to the archive. Any comments or suggestions for improving the packaging are very much welcome as well. Sponsoring would be no problem, if my brain dead users perspective could be at least a little bit liftet. Thanks for working on this package that seems quite useful obtained from the screen shots from the web page (even if the shots show a strange window manager ;-)). Kind regards Andreas. -- http://fam-tille.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: pastebinit
Il giorno Wed, 30 May 2007 09:20:12 +0200 David Paleino <[EMAIL PROTECTED]> ha scritto: > Dear mentors, > > I am looking for a sponsor for my package "pastebinit". > > * Package name: pastebinit > Version : 0.7-1 > Upstream Author : Stéphane Graber <[EMAIL PROTECTED]> > * URL : http://www.stgraber.org/category/pastebinit > * License : GPL > Section : misc > > It builds this binary package: > pastebinit - command-line pastebin client I've contacted the upstream author. He told me that is better if I maintain pastebinit in Debian, since Ubuntu regularly syncs from Debian repositories. He has also given me access to pastebinit's bzr branch on launchpad, so I'm asking again for someone to sponsor the package. I've already packaged the new upstream version - 0.8.1: http://mentors.debian.net/debian/pool/main/p/pastebinit/pastebinit_0.8.1-1.dsc Kind regards, David -- . ''`. Debian packager! | http://snipurl.com/gofoxygo/ : :' : User #334216 | http://www.hanskalabs.net/ `. `'` GPG: 1392B174 | http://www.debianizzati.org/ `- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
Re: Watching a webpage with the source name as text, not link.
On Sun, 03 Jun 2007, Neil Williams wrote: > uscan scans directories, hence the name. It gets a directory list > from the server, scans those against the pattern and sees if there > is a match. The file is still accessible. The problem is that download/ returns a 403. What this site really needs is a redirect script which sends values to download.pl and returns a directory list; something like: perl -MWWW::Mechanize -e ' my $m = new WWW::Mechanize; $m->get(q(http://bibiserv.techfak.uni-bielefeld.de/download/tools/rnahybrid.html)); $m->submit_form(); $m->content() =~ m#"(/spool/download/[^"]+)#; print $1,qq(\n)' Don Armstrong -- Of course Pacman didn't influence us as kids. If it did, we'd be running around in darkened rooms, popping pills and listening to repetitive music. http://www.donarmstrong.com http://rzlab.ucr.edu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RFS: kplayer
Dear mentors, I am looking for a sponsor for my package "kplayer". * Package name: kplayer Version: 0.6.2 Upstream Author: kiriuja <[EMAIL PROTECTED]> * URL: http://kplayer.sourceforge.net * License: GPL Section: kde It builds these binary packages: kplayer- KDE multimedia player frontend for MPlayer The package is lintian clean. The upload would fix these bugs: 427446 The package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/k/kplayer - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget http://mentors.debian.net/debian/pool/main/k/kplayer/kplayer_0.6.2.dsc I would be glad if someone uploaded this package for me. Kind regards -- Richard A. Johnson [EMAIL PROTECTED] GPG Key: 0x2E2C0124 signature.asc Description: This is a digitally signed message part.
Re: RFS: kplayer
On Mon, Jun 04, 2007 at 12:47:39AM -0500, Richard A. Johnson wrote: > Dear mentors, > > I am looking for a sponsor for my package "kplayer". > > * Package name: kplayer > Version:0.6.2 > Upstream Author:kiriuja <[EMAIL PROTECTED]> > * URL:http://kplayer.sourceforge.net > * License:GPL > Section:kde > > It builds these binary packages: > kplayer- KDE multimedia player frontend for MPlayer what is the improvement or things that kmplayer wouldn't do ? -- ·O· Pierre Habouzit ··O[EMAIL PROTECTED] OOOhttp://www.madism.org pgpPTL6a1lWkc.pgp Description: PGP signature