Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion keeping debian folder after package generation
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jordan Sissel  
View profile  
 More options Nov 4 2012, 1:15 pm
From: Jordan Sissel <j...@semicomplete.com>
Date: Sun, 4 Nov 2012 10:15:15 -0800
Local: Sun, Nov 4 2012 1:15 pm
Subject: Re: [fpm-users] keeping debian folder after package generation

On Sun, Nov 4, 2012 at 3:07 AM, Andrea Rota <a...@xelera.eu> wrote:
> hi Jordan,

> thank your detailed reply:

> On Sunday, 4 November 2012 04:29:06 UTC, Jordan Sissel wrote:

>> First, I'll ask the obvious question - why do you want this? Is there
>> a feature of fpm missing?

> uhm, no - i now realise i was trying to use fpm for the wrong use case,
> namely preparing a source PEAR module for packaging for eventual inclusion
> in the Debian archives or at least to be used in an Ubuntu PPA for the time
> being.

On the flip side, if you are interested in building regular debian
packages, you might find 'dh_make' a great starting point.

Here's an example script that does python packages into debs that I
wrote prior to fpm:
https://github.com/jordansissel/python-packaging/blob/master/python2d...

In general:

This will create a debian directory for you with a few things filled
in already (like the name, etc)
  dh_make -s -n -p 'mysimplepackage_1.0' < /dev/null

Then you can just 'debuild -us -uc' to get your package rolling. You
may have to tweak the 'rules' file or other features, but in general,
dh_make should get you on the right path :)

-Jordan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.