Re: Trains from Debconf to Munich, Koeln, Paris, London, Cambridge

2011-03-20 Thread Mike Dupont
HI all,
I was wondering if any of you are interested in visiting some other free
software groups in the balkans when you are down there. I have good contacts
in Prishtina, Tirana, Skopje, Thessaloniki, Belgrade etc, if anyone is
interested for example to visit and talk in Prishtina, I would love to book
you for our flossk team. If you are interested, drop a line to
i...@flossk.org and we can arrange something.

thanks,
mike

On Sun, Mar 20, 2011 at 4:50 PM, Ian Jackson <
ijack...@chiark.greenend.org.uk> wrote:

> Thomas Koch writes ("Re: Trains from Debconf to Munich, Koeln, Paris,
> London, Cambridge"):
> > Paris-Okucani takes less then 20 hours:
> > Paris Est 15:24
> > München Hbf 21:37
> > München Hbf 23:40
> > Okucani 10:49
>
> Can you tell me where you got that information ?  bahn.hafas.de shows
> two departures from Munich at 23:40, the sleepers to Budapest and
> Zagreb (which are the same train at departure and split after
> Salzburg).  The Budapest sleeper (EN463) terminates at 08:49 and the
> Zagreb sleeper (D499) at 08:40.
>
> > [1] http://wiki.debconf.org/wiki/DebConf11/BanjaLuka#Arrival
>
> This mentions EN465/D415 which runs from Zurich.
>
> Ian.
>
>
> --
> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive:
> http://lists.debian.org/19846.8758.95000.20...@chiark.greenend.org.uk
>
>


-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova and Albania flossk.org
flossal.org


Re: Debian stickers

2012-07-22 Thread Mike Dupont
That would be great! It would help when shopping!

On Sat, Jul 21, 2012 at 2:48 PM, Philip Ashmore
wrote:

> Has anyone thought of making Debian stickers for
> 1. products that work with Debian
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
 Saving wikipedia(tm) articles from deletion
http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3


Call for speakers, SFK12 sept 7-9 in Prishtina

2012-07-22 Thread Mike Dupont
Dear Debian Developers,
We are looking for speakers for the upcoming fourth edition of Software
Freedom Kosova Conference in Prishtina,
http://www.flossk.org/en/blog/software-freedom-kosova-2012
let me know if you have time.
mike


-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
 Saving wikipedia(tm) articles from deletion
http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3


Re: Proposal: Making Debian compiler agnostic

2012-08-28 Thread Mike Dupont
Hi there,
I love the gcc and fully support it. Not only should we support different
gcc options but of course other compilers like the llvm.
There are also things like profile feedback that could be interesting to
collect on a project wide basis.
mike

On Tue, Aug 28, 2012 at 5:18 PM, Sylvestre Ledru wrote:

> Hello,
>
> This summer, during the Google Summer of Code (GSoC), we have been
> working to provide a way to rebuild the archive with a non-gcc compiler
> (in our case: clang).
>
> Our project's intent is not to change the default compiler, just use a
> secondary compiler to generate more errors or warnings for package
> maintainers to be aware of. In most cases, keeping both compilers happy
> would result in higher quality code, something I think we can all get
> behind.
>
> During our work, we have found a few interesting issues, and would like
> to push for some package policy changes for Jessie.
>
> Currently, it is the case that some packages are expecting gcc and g++
> to be the default and (almost) only C and C++ compilers. While it has
> been the case for the early days of the project, this assumption causes
> more and more issues for folks who want to use something _other_ then
> gcc or g++.
>
> A lot of packages featuring "NIH" build toolchains do not respect CC, in
> a lot of cases. This will be the source of most of the problems, as most
> autotool or cmake setups should respect CC.
>
> As a next step, we would like to propose that all packages respect $CC
> and $CXX, when set.
>
> In cases where this is not technically possible, /usr/bin/cc or
> /usr/bin/c++ should be used in place of /usr/bin/gcc or /usr/bin/g++,
> although this is discouraged as well, and should not crop up often (if
> at all), as doing this will make life very hard for cross-builders
>
> The idea here is not so much for our project in of it's self, it is to
> make sure we respect user-local configuration, or system-wide
> configuration, regardless of what compiler that is.
>
> We would like to propose the same approach for Fortran and Objective-C,
> but it seems that it is not as clear as the C/C++ convention. If someone
> could provide sane env-vars for these two, it would be very helpful.
>
> We should also make the following assumption -- the CC / CXX compiler
> will accept gcc compatible arguments, with only very minor changes that
> are gcc compatible as well (such as using -O3 rather then the
> meaningless -O6, etc). The clang compiler, for example, considers
> incompatible arguments with gcc a bug.
>
> Therefore, we would like to propose an update of Debian policy, to take
> effect after the Wheezy release.
>
> "4.9 Main building script: debian/rules"
> stating:
> -
> Hardcoded usage of CC or CXX (for example, CC=gcc) should be avoid and
> documented if necessary.
> Debian build tools must respect the CC and CXX variables if provided. If
> not, they shall default to /usr/bin/cc and /usr/bin/c++
> -
>
> If a rough consensus is reached it is our intent to make this into a
> release goal.
>
> Thanks,
> Sylvestre Ledru and Paul Tagliamonte
>
>
>
> --
> To UNSUBSCRIBE, email to 
> debian-devel-REQUEST@lists.**debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/**503ce158.5090...@debian.org
>
>


-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion
http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3


Re: Some suggestion

2011-12-02 Thread Mike Dupont
so what is the difference, I am using unstable and it rolls
mike

On Fri, Dec 2, 2011 at 7:59 PM, pei deng  wrote:
> I think debian should release  a publish version with roll updating as
> archlinux. and remove testing and sid version.
>
> because 'roll' is really a very good mechanism for software publish and
> test.
>
>
>
> --
> Regards,
> Deng Pei
>
> Software Engineering Institute
> HP GDSCA CDC
> Fedora Project Maintainer
> dpwa...@gmail.com
> dpwalle.users.sf.net
> East China Normal University, Shanghai, China 200062
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAF0qKV32ndOGsANkwNiN=7xqba_3gcwp7egupsegpnprjj1...@mail.gmail.com



Re: Introducing codesearch.debian.net, a regexp code search engine

2012-11-06 Thread Mike Dupont
LOVE IT!!! THANK YOU SO MUCH


On Tue, Nov 6, 2012 at 12:05 PM, Michael Stapelberg
wrote:

> Hi,
>
> I hereby announce a new Debian project: Debian Code Search.
>
> Debian Code Search is a search engine for program source code within
> Debian.
>
> It allows you to search all ≈ 17000 source packages,
> containing 130 GiB of FLOSS source code (including Debian
> packaging) with regular expressions.
>
> You can use the search engine at http://codesearch.debian.net/
> Here are a few sample queries:
> • http://codesearch.debian.net/search?q=workaround+package%3Alinux
> • http://codesearch.debian.net/search?q=XCreateWindow
> • http://codesearch.debian.net/search?q=AnyEvent%3A%3AI3+filetype%3Aperl
>
> The corresponding thesis (and source code, of course) will be released
> soon (2013-01-15 being the deadline, but I hope I can do it
> earlier).
>
> I hope you find it useful and would love to hear your feedback.
>
> --
> Best regards,
> Michael
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3


Re: more about Zookeeper

2011-06-12 Thread Mike Dupont
Hi,
this sounds interesting, where can I find packages to test?
mike

On Sun, Jun 12, 2011 at 12:07 PM, Ted Dunning  wrote:

> Zookeeper




-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova and Albania flossk.org
flossal.org


Re: more about Zookeeper

2011-06-12 Thread Mike Dupont
Thanks, I would like to try it out. I am currently experimenting with
kestrel for creating a distributed openstreetmap rendering system.
http://osmopenlayers.blogspot.com/2011/06/get-started-with-renderbot-net.html

I have looked at hadoop before, but I dont know if it will be good for a p2p
network.

mike

On Sun, Jun 12, 2011 at 12:51 PM, Ted Dunning  wrote:

> Perhaps this is what you need: http://packages.debian.org/sid/zookeeper
>
> On Sun, Jun 12, 2011 at 12:49 PM, Ted Dunning 
> wrote:
> > Debian packages?
> >
> > Or the original code itself?
> >
> > On Sun, Jun 12, 2011 at 12:36 PM, Mike  Dupont
> >  wrote:
> >> Hi,
> >> this sounds interesting, where can I find packages to test?
> >> mike
> >>
> >> On Sun, Jun 12, 2011 at 12:07 PM, Ted Dunning 
> wrote:
> >>>
> >>> Zookeeper
> >>
> >>
> >> --
> >> James Michael DuPont
> >> Member of Free Libre Open Source Software Kosova and Albania flossk.org
> >> flossal.org
> >>
> >
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova and Albania flossk.org
flossal.org


Help for testing

2011-09-18 Thread Mike Dupont
I have a first running version of hiphop for php debian packaging.
The server side stuff that uses a custom libevent is basically commented
out, so the libeventserver wont work,
but the php compiler is running, anyone wants to help test the packaging is
welcome.

code is here in the branch (official)
https://github.com/h4ck3rm1k3/hiphop-php/tree/official

should work with dkpg-buildpackage 

mike

-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org


Re: Help for testing

2011-09-19 Thread Mike Dupont
I have updated the master branch from the branch "official" sorry for the
confusion.

On Sun, Sep 18, 2011 at 3:18 PM, Mike Dupont  wrote:

> I have a first running version of hiphop for php debian packaging.
> The server side stuff that uses a custom libevent is basically commented
> out, so the libeventserver wont work,
> but the php compiler is running, anyone wants to help test the packaging is
> welcome.
>
> code is here in the branch (official)
> https://github.com/h4ck3rm1k3/hiphop-php/tree/official
>
> should work with dkpg-buildpackage 
>
> mike
>
> --
> James Michael DuPont
> Member of Free Libre Open Source Software Kosova http://flossk.org
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org