Re: Help with my Debian package for Orange

2011-07-01 Thread Barry Warsaw
On Jul 01, 2011, at 09:23 AM, Christian Kastner wrote: >It's definitely preferable for an experienced packager, it can be >confusing as hell though to the commencing packager because in order to >understand dh syntax, you must first understand what debian/rules does, >ie the actual process of buil

Re: Help with my Debian package for Orange

2011-07-01 Thread Christian Kastner
On 07/01/2011 05:21 AM, Barry Warsaw wrote: > On Jul 01, 2011, at 01:00 AM, Mitar wrote: > >> I will not yet use "dh" as it looks too magical for me for now. I >> would like to understand what is happening. And first have a working >> package. Then I can play with cleaning it up. Or would it be ea

Re: Help with my Debian package for Orange

2011-07-01 Thread Mitar
Hi! On Fri, Jul 1, 2011 at 3:27 PM, Christian Kastner wrote: > I don't know how current this is, but there might be some helpful stuff > in there. Either way, if you indeed will start to provide packaging > upstream, then the above repo should probably be removed to avoide > confusion. Yes. This

Re: Help with my Debian package for Orange

2011-07-01 Thread Christian Kastner
On 06/29/2011 06:58 PM, Mitar wrote: > I have made a Debian package for Orange: > > http://orange.biolab.si/ > > The idea is that we have a daily snapshot packaged as Debian package. > > You can get it here (also source package): > > http://orange.biolab.si/debian/ FYI, a separate packaging wa

Re: Help with my Debian package for Orange

2011-07-01 Thread Barry Warsaw
On Jul 01, 2011, at 01:00 AM, Mitar wrote: >I will not yet use "dh" as it looks too magical for me for now. I >would like to understand what is happening. And first have a working >package. Then I can play with cleaning it up. Or would it be easier to >just let dh do everything? I doubt it can be

Re: Help with my Debian package for Orange

2011-06-30 Thread Mitar
Hi! On Thu, Jun 30, 2011 at 11:02 AM, Piotr Ożarowski wrote: >  - remove "-svn" from source/binary package names and move it to version >   string, f.e. like this: 0.0.10870~svn-2 (if 0.0.10870 is not released >   yet) or 0.0.10870+svn-2 (if 0.0.10870 is already out) Done. >   orange source&bin

Re: Help with my Debian package for Orange

2011-06-30 Thread Yaroslav Halchenko
you might also like to look into a recently cooked $> apt-cache show packaging-tutorial Package: packaging-tutorial Version: 0.1 Installed-Size: 880 Maintainer: Lucas Nussbaum Architecture: all Description: introduction to Debian packaging This tutorial is an introduction to Debian packaging. It

Re: Help with my Debian package for Orange

2011-06-30 Thread Piotr Ożarowski
[Andreas Tille, 2011-06-30] >find packages -name rules -exec grep -wH "dh" \{\} \; | grep trunk grep -w dh packages/*/trunk/debian/rules SCNR -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerpri

Re: Help with my Debian package for Orange

2011-06-30 Thread Andreas Tille
On Thu, Jun 30, 2011 at 12:28:21PM +0200, Mitar wrote: > > I have been reading all this but I must say it does not help a > beginner in any way. Ahh, sorry. > I think some best-practices examples would be > most useful. To just copy/paste and adapt. Saying "look into rules > files" also does not

Re: Help with my Debian package for Orange

2011-06-30 Thread Mitar
Hi! On Thu, Jun 30, 2011 at 11:01 AM, Andreas Tille wrote: > Have a look into rules files that are using dh and override_dh_*.  You > might also like to use the debian/install file (see man dh_install). I have been reading all this but I must say it does not help a beginner in any way. I think s

Re: Help with my Debian package for Orange

2011-06-30 Thread Piotr Ożarowski
[Mitar, 2011-06-30] > http://orange.biolab.si/debian/ http://orange.biolab.si/debian/dists/squeeze/main/source/python-orange-svn_0.0.10870-2.dsc Just a quick review: * debian/control: - remove "-svn" from source/binary package names and move it to version string, f.e. like this: 0.0.10870~svn-

Re: Help with my Debian package for Orange

2011-06-30 Thread Andreas Tille
On Thu, Jun 30, 2011 at 10:12:50AM +0200, Mitar wrote: > On Thu, Jun 30, 2011 at 10:08 AM, Mitar wrote: > > No, but this is also something I will need help with. ;-) > > And mostly I think that I have over-complicated rules file. ;-) Yes. :-) Have a look into rules files that are using dh and o

Re: Help with my Debian package for Orange

2011-06-30 Thread Andreas Tille
On Thu, Jun 30, 2011 at 10:08:57AM +0200, Mitar wrote: > > btw -- we should list it among > > http://blends.alioth.debian.org/science/tasks/machine-learning > > Sure. ;-) > > > care to join the project or commit the entry for the tasks page? > > I can join the project and commit the entry. Just

Re: Help with my Debian package for Orange

2011-06-30 Thread Mitar
Hi! On Thu, Jun 30, 2011 at 10:08 AM, Mitar wrote: > No, but this is also something I will need help with. ;-) And mostly I think that I have over-complicated rules file. ;-) Mitar -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? C

Re: Help with my Debian package for Orange

2011-06-30 Thread Mitar
Hi! On Thu, Jun 30, 2011 at 1:10 AM, Yaroslav Halchenko wrote: > is it "lintian-free" (i.e. if you run lintian -- are there warnings/errors)? No, but this is also something I will need help with. ;-) > are they build against up-to-date sid? No, against squeeze. > as for multiple versions -- w

Re: Help with my Debian package for Orange

2011-06-29 Thread Yaroslav Halchenko
great to see this effort... a bit busy at the moment, so just will ask for now -- is it "lintian-free" (i.e. if you run lintian -- are there warnings/errors)? are they build against up-to-date sid? as for multiple versions -- what is the Orange's build system? btw -- we should list it among http

Help with my Debian package for Orange

2011-06-29 Thread Mitar
Hi! I have made a Debian package for Orange: http://orange.biolab.si/ The idea is that we have a daily snapshot packaged as Debian package. You can get it here (also source package): http://orange.biolab.si/debian/ As it is mine first Debian package I would be glad to hear your comments. I w