summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-05-27 10:33:16 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-05-27 10:33:16 +0800
commitba89d9ef399ce61a63929d44773153191fa71412 (patch)
tree191b9af5bf7d441f67be0e9151f1e39d9754926e /Makefile.am
parent69247ae60b786af9125390a0b5f9def4107935e8 (diff)
downloadibus-libpinyin-ba89d9ef399ce61a63929d44773153191fa71412.tar.gz
ibus-libpinyin-ba89d9ef399ce61a63929d44773153191fa71412.tar.xz
ibus-libpinyin-ba89d9ef399ce61a63929d44773153191fa71412.zip
Add debian/changelog.in
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
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}\""; \
) > $@