diff --git a/debian/changelog.upstream.awk b/debian/changelog.upstream.awk index 820627e..6755ede 100644 --- a/debian/changelog.upstream.awk +++ b/debian/changelog.upstream.awk @@ -84,7 +84,7 @@ function add_version(new,new_cid, limiter,versionline,command,line) { print versionline >> cl; print "" >> cl; - command = "git shortlog \"" limiter last_cid "\" -- ."; + command = "git shortlog \"" limiter last_cid "\""; while(command | getline line) print line >> cl; diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh index eba3b53..5e4875f 100644 --- a/debian/get-orig-source.sh +++ b/debian/get-orig-source.sh @@ -26,5 +26,5 @@ upstream_version="${release}+${date}" # Generate tarball. echo "packaging $(git rev-parse --short FETCH_HEAD)" -git archive FETCH_HEAD -- usbboot xbboot | - gzip -n -9 > "xburst-tools_$upstream_version.orig.tar.gz" +git archive FETCH_HEAD | + gzip -n -9 >"xburst-tools_$upstream_version.orig.tar.gz"