mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
fixup the changelog handling for upstream tarball
This commit is contained in:
parent
c08f9b69e2
commit
d30239aa01
2 changed files with 2 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
debian/changelog
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -24,6 +24,7 @@ update-pot:
|
||||||
|
|
||||||
prebuild: clean
|
prebuild: clean
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
cp debian/changelog ChangeLog
|
||||||
aclocal
|
aclocal
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
|
@ -37,6 +38,7 @@ clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_clean
|
dh_clean
|
||||||
[ ! -f Makefile ] || $(MAKE) distclean
|
[ ! -f Makefile ] || $(MAKE) distclean
|
||||||
|
rm -f ChangeLog
|
||||||
for po in po/*.po ; do \
|
for po in po/*.po ; do \
|
||||||
lang=$${po#po/}; lang=$${lang%.po}; \
|
lang=$${po#po/}; lang=$${lang%.po}; \
|
||||||
rm -f po/locale/$${lang}/LC_MESSAGES/${PKG}.mo ; \
|
rm -f po/locale/$${lang}/LC_MESSAGES/${PKG}.mo ; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue