Hi Nathaniel,

Attached are the bits that I have used that you may want to
merge/maintain/have a copy of.
The xpra.dsc file should be renamed to DEBIAN/control, but it needs
tweaking at build time to match the distro... This is just the template
that my scripts use. changelog also goes in DEBIAN/
Basically, for each chroot (one for each arch/release), they create a
fakeinstall directory, populate it with xpra's install/* and DEBIAN/*,
then call "dpkg -b fakeinstall xpra.deb"

Cheers
Antoine

Antoine Martin wrote:
> Hi,
> 
> I needed to publish xpra to various machines (a combination of amd64 and
> i386, old and new versions of Ubuntu) and got tired of compiling from
> source every time... (which brings in gazillions of dependencies)
> So here is all you should need to get it done quickly:
> echo "deb http://xpra.devloop.org.uk/ jaunty main" > \
>       /etc/apt/sources.list.d/xpra.list
> apt-get update && apt-get install xpra
> 
> Repository has jaunty/intrepid/hardy and amd64/i386.
> I will add other debian based distros shortly.
> You can find my GPG public key on keyserver.ubuntu.com or here:
> http://users.nagafix.co.uk/~antoine/antoine.asc
> The source is based on a snapshot of xpra from a few weeks ago, with
> minor tweaks:
> * import sys patch and "--title-suffix" patch (both posted last week)
> * bumped version to 0.0.7 to prevent confusion with current release
> 
> Notes:
> * This is just a first cut. You may get bruised!
> * These debs are generated using a bunch of hacked scripts and may not
> work for you... I am not a debian packager!
> * Upstream xpra is likely to be different until I can figure out how to
> track it using monotone...
> * I haven't bothered with source packages (yet) or making a portable
> build and building from the .deb source. If anyone else has the skills,
> please feel free to send me scripts/patches.
> * RPM specfiles and ebuilds may follow if I find the time to do all this.
> * I will post instructions/info on the repository link when I get a
> chance...
> 
> 
> Any feedback would be most appreciated.
> 
> Cheers
> Antoine
> 

xpra 0.0.7 DISTRIBUTION; urgency: normal

        * Initial packaging
Package: xpra
Version: 0.0.7-am1
Section: x11
Priority: optional
Architecture: i386
Distribution: hardy
Essential: no
Depends: x11-common, python, python-gtk2, xvfb, libxtst6, x11-xserver-utils, 
libgl1-mesa-dri
Maintainer: Antoine Martin [[email protected]]
Provides: xpra
Description: screen for X sessions
Homepage: http://partiwm.org/wiki/xpra
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss

Reply via email to