Utilize the second parameter (version number) for deb.sh.
author <shinichiro.hamaji@gmail.com> <>
Tue, 4 Nov 2008 07:09:16 +0000 (07:09 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Tue, 4 Nov 2008 07:09:16 +0000 (07:09 +0000)
commit62a67b25167a56a723e2e420cc80168905e5e2cb
tree649427ac6b7a664dd6a9361ac1eb4afe1f4b5ece
parent1ea4ad6ba1df3fdab43d7350795741ce27a5e9fd
Utilize the second parameter (version number) for deb.sh.

The original way (ls && tail -n 1) could not handle version numbers which have patch level proprely (e.g., 0.1.1.tar.gz is considered less than 0.1.tar.gz since ls command orders files lexicographically).

git-svn-id: https://google-glog.googlecode.com/svn/trunk@15 eb4d4688-79bd-11dd-afb4-1d65580434c0
packages/deb.sh