commit | 4c586062b275dcddc18f521ac092cf0f600a36de | [log] [tgz] |
---|---|---|
author | Marcin Mielniczuk <marmistrz.dev@gmail.com> | Tue Jul 12 21:42:35 2016 +0200 |
committer | Michal Marek <mmarek@suse.com> | Tue Jul 26 23:12:08 2016 +0200 |
tree | 4c3ea0fe09a2622ead4911a934d99abbbe314705 | |
parent | ca617dc68b23407c4b7427d4f2fd71e0ba7ba81d [diff] |
Fix the Debian packaging script on systems with no codename When calling `make deb-pkg` on a system with no codename (for example Arch Linux), lsb_release sometimes outputs `n/a` as the codename. This breaks dpkg-parsechangelog, which can't process the changelog correctly. Signed-off-by: Marcin Mielniczuk <marmistrz.dev@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.com>