| File dist/2-debian-build-deb.sh changed (mode: 100755) (index 7482653..c5296f1) |
| ... |
... |
export SCRIPTHOME=`pwd` |
| 5 |
5 |
. ./debian-env.sh |
. ./debian-env.sh |
| 6 |
6 |
|
|
| 7 |
7 |
function createChangelog() { |
function createChangelog() { |
| 8 |
|
# crazily strict Debian tool: |
|
|
8 |
|
# Debian tooling changelog hints: |
| 9 |
9 |
# - signature line MUST have one whitespace prefix |
# - signature line MUST have one whitespace prefix |
| 10 |
10 |
# - signature line MUST have double space between email and timestamp |
# - signature line MUST have double space between email and timestamp |
| 11 |
11 |
# - traling lines must have exactly one space |
# - traling lines must have exactly one space |
| |
| ... |
... |
function createChangelog() { |
| 16 |
16 |
echo " " >> $1 |
echo " " >> $1 |
| 17 |
17 |
echo -e " * ${HHBZRMSG}" >> $1 |
echo -e " * ${HHBZRMSG}" >> $1 |
| 18 |
18 |
echo " " >> $1 |
echo " " >> $1 |
| 19 |
|
echo " -- Martin Dvorak <martin.dvorak@mindforger.com> ${MYTS} +0100" >> $1 |
|
|
19 |
|
echo " -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> ${MYTS} +0100" >> $1 |
| 20 |
20 |
} |
} |
| 21 |
21 |
|
|
| 22 |
22 |
function createTarball() { |
function createTarball() { |