All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Fantoni <fabio.fantoni@heliman.it>
To: Alex Bligh <alex@alex.org.uk>
Cc: xen-devel@lists.xensource.com,
	Ian Jackson <Ian.Jackson@eu.citrix.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	fantonifabio@tiscali.it
Subject: Re: [PATCH v2] tools: Improve make deb
Date: Tue, 26 Feb 2013 16:03:21 +0100	[thread overview]
Message-ID: <512CCEB9.3060109@heliman.it> (raw)
In-Reply-To: <931493278BD056D168E0B849@Ximines.local>

Il 26/02/2013 15:23, Alex Bligh ha scritto:
>
>
> --On 26 February 2013 15:16:44 +0100 Fabio Fantoni 
> <fabio.fantoni@heliman.it> wrote:
>
>> Sorry, Ian is right on this. I learned how to create deb packages
>> according to the standards in the last months, I had better double check
>> the patch.
>> I'll redo init with update-rc.d in next patch version.
>
> Feel free to steal the code from my minideb patch.
>
Your package is using debhelper and devscripts, here I'll do only 
minimal deb for "make dist" that seem sufficent for devel/testing.
About your package for production use is very important  to remove 
version from name to make it correctly upgradable.
If you want to do complete xen package to add for example in ubuntu 
launchpad until debian official will be complete, these can be useful:
- use seabios of debian repository using this patch (already tested and 
working):
http://anonscm.debian.org/viewvc/pkg-xen/trunk/xen/debian/patches/tools-firmware-seabios-packaged.diff?view=markup
- use upstream qemu 1.3 or 1.4 from repository (patch to do), I already 
tested qemu package from debian experimental manually, is full working 
and with also spice and usbredir included (missed for now on upstream 
xen build of qemu-xen)

I think the best thing is test and help official debian package, if I 
remember well was:
svn co svn://svn.debian.org/pkg-xen/trunk
# Put the debian folder into xen souce folder
# Use quilt for update patches if you use earlier version
fakeroot debian/rules debian/control # to generate control file
debuild -i -b -us -uc # To test the build

When I have sufficent time I'll help it.

@Ian or Stefano:
About use upstream qemu from debian package on xen debian package:
Do I need to only remove the build (similar to seabios packaged patch) 
or may I also need to patch libxl/xm?

  reply	other threads:[~2013-02-26 15:03 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-26  9:28 [PATCH v2] tools: Improve make deb fantonifabio
2013-02-26 12:58 ` Stefano Stabellini
2013-02-26 13:09   ` Ian Campbell
2013-02-26 13:12     ` Stefano Stabellini
2013-02-26 13:18       ` Ian Campbell
2013-02-26 14:16         ` Fabio Fantoni
2013-02-26 14:23           ` Alex Bligh
2013-02-26 15:03             ` Fabio Fantoni [this message]
2013-02-26 15:12               ` Ian Campbell
2013-02-26 15:40                 ` Fabio Fantoni
2013-02-26 15:49                   ` Ian Campbell
2013-02-26 14:22     ` Alex Bligh
2013-02-26 16:27 ` Ian Jackson
2013-02-26 16:45   ` Stefano Stabellini
2013-02-26 17:09     ` Ian Campbell
2013-02-26 17:09     ` Tim Deegan
2013-02-26 17:12       ` Ian Jackson
2013-02-26 17:20         ` Tim Deegan
2013-02-26 17:22           ` Ian Jackson
2013-02-26 17:25             ` Tim Deegan
2013-02-26 17:33               ` Stefano Stabellini
2013-02-26 17:39                 ` Ian Campbell
2013-02-27 10:54                   ` George Dunlap
2013-02-27 11:16                     ` Ian Campbell
2013-02-27 11:58                     ` Stefano Stabellini
2013-02-27 20:00                       ` Alex Bligh
2013-02-27 20:07                         ` Ian Campbell
2013-02-28  9:40                           ` Stefan Bader
2013-02-28 10:25                             ` Ian Campbell
2013-02-28 10:51                             ` George Dunlap
2013-02-28 11:53                               ` Ian Jackson
2013-02-28 12:03                                 ` George Dunlap
2013-02-28 15:11                                   ` Ian Jackson
2013-02-28 18:31                               ` Alex Bligh
2013-03-01  9:35                                 ` Tim Deegan
2013-03-04 15:30                                   ` Alex Bligh
2013-03-07 10:46                                     ` Tim Deegan
2013-02-26 17:40                 ` Ian Jackson
2013-02-26 17:57                   ` Stefano Stabellini
2013-02-27 10:57                     ` George Dunlap
2013-02-27 11:19                     ` Ian Campbell
2013-02-27 17:12                       ` Ian Jackson
2013-02-27 17:17                       ` Tim Deegan
2013-02-28 16:12                         ` [PATCH v2] tools: Improve make deb [and 1 more messages] Ian Jackson
2013-02-26 17:44                 ` [PATCH v2] tools: Improve make deb Tim Deegan
2013-02-26 17:46           ` Sander Eikelenboom
2013-02-26 17:50             ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=512CCEB9.3060109@heliman.it \
    --to=fabio.fantoni@heliman.it \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=alex@alex.org.uk \
    --cc=fantonifabio@tiscali.it \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.