configure/build/install
dh_make's debian/rules is not authoritative, but it does separate configure, build, and install phases. i am trying to package a software that has a single script to do it all, and it's very difficult to pull the three apart because of dependencies between parts. it does not use autotools. my question is whether you can see any problems arising from this? or does it not matter if i have NOOP configure and build targets and do everything in the install target before debianising in binary-*? -- Please do not CC me when replying to lists; I read them! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer, admin, and user `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! signature.asc Description: Digital signature
Re: configure/build/install
Hi, > my question is whether you can see any problems arising from this? > or does it not matter if i have NOOP configure and build targets and > do everything in the install target before debianising in binary-*? Only the targets mentioned in the policy are required, i.e. there is no need to even have a configure target. A lot of package maintainers have it for their convenience. Simon -- GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706 A4B4 signature.asc Description: Digital signature
Re: RFS: kst: A KDE data analysis program
On Tue, 24, Aug, 2004 at 01:51:40PM +1000, Anibal Monsalve Salazar spoke thus.. > Include the upstream homepage in the description in debian/control. Although policy states this is optional, I agree with you so I've done it. > Also, remove the commented out lines in debian/rules. Done - I agree, it makes the rules file much cleaner. Thanks for the comments, Mark -- Mark Hymers, University of Newcastle Medical School Intercalating Medical Student (MBBS / PhD)
Re: readline library question
- Original Message - From: "Francesco P. Lovergine" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 25, 2004 3:22 PM Subject: Re: readline library question > On Thu, Aug 19, 2004 at 03:34:57PM -0400, Alexander Baranov wrote: > > > > So, the readline seems to work fine with standard input-output, but somehow > > goes wrong when I try to use non-standard stream ("dirstream", associated > > with a socket in my case) > > > > Can anybody give an advise? > > Thanks in advance, Alex. > > readline uses ncurses which in turns uses terminfo, you need to associate a > term type to your socket. > > -- > Francesco P. Lovergine > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > Thank you. I tried setupterm(NULL, fileno(dirstream), &erret) erret returned 1, showing success. Then I assigned rl_instream and rl_outstream to dirstream and ran pCmd = readline(">"). But the readline still did not echo input characters to the socket the diagnostic warning was the same. Of course, I included "curses.h" and "term.h" . Could you tell me where is my mistake? Thanks, Alex.
Re: Sponsor for a new package
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi people Well, about Raster3D. I have talked a little more with the author: *ABOUT THE LICENSE* OK, this is one time too many. It seems I must bow to the inevitable and add a paragraph marked "License" to the web site and to the distributed package. But it may take me some weeks to devise suitable text and get legal advice. *ABOUT NON-FREE* It is fine to use Raster3D for commercial purposes; in fact you can see from the covers of many scientific journals that it is used for this by many publishers. Raster3D may not be sold, however. *ABOUT PERMISSION TO DISTRIBUTE THE PROGRAM* As I told you, I have explicitly given Debian permission to include Raster3D in the past, but it never seems to emerge from the other end of the process. *END* So... even with the author giving us permission to put Raster3D on Debian, it's necessary to have a license? And using Raster3D for commercial purposes, still includes it on non-free category? Thank you very much Nelson -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBLjFwAQwuptkwlkQRAp6+AJwO1sL9HWktJY9AYwpxyX/vHxc/0gCfQgjO DeSiO5xWK2WsPzYe/vQyBdQ= =DjH0 -END PGP SIGNATURE-
Re: Sponsor for a new package
On Thu, Aug 26, 2004 at 03:52:34PM -0300, Nelson A. de Oliveira wrote: > So... even with the author giving us permission to put Raster3D on > Debian, it's necessary to have a license? Explicit permission to distribute should be enough for non-free. Include all the documentation you have (e.g. the text of an e-mail) in debian/copyright. > And using Raster3D for commercial purposes, still includes it on > non-free category? Restrictions on commercial use definitely exclude it from main. Sounds like non-free. Cheers, -- Colin Watson [EMAIL PROTECTED]
Re: Sponsor for a new package
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have a explicity permission to distribute Raster3D from the author. It can also be used for commercial purposes. The package is linda and linthian clean and is availabe at http://biolinux.df.ibilce.unesp.br/naoliv/raster3d/ Could someone take a look at it? Thank you very much Nelson -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBLjujAQwuptkwlkQRAhHOAJ9j4dfj+riJRJ09TcqLeggdEEmuEwCffTMo QVhG8NyxIQhzShk2711v3jM= =KUO2 -END PGP SIGNATURE-
gamecon driver
Hello, I recently soldered a couple of SNES controllers as suggested in the Documentation/input/joystick-parport.txt file (from the kernel tree). The controllers work well under the stock Debian 2.4.18-1-686 kernel, but I've been unable to get the controllers working under several 2.6 kernels (the stock 2.6.7-1-686 kernel didn't work, and neither did several 2.6.8.1 kernels I've compiled). I receive a "No such device" error when I try modprobing the gamecon module with the 2.6 kernels I've tried, and I can't seem to find a resolution online to this issue. I wouldn't mind trying to figure out if there is a problem with the driver in the 2.6 kernel (I have some programming experience), but I'm unsure how to start troubleshooting the issue (where to look in the kernel, online, etc.). Any suggestions? Matt Fishburn fishburn at mit dot edu
what stops dmalloc of entering sarge?
Hi dmalloc is a valid candidate regarding pts, but is blocking itself regarding bjorn.haxx.se and it isn't even built on arm regarding buildd.net??? So, what is wrong and when will dmalloc 5.3.0-3 be ready to enter testing? Cheers Luk
Re: Sponsor for a new package
> Hi people > > Well, about Raster3D. I have talked a little more with the author: > > *ABOUT THE LICENSE* > > OK, this is one time too many. It seems I must bow to the inevitable > and add a paragraph marked "License" to the web site and to the > distributed package. But it may take me some weeks to devise > suitable text and get legal advice. Until the software has a proper license description, it cannot enter in debian. > *ABOUT NON-FREE* > > It is fine to use Raster3D for commercial purposes; > in fact you can see from the covers of many scientific journals that it > is used for this by many publishers. Raster3D may not be sold, however. Raster3D needs to be soldable. If someone decides to package Debian in a fancy way (super blue-dvds, with a nice cover and a super-installer) the person MUST have the right to sell the content with the price he pleases. He MUST distribute the code alongside or give a choice of being sent the code *read the GPL and associated licenses*. Dude, read the DFSG #1 and come back _once you read and understood_ it. http://www.debian.org/social_contract.html > *ABOUT PERMISSION TO DISTRIBUTE THE PROGRAM* > > As I told you, I have explicitly given Debian permission to include > Raster3D in the past, but it never seems to emerge from the other > end of the process. Dude. Which part of "The rights attached to the program must not depend on the program's being part of a Debian system." you dont understand? Read DFSG#8 and come back. http://www.debian.org/social_contract.html > *END* > > So... even with the author giving us permission to put Raster3D on > Debian, it's necessary to have a license? Yes. > And using Raster3D for commercial purposes, still includes it on > non-free category? Yes. Read above. -- Jesus Climent info:www.pumuki.org Unix SysAdm|Linux User #66350|Debian Developer|2.4.26|Helsinki Finland GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429 7E18 66FC 1D7F 8694 6D69 First came darkness, then came the strangers. --Dr. Schreber (Dark City)
Re: what stops dmalloc of entering sarge?
On Fri, Aug 27, 2004 at 01:04:54AM +0200, Luk Claes wrote: > dmalloc is a valid candidate regarding pts, but is blocking itself > regarding bjorn.haxx.se and it isn't even built on arm regarding > buildd.net??? > So, what is wrong and when will dmalloc 5.3.0-3 be ready to enter testing? Package: dmalloc Version: 5.3.0-3 Depends: libdmalloc4-dev Package: libdmalloc4-dev Version: 5.3.0-3 Depends: libdmalloc4 (= 5.3.0-3) Package: libdmalloc4 Version: 5.3.0-3 Conflicts: dmalloc This is *not* how you create a transition package. You've left dmalloc uninstallable -- don't upload uninstallable packages to the archive! -- Steve Langasek postmodern programmer signature.asc Description: Digital signature
Re: version numbers in testing-proposed-updates
Frank K?ster wrote: > By the way, why are only alphanumerics, . and + allowed in version > numbers? If this were less resctrictive, one could do > > dpkg --compare-versions 1-3_sarge.1 gt 1-3.1; echo $? In part so that filenames can be parsed easily. If package names and version numbers could contain underscores, then we couldn't use the underscore to reliably parse a filename into package and version: gimp_2_2.0.1-1_sarge.1_i386.deb
How to remove ITP from debian.org?
Hi, I would like to remove two ITP:, namely python2.3-lame and lsongs. I want to remove python2.3-lame because it depends on LAME, which has patent issues. LSongs needs to be removed too because the current version depends on python2.3-lame. It is pointless to leave them open, since neither package can ever be released. Should I just close the bugs or is there something else I should do? Thanks!
Re: How to remove ITP from debian.org?
* Lawrence Williams [Thu, 26 Aug 2004 23:26:25 -0230]: > Hi, > I would like to remove two ITP:, namely python2.3-lame and lsongs. I > want to remove python2.3-lame because it depends on LAME, which has > patent issues. LSongs needs to be removed too because the current > version depends on python2.3-lame. > It is pointless to leave them open, since neither package can ever be > released. Should I just close the bugs or is there something else I > should do? just closing the bugs with the above explanation should suffice. (if the reasons were others, e.g. lack of time, it could make sense IMO to retitle the ITPs to RFPs, but it's not the case.) cheers, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 We may not return the affection of those who like us, but we always respect their good judgement.
Re: gamecon driver
Matt Fishburn wrote: Hello, I recently soldered a couple of SNES controllers as suggested in the Documentation/input/joystick-parport.txt file (from the kernel tree). The controllers work well under the stock Debian 2.4.18-1-686 kernel, but I've been unable to get the controllers working under several 2.6 kernels (the stock 2.6.7-1-686 kernel didn't work, and neither did several 2.6.8.1 kernels I've compiled). I receive a "No such device" error when I try modprobing the gamecon module with the 2.6 kernels I've tried, and I can't seem to find a resolution online to this issue. I wouldn't mind trying to figure out if there is a problem with the driver in the 2.6 kernel (I have some programming experience), but I'm unsure how to start troubleshooting the issue (where to look in the kernel, online, etc.). Any suggestions? Matt Fishburn fishburn at mit dot edu Hm... I can relate... I have a Microsoft Sidewinder connected to the Gameport on my Intel 810 onboard sound card. It worked fine under all 2.4.2x and 2.6.x ( up to and including 2.6.2 ) kernels. Once I installed 2.6.3, it stopped working. I use the same modules as before ( joydev, gameport, ns558, and sidewinder ). Only difference now is that the gameport module detects the port, then before ns558 fails with error code -16 ( still haven't discovered why it does ). I am using ALSA module snd-intel8x0 and have tried every suggestion under the sun ( passing joystick_port options and the like ). Strange thing is, I recently tried out SuSE 9.1 Professional ( DVD ) and the YaST sound card utility detected the gamepad and had it working! I should've noted if it was a 2.6 or 2.4 kernel. Best of luck to you! Lawrence
Re: what stops dmalloc of entering sarge?
On Thu, 26 Aug 2004 16:28:38 -0700, Steve Langasek wrote: > On Fri, Aug 27, 2004 at 01:04:54AM +0200, Luk Claes wrote: > >> dmalloc is a valid candidate regarding pts, but is blocking itself >> regarding bjorn.haxx.se and it isn't even built on arm regarding >> buildd.net??? > >> So, what is wrong and when will dmalloc 5.3.0-3 be ready to enter testing? > > Package: dmalloc > Version: 5.3.0-3 > Depends: libdmalloc4-dev > > Package: libdmalloc4-dev > Version: 5.3.0-3 > Depends: libdmalloc4 (= 5.3.0-3) > > Package: libdmalloc4 > Version: 5.3.0-3 > Conflicts: dmalloc ^ This needs to be a versioned conflicts. > > This is *not* how you create a transition package. You've left dmalloc > uninstallable -- don't upload uninstallable packages to the archive! -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. My key was last signed 08/18/2004. If you use GPG *please* see me about signing the key. * My computer can't give you viruses by email. ***
Re: RFS: gtklp-0.9u
On Wed, Aug 25, 2004 at 03:58:30AM -0500, Zak B. Elep wrote: >I've just finished a very *late* deb of gtklp-0.9u. Nothing really >worth noting, except that it might get into Sarge (but, in all >probability, it won't :() Please post the URL of the source debian package. Anibal Monsalve Salazar -- .''`. Debian GNU/Linux | Building 28C : :' : Free Operating System | Monash University VIC 3800 Australia `. `' http://debian.org/| http://www-personal.monash.edu/~anibal `- signature.asc Description: Digital signature
Re: How to remove ITP from debian.org?
* Lawrence Williams <[EMAIL PROTECTED]> [2004-08-26 23:26:25 -0230]: > It is pointless to leave them open, since neither package can ever be > released. Am I missing something here...couldn't these packages be in contrib if they themselves are free, even if their dependencies aren't? -- John ! Arnold Schwarzenegger: Finally, a public official who can Buttery! explain the administration's social policies in the original www.io.c! German. -- Bill Maher, via Bobby the Mat om/~john! (Yes, I know he's Austrian, it's still funny and you know it) signature.asc Description: Digital signature
Re: How to remove ITP from debian.org?
John Buttery wrote: * Lawrence Williams <[EMAIL PROTECTED]> [2004-08-26 23:26:25 -0230]: It is pointless to leave them open, since neither package can ever be released. Am I missing something here...couldn't these packages be in contrib if they themselves are free, even if their dependencies aren't? python2.3-lame Depends on LAME being available ( due to patent issues, it isn't in Debian ). And LSongs is shot, since it depends on python2.3-lame. Simple eh? :) Sucks though
configure/build/install
dh_make's debian/rules is not authoritative, but it does separate configure, build, and install phases. i am trying to package a software that has a single script to do it all, and it's very difficult to pull the three apart because of dependencies between parts. it does not use autotools. my question is whether you can see any problems arising from this? or does it not matter if i have NOOP configure and build targets and do everything in the install target before debianising in binary-*? -- Please do not CC me when replying to lists; I read them! .''`. martin f. krafft <[EMAIL PROTECTED]> : :' :proud Debian developer, admin, and user `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver! signature.asc Description: Digital signature
Re: configure/build/install
Hi, > my question is whether you can see any problems arising from this? > or does it not matter if i have NOOP configure and build targets and > do everything in the install target before debianising in binary-*? Only the targets mentioned in the policy are required, i.e. there is no need to even have a configure target. A lot of package maintainers have it for their convenience. Simon -- GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD ADC6 18A0 CC8D 5706 A4B4 signature.asc Description: Digital signature
Re: RFS: kst: A KDE data analysis program
On Tue, 24, Aug, 2004 at 01:51:40PM +1000, Anibal Monsalve Salazar spoke thus.. > Include the upstream homepage in the description in debian/control. Although policy states this is optional, I agree with you so I've done it. > Also, remove the commented out lines in debian/rules. Done - I agree, it makes the rules file much cleaner. Thanks for the comments, Mark -- Mark Hymers, University of Newcastle Medical School Intercalating Medical Student (MBBS / PhD) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: readline library question
- Original Message - From: "Francesco P. Lovergine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 25, 2004 3:22 PM Subject: Re: readline library question > On Thu, Aug 19, 2004 at 03:34:57PM -0400, Alexander Baranov wrote: > > > > So, the readline seems to work fine with standard input-output, but somehow > > goes wrong when I try to use non-standard stream ("dirstream", associated > > with a socket in my case) > > > > Can anybody give an advise? > > Thanks in advance, Alex. > > readline uses ncurses which in turns uses terminfo, you need to associate a > term type to your socket. > > -- > Francesco P. Lovergine > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > Thank you. I tried setupterm(NULL, fileno(dirstream), &erret) erret returned 1, showing success. Then I assigned rl_instream and rl_outstream to dirstream and ran pCmd = readline(">"). But the readline still did not echo input characters to the socket the diagnostic warning was the same. Of course, I included "curses.h" and "term.h" . Could you tell me where is my mistake? Thanks, Alex. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sponsor for a new package
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi people Well, about Raster3D. I have talked a little more with the author: *ABOUT THE LICENSE* OK, this is one time too many. It seems I must bow to the inevitable and add a paragraph marked "License" to the web site and to the distributed package. But it may take me some weeks to devise suitable text and get legal advice. *ABOUT NON-FREE* It is fine to use Raster3D for commercial purposes; in fact you can see from the covers of many scientific journals that it is used for this by many publishers. Raster3D may not be sold, however. *ABOUT PERMISSION TO DISTRIBUTE THE PROGRAM* As I told you, I have explicitly given Debian permission to include Raster3D in the past, but it never seems to emerge from the other end of the process. *END* So... even with the author giving us permission to put Raster3D on Debian, it's necessary to have a license? And using Raster3D for commercial purposes, still includes it on non-free category? Thank you very much Nelson -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBLjFwAQwuptkwlkQRAp6+AJwO1sL9HWktJY9AYwpxyX/vHxc/0gCfQgjO DeSiO5xWK2WsPzYe/vQyBdQ= =DjH0 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sponsor for a new package
On Thu, Aug 26, 2004 at 03:52:34PM -0300, Nelson A. de Oliveira wrote: > So... even with the author giving us permission to put Raster3D on > Debian, it's necessary to have a license? Explicit permission to distribute should be enough for non-free. Include all the documentation you have (e.g. the text of an e-mail) in debian/copyright. > And using Raster3D for commercial purposes, still includes it on > non-free category? Restrictions on commercial use definitely exclude it from main. Sounds like non-free. Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sponsor for a new package
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have a explicity permission to distribute Raster3D from the author. It can also be used for commercial purposes. The package is linda and linthian clean and is availabe at http://biolinux.df.ibilce.unesp.br/naoliv/raster3d/ Could someone take a look at it? Thank you very much Nelson -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBLjujAQwuptkwlkQRAhHOAJ9j4dfj+riJRJ09TcqLeggdEEmuEwCffTMo QVhG8NyxIQhzShk2711v3jM= =KUO2 -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
gamecon driver
Hello, I recently soldered a couple of SNES controllers as suggested in the Documentation/input/joystick-parport.txt file (from the kernel tree). The controllers work well under the stock Debian 2.4.18-1-686 kernel, but I've been unable to get the controllers working under several 2.6 kernels (the stock 2.6.7-1-686 kernel didn't work, and neither did several 2.6.8.1 kernels I've compiled). I receive a "No such device" error when I try modprobing the gamecon module with the 2.6 kernels I've tried, and I can't seem to find a resolution online to this issue. I wouldn't mind trying to figure out if there is a problem with the driver in the 2.6 kernel (I have some programming experience), but I'm unsure how to start troubleshooting the issue (where to look in the kernel, online, etc.). Any suggestions? Matt Fishburn fishburn at mit dot edu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: version numbers in testing-proposed-updates
Frank Küster wrote: > By the way, why are only alphanumerics, . and + allowed in version > numbers? If this were less resctrictive, one could do > > dpkg --compare-versions 1-3_sarge.1 gt 1-3.1; echo $? In part so that filenames can be parsed easily. If package names and version numbers could contain underscores, then we couldn't use the underscore to reliably parse a filename into package and version: gimp_2_2.0.1-1_sarge.1_i386.deb
what stops dmalloc of entering sarge?
Hi dmalloc is a valid candidate regarding pts, but is blocking itself regarding bjorn.haxx.se and it isn't even built on arm regarding buildd.net??? So, what is wrong and when will dmalloc 5.3.0-3 be ready to enter testing? Cheers Luk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sponsor for a new package
> Hi people > > Well, about Raster3D. I have talked a little more with the author: > > *ABOUT THE LICENSE* > > OK, this is one time too many. It seems I must bow to the inevitable > and add a paragraph marked "License" to the web site and to the > distributed package. But it may take me some weeks to devise > suitable text and get legal advice. Until the software has a proper license description, it cannot enter in debian. > *ABOUT NON-FREE* > > It is fine to use Raster3D for commercial purposes; > in fact you can see from the covers of many scientific journals that it > is used for this by many publishers. Raster3D may not be sold, however. Raster3D needs to be soldable. If someone decides to package Debian in a fancy way (super blue-dvds, with a nice cover and a super-installer) the person MUST have the right to sell the content with the price he pleases. He MUST distribute the code alongside or give a choice of being sent the code *read the GPL and associated licenses*. Dude, read the DFSG #1 and come back _once you read and understood_ it. http://www.debian.org/social_contract.html > *ABOUT PERMISSION TO DISTRIBUTE THE PROGRAM* > > As I told you, I have explicitly given Debian permission to include > Raster3D in the past, but it never seems to emerge from the other > end of the process. Dude. Which part of "The rights attached to the program must not depend on the program's being part of a Debian system." you dont understand? Read DFSG#8 and come back. http://www.debian.org/social_contract.html > *END* > > So... even with the author giving us permission to put Raster3D on > Debian, it's necessary to have a license? Yes. > And using Raster3D for commercial purposes, still includes it on > non-free category? Yes. Read above. -- Jesus Climent info:www.pumuki.org Unix SysAdm|Linux User #66350|Debian Developer|2.4.26|Helsinki Finland GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429 7E18 66FC 1D7F 8694 6D69 First came darkness, then came the strangers. --Dr. Schreber (Dark City) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what stops dmalloc of entering sarge?
On Fri, Aug 27, 2004 at 01:04:54AM +0200, Luk Claes wrote: > dmalloc is a valid candidate regarding pts, but is blocking itself > regarding bjorn.haxx.se and it isn't even built on arm regarding > buildd.net??? > So, what is wrong and when will dmalloc 5.3.0-3 be ready to enter testing? Package: dmalloc Version: 5.3.0-3 Depends: libdmalloc4-dev Package: libdmalloc4-dev Version: 5.3.0-3 Depends: libdmalloc4 (= 5.3.0-3) Package: libdmalloc4 Version: 5.3.0-3 Conflicts: dmalloc This is *not* how you create a transition package. You've left dmalloc uninstallable -- don't upload uninstallable packages to the archive! -- Steve Langasek postmodern programmer signature.asc Description: Digital signature
How to remove ITP from debian.org?
Hi, I would like to remove two ITP:, namely python2.3-lame and lsongs. I want to remove python2.3-lame because it depends on LAME, which has patent issues. LSongs needs to be removed too because the current version depends on python2.3-lame. It is pointless to leave them open, since neither package can ever be released. Should I just close the bugs or is there something else I should do? Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: How to remove ITP from debian.org?
* Lawrence Williams [Thu, 26 Aug 2004 23:26:25 -0230]: > Hi, > I would like to remove two ITP:, namely python2.3-lame and lsongs. I > want to remove python2.3-lame because it depends on LAME, which has > patent issues. LSongs needs to be removed too because the current > version depends on python2.3-lame. > It is pointless to leave them open, since neither package can ever be > released. Should I just close the bugs or is there something else I > should do? just closing the bugs with the above explanation should suffice. (if the reasons were others, e.g. lack of time, it could make sense IMO to retitle the ITPs to RFPs, but it's not the case.) cheers, -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 We may not return the affection of those who like us, but we always respect their good judgement. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: gamecon driver
Matt Fishburn wrote: Hello, I recently soldered a couple of SNES controllers as suggested in the Documentation/input/joystick-parport.txt file (from the kernel tree). The controllers work well under the stock Debian 2.4.18-1-686 kernel, but I've been unable to get the controllers working under several 2.6 kernels (the stock 2.6.7-1-686 kernel didn't work, and neither did several 2.6.8.1 kernels I've compiled). I receive a "No such device" error when I try modprobing the gamecon module with the 2.6 kernels I've tried, and I can't seem to find a resolution online to this issue. I wouldn't mind trying to figure out if there is a problem with the driver in the 2.6 kernel (I have some programming experience), but I'm unsure how to start troubleshooting the issue (where to look in the kernel, online, etc.). Any suggestions? Matt Fishburn fishburn at mit dot edu Hm... I can relate... I have a Microsoft Sidewinder connected to the Gameport on my Intel 810 onboard sound card. It worked fine under all 2.4.2x and 2.6.x ( up to and including 2.6.2 ) kernels. Once I installed 2.6.3, it stopped working. I use the same modules as before ( joydev, gameport, ns558, and sidewinder ). Only difference now is that the gameport module detects the port, then before ns558 fails with error code -16 ( still haven't discovered why it does ). I am using ALSA module snd-intel8x0 and have tried every suggestion under the sun ( passing joystick_port options and the like ). Strange thing is, I recently tried out SuSE 9.1 Professional ( DVD ) and the YaST sound card utility detected the gamepad and had it working! I should've noted if it was a 2.6 or 2.4 kernel. Best of luck to you! Lawrence -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what stops dmalloc of entering sarge?
On Thu, 26 Aug 2004 16:28:38 -0700, Steve Langasek wrote: > On Fri, Aug 27, 2004 at 01:04:54AM +0200, Luk Claes wrote: > >> dmalloc is a valid candidate regarding pts, but is blocking itself >> regarding bjorn.haxx.se and it isn't even built on arm regarding >> buildd.net??? > >> So, what is wrong and when will dmalloc 5.3.0-3 be ready to enter testing? > > Package: dmalloc > Version: 5.3.0-3 > Depends: libdmalloc4-dev > > Package: libdmalloc4-dev > Version: 5.3.0-3 > Depends: libdmalloc4 (= 5.3.0-3) > > Package: libdmalloc4 > Version: 5.3.0-3 > Conflicts: dmalloc ^ This needs to be a versioned conflicts. > > This is *not* how you create a transition package. You've left dmalloc > uninstallable -- don't upload uninstallable packages to the archive! -- I usually have a GPG digital signature included as an attachment. See http://www.gnupg.org/ for info about these digital signatures. My key was last signed 08/18/2004. If you use GPG *please* see me about signing the key. * My computer can't give you viruses by email. *** -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: RFS: gtklp-0.9u
On Wed, Aug 25, 2004 at 03:58:30AM -0500, Zak B. Elep wrote: >I've just finished a very *late* deb of gtklp-0.9u. Nothing really >worth noting, except that it might get into Sarge (but, in all >probability, it won't :() Please post the URL of the source debian package. Anibal Monsalve Salazar -- .''`. Debian GNU/Linux | Building 28C : :' : Free Operating System | Monash University VIC 3800 Australia `. `' http://debian.org/| http://www-personal.monash.edu/~anibal `- signature.asc Description: Digital signature
Re: How to remove ITP from debian.org?
* Lawrence Williams <[EMAIL PROTECTED]> [2004-08-26 23:26:25 -0230]: > It is pointless to leave them open, since neither package can ever be > released. Am I missing something here...couldn't these packages be in contrib if they themselves are free, even if their dependencies aren't? -- John ! Arnold Schwarzenegger: Finally, a public official who can Buttery! explain the administration's social policies in the original www.io.c! German. -- Bill Maher, via Bobby the Mat om/~john! (Yes, I know he's Austrian, it's still funny and you know it) signature.asc Description: Digital signature
Re: How to remove ITP from debian.org?
John Buttery wrote: * Lawrence Williams <[EMAIL PROTECTED]> [2004-08-26 23:26:25 -0230]: It is pointless to leave them open, since neither package can ever be released. Am I missing something here...couldn't these packages be in contrib if they themselves are free, even if their dependencies aren't? python2.3-lame Depends on LAME being available ( due to patent issues, it isn't in Debian ). And LSongs is shot, since it depends on python2.3-lame. Simple eh? :) Sucks though -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
request for help with subversion 1.1.0-rc2 Debian packages
Dear People, I've tried my hand at building Subversion 1.1.0-rc2 packages. I've imitated the packaging of the official Debian packages as far as possible. Whenever possible I applied the Debian patches. However, since I don't understand exactly what I am doing, I suppose some breakage was inevitable. The main thing that failed were the swig bindings. So the python and perl binding packages, namely python2.3-subversion and libsvn-core-perl packages are empty. However, subversion itself passed all tests. I haven't done much with it yet, but look forward to playing with it. If anyone is willing to take a look I'd appreciate it. Since the only Debian patch that did not apply cleanly was debian/paches/rpath.patch in the source directory, this seems the most likely cause of the problem. You can get my packages (binaries and source) by using the lines below. deb http://www.cbcb.duke.edu/~faheem/debian/ ./ deb-src http://www.cbcb.duke.edu/~faheem/debian/ ./ I attach the patch rpath.path below. The comments are the original one by the maintainer, David Kimdon. Here is the relevant entry from the changelog. * subversion/trunk/debian/patches/rpath.patch: Only change is in build/generator/gen_base.py, where I'm really just guessing. Other changes are just relocating the patch, and not significant. I have a few further comments. 1) I realise that the official Debian packages will be out once the official release has happened, but I thought it would be nice to encourage Debian users to do some testing before the release. Like everyone else, I'm anxious to start using fsfs. And I thought it would be good practice. If I can get everything working properly I'll post an accouncement of this to debian-user. 2) I think it would be a good idea if packages of subversion without the BDB dependency could be created. Would different versions of all the Debian packages have to be created in that case? Ie. libapache2-svn, python2.3-subversion, subversion, libsvn0, subversion, libsvn0-dev, subversion, subversion-tools, libsvn-core-perl. 3) I noticed all the tests that were run (as far as I could tell) were python scripts. This may be a stupid question, but how did they work when the python bindings were not built successfully? Faheem. ** * subversion-1.0.2/Makefile.in (LINK) : Remove -rpath. (LINK_LIB) : New variable. This is what we use to link libraries. 'libtool' keys off the '-rpath' argument to know that it should create a shared library. Removing the rpath parameter from the library link will cause libtool to produce a convenience library (a static archive) and no shared libs, that is not what we want. For any libraries in /usr/lib libtool knows not to actually put the rpath into the binary. * subversion-1.0.2/build/generator/gen_base.py (TargetLinked) : Use the '$(LINK_LIB)' command by default. (TargetExe) : Executables should be linked with '$(LINK)' command so no rpath is put into the binary. * subversion-1.0.2/build/generator/gen_make.py (Generator) : Fix the apache module link rule to explicitly link to the necessary subversion shared libraries. --- subversion-1.0.2.orig/Makefile.in 2004-04-15 20:43:46.0 +0200 +++ subversion-1.0.2/Makefile.in2004-04-25 20:47:08.0 +0200 @@ -134,7 +134,8 @@ COMPILE_SWIG_JAVA = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_JAVA_INCLUDES) $(INCLUDES) -o $@ -c COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c -LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir) +LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) +LINK_LIB = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(libdir) # special link rule for mod_dav_svn LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module --- subversion-1.0.2.orig/build/generator/gen_base.py 2003-10-31 09:51:39.0 +0100 +++ subversion-1.0.2/build/generator/gen_base.py2004-04-25 21:04:45.972682190 +0200 @@ -332,8 +332,8 @@ self.install = options.get('install') self.compile_cmd = options.get('compile-cmd') self.sources = options.get('sources', '*.c') -self.link_cmd = options.get('link-cmd', '$(LINK)') - +#self.link_cmd = options.get('link-cmd', '$(LINK)') +self.link_cmd = '$(LINK_LIB)' self.external_lib = options.get('external-lib') self.external_project = options.get('external-project') self.msvc_libs = string.split(options.get('msvc-libs', '')) @@ -382,7 +382,8 @@ self.objext = extmap['exe', 'object'] self.filename = build_path_join(self.path, name + extmap['exe', 'target']
Re: Sponsor for a new package
Mathew is right. I have to be nicer with new people. And i should not write mails at 2AM when i am almost falling asleep and not taking more care of my language. However my points stand. DFSG are the guides by which a DD and non-DD wanting to put packages in the repository should be enlightened. There is no workaround. Either a package conforms to those guidelines or cannot enter in the repository (read main). And Raster3D does not conform. On the other hand, as a comment, if the package has never been uploaded, it does not make sense to have several changelog entries (2.7c-1 and 2.7c-2). They should be put together, to avoid dpkg-buildpackage to build a .changes which will not upload the complete sources (orig.tar.gz). J -- Jesus Climent info:www.pumuki.org Unix SysAdm|Linux User #66350|Debian Developer|2.4.26|Helsinki Finland GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429 7E18 66FC 1D7F 8694 6D69 So much to do, so little time... --Joker (Batman) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]