Introduce custom debian packaging and provide instructions for use.

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
parent 0
6292a5ca119c
child 2
d2271dd2b481

Introduce custom debian packaging and provide instructions for use.

leeme.txt file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/leeme.txt	Mon Feb 23 18:08:47 2009 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +# These project subdirectories describe debian packages and should be
     1.5 +# renamed to 'debian' within the unpackaged distributed vendor software.
     1.6 +
     1.7 +$ tar zxf <vendordist-ver.tar.gz>
     1.8 +$ cd vendordist-ver
     1.9 +$ cp -rp <repo-src> ./debian
    1.10 +$ PATH=/usr/bin:/usr/sbin:/bin:/sbin dpkg-buildpackage -k<keyid> -rfakeroot -b

mercurial