deviceinfo: prepend manufacturer to device name
Compare changes
Files
93@@ -23,5 +23,5 @@ package() {
About half the devices had the manufacturer name in the "deviceinfo_name" variable, the other half did not. For consistency in our aports, and to make reviews consistent as well, it is now mandatory to prepend the vendor name to the device's name.
I thought about forcing it the other way as well, but then we have a
few weird cases, where the phone has the same name as the company,
"Jolla Phone" would just have deviceinfo_name="Phone"
then.
deviceinfo_name
deviceinfo
files which failed this test, and
bump the pkgrelask_for_name()
function.