On 01/02/16 12:27, Osamu Aoki wrote:
$(dpkg-vendor --query Vendor 2>/dev/null)" in
| "Ubuntu")
| SUFFIX="0ubuntu1"
| ;;
| esac
| fi
Please check what "dpkg-vendor --query Vendor 2>/dev/null" returns on
rasbian
root@odroidu2:/# dpkg-vendor --query Vendor 2>/dev/null
Raspbian
BTW it's raspbian not rasbian.
(Maybe all non-Debian should be dealt like
this by using lower case.
IMO if the code is generating version numbers of the form 0<lowercased
dpkg vendor name>1 then the testsuite should be checking for version
numbers of that form. Having a special case for every derivative would
be madeness.
Do you know where the code that generates the version numbers is?
_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel