Re: creating .deb from .dsc and .tar.gz

2002-06-24 Thread Paul Yeatman
Correction:

How do I create a debian package out of the following?

openssh_3.3p1-0.0woody1.diff.gz  openssh_3.3p1.orig.tar.gz


Or where is this described?

Thanks.
-- 
Paul Yeatman   (858) 534-9896[EMAIL PROTECTED]
 ==
 ==Proudly brought to you by Mutt==
 ==


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



Re: creating .deb from .dsc and .tar.gz

2002-06-24 Thread Colin Watson
On Mon, Jun 24, 2002 at 04:12:43PM -0700, Paul Yeatman wrote:
 How do I create a debian package out of the following?
 
   openssh_3.3p1-0.0woody1.diff.gz  openssh_3.3p1.orig.tar.gz
 
 Or where is this described?

It's in the Debian FAQ:

  http://www.debian.org/doc/FAQ/ch-pkg_basics.html#s-sourcebuild

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: creating .deb from .dsc and .tar.gz

2002-06-24 Thread Paul Yeatman
-In response to your message-
  --received from Colin Watson--

 On Mon, Jun 24, 2002 at 04:12:43PM -0700, Paul Yeatman wrote:
  How do I create a debian package out of the following?
  
  openssh_3.3p1-0.0woody1.diff.gz  openssh_3.3p1.orig.tar.gz
  
  Or where is this described?
 
 It's in the Debian FAQ:
 
   http://www.debian.org/doc/FAQ/ch-pkg_basics.html#s-sourcebuild

Ah, an FAQ no doubt.  I thought I'd done more research than that.

Much thanks.

-- 
Paul Yeatman   (858) 534-9896[EMAIL PROTECTED]
 ==
 ==Proudly brought to you by Mutt==
 ==


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



Re: creating .deb from .dsc and .tar.gz

2002-06-24 Thread Paolo Alexis Falcone
Thus spake Paul Yeatman last Mon, Jun 24, 2002 at 04:03:59PM -0700:
 Hi, due to the recent ssh security message, I'm in a new position
 as far as compiling and creating a debian package out of source
 code.  Given the location of the source code on the security
 server, I don't see how I can list it as a deb-src in my sources.list
 file.  I can however download the source code for ssh from the
 security server and the accompanying .dsc file.  But then how do
 I use these to create the debian package?
 
 Thanks.

With the tarball, diff and dsc files with you, issue
dpkg-source -x packagename.dsc

It will extract into a packagename-version directory. cd to that
directory, read debian/control to know what you need to have to
compile the source, then issue
dpkg-buildpackage
-- 


  --paolo


Paolo Alexis Falcone [EMAIL PROTECTED]GnuPG KeyID: 0xEADFF6F4
University of the Philippines Manila 

___

I think ideology sucks. This world would be a better place if people have less
ideology, and a whole lot more I do this because it's FUN and because others 
might find it useful, not because I have religion. --Linus Torvalds
___

Philippine Free Network Group
free.net.ph 


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



Re: creating .deb from .dsc and .tar.gz

2002-06-24 Thread Osamu Aoki
On Mon, Jun 24, 2002 at 04:48:21PM -0700, Paul Yeatman wrote:
   How do I create a debian package out of the following?
  It's in the Debian FAQ:
http://www.debian.org/doc/FAQ/ch-pkg_basics.html#s-sourcebuild
 Ah, an FAQ no doubt.  I thought I'd done more research than that.

Also by the same author, there is New Maintainer's guide in maint-guide
package.  Good step-by-step guide to make package.

Osamu
-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
 Osamu Aoki @ Cupertino CA USA
 See Debian reference: http://www.debian.org/doc/manuals/debian-reference/
 Debian reference Project at: http://qref.sf.net

 I welcome your constructive criticisms and corrections.


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