From Bruno.Cornec at hp.com Mon Nov 2 13:27:15 2009 From: Bruno.Cornec at hp.com (Bruno Cornec) Date: Mon, 2 Nov 2009 14:27:15 +0100 Subject: [FOSDEM-Dist2010] Some topic ideas In-Reply-To: <4AEEB1DF.7030301@fosdem.org> References: <4AEEA865.3060506@gentoo.org> <20091102104751.54ee898b@plaetinck.be> <4AEEB1DF.7030301@fosdem.org> Message-ID: <20091102132715.GC22148@morley.gre.hp.com> Hello, Pascal Bleser said on Mon, Nov 02, 2009 at 11:18:07AM +0100: > Absolutely, that's clearly a major pain point: > 1) how to avoid having each distribution having to run into the same issues and > doing their own patches > 2) how to better work with upstream regarding such patches This is where the activities around vcs-pkg.org could be helpful in such discussions, and I think some of their members should be invited to that discussion. I'm for myself involved in the http://trac.project-builder.org project, which also has close relationships with these topics, and I'd like as well to be able to interact during this miniconf. Bruno. -- Linux Profession Lead EMEA / Open Source Ambassador \ EMEA CME Sol. Center http://www.mondorescue.org / HP/Intel Solution Center \ http://hpintelco.net Des infos sur Linux? http://www.HyPer-Linux.org http://www.hp.com/linux La musique ancienne? http://www.musique-ancienne.org http://www.medieval.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From sejuga22 at hotmail.com Mon Nov 9 22:48:16 2009 From: sejuga22 at hotmail.com (sergio jurado garzon) Date: Mon, 9 Nov 2009 22:48:16 +0000 Subject: hi3 Message-ID: hi Please forgive us to disturb your precious time.We are Tianlong company.This is a electronic company.one of the biggest international trading wholesalers in China.We mainly sell electrical products. We can offer the high quality and competitive price, and all the products come with international warranty. If you have time, please visit our website. ? Thanks & Best Regards, ? Ricky Li Tianlong Co., Ltd. W e b s i t e:yiship.com MSN:yiship at hotmail.com Email:yiship at 188.com Address: Number 03, dongchun Road, Minghang District Shanghai,China _________________________________________________________________ Date una vuelta por Sietes y conoce el pueblo de los expertos en Windows 7 http://www.sietesunpueblodeexpertos.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From TheCuteKid at iammyownboss.co.uk Sat Nov 14 18:26:33 2009 From: TheCuteKid at iammyownboss.co.uk (TheCuteKid at iammyownboss.co.uk) Date: Sat, 14 Nov 2009 18:26:33 +0000 Subject: Cute Kid of the Year - enter to win $25,000 Message-ID: Welcome to The CuteKid, the internet?s largest online child photo contest! Judged by professional talent and casting agents. Do you have a Cute Kid? If so, we invite you to join our growing community of loving parents just like you by submitting a photo of YOUR cute kid for a chance to win a $25,000 College Tuition Fund! Submit your photo today! Enter today and receive instant rewards like a 1 year subscription to Parenting Magazine and a 8X10 Canvas portrait of your photo. If you have a cute kid that is just waiting to be discovered, don?t delay. Membership is free and easy ? Sign Up Today! For more information about the 2008 CuteKid? of the Year Contest, please visit our How it Works page. If you seek more information including our address, Click here. -- If you do not want to receive any more newsletters, http://www.solduk.com/design/mailer/?p=unsubscribe&uid=4bcd2027a4a10f46dd9a98dbee253cfb To update your preferences and to unsubscribe visit http://www.solduk.com/design/mailer/?p=preferences&uid=4bcd2027a4a10f46dd9a98dbee253cfb Forward a Message to Someone http://www.solduk.com/design/mailer/?p=forward&uid=4bcd2027a4a10f46dd9a98dbee253cfb&mid=4 -- Powered by PHPlist, www.phplist.com -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: powerphplist.png Type: image/png Size: 2408 bytes Desc: not available URL: From info at geniedream.com Thu Nov 19 17:28:20 2009 From: info at geniedream.com (info at geniedream.com) Date: Thu, 19 Nov 2009 18:28:20 +0100 Subject: MAKE MONEY FAST!! Message-ID: <0bbd77be2e9a153af7af0461f14acf99@mailer.geniedream.com> CHECK IT OUT !! http://WWW.MAKEMONEYWITHGOLD.CO.UK http://www.makemoneywithgold.co.uk a subsidiary of http://www.geniedream.com World Class Series . A Genie Dream Product www.geniedream.com -- If you do not want to receive any more newsletters, http://mailer.geniedream.com/?p=unsubscribe&uid=a6c5bf2b9b1e7ed0c2f48ddf4518901d To update your preferences and to unsubscribe visit http://mailer.geniedream.com/?p=preferences&uid=a6c5bf2b9b1e7ed0c2f48ddf4518901d Forward a Message to Someone http://mailer.geniedream.com/?p=forward&uid=a6c5bf2b9b1e7ed0c2f48ddf4518901d&mid=1 -- Powered by PHPlist, www.phplist.com -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: powerphplist.png Type: image/png Size: 2408 bytes Desc: not available URL: From fbriere at fbriere.net Tue Nov 24 18:15:53 2009 From: fbriere at fbriere.net (=?UTF-8?Q?Fr=C3=A9d=C3=A9ric_Bri=C3=A8re?=) Date: Tue, 24 Nov 2009 18:15:53 +0000 (UTC) Subject: Anybody else annoyed by dpkg-source -b applying patches? Message-ID: I'm thinking of filing a wishlist against dpkg over this, but I'd like to hear your opinion beforehand. Basically, building the source of a 3.0 (quilt) package with dpkg-source -b will apply all patches to the source directory beforehand. This makes sense if you are managing your patches using quilt (in which case they are probably applied most of the time), but not so much when patches are worked on in separate branches (in which case they are never applied on the main branch). Every time I run dpkg-source -b, I have to do a quilt pop -a afterwards, and get rid of debian/patches/.dpkg-source-applied as well. Not to mention that if I left a file lying around for later uses (say, a TODO or log), it will be gobbled up in the debian-changes-version patch, and end up being deleted upon unpatching. (Now, I know that most *-buildpackage commands allow you to export the source to a temporary directory, but sometimes I prefer leaving a pbuilder chroot open and copying the source there manually, instead of launching a whole *-buildpackage each time.) So, I'm thinking of requesting an option to stop dpkg-source from messing around with my source directory. Two possible solutions come to mind: - Skip the application of patches (--no-preparation), and compare the source directory with the upstream, unpatched tarball(s). Either warn or abort if they differ (the diff may not apply on top of the other patches), with an option to keep going in the second case. - Copy the source directory to a temporary location, and apply the patches there. What do you all think? Am I making sense, or am I the only one driven nuts by this? :) -- ...Deep Hack Mode -- that mysterious and frightening state of consciousness where Mortal Users fear to tread. -- Matt Welsh From joseluisalzaga2 at hotmail.com Sat Nov 28 10:25:43 2009 From: joseluisalzaga2 at hotmail.com (jose luis alzaga santacruz) Date: Sat, 28 Nov 2009 10:25:43 +0000 Subject: hij Message-ID: hi Please forgive us to disturb your precious time.We are Hailong company.This is a electronic company.one of the biggest international trading wholesalers in China.We mainly sell electrical products. We can offer the high quality and competitive price, and all the products come with international warranty. If you have time, please visit our website. ? Thanks & Best Regards, ? Ricky Li Tianlong Co., Ltd. W e b s i t e:ieship168.com MSN:ieship168 at hotmail.com Email:ieship168 at 188.com Address: Number 03, dongchun Road, Minghang District Shanghai,China _________________________________________________________________ Deja que Sietes te ense?e todo los secretos de Windows http://www.sietesunpueblodeexpertos.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bruno.Cornec at hp.com Mon Nov 30 23:40:30 2009 From: Bruno.Cornec at hp.com (Bruno Cornec) Date: Tue, 1 Dec 2009 00:40:30 +0100 Subject: [ANNOUNCE] Project pb version 0.9.8 is now available Message-ID: <20091130234030.GA683@morley.gre.hp.com> Hello, Hoping this announce related to a tool trying to give some solutions to people interested by multiple packages generation may be of interest. Main Web site at http://trac.project-builder.org Best regards, Bruno. ----- Forwarded message from Bruno Cornec ----- From: Bruno Cornec Date: Tue, 1 Dec 2009 00:25:06 +0100 To: pb-announce at project-builder.org, pb-devel at project-builder.org List-Archive: Project pb version 0.9.8 is now available The project team is happy to announce the availability of a newest version of pb 0.9.8. Enjoy it as usual! Now available at ftp://ftp.project-builder.org Among the news, pb now supports (Open)Solaris packages generation and also (Open)Solaris VM, improves Debian support, externalize completely in /etc/pb/ pb.conf distribution dependant information and provides a .pbrc template by default. ./debian/4.0/project-builder_0.9.8-1_all.deb ./debian/5.0/project-builder_0.9.8-1_all.deb ./fedora/4/project-builder-0.9.8-1.fc4.noarch.rpm ./fedora/5/project-builder-0.9.8-1.fc5.noarch.rpm ./fedora/6/project-builder-0.9.8-1.fc6.noarch.rpm ./fedora/7/project-builder-0.9.8-1.fc7.noarch.rpm ./fedora/8/project-builder-0.9.8-1.fc8.noarch.rpm ./fedora/9/project-builder-0.9.8-1.fc9.noarch.rpm ./fedora/10/ ./fedora/11/ project-builder-0.9.8-1.fc10.noarch.rpm project-builder-0.9.8-1.fc11.noarch.rpm ./fedora/12/ ./mandriva/2006.0/ project-builder-0.9.8-1.fc12.noarch.rpm project-builder-0.9.8-1.mdv2006.0.noarch.rpm ./mandriva/2007.0/ ./mandriva/2007.1/ project-builder-0.9.8-1.mdv2007.0.noarch.rpm project-builder-0.9.8-1.mdv2007.1.noarch.rpm ./mandriva/2008.0/ ./mandriva/2008.1/ project-builder-0.9.8-1.mdv2008.0.noarch.rpm project-builder-0.9.8-1.mdv2008.1.noarch.rpm ./mandriva/2009.0/ ./mandriva/2009.1/ project-builder-0.9.8-1.mdv2009.0.noarch.rpm project-builder-0.9.8-1.mdv2009.1.noarch.rpm ./mandriva/2010.0/ ./redhat/9/ project-builder-0.9.8-1.mdv2010.0.noarch.rpm project-builder-0.9.8-1.redhat9.noarch.rpm ./rhel/3/project-builder-0.9.8-1.rhel3.noarch.rpm ./rhel/4/project-builder-0.9.8-1.rhel4.noarch.rpm ./rhel/5/project-builder-0.9.8-1.rhel5.noarch.rpm ./sles/9/project-builder-0.9.8-1.sles9.noarch.rpm ./sles/10/ ./sles/11/ project-builder-0.9.8-1.sles10.noarch.rpm project-builder-0.9.8-1.sles11.noarch.rpm ./suse/10.1/ ./ubuntu/7.04/project-builder_0.9.8-1_all.deb project-builder-0.9.8-1.suse10.1.noarch.rpm ./ubuntu/6.06/project-builder_0.9.8-1_all.deb ./ubuntu/7.10/project-builder_0.9.8-1_all.deb ./ubuntu/8.04/project-builder_0.9.8-1_all.deb ./ubuntu/8.10/project-builder_0.9.8-1_all.deb ./ubuntu/9.04/project-builder_0.9.8-1_all.deb ./ubuntu/9.10/project-builder_0.9.8-1_all.deb ./asianux/3/ ./asianux/2/ project-builder-0.9.8-1.asx3.noarch.rpm project-builder-0.9.8-1.asx2.noarch.rpm ./opensuse/11.1/ ./opensuse/11.2/ project-builder-0.9.8-1.opensuse11.1.noarch.rpm project-builder-0.9.8-1.opensuse11.2.noarch.rpm As usual source packages are also available in the same directory. Changes are : PERL-PROJECTBUILDER CHANGES - Removes dependency on GNU install to be more portable (Bruno Cornec) - Improves setupvm for RHEL 3 (Bruno Cornec) - Add support for Fedora 12, Mandriva 2010.0, OpenSuSE 11.2, Ubuntu 9.10 (Bruno Cornec) - Do not add conf files if already present in the list (changing pbconffiles into a hash for that to still keep order as this is mandatory) (Bruno Cornec) - Adds Solaris port, Solaris build files, generation of Solaris build file skeleton (Bruno Cornec) - Externalize in /etc/pb/pb.conf all distribution dependant information formely in Distribution.pm (Bruno Cornec) - Adds option support for pbdistrocheck (-v and -d) PB CHANGES - Improves Debian support by a/ allowing PBDESC to be used in control file with space prepended. b/ prepend 0 to non digit versions such as devel. c/ creating debian pbfilter files for PBDEBSTD and PBDEBCOMP macros used in control (Bruno Cornec) - Uses pbtag for ebuild and pkg packages (Bruno Cornec) - Improves setupvm for RHEL 3 (Bruno Cornec) - Add support for Fedora 12, Mandriva 2010.0, OpenSuSE 11.2, Ubuntu 9.10 (Bruno Cornec) - Updates Module-Build to 0.35 version (Bruno Cornec) - Do not add conf files if already present in the list (changing pbconffiles into a hash for that to still keep order as this is mandatory) (Bruno Cornec) - Improve some testver usages and fix #51. Now passing false to testver works (Bruno Cornec) - ChangeLog file now created by pb_cms_log (Bruno Cornec) - Adds Solaris port, Solaris build files, generation of Solaris build file skeleton (Bruno Cornec) - Force to always build for the local distribution by default (Bruno Cornec) - Create a ~/.pbrc as template if no previous one was there - Fix #47 (Bruno Cornec) ----- End forwarded message ----- -- Linux Profession Lead EMEA / Open Source Ambassador \ EMEA CME Sol. Center http://www.mondorescue.org / HP/Intel Solution Center \ http://hpintelco.net Des infos sur Linux? http://www.HyPer-Linux.org http://www.hp.com/linux La musique ancienne? http://www.musique-ancienne.org http://www.medieval.org