Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Jean-Marc LASGOUTTES
Stephan Maseizik m...@kurt.coruisk writes: The building process works, but the .deb package is not build. The following error is shown by checkinstall: dpkg-deb-Fehler: (Original-)Version devel enthält keine Ziffern dpkg-deb: 1 Fehler in config-Datei What does that mean? JMarc

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Kornel Benko
Am Montag 21 Juni 2010 schrieb Jean-Marc LASGOUTTES: Stephan Maseizik m...@kurt.coruisk writes: The building process works, but the .deb package is not build. The following error is shown by checkinstall: dpkg-deb-Fehler: (Original-)Version devel enthält keine Ziffern dpkg-deb: 1

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Stephan Maseizik
I think the way to deal with this problem is to use is GNU Stow.It puts foreign programs right out of the way of your package manager. This makes it simple to have new and old versions co-exist. I think it is a much better solution than checkinstall which attempts to integrate the new program

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Jean-Marc LASGOUTTES
Stephan Maseizik m...@kurt.coruisk writes: The building process works, but the .deb package is not build. The following error is shown by checkinstall: dpkg-deb-Fehler: (Original-)Version devel enthält keine Ziffern dpkg-deb: 1 Fehler in config-Datei What does that mean? JMarc

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Kornel Benko
Am Montag 21 Juni 2010 schrieb Jean-Marc LASGOUTTES: Stephan Maseizik m...@kurt.coruisk writes: The building process works, but the .deb package is not build. The following error is shown by checkinstall: dpkg-deb-Fehler: (Original-)Version devel enthält keine Ziffern dpkg-deb: 1

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Stephan Maseizik
I think the way to deal with this problem is to use is GNU Stow.It puts foreign programs right out of the way of your package manager. This makes it simple to have new and old versions co-exist. I think it is a much better solution than checkinstall which attempts to integrate the new program

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Jean-Marc LASGOUTTES
Stephan Maseizik writes: > The building process works, but the .deb package is not build. The > following error is shown by checkinstall: > > dpkg-deb-Fehler: (Original-)Version >>devel<< enthält keine Ziffern > dpkg-deb: 1 Fehler in config-Datei What does that mean? JMarc

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Kornel Benko
Am Montag 21 Juni 2010 schrieb Jean-Marc LASGOUTTES: > Stephan Maseizik writes: > > The building process works, but the .deb package is not build. The > > following error is shown by checkinstall: > > > > dpkg-deb-Fehler: (Original-)Version >>devel<< enthält keine Ziffern > >

Re: compiling from svn using checkinstall (help needed)

2010-06-21 Thread Stephan Maseizik
> I think the way to deal with this problem is to use is GNU Stow.It > puts "foreign" programs right out of the way of your package manager. > This makes it simple to have new and old versions co-exist. I think > it is a much better solution than checkinstall which attempts to > integrate the new

compiling from svn using checkinstall (help needed)

2010-06-20 Thread Stephan Maseizik
I'm using the latest lyx 1.6.x from svn which I build with the following commands on kubuntu 10.04 LTS: /foo/lyx_svn/lyx-1.6.x# ./autogen.sh /foo/lyx_svn/lyx-1.6.x# ./configure --enable-optimization=-O3 /foo/lyx_svn/lyx-1.6.x# checkinstall --default --install=no Checkinstall creates a .deb

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Julien Rioux
On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg? I don't know what checkinstall is, but one way to have 2.0 and 1.6 co-existing is

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Stephan Maseizik
Julien Rioux jri...@physics.utoronto.ca schrieb: On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg? I don't know what checkinstall

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Alan L Tyree
On Sun, 20 Jun 2010 17:56:04 +0200 Stephan Maseizik m...@kurt.coruisk wrote: Julien Rioux jri...@physics.utoronto.ca schrieb: On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both

compiling from svn using checkinstall (help needed)

2010-06-20 Thread Stephan Maseizik
I'm using the latest lyx 1.6.x from svn which I build with the following commands on kubuntu 10.04 LTS: /foo/lyx_svn/lyx-1.6.x# ./autogen.sh /foo/lyx_svn/lyx-1.6.x# ./configure --enable-optimization=-O3 /foo/lyx_svn/lyx-1.6.x# checkinstall --default --install=no Checkinstall creates a .deb

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Julien Rioux
On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg? I don't know what checkinstall is, but one way to have 2.0 and 1.6 co-existing is

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Stephan Maseizik
Julien Rioux jri...@physics.utoronto.ca schrieb: On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg? I don't know what checkinstall

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Alan L Tyree
On Sun, 20 Jun 2010 17:56:04 +0200 Stephan Maseizik m...@kurt.coruisk wrote: Julien Rioux jri...@physics.utoronto.ca schrieb: On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both

compiling from svn using checkinstall (help needed)

2010-06-20 Thread Stephan Maseizik
I'm using the latest lyx 1.6.x from svn which I build with the following commands on kubuntu 10.04 LTS: /foo/lyx_svn/lyx-1.6.x# ./autogen.sh /foo/lyx_svn/lyx-1.6.x# ./configure --enable-optimization=-O3 /foo/lyx_svn/lyx-1.6.x# checkinstall --default --install=no Checkinstall creates a .deb

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Julien Rioux
On 20/06/2010 10:15 AM, Stephan Maseizik wrote: My two questions are: -What do I have to do to build the lyx2.0.deb package and -how do I install both versions (1.6.x and lyx2.0) in parallel using dpkg? I don't know what checkinstall is, but one way to have 2.0 and 1.6 co-existing is

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Stephan Maseizik
Julien Rioux schrieb: > On 20/06/2010 10:15 AM, Stephan Maseizik wrote: >> My two questions are: >> -What do I have to do to build the lyx2.0.deb package and >> -how do I install both versions (1.6.x and lyx2.0) in parallel using >>dpkg? > > I don't know what

Re: compiling from svn using checkinstall (help needed)

2010-06-20 Thread Alan L Tyree
On Sun, 20 Jun 2010 17:56:04 +0200 Stephan Maseizik wrote: > Julien Rioux schrieb: > > On 20/06/2010 10:15 AM, Stephan Maseizik wrote: > >> My two questions are: > >> -What do I have to do to build the lyx2.0.deb package and > >> -how do I