1 2 3 4 5 6 7 8 9 10 11 12 13
|
I: sanity check of parameters
W: -p "debhello" != auto set value ""
W: -u "0.1" != auto set value "0~2411290757"
W: -r "1" != auto set value ""
I: pkg="debhello", ver="0.1", rev="1"
I: make the upstream tarball with "tar --exclude=debian"
I: pwd = "/path/to/debhello-0.1"
I: pwd = "/path/to"
I: good, -t (--tar) run in the versioned directory
I: $ tar --exclude debhello-0.1/debian --anchored --exclude-vcs --xz -cvf deb...
debhello-0.1/
I: debhello-0.1.tar.xz tarball made
I: pwd = "/path/to/debhello-0.1"
|