leeme.txt

Mon, 23 Feb 2009 18:08:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 23 Feb 2009 18:08:47 +0100
changeset 1
aad9c7d8e9d6
permissions
-rw-r--r--

Introduce custom debian packaging and provide instructions for use.

michael@1 1 # These project subdirectories describe debian packages and should be
michael@1 2 # renamed to 'debian' within the unpackaged distributed vendor software.
michael@1 3
michael@1 4 $ tar zxf <vendordist-ver.tar.gz>
michael@1 5 $ cd vendordist-ver
michael@1 6 $ cp -rp <repo-src> ./debian
michael@1 7 $ PATH=/usr/bin:/usr/sbin:/bin:/sbin dpkg-buildpackage -k<keyid> -rfakeroot -b

mercurial