Re: Making a multi-binary-kernel-module-package

2007-05-29 Thread Sam Morris
On Tue, 29 May 2007 14:18:54 +0200, Pascal Speck wrote:

> Yeah, same issue, but where can i get the source of this package with
> the /debian/ directory and all files. In Sources of these Programst the
> /debian directory is always missing.
> 
> Greez Pascal

A debian source package consists of an .orig.tar.gz, a .diff.gz and 
a .dsc (which describes the source, and references the other two files). 
It sounds like you may only be downloading the .orig.tar.gz.

If you go to  you can download 
all three, and extract the package with 'dpkg-source -x mga-vid_*.dsc'. 
(This is just a script that extracts the tar archive and applies the 
patch).

You can do all of that automatically if you run 'apt-get source vga-mod'.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Making a multi-binary-kernel-module-package

2007-05-29 Thread Pascal Speck
Yeah, same issue, but where can i get the source of this package with
the /debian/ directory and all files. In Sources of these Programst
the /debian directory is always missing.

Greez Pascal



Am Dienstag, den 29.05.2007, 11:55 + schrieb Sune Vuorela:
> On 2007-05-29, Pascal Speck <[EMAIL PROTECTED]> wrote:
> > Hello, i have a big problem with debian packaging. 
> > I need to create debian packages of a program i've written, but i don't
> > know how to solve the following problem.
> >
> > I want to have one Source Tree with a Subdirectory Drivers. 
> > When doin a dpkg-buildpackage, two packages should be built. One of the
> > Userspace Program and onle of the kernel-module.
> 
> like mga-vid ?
> 
> /Sune
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Making a multi-binary-kernel-module-package

2007-05-29 Thread Sune Vuorela
On 2007-05-29, Pascal Speck <[EMAIL PROTECTED]> wrote:
> Hello, i have a big problem with debian packaging. 
> I need to create debian packages of a program i've written, but i don't
> know how to solve the following problem.
>
> I want to have one Source Tree with a Subdirectory Drivers. 
> When doin a dpkg-buildpackage, two packages should be built. One of the
> Userspace Program and onle of the kernel-module.

like mga-vid ?

/Sune


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Making a multi-binary-kernel-module-package

2007-05-29 Thread Pascal Speck
Hello, i have a big problem with debian packaging. 
I need to create debian packages of a program i've written, but i don't
know how to solve the following problem.

I want to have one Source Tree with a Subdirectory Drivers. 
When doin a dpkg-buildpackage, two packages should be built. One of the
Userspace Program and onle of the kernel-module.

the kernel module should include the source with the posibility of
building module-packages with module-assistant.

How should the tree and the rules-file looklike? 
Does anyone know a good howto? (I read debian mtg etc.)

Greez Pasal.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]