Re: Re: howto for compiling of deb packages

2003-01-05 Thread Jeff Forsyth

Quick MethodWill not work for all...

apt-get install debhelper debmake fakeroot dh-make devscripts
 
1)   Unpack the source
2)   Ensure the directory name has a version number
3)   Enter the directory
4)   Type deb-make
5)   Type debuild
6)   If the above fails, read the docs on deb-make, debuild, debhelper...


-Original Message-
From: Adam Majer [EMAIL PROTECTED]
To: Roland Wegmann [EMAIL PROTECTED]
Date: Wed, 1 Jan 2003 18:49:33 -0600
Subject: Re: howto for compiling of deb packages


On Wed, Dec 25, 2002 at 10:52:32AM +0100, Roland Wegmann wrote:
 Hello
 
 I have to know how you can build deb packages from source. Could somebody
 tell me if there exists an apt-get(able) doc package that introduces me
 in the topic of compiling your own deb packages from source?

Just use dpkg-buildpackage

apt-get source whatever package you want
cd directory of package
fakeroot dpkg-buildpackage

and you'll get debs in the parent directory
or 
it will barf that it needs some packages instealled first..

That's it (or at least should be unless the source it broken)

- Adam


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





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




Re: Re: howto for compiling of deb packages

2003-01-05 Thread Colin Watson
On Sun, Jan 05, 2003 at 01:56:38PM -0800, Jeff Forsyth wrote:
 Quick MethodWill not work for all...
 
 apt-get install debhelper debmake fakeroot dh-make devscripts
  
 1)   Unpack the source
 2)   Ensure the directory name has a version number
 3)   Enter the directory
 4)   Type deb-make

Please don't use deb-make - it's been obsolete for years. The dh-make
package is more sensible. You still have to go over the output by hand,
of course, or we maintainers would be out of jobs. :)

Cheers,

-- 
Colin Watson  [[EMAIL PROTECTED]]


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




Re: howto for compiling of deb packages

2003-01-01 Thread Adam Majer

On Wed, Dec 25, 2002 at 10:52:32AM +0100, Roland Wegmann wrote:
 Hello
 
 I have to know how you can build deb packages from source. Could somebody
 tell me if there exists an apt-get(able) doc package that introduces me
 in the topic of compiling your own deb packages from source?

Just use dpkg-buildpackage

apt-get source whatever package you want
cd directory of package
fakeroot dpkg-buildpackage

and you'll get debs in the parent directory
or 
it will barf that it needs some packages instealled first..

That's it (or at least should be unless the source it broken)

- Adam


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




howto for compiling of deb packages

2002-12-25 Thread Roland Wegmann
Hello

I have to know how you can build deb packages from source. Could somebody
tell me if there exists an apt-get(able) doc package that introduces me
in the topic of compiling your own deb packages from source?

Or if someone of you know links/howtos etc. with information about
building debian packages, let me know, too.

Thanks in advance for helping me

Roland Wegmann
[EMAIL PROTECTED]


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




Re: howto for compiling of deb packages

2002-12-25 Thread Matthias Hentges
Am Mit, 2002-12-25 um 10.52 schrieb Roland Wegmann:
 Hello
 
 I have to know how you can build deb packages from source. Could somebody
 tell me if there exists an apt-get(able) doc package that introduces me
 in the topic of compiling your own deb packages from source?
 
 Or if someone of you know links/howtos etc. with information about
 building debian packages, let me know, too.

Read the The New-Maintainer's Debian Packaging Howto:

http://www.debian.org/doc/maint-guide/index.en.html

It should answer all your questions.

-- 

Matthias Hentges 
Cologne / Germany

[www.hentges.net] - PGP welcome, HTML tolerated
ICQ: 97 26 97 4   - No files, no URL's

My OS: Debian Woody: Geek by Nature, Linux by Choice




signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: howto for compiling of deb packages

2002-12-25 Thread Seneca
On Wed, Dec 25, 2002 at 11:01:55AM +0100, Matthias Hentges wrote:
 Am Mit, 2002-12-25 um 10.52 schrieb Roland Wegmann:
  Hello
  
  I have to know how you can build deb packages from source. Could somebody
  tell me if there exists an apt-get(able) doc package that introduces me
  in the topic of compiling your own deb packages from source?
  
  Or if someone of you know links/howtos etc. with information about
  building debian packages, let me know, too.
 
 Read the The New-Maintainer's Debian Packaging Howto:
 
 http://www.debian.org/doc/maint-guide/index.en.html
 
 It should answer all your questions.

You can also apt-get install it, it's part of the main archive.

  apt-get install maint-guide

-- 
Seneca
[EMAIL PROTECTED]


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




Re: howto for compiling of deb packages

2002-12-25 Thread Lance Simmons
On Wed, Dec 25, 2002 at 10:52:32AM +0100, Roland Wegmann wrote:
 
 I have to know how you can build deb packages from source. Could somebody
 tell me if there exists an apt-get(able) doc package that introduces me
 in the topic of compiling your own deb packages from source?

It's not intended for making debs you could distribute to other people,
but for installing from source on your own systems, checkinstall may be
what you're looking for:

$ apt-cache show checkinstall

 Package: checkinstall
 Priority: optional
 Section: admin
 Installed-Size: 132
 Maintainer: Matt Hope [EMAIL PROTECTED]
 Architecture: all
 Version: 1.5.3-1
 Depends: installwatch ( 0.6)
 Filename: pool/main/c/checkinstall/checkinstall_1.5.3-1_all.deb
 Size: 34260
 MD5sum: 1e4eb5a8c1329a9f199e1cbb63f65cca
 Description: installation tracker
 CheckInstall keeps track of all the files created or
 modified by your installation script (make install
 make install_modules, setup, etc), builds a
 standard binary package and installs it in your
 system giving you the ability to uninstall it with your
 distribution's standard package management utilities.

-- 
Lance Simmons
[EMAIL PROTECTED]


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




Re: howto for compiling of deb packages

2002-12-25 Thread Osamu Aoki
On Wed, Dec 25, 2002 at 10:52:32AM +0100, Roland Wegmann wrote:
 Hello
 
 I have to know how you can build deb packages from source. Could somebody
 tell me if there exists an apt-get(able) doc package that introduces me
 in the topic of compiling your own deb packages from source?

If it is from debian source in unstable etc., it is as easy as:

 $ su -c apt-get build-dep your-package
 $ apt-get source your-package
 $ cd your-package
 ... hack source
 $ fakeroot ./debian/rules binary

 Or if someone of you know links/howtos etc. with information about
 building debian packages, let me know, too.
 
 Thanks in advance for helping me

If you are asking question like this, I do not think you visited our web
site enough :)  Check:

 http://www.debian.org/doc
 http://www.debian.org/devel

Then, you should check not only maint-guide but few more documentations
like FAQ.

 # apt-get install maint-guide doc-debian developers-reference debian-policy

Also read my reference as a *user* level initiation.

 # apt-get install debian-reference-en

It's chapter 6 gives good overview.

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
Osamu Aoki [EMAIL PROTECTED]   Cupertino CA USA, GPG-key: A8061F32
 .''`.  Debian Reference: post-installation user's guide for non-developers
 : :' : http://qref.sf.net and http://people.debian.org/~osamu
 `. `'  Our Priorities are Our Users and Free Software --- Social Contract


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