Re: Creating debian package with ar

2007-04-11 Thread Kevin Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Apr 11, 2007 at 06:22:36PM +0200, Mathieu Malaterre wrote: > Hello there, > > Where is this cached .deb file that is being used when I call: > > $ dpkg -i svnyoungest_0.1_i386.deb > > thanks, > -- > Mathieu When you use apt-get or similar

Creating debian package with ar

2007-04-11 Thread Mathieu Malaterre
Hello there, I have been following the tutorial from: http://www.debian-administration.org/articles/337 In the end I have a file: svnyoungest_0.1_i386.deb Now for the fun part ! I then extract everybody: ar x svnyoungest_0.1_i386.deb (creates debian-binary, control.tar.gz and data.tar.gz)