mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
keep debian dir in orig tarball
This commit is contained in:
parent
511e327bfc
commit
4961e25c7b
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -10,7 +10,7 @@ VER=`head -n 1 debian/changelog | sed 's/^.*(//' | sed 's/).*//' | sed 's/-.*//'
|
|||
get-orig-source:
|
||||
dh_testdir
|
||||
-[ -d ../${PACKAGE} ] && mv ../${PACKAGE} ../${PACKAGE}-${VER}
|
||||
tar -C ../ --exclude .bzr --exclude debian -zcvf ../${PACKAGE}_${VER}.orig.tar.gz ${PACKAGE}-${VER}
|
||||
tar -C ../ --exclude .bzr -zcvf ../${PACKAGE}_${VER}.orig.tar.gz ${PACKAGE}-${VER}
|
||||
|
||||
install-po: update-pot
|
||||
for po in po/*.po ; do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue