Thu, 15 Mar 2012 21:52:52 +0100
Import custom package specs to build for undistributed platforms.
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 |