diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2010-05-27 10:33:16 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2010-05-27 10:33:16 +0800 |
commit | ba89d9ef399ce61a63929d44773153191fa71412 (patch) | |
tree | 191b9af5bf7d441f67be0e9151f1e39d9754926e /Makefile.am | |
parent | 69247ae60b786af9125390a0b5f9def4107935e8 (diff) | |
download | ibus-pinyin-ba89d9ef399ce61a63929d44773153191fa71412.tar.gz |
Add debian/changelog.in
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 47bc183..352fd0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,9 @@ debian/changelog: if test -z "$$serie"; then \ serie=lucid; \ fi; \ + if test -z "$$release"; then \ + release=1; \ + fi; \ s=`cat debian/changelog.in`; \ eval "echo \"$${s}\""; \ ) > $@ |