Closed ghost closed 3 years ago
This commit adds a debian directory that allows building a cerebrate Debian package using dpkg-buildpackage -us -uc -b (after installing the build dependencies using apt-get build-dep .)
debian
dpkg-buildpackage -us -uc -b
apt-get build-dep .
Thanks a lot!
This commit adds a
debian
directory that allows building a cerebrate Debian package usingdpkg-buildpackage -us -uc -b
(after installing the build dependencies usingapt-get build-dep .
)