Merge "Enable non-standard SMTP AUTH LOGIN"
[trojita.git] / README.debian
blob33765f8c01cce98eb4c797ceadfe09bf2aa6849b
1 How to build DEB package for Debian and Ubuntu:
3 mkdir -p debian
4 for file in packaging/obs-trojita/debian.*; do cp "$file" "debian/${file##*.}"; done
5 chmod +x debian/rules
6 echo 8 > debian/compat
7 mkdir -p debian/source
8 echo "3.0 (quilt)" > debian/source/format
9 dpkg-buildpackage -b
11 After successful call, there will be trojita DEB package in upper directory