mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-24 07:06:19 -07:00
make get-orig-source work with bzr bd
This commit is contained in:
parent
a847229603
commit
49f11d2f75
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -9,8 +9,8 @@ VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'
|
||||||
|
|
||||||
get-orig-source:
|
get-orig-source:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
-[ -d ../${PACKAGE} ] && mv ../${PACKAGE} ../${PACKAGE}-${VER}
|
bzr branch . ${PACKAGE}-${VER}
|
||||||
tar -C ../ --exclude .bzr -zcvf ../${PACKAGE}_${VER}.orig.tar.gz ${PACKAGE}-${VER}
|
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