Bug#188478: retitle
retitle 188478 ITP: vips and nip -- image processing system thanks I have completed preparation of packages for vips 7.8.14 and nip 7.8.14. After discussion with upstream, I have decided not to package the new versions (7.10.0) yet since they are still beta and do not have complete documentation. Upstream maintainers indicate that 7.8 should be considered the stable version for a few more months. -- Jay Berkenbilt <[EMAIL PROTECTED]> http://www.ql.org/q/
Processed: retitle
Processing commands for [EMAIL PROTECTED]: > retitle 188478 ITP: vips and nip -- image processing system Bug#188478: ITP: vips and nip2 -- image processing system Changed Bug title. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#251715: RFS: libswt3.0-gtk2
Hallo! This is a repost from a private mail *To* the autor of this package. As I haven't heard any news on this issues and I have some packages of my own, which need swt3.0 I resend them to the BTS. The current idea of mine is package swt-gtk-3.0 from the eclispe source and then drop these packages as other package provide the functionaliy to integrate with the eclipse packages. See this Bugreport for updates on how far I'm with packageing eclipse3.0: #260510 In gmane.linux.debian.devel.mentors, you wrote: >> As this is a java package, you need to follow the debian java policy: >> libswt3.0-gtk2-java and *-jni for the jni libs. > I have changed that, the new packages can be found at > http://mentors.debian.net/debian/pool/main/l/libswt3.0-gtk2-java/ Nice work! I had a look at that and here are my comments: * gcj compiled files do not go to /usr/lib/jni. /usr/lib/jni is for jni libs only! As they are ordinary libs, they should go to /usr/lib. See next item, though... * I'm pretty sure that the libswt.so needs a readme, adding that it needs to set LD_LIBRARY_PATH= to /usr/lib/jni to get the jni part of teh library. Without it, the dlopen call will not find it. Maybe that is solved with specifiying -rpath in the gcj call, when linking. * If you put them into /usr/lib, you need to specify shlibs file, so that othere packages can link against it and get the right dependcies. See next item, for additional thoughts... * To work nicely with a motif (or other version of libswt, I would suggest to add a virtual package, which other packages should depend on. That would be once libswt3.0-gcj and libswt3.0-java. Then you need to add the coresponding update-alternatives, so that they are interchangeable. For the gcj compiled one, you also need to specify the shlibs file for the alternative, not the real file. For the jave one, please follow my idea in my libswt2.1 packages with a file, which specifies the incldued jars, so that motif (one jar) and gtk (two jars) are also interchangeable. You need to add a u-a for that description file then. * [my taste and because gcj is also incldued] The source package name should not include the '-java' part. * xlibs-dev is split up in recent unstable. See the resulting Depends line of the jni package, how to split up the Build-Depends as well. * Please add the 'WS' switch in that file, so I can use it in my eclipse packages. * The long description of the packages is not there. * The copyright file is not correct: It misses the Lizenses of the PI and mozilla jar, and the CPL must be complete. * The jni package includes SO files, which dependecies do not belong to the 'Depends:' line. See the attached rules file how to work around in CDBS. Bad hack, but I figured the that this is the only way without disabling debhelber. I'm no makefile expert, though... * Instead of the dh_link call in rules, you can add a libswt3.0-gtk2-java.links file in debian/, which will be picked up by the debhelper.mk. Same goes for the Install things. No need to do something in install/* at all. * IMO (and not really in line with the *current* java policy, there is a new one in the making sice a year...), you don't need to add a symlink to the -.jar file, the .jar is enough. The version included in the name should be changed, when breaking API changes are in the jar (which hasn't happend yet at eclipse.org and swt). * Along with your ITP, you can close #212816: libswt2.1-gtk2-java: Please split off into separate source and move to main I've included the debian dir, which I made during my attempt to package swt3gtk. Maybe you can find some ideas in there and everything about the points I've mentioned above. Be aware, that this is really old work, so there is no additional -jni package (and no gcj) yet. The 'update' dir is for updates from the cvs server, but that failed completly :( I can't get the system to make proper build.xml files for eclipse itself, when swt is missing or there is a completely installed eclipse :( >> Are you also willing to maintain the motif bindings? > Maybe -- I will take a look at that. As there is no real differnece between this two packages, I would really like that. Otherwise I need to package them and I would really like to keep this two packages together. For other nice sources, see the gentoo ebuild for 3.0, available from http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/dev-util/eclipse-sdk/ I'm not yet a DD (just passed the last step before DAM approval), but I would like to work closely together with you, so that the eclipse packages work nicely with your swt packages. Nice greetings from Karlsruhe, Jan debian.dir.tar.gz Description: application/tar-gz
Bug#251715: Eclipse 3.0 packages for debian not yet ready
Hello, and sorry for some people, who get this email twice. You were in my 'interested' in eclipse3.0 mailbox. If you are still interested: I will update bug #260510 with latest status of eclipse3.0 packages. But see the end of this mail for the timeline... http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=260510 I'm currently in the prozess of creating new packages for eclipse 3.0. I wanted to get ready with this today, but I ran into some problems with the new eclipse build prozess and my new package layout (splitting arch and indep packages cleanly, new RCP split, build in a more 'eclipse way'). Unfortunatelly I didn't even get ready with testing packages this night (just gave up after another build error:( ) and I will go into a two weeks holiday tomorrow morning. So it will take some more time until packages of eclipse 3.0 are available. At least from me. To give you a general idea where I'm heading, here is a list: * use cdbs for building (and many workarounds for this stupid build layout of the native parts of eclipse) . learn how make works... :/ * split swt plugins out of libswt*-java, so that the lib packages can be used in other, swt only, packages. * split out RCP of platform * use the binary starter instead of my own sh based one. * try to build with free tools, so that we "could" go to main, once the other issues are resolved. Curently not really good: jikes fails to build some classes (not yet investigated), kaffe can't be used to compile the JNI files against (bug filed) and lesstiff isn't enought to build swt motif with it :( Other issues: build doesn't mean run and lesstif/motif looks like I can't sort that out :( * try to support both eclipse and eclipse3.0 packages installed. Whats not anymore in this package: * all previous patches: either integrated upstream or replaced by a different system upstream (addsite, workspace choosing). * most of the options in .eclipse/eclipserc. Choosing JAVA_HOME (until a better Java policy for this is done) and the windowing toolkit will still be integrated. * I'm not sure whether I can forward port the 'debian specific' patches (sensible browser, etc) or until when. I've seen two ITP for swt-gtk-3.0 (251715 and 261388) and I will try to split that package out into a new source package. But as I didn't get any answer from the authors of one of the packages (available form mentors.d.n) and I need some functionality (alternatives system, ...), which isn't available in that packages (see mail to 251715), I will provide swt from the eclipse3.0 source first and try to get in contact again with the ITPer, so that at least swt-gtk can go to main. So, so much for the update on this issue. I will give more updates to the above bugreports. I expect two more working days until I can upload a version to experimental or maybe even unstable. This will hopefully have happend until the 22nd of August. Sorry that it took so long, but there are some Real Life things, which have more importance to me right now. Nice greetings from Karlsruhe, Jan -- Jan Schulz [EMAIL PROTECTED] "Wer nicht fragt, bleibt dumm."
Bug#263373: ITP: txt2xhtml -- plain text to xhtml converter
Package: wnpp Version: N/A; reported 2004-08-04 Severity: wishlist * Package name: txt2xhtml Version : 0.1.0 Upstream Author : Krzysztof Jurewicz <[EMAIL PROTECTED]> * URL : http://txt2xhtml.sourceforge.net/ * License : GPL Description : plain text to xhtml converter txt2xhtml is a plain text to XHTML converter. It outputs valid XHTML and CSS code, and allows the user to specify styles as command line parameters and to import some external stylesheets or create links to them. It uses the gettext library to produce multi-lingual messages. -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux golde 2.6.7 #1 SMP Sat Jun 26 21:29:03 CEST 2004 i586 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] -- Nico Golde - [EMAIL PROTECTED] [EMAIL PROTECTED] | [EMAIL PROTECTED] | http://www.ngolde.de GPG: FF46 E565 5CC1 E2E5 3F69 C739 1D87 E549 7364 7CFF Is there life after /sbin/halt -p? signature.asc Description: Digital signature
Bug#198828: Debs from the source code
Hello, I made a series of modifications on the work that Peter had made, and Jerome Alet (the developer) has accepted them and integrated in PyKota (From the version 1.19alpha30). Now can be generated deb packages, from the source code of PyKota, and if you are a registered user, Jerome Alet offers packages deb of PyKota. Greetings, Sergio González. pgpdiWAVTvZ2v.pgp Description: signature
Processed: libmarc-record-perl
Processing commands for [EMAIL PROTECTED]: > retitle 251875 ITP: libmarc-record-perl -- Perl extension for handling MARC > records Bug#251875: ITP: libmarc-record-perl Changed Bug title. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Processed: libmarc-record-perl
Processing commands for [EMAIL PROTECTED]: > retitle 251875 ITP: libmarc-record-perl Bug#251875: "ITP: libmarc-record-perl" Changed Bug title. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#197041: RFP: ORSA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Package name: ORSA ~ Version : 0.6.1 ~ Upstream Author : Pasquale Tricarico <[EMAIL PROTECTED]> * URL : http://orsa.sourceforge.net * License : GPL ~ Libraries : Qt, GSL, fftw ~ Description : ORSA is an interactive tool for scientific grade ~Celestial Mechanics computations. Asteroids, comets, ~artificial satellites, Solar, and extra-Solar ~planetary systems can be accurately reproduced, ~simulated, and analyzed. ~ Thanks, Pasquale -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBECf3SKyca1tXe78RAkGhAJ9BqGMzAtl/N5kdZTTyoLhT4unFMwCgu2Ot PjsxqyhFAKj8h+SVwRu7LX0= =up7g -END PGP SIGNATURE-
Processed: libmarc-record-perl
Processing commands for [EMAIL PROTECTED]: > owner 251875 ! Bug#251875: RFP: libmarc-record-perl -- Perl extension for handling MARC records Owner recorded as David Everly <[EMAIL PROTECTED]>. > retitle 251875 "ITP: libmarc-record-perl" Bug#251875: RFP: libmarc-record-perl -- Perl extension for handling MARC records Changed Bug title. > -- Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#251875: libmarc-record-perl
I have packaged this but need a sponsor for upload. It is currently available on my personal site using: deb http://users.adelphia.net/~david.everly emilda/sarge/ deb-src http://users.adelphia.net/~david.everly emilda/sarge/ Description: Perl module for handling files of MARC::Record objects Defines MARC fields for use in the MARC::Record module. I suppose you could use them on their own, but that wouldn't be very interesting. . This description was automagically extracted from the module by dh-make-perl. /usr/share/doc/libmarc-record-perl/copyright: This package was debianized by David Everly <[EMAIL PROTECTED]> on Wed, 14 Jul 2004 07:40:32 -0600. It was downloaded from CPAN. Upstream author: Andy Lester <[EMAIL PROTECTED]> This software is copyright (c) 2001-2002 by Andy Lester <[EMAIL PROTECTED]> This software is free software and may be distributed under the same terms as Perl itself. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. -- Encrypted Mail Preferred: Key ID: 8527B9AF Key Fingerprint: E1B6 40B6 B73F 695E 0D3B 644E 6427 DD74 8527 B9AF Information: http://www.gnupg.org/ ASCII ribbon campaign: () against HTML email /\ against Microsoft attachments Information: http://www.expita.com/nomime.html signature.asc Description: Digital signature
Bug#263352: O: wmapm
Package: wnpp Severity: normal This package has no bugs, is dead upstream, and I don't use it and prefer wmbattery, so I'm orphaning it. -- see shy jo signature.asc Description: Digital signature
Bug#235552: RFH: jaws -- just another weblog system
On Tue, Aug 03, 2004 at 08:09:15PM +0200, Martin Michlmayr wrote: > * David Moreno Garza <[EMAIL PROTECTED]> [2004-08-02 20:02]: > > > > Jaws is a very nice weblog, however my time has became more reduced, and > > > > I have given priority to some other packages and Debian work, that's way > > > > I would really like to request help for it. > > > > > > Hmm, should this be a RFH or a RFP? > > > > I would really like to ask for a help (that and also marking it with the > > new RFH tag :), since I'm still interested on this. > > > > However, since it is not packaged yet, shoult this remain as ITP? > > Probably no, that's way it is like a combination of ITP & RFH. > > I don't know what the best procedure is in this case, but I sort of > would like to restrict to RFH to packages already in the archive. I'm > CCing Frank so he can comment as well. Yeah, I would prefer that, too. If you want, you can tag your ITP "help" (and note it in your ITP that more people to work on it are welcome) but the RFH tag is intended for packages that are already there and need help, like a "weaker" version of RFA. There is already a tag for new packages and it's ITP. Everyone interested in the package will check the ITP anyway. But there wasn't a tag yet where a maintainer could state his need of help without stating that he wants to give package away, too. (The original idea proposed by ajt was to redefine the RFA tag but I think it is better this way) Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/
Better Return, lower risk
Are you looking for a way to make money in real estate? Are looking for owning a $200,000 property for 10-20cents on the dollar? If you would like more information on how to take advantage of this opportunity please go to the link below http://www.liensdeeds.com/ad1.html If you would like to be taken off the database please send and email to [EMAIL PROTECTED] and leave your email address in the subject line. Or send a letter to Falomo Office Complex 2nd Floor, Southern Wing Uit D-E, Ikoyi - Lagos Nigeria Thank you and I look forward to talking to you later. ussgxsbgtdsfpwxvvryunjkhiasjoigjjddpiagaqwtpkhbhxvorllxsjajfmobwyvfyqxhpemcbmyzlcvuvbyhxvyryuhzwaadezbbzfkzipwmscaogwewngebbtkbvmxiitpobtsftohkxwyyjubwajvgbxihjcudruiybwjyamyvjzttogzhmmwsajsqdcdkb
Bug#235552: RFH: jaws -- just another weblog system
* David Moreno Garza <[EMAIL PROTECTED]> [2004-08-02 20:02]: > > > Jaws is a very nice weblog, however my time has became more reduced, and > > > I have given priority to some other packages and Debian work, that's way > > > I would really like to request help for it. > > > > Hmm, should this be a RFH or a RFP? > > I would really like to ask for a help (that and also marking it with the > new RFH tag :), since I'm still interested on this. > > However, since it is not packaged yet, shoult this remain as ITP? > Probably no, that's way it is like a combination of ITP & RFH. I don't know what the best procedure is in this case, but I sort of would like to restrict to RFH to packages already in the archive. I'm CCing Frank so he can comment as well. -- Martin Michlmayr [EMAIL PROTECTED]
Please refer to ID 522170
Hi, I sent you an email last week and just wanted to confirm everything. Please review the info below and let me know if you have any questions. I'm happy to inform you that we are accepting you mo rtgage application. If you have bad cr.edit, it is ok. We are ready to give you a $200,000 loa n for $350/month payment. Appr oval process will take 1 minute. Just visit the link below and fill out the short form. Thank You http://homeloanbasics.com/?partid=moffob Best Regards, CEO: Sammie Barron 1st Mor tga ge Group
Bug#263261: ITP: marlin - A GNOME sample editor
Package: wnpp Severity: wishlist Package name: marlin Version : 0.4 Upstream Author : Iain Holmes <[EMAIL PROTECTED]> URL : http://marlin.sourceforge.net/download.html License : GPL Description : A GNOME sample editor Marlin is a powerful sample editor that can extract audio from CDs handling cut, copy, paste and mix operations.It can load and save from a large number of media formats, including: mp3, ogg, wav, au.
Processed: Package uploaded
Processing commands for [EMAIL PROTECTED]: > close 262030 Bug#262030: ITP: laptop-mode-tools -- Userland scripts for laptop mode, a battery-saving mode for Linux 'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing. Bug closed, send any further explanations to Bart Samwel <[EMAIL PROTECTED]> > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#263175: ITP: kwinex-installer -- This KDE-package will download and build TransGaming winex
On 03-Aug-04, 04:03 (CDT), Andreas Mueller <[EMAIL PROTECTED]> wrote: > Package: wnpp > Severity: wishlist > > > * Package name: kwinex-installer Okay, I realize that the KDE/GNOME rivalry requires that every little program have customized KDE and GNOME versions, but really: does having a kwinex-installer program really serve any purpose that wouldn't be met by having a menu entry that ran 'xterm -e winex-installer'? Steve -- Steve Greenland The irony is that Bill Gates claims to be making a stable operating system and Linus Torvalds claims to be trying to take over the world. -- seen on the net
Processed: your mail
Processing commands for [EMAIL PROTECTED]: > retitle 261578 ITA: rdiff-backup -- Backup program to use deltas for history Bug#261578: O: rdiff-backup -- Backup program to use deltas for history Changed Bug title. > owner 261578 [EMAIL PROTECTED] Bug#261578: ITA: rdiff-backup -- Backup program to use deltas for history Owner recorded as [EMAIL PROTECTED] > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#188748: zabbix ..
hi, well, i started working on packages and uploaded following to mentors.debian.net some time ago: zabbix-client - zabbix client for monitoring remote system informations zabbix-doc - zabbix reference manual zabbix-frontend-php - zabbix php frontend zabbix-server - zabbix server for monitoring remote system informations i didn't find persons to test the packages. They're quite hacky, though. It would be good to have some DD to package zabbix with. bye, - michael
Bug#263212: ITP: libclass-dbi-loader-perl -- Dynamic definition of Class::DBI sub classes.
Package: wnpp Severity: wishlist * Package name: libclass-dbi-loader-perl Version : 0.03 Upstream Author : IKEBE Tomohiro <[EMAIL PROTECTED]> * URL : http://search.cpan.org/CPAN/authors/id/I/IK/IKEBE/Class-DBI-Loader-0.03.tar.gz * License : GPL (1 or later) or Perl Artistic Description : Dynamic definition of Class::DBI sub classes. Class::DBI::Loader automates the definition of Class::DBI sub-classes. It scans database schemas to set up tables, columns, and primary keys. Class names are defined by table names and namespace option. It currently supports MySQL, Postgres and SQLite. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (900, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=C, LC_CTYPE=C
Bug#263175: ITP: kwinex-installer -- This KDE-package will download and build TransGaming winex
Package: wnpp Severity: wishlist * Package name: kwinex-installer Version : 0.1 Upstream Author : Torsten Rahn <[EMAIL PROTECTED]> * URL : Torsten Rahn <[EMAIL PROTECTED]> * License : (GPL) Description : This KDE-package will download and build TransGaming winex This KDE-package will download and build TransGaming winex -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: sparc (sparc64) Kernel: Linux 2.4.18 Locale: LANG=C, LC_CTYPE=C
A member at our website is looking for experiences about: wnpp@debian.org
This is not commercial email. ALERT! - A member is trying to share Opinions and Experiences about you via our website. The purpose of this email is to inform you that a submission has been made about you at our website. This is email is not commercial in nature. If this email message was delivered to your spam or bulk email folder please notify your ISP or spam filtering company regarding this mistake on their part. To view submissions about you click here: http://share4.net/lx.php?a=search&b=5&[EMAIL PROTECTED] ShareYourExperiences.com, as the name suggests, is a place where members can meet each other for the purpose of sharing the experiences they have had with people and businesses. IMPORTANT - If you prefer not to be informed if a member posts about you at our website in the future please add your email address to our Do Not Email List here: http://2.share2.info/lx.php?a=donotemail&[EMAIL PROTECTED] Sincerely, SYEC Support Department
Processed: blah
Processing commands for [EMAIL PROTECTED]: > retitle 263127 O: gwrapguile -- g-wrap: Tool for exporting C libraries into > Scheme interpreters Bug#263127: O: gwrapguile -- Development package for libgwrapguile1 Changed Bug title. > retitle 263131 O: k6fftwgel -- Library for computing Fast Fourier Transforms > on AMD K6-2 Bug#263131: O: k6fftwgel Changed Bug title. > retitle 263132 O: k7fftwgel -- Library for computing Fast Fourier Transforms > on AMD K7 Bug#263132: O: k7fftwgel Changed Bug title. > retitle 263133 O: p4fftwgel -- Library for computing Fast Fourier Transforms > on Intel P4 Bug#263133: O: p4fftwgel Changed Bug title. > thanks dude Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#263165: RFH: freetds -- libraries for connecting to MS SQL and Sybase SQL servers
Package: wnpp I'm looking for a comaintainer for the freetds package. The package could use a refresh from upstream prior to the sarge release, since the version currently in the archive is several months out of date and has known deficiencies that are fixed in newer versions; and I happen to have conveniently left myself with very little time left between now and the release. -- Steve Langasek postmodern programmer signature.asc Description: Digital signature
Bug#255575: ITP: libparapin -- Library that allows control of individual pins of LPT port
What is the difference between this and the already existing libieee1284? -- Ryan Underwood, <[EMAIL PROTECTED]> signature.asc Description: Digital signature
Bug#263145: RFP: websvn -- WebSVN is a webinterface to subversion repositories
Package: wnpp Severity: wishlist * Package name: websvn Version : 150 Upstream Author : tarmes <[EMAIL PROTECTED]> * URL : http://websvn.tigris.org/ * License : GPL Description : WebSVN is a webinterface to subversion repositories WebSVN offers a view onto your subversion repositories that's been designed to reflect the Subversion methodology. You can view the log of any file or directory and see a list of all the files changed, added or deleted in any given revision. You can also view the differences between 2 versions of a file so as to see exactly what was changed in a particular revision. WebSVN offers the following features: * Easy to use interface * Highly customisable templating system * Log message searching * Colourisation of file listings * Blame support * Fast browsing thanks to internal caching feature * Apache MultiViews support * RSS Feed support Since it's written using PHP, WebSVN is also very portable and easy to install. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7 Locale: LANG=en_US, LC_CTYPE=de_DE (ignored: LC_ALL set to en_US)