Re: RFS: Bustle - to do list manager with a difference
On Sat, Jan 29, 2005 at 08:41:52PM +0200, Fred Strauss wrote: > Hi > > On Sat, 29 Jan 2005 11:38:53 +0100, Gaudenz Steinlin <[EMAIL PROTECTED]> > wrote: > > Hi Fred > > > > My dependencies were pretty much based on the script example from the > maintainers guide. I don't know of a reliable way to determine the > build dependencies otherwise. I've removed the lib dependencies, gcc > and the versions as you recommended. I've kept the version dependency > for debhelper as that was put there by a script, not sure if the > version is needed or not. There is no foolproof way to automatically check this. Recently there were quite a few suggestions on how to check this semi automatically (check the archives). The best way is probably to use pbuilder. The dependency on debhelper is OK. Gaudenz signature.asc Description: Digital signature
Re: RFS: Bustle - to do list manager with a difference
Hi On Sat, 29 Jan 2005 11:38:53 +0100, Gaudenz Steinlin <[EMAIL PROTECTED]> wrote: > Hi Fred > > Some more questions and suggestions concerning your package: > > - As you are also the upstram author of Bustle, why do you fix your > makefile in the Debian diff and don't incorporate these changes in a > new upstream release? Good point :) I've now added an ifdef in the Makefile, if destdir is not specified, it will install to /usr/local/bin, if it is specified, it will install to $(DESTDIR)/usr/bin > - Why do you build depend on libncurses5, libxcursor1, libxft2 and > libxrandr2? Shouldn't you either build depend on the respective -dev > packages or remove these dependcies altogether? > > - Why are all your build dependecies versioned? Do you really know that > you need at least these versions or is this just a wild guess? If you > don't really need the versioned dependencies, I would remove them. And > you don't need to depend on gcc-3.3 if you just need a gcc (>= 3.3). > The build-essential package already depends on gcc (>= 3:3.3), g++ (>= > 3:3.3). My dependencies were pretty much based on the script example from the maintainers guide. I don't know of a reliable way to determine the build dependencies otherwise. I've removed the lib dependencies, gcc and the versions as you recommended. I've kept the version dependency for debhelper as that was put there by a script, not sure if the version is needed or not. Thank you very much for your feedback :) The new files are at: http://www.strider.co.za/bustle-0.1.6.tar.gz http://www.strider.co.za/bustle_0.1.6-1.diff.gz http://www.strider.co.za/bustle_0.1.6-1.dsc http://www.strider.co.za/bustle_0.1.6-1_i386.changes http://www.strider.co.za/bustle_0.1.6-1_i386.deb Kind regards Fred -- Fred Strauss Obsidian Systems (Pty) Ltd. http://www.obsidian.co.za http://www.strider.co.za/gpg.pub -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFC: KBoincSpy package
Hi, On Saturday 29 January 2005 15:45, Alejandro Exojo wrote: > El Sábado, 22 de Enero de 2005 22:14, Frank S. Thomas escribió: > I hope you have time to make KBoincSpy enter Debian. Since I don't see > replies in debian-mentors to your request, I suggest you to also ask for a > sponsor in debian-qt-kde, or a debian mailinglist in your language, if > exists (in my case I have debian-devel-spanish :-)). I asked for a sponsor back in november in debian-mentors and debian-kde, but did not recieved any replies. I thought everyone is busy squashing their RC bugs for the Sarge release. I'll continue searching for a sponsor, but won't flood debian-mentors or others with my RFS. I also tagged my ITP with "patch" to get listed at Justin's page (http://rtfo.org/~justin/itp+patch/sponsor-needed.html), but it seems that only a few developers know his page. > > As I said before, I have packaged KBoincSpy for Debian and would > > appreciate it if someone could have a look at this package. Source and > > binary-i386 packages are available at my private repository: > > > > deb http://www.thomas-alfeld.de/frank/download/debian/ ./ > > deb-src http://www.thomas-alfeld.de/frank/download/debian/ ./ > > Unfortunately, I'm not a Debian Developer, so I can not sponsor you, but I > have some small comments: > > - You include some changes directly in the diff; some are generated, like > the ones in Makefile.in's, and some in cpp sources. For some people, is OK > to include the files generated by automake and autoconf (thiw way, you > don't need to build-depend on them), but I don't see a good idea to modify > directly the sources. I have imported the whole KBoincSpy source into a Subversion repository, so that I can reverse all changes made to the source. Maybe multiple patches is a nicer approach, but directly modifying the source is IMHO easier. I'll take your remarks into consideration at the next upstream release, which will probably be short after [EMAIL PROTECTED] goes public. > - The package recommends boinc-client, but where is this package available? > A comment in the description, or in README.Debian, will be great for a > BOINC newbie. Your are absolutely right, I'll add a notice to the README.Debian. At the moment there is only a source package, called boinc-public, available which creates the boinc-client binary package: http://bioinformatics.pzr.uni-rostock.de/~moeller/debian/boinc/ Maybe there will be BOINC source and binary packages soon at: http://pkg-boinc.alioth.debian.org > - The override for 'desktop-file-in-wrong-dir' is unneeded if you patch the > Makefile.am for installing in the xdg_apps directory (which is correct, of > course). It was a small lintian bug, and in the next version, will not > complain about the other desktop files. I was already using xdg_apps, but lintian complained about the other .desktop files, that are installed into /usr/share/services and /usr/share/servicetypes. I'll check again at the next lintian upgrade and will remove this override if the warnings disappear. Thanks for replying and looking at my package, I appreciate that! -Frank
Re: making a debian distribution cd.
On Sat, Jan 29, 2005 at 09:58:16AM -, dwiti mehta wrote: > > I am trying to make a Debian distribtuion CD. I have downloaded > netinstaller(Woody) in which i tried to add some packages and follow > the steps to make a debian custom Cd given on the wikidebain site. > http://wiki.debian.net/index.cgi?DebianCustomCD Nope, please see this thread from earlier this month: http://lists.debian.org/debian-mentors/2005/01/msg00024.html Cheers, Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RFS: python-pysnmp3 - a native Python SNMP engine
Hello! I'm looking for a sponsor for python-pysnmp3. PySNMP is a pure python implementation of a SNMP client (from http://pysnmp.sourceforge.net/). My package is available at http://d072.apm.etc.tu-bs.de/~jluebbe/debian/ I have currently built packages for python 2.3 and 2.4. Description: native Python SNMP engine This is a Python implementation of SNMP v.1/v.2c engine. Its general functionality is to assemble/disassemble SNMP messages from/into given SNMP Object IDs along with associated values. PySNMP also provides a few transport methods specific to TCP/IP networking. PySNMP is written entirely in Python and is self-sufficient in terms that it does not rely on any third party tool (it is not a wrapper!). Thanks in advance, -- Jan LÃbbe <[EMAIL PROTECTED]> signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Re: RFC: KBoincSpy package
El Sábado, 22 de Enero de 2005 22:14, Frank S. Thomas escribió: > Hi mentors, > > I have packaged KBoincSpy[0] for Debian. KBoincSpy is a KDE based > monitoring utility for the BOINC[1] client. BOINC itself is the software > platform for distributed computing that is used by projects like [EMAIL > PROTECTED], > Climateprediction.net or [EMAIL PROTECTED] > > KBoincSpy is the successor of KSetiSpy, a monitoring utility for the old > classic [EMAIL PROTECTED] client, and IMHO the best BOINC GUI for Unix-like > operating systems. Its plugin based design makes it very flexible and the > use of KIO slaves even let you monitor remote clients. I remember with happiness when I was new to free software, and used seti at home, and KSetiSpy. I liked it a lot, and KBoincSpy looks greater, now that the framework is free software. I hope you have time to make KBoincSpy enter Debian. Since I don't see replies in debian-mentors to your request, I suggest you to also ask for a sponsor in debian-qt-kde, or a debian mailinglist in your language, if exists (in my case I have debian-devel-spanish :-)). > As I said before, I have packaged KBoincSpy for Debian and would > appreciate it if someone could have a look at this package. Source and > binary-i386 packages are available at my private repository: > > deb http://www.thomas-alfeld.de/frank/download/debian/ ./ > deb-src http://www.thomas-alfeld.de/frank/download/debian/ ./ Unfortunately, I'm not a Debian Developer, so I can not sponsor you, but I have some small comments: - You include some changes directly in the diff; some are generated, like the ones in Makefile.in's, and some in cpp sources. For some people, is OK to include the files generated by automake and autoconf (thiw way, you don't need to build-depend on them), but I don't see a good idea to modify directly the sources. Normally a sponsor will check better for malicious or improper changes if you don't modify directly the sources. I suggest you to create a patchsystem, and put your changes in debian/patches. You can use other package as a example. I copied a lot of code of the KDE packages in kxmleditor. - The package recommends boinc-client, but where is this package available? A comment in the description, or in README.Debian, will be great for a BOINC newbie. - The override for 'desktop-file-in-wrong-dir' is unneeded if you patch the Makefile.am for installing in the xdg_apps directory (which is correct, of course). It was a small lintian bug, and in the next version, will not complain about the other desktop files. Greetings. -- Alex (a.k.a. suy) - GPG ID 0x0B8B0BC2 http://darkshines.net/ - Jabber ID: [EMAIL PROTECTED]
Re: xchat, what section?
On Sun, Jan 30, 2005 at 09:11:15AM -0500, spencer wrote: > I'm trying to install xchat using the > synaptic package manager, could someone > tell me the section I will find that in? That's rather debian-user question. ([EMAIL PROTECTED])~$apt-cache show xchat | grep Section Section: net ([EMAIL PROTECTED])~$ regards fEnIo -- ,''`. Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo : :' : 32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Polska `. `' phone:+48602383548 | proud Debian maintainer and user `- http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001 signature.asc Description: Digital signature
Re: xchat, what section?
On Sun, Jan 30, 2005 at 09:11:15AM -0500, spencer wrote: > I'm trying to install xchat using the > synaptic package manager, could someone > tell me the section I will find that in? It's in section net: apt-cache show xchat But this question is better suited to the mailing list debian-users, which you can find listed on the website: http://lists.debian.org/ Steve -- # The Debian Security Audit Project. http://www.debian.org/security/audit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xchat, what section?
Hi, I'm trying to install xchat using the synaptic package manager, could someone tell me the section I will find that in? Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#289307: ITP: pwc -- Free Philips USB Webcam driver for Linux replacing the old pwcx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Now in version 7 I'm trying to get my pwc package to work with module-assistant. I need suggestions... I'm doing this correctly? Thanks to Sean Finney and Jesus Climent for their support Source packages: http://mentors.debian.net/debian/pool/main/p/pwc/ http://linuxmaniac.homeip.net/debian/ - -- Victor Seva [EMAIL PROTECTED] http://www.torreviejawireless.org http://linuxmaniac.homeip.net jabber: [EMAIL PROTECTED] PGP Key ID: 0xDD12F253 Socio numero 78 de ANURI -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFB+4mmS/DSSd0S8lMRAs5jAJoDpOqEiLuJU8GcODChOPWBFn80DgCeOpYS qTedWfswlUClS4dTWgG6yCI= =2ScB -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Packaging of mailinglist archives
Justin Pryzby wrote: > dh_compress(1): "you can specify on the command line" (but it probably > wants a relative path for files in the build directory, like > usr/share/mailinglists/*). I tried that - and it didn't work. But some times I should read what I have really written, simply forgot a single 'n' - now everything is perfect :-) Cheers, Jan signature.asc Description: OpenPGP digital signature
Re: RFS: Bustle - to do list manager with a difference
Hi Fred Some more questions and suggestions concerning your package: - As you are also the upstram author of Bustle, why do you fix your makefile in the Debian diff and don't incorporate these changes in a new upstream release? - Why do you build depend on libncurses5, libxcursor1, libxft2 and libxrandr2? Shouldn't you either build depend on the respective -dev packages or remove these dependcies altogether? - Why are all your build dependecies versioned? Do you really know that you need at least these versions or is this just a wild guess? If you don't really need the versioned dependencies, I would remove them. And you don't need to depend on gcc-3.3 if you just need a gcc (>= 3.3). The build-essential package already depends on gcc (>= 3:3.3), g++ (>= 3:3.3). Gaudenz On Thu, Jan 27, 2005 at 06:41:36PM +0200, Fred Strauss wrote: > On Wed, 26 Jan 2005 22:58:15 +0100, Florian Ernst <[EMAIL PROTECTED]> wrote: > > Hmmm, I can't see how you need to build-depend on apt-build. The whole > > Build-Deps:-line seems to be just the output of that code snippet from > > the new maintainers guide, please trim it down to what is _really_ > > needed (hint: build-essential). > > Lol, that's exactly what it was :) > I've reduced the build-deps significantly now > The updated files are: > http://www.strider.co.za/bustle_0.1.5-2_i386.deb > http://www.strider.co.za/bustle_0.1.5-2.diff.gz > http://www.strider.co.za/bustle_0.1.5-2.dsc > http://www.strider.co.za/bustle_0.1.5-2_i386.changes > http://www.strider.co.za/bustle-0.1.5.tar.gz > > Appreciate the feedback > > Fred > > > -- > Fred Strauss > Obsidian Systems (Pty) Ltd. > http://www.obsidian.co.za > http://www.strider.co.za/gpg.pub > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > signature.asc Description: Digital signature
making a debian distribution cd.
I am trying to make a Debian distribtuion CD. I have downloaded netinstaller(Woody) in which i tried to add some packages and follow the steps to make a debian custom Cd given on the wikidebain site. http://wiki.debian.net/index.cgi?DebianCustomCD I have tried to synchronise the pool directory with the mirror. I changed the CONF.SH and Package.gz to include the new packages. however after following the steps they do not appear in the final image or the tmp directory. What other modifications are required?
Making a Debian Custom CD
I am trying to make a Debian distribtuion CD. I have downloaded netinstaller(Woody) in which i tried to add some packages and follow the steps to make a debian custom Cd given on the wikidebain site. http://wiki.debian.net/index.cgi?DebianCustomCD I have tried to synchronise the pool directory with the mirror. I changed the CONF.SH and Package.gz to include the new packages. however after following the steps they do not appear in the final image or the tmp directory. What other modifications are required?