fixup the changelog handling for upstream tarball

This commit is contained in:
Dustin Kirkland 2010-07-28 14:19:36 -04:00
commit d30239aa01
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
debian/changelog

2
debian/rules vendored
View file

@ -24,6 +24,7 @@ update-pot:
prebuild: clean
dh_testdir
cp debian/changelog ChangeLog
aclocal
automake --add-missing
autoconf
@ -37,6 +38,7 @@ clean:
dh_testdir
dh_clean
[ ! -f Makefile ] || $(MAKE) distclean
rm -f ChangeLog
for po in po/*.po ; do \
lang=$${po#po/}; lang=$${lang%.po}; \
rm -f po/locale/$${lang}/LC_MESSAGES/${PKG}.mo ; \