mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
simplify get-orig-source
This commit is contained in:
parent
ce0ad34df2
commit
6fe90d6ee8
1 changed files with 1 additions and 2 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -9,8 +9,7 @@ VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'
|
||||||
|
|
||||||
get-orig-source:
|
get-orig-source:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
bzr branch . ${PACKAGE}-${VER}
|
bzr export ../${PACKAGE}_${VER}.orig.tar.gz
|
||||||
tar --exclude .bzr -zcvf ${PACKAGE}_${VER}.orig.tar.gz ${PACKAGE}-${VER}
|
|
||||||
|
|
||||||
install-po: update-pot
|
install-po: update-pot
|
||||||
for po in po/*.po ; do \
|
for po in po/*.po ; do \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue