ITP vexim2
hi my name is Daniel Knabl, i am from Austria, so please excuse my poor English ;) first of all i have to say "thank you" for your great work. there is a nice little application called vexim [1], it is used for managing a virtual mailing system based on exim4 and mysql, and it is fully compatible to the programms in courier-suite (pop,imap + SSL). this application is basically a set of php-scripts. also there is a simple but working configfile for exim4 and both courier pop and imap. i found this solution at http://debainhowto.de [2]. there are some things to be changed within the mysql.sql dump and within the php files. therefor i can NOT package this useful software. is there anybody - preferred German speakers - who is willing and able to package this OR to give assistance to me (i would try packaging when there is somone helping me)??? [1] http://silverwraith.com/vexim/features.html [2] http://debianhowto.de/de:howtos:sarge:exim4_vexim2_courier_mailman -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgprYwGwrc4la.pgp Description: PGP signature
packaging problem - no binary
fi folks as i announced, i would like to package vexim. for now i have some problems with dpkg-buildpackage -rfakeroot -d |dh_gencontrol |dpkg-gencontrol -ldebian/changelog -isp |-Tdebian/vexim.substvars -Pdebian/vexim dpkg-gencontrol: error: control |file must have at least one binary package part dh_gencontrol: command |returned error code 65280 make: *** [binary-arch] Fehler 1 maybe this happens, because the application exists of only php files and docu? Until now i was not able to find a solution for packaging this application. as Florian Ragwitz wrote to me in a private email, this could be more difficult than expected. if there is anyone willing to help me getting started, please have a look at http://knabl.com/~daniel/vexim-2.0.1/ in there you find all the prepared files, especially debian/rules and debian/postinst need some review. -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgpTmdNDGs23A.pgp Description: PGP signature
Re:%20Re: packaging problem - no binary
Hi Matt, maybe i didn't stress it out: the sources were prepared using dh_make. as said in one of my previous mails i already stand in contact with Florian Ragwitz; he also offered to act as "sponsor" for my package. but for now i have plenty of things to learn and to fix in this first release ;-) -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgpg8wm4Ch4Ve.pgp Description: PGP signature
Re:%20Re: packaging problem - no binary
Hi Ondrej, this fixed my previous problem. that is good. but now there is again a problem: |dpkg-deb: baue Paket =BBvexim=AB in =BB../vexim_2.0.1-1_all.deb=AB. |dpkg-deb: Conffile =BB/etc/exim4/vexim-acl-check-content.conf=AB kommt |nicht im Paket vor dh_builddeb: command returned error code 512 |make: *** [binary-arch] Fehler 1 it seems there is no =BB/etc/exim4/vexim-acl-check-content.conf=AB, although it really is there. any hints? -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgpbinCZQ8nMK.pgp Description: PGP signature
Re: Re: packaging problem - no binary
@Ondrej: this fixed my previous problem. that is good. but now there is again a problem: |dpkg-deb: baue Paket =BBvexim=AB in =BB../vexim_2.0.1-1_all.deb=AB. |dpkg-deb: Conffile =BB/etc/exim4/vexim-acl-check-content.conf=AB kommt |nicht im Paket vor dh_builddeb: command returned error code 512 |make: *** [binary-arch] Fehler 1 it seems there is no >>/etc/exim4/vexim-acl-check-content.conf<<, although it really is there. any hints? @Matthew: Florian Ragwitz offered himself as "sponsor"; i also have read this FAQ and the instructions. nevertheless there are problems i have to face at the beginning - as you might see ;-) thank you Daniel -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgpA4YYY4LH8r.pgp Description: PGP signature
Re: Re: ITP vexim
@Adrian: already done. @Marc: the packaging was done with source prepared by dh_make. -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgptmxiRfzuEB.pgp Description: PGP signature
Re: ITP vexim
Am Mon, 09 Jan 2006 10:30:32 +0100 Marc Haber <[EMAIL PROTECTED]> schrieb: > ... Please don't break them on purpose by > introducing conventions originating in web forums. It seems, there is something misconfigured in my Sylpheed-Claws. I will try to fix this as soon as possible. > As to your beginner-level packaging questions, I'd like to kindly > point you to debian-mentors. I agree ;-) BTW debian-mentors sounds useful. > Greetings > Marc Greetings Daniel -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B pgpUFI22EWwtS.pgp Description: PGP signature
ITP vexim
Hi there, as i use this piece of software already on my own host, i would like to provide it to any other users. for the first steps i have created a directory "vexim-2.2.rc1". it includes all of the used files (most are *.php files). next i did "dh_make" on it. as i think it is a single binary i have coosen this. if there is anyone willing and/or able to help me with the next steps i would be very happy. right now i have some questions on how to get debconf and templates working, so that the user can interact whilest installing. this would be very important - however i do not really know, how to get the user's input and how to process it further. i think about cryptic postinst script using many lines containing sed s/@bla@/$user_in/ > $tempfile ... but first of all i would need some help on the control-file, the rules-file and on "how to resolve dependencies" of my package. anyone willing to help: have a look at http://knabl.com/~daniel/vexim there you will find my (at least daily) changed files, and every change that seems to work or needs to be fixed will also be there. sorry, but i can not install cvs or svn repository there, it is just my user-account ;-) thanks in advance Daniel -- mfg Daniel Knabl http://www.tirolinux.net PGP Fingerprint [EMAIL PROTECTED] A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#349650: ITP: vexim -- virtual mail hosting with exim4, php, mysql - closes #348846
Package: wnpp Severity: wishlist Owner: Daniel Knabl <[EMAIL PROTECTED]> * Package name: vexim Version : 2.2.rc1 Upstream Author : Avleen Vig <[EMAIL PROTECTED]> * URL : http://silverwraith.com/vexim * License : GPL Description : virtual mail hosting with exim4, php, mysql - closes #348846 virtual mail hosting based on php and mysql for exim4 vexim is a virtual mail hosting system based on php and mysql backend for the exim4 MTA. It also includes ability to manage spamassassin and clamav integration and configuration management. some examples, what can be done: Siteadmins: local domains, alias domains, relay domains Postmasters (of domains): useraccounts, aliases, groups, catchall Users: password change, setting of spamlevels, virus scanner It works with courier mail suite (pop/ssl, imap/ssl, authdaemon) and any other mail suite that supports mysql/pgsql backend. This package replaces exim4-config. It is not part of the official exim4 package. For more info visit: http://www.silverwraith.com/vexim/ -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (400, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
NMU for mantis - dependecy for php5 fixed
Hi all, could anyone please have a look at the changes I've made to the mantis package?! It should now support/depend on/work with php5 too. Also I've tested it on several machines both with testing and unstable, and there were no errors during installation nor with upgrades from earlier versions. The files can be found here: http://www.tirolinux.net/~daniel/mantis/mantis_0.19.4-3.3.diff.gz http://www.tirolinux.net/~daniel/mantis/mantis_0.19.4-3.3.dsc http://www.tirolinux.net/~daniel/mantis/mantis_0.19.4-3.3_all.deb http://www.tirolinux.net/~daniel/mantis/mantis_0.19.4-3.3_i386.changes Kind regards Daniel -- Daniel Knabl knabl.com/~daniel [EMAIL PROTECTED] PGP/GPG Fingerprint - please send signed mail only A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B signature.asc Description: PGP signature
NMU for mantis - new upstream and some bugfixes
Hi all! Once again, after I reviewed the "outstanding bugs" list, I intended to package the new upstream version of mantis and to fix some bugs, at least those I was able to ;) The files: http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0.diff.gz http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0.dsc http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0_all.deb http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0_i386.changes http://knabl.com/~daniel/mantis/mantis_0.19.4.orig.tar.gz Please have a look at the files and let me know, if they are OK. kind regards Daniel -- Daniel Knabl aio4u.com/~daniel [EMAIL PROTECTED] PGP/GPG Fingerprint - please send signed mail only A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B signature.asc Description: PGP signature
Re: NMU for mantis - new upstream and some bugfixes
Am Fri, 11 Aug 2006 16:37:28 +0200 schrieb Daniel Knabl <[EMAIL PROTECTED]>: > The files: > > http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0.diff.gz > http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0.dsc > http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0_all.deb > http://knabl.com/~daniel/mantis/mantis_0.19.4-4.0_i386.changes > http://knabl.com/~daniel/mantis/mantis_0.19.4.orig.tar.gz So, I have mixed up something, sorry for that. If it is the right way (for a NMU) then the version should be changed too? In this case there are new files available here: http://knabl.com/~daniel/mantis/mantis_1.0.5-0.1.dsc http://knabl.com/~daniel/mantis/mantis_1.0.5-0.1.tar.gz http://knabl.com/~daniel/mantis/mantis_1.0.5-0.1_all.deb http://knabl.com/~daniel/mantis/mantis_1.0.5-0.1_i386.changes No matter, if I will ever be on the right level, I WILL continue to try making contibutions. Please keep in mind, that I just want to contribute, and I do NOT intend to become the new maintainer for mantis. If there are people around, that can do this work in a better way, then feel free to do so! If my "work" is welcome - as I hope - then I will try to go on with it. If it is NOT, or if it is of too low quality, then just ignore my tries. kind regards Daniel -- Daniel Knabl www.tirolinux.net [EMAIL PROTECTED] PGP/GPG Fingerprint - please send signed mail only A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B signature.asc Description: PGP signature
Re: NMU for mantis - new upstream and some bugfixes
Hi again, > No matter, if I will ever be on the right level, I WILL continue to > try making contibutions. Please keep in mind, that I just want to > contribute, and I do NOT intend to become the new maintainer for > mantis. If there are people around, that can do this work in a better > way, then feel free to do so! > > If my "work" is welcome - as I hope - then I will try to go on with > it. If it is NOT, or if it is of too low quality, then just ignore my > tries. Thanks to Amaya, now my work is available through the debian mentors website: http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=mantis I also tried to fix the todos on the list mentioned by Amaya, furthermore I duilt it again using pbuilder (upgraded to sid, as mentioned on workaround.org). All without errors or warnings. So for now I would appreciate any comments that lead to a good debian package. thanks and kind regards Daniel -- Daniel Knabl www.tirolinux.net [EMAIL PROTECTED] PGP/GPG Fingerprint - please send signed mail only A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B signature.asc Description: PGP signature
tg3 firmware - was (Fw: [CASE#221365]: Closed - need firmware files)
Seems to me that Broadcom Inc. does really allow Debian to re-distribute the included firmware explicitly. regards Daniel Begin forwarded message(s): Datum: Thu, 9 Apr 2009 05:02:23 -0700 Von: nic_technology_supp...@broadcom.com An: dan...@tirolinux.net Betreff: [CASE#221365]: Closed - need firmware files Update Time: Apr 9 2009 5:00AM PST/PDT Field: Status Old Value: Resolved New Value: Closed -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Apr 2 2009 1:21PM PST/PDT Our Linux driver as a whole is released under GPL license; therefore, I don't see any issue with re-distributing the driver. -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* dan...@tirolinux.net Apr 2 2009 12:00PM PST/PDT So can you please clarify that to me and especially to the Debian Maintainers: Is the Debian project allowed to redistribute the firmware included in your drivers? Anyway, what would stand against the right to re-distribute firmware for a product/device that is already property of the customer who bought it? kind regards -- Daniel Knabl www.tirolinux.net dan...@tirolinux.net PGP/GPG Fingerprint - please send signed mail only A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Apr 2 2009 10:35AM PST/PDT These micro-codes are embedded into our drivers, we do not provide these separately. --- ISSUE SUMMARY --- Project: NIC Tech Product: BCM5906 Item: Linux 32 Status: Closed Requester: Daniel Knabl Company: Broadcom Corporation Req. Priority: Low Summary: need firmware files Description: Debian does not provide firmware files, because they are not provided with source code which is necessary because of GPL. please provide the following firmware: tso-1.4.0, tg3_tso5.bin, tg3_tso.bin, tg3.bin Operating System: Linux 32 Additional OS Info: Debian Lenny 5.0 System Model: Lenovo 3000 N200 Device Type: On Board Driver Version: 3.92.1 Ethernet Controller: BCM5906 --- To view attachments for this case click on this link: https://support.broadcom.com/IMS/Public/IssueAttachments.aspx?IssueId=221365&AccessCode=39902503480787040 --- --- INSTRUCTIONS: To update this case, reply to this email maintaining the full Case ID [including square parentheses] in the subject field. To avoid cluttering the "Notes" field, please delete the original message text before sending your reply. Original MailTo: dan...@tirolinux.net -- Daniel Knabl www.tirolinux.net dan...@tirolinux.net PGP/GPG Fingerprint - please send signed mail only A069 671B 39F2 E9B9 FB34 68BB 4BEC 1344 C8A4 3F0B signature.asc Description: PGP signature