debian/rules: fix lintian warning about PWD

This commit is contained in:
Dustin Kirkland 2010-01-18 14:58:43 +13:00
commit d3f12a8dbe
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View file

@ -1,6 +1,6 @@
byobu (2.50) unreleased; urgency=low
* UNRELEASED
* debian/rules: fix lintian warning about PWD
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 18 Jan 2010 11:13:20 +1300

2
debian/rules vendored
View file

@ -14,7 +14,7 @@ get-orig-source:
# use tar instead
mkdir -p ../tmp
rm -rf ../tmp/*
cp -a ${PWD} ../tmp/${PKG}-${VER}
cp -a . ../tmp/${PKG}-${VER}
tar -C ../tmp --exclude .bzr --exclude debian -zcvf ../${PKG}_${VER}.orig.tar.gz ${PKG}-${VER}
rm -rf ../tmp
ls -halF ../${PKG}_${VER}.orig.tar.gz