Skip to content

Commit e121fe4

Browse files
committed
Distribution in changelog is now the codename
1 parent ac82fbe commit e121fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
source=$(dpkg-parsechangelog -S Source)
88
version=$(dpkg-parsechangelog -S Version)
99
distribution=$(dpkg-parsechangelog -S Distribution)
10-
codename=$(debian-distro-info --codename --${distribution})
10+
codename=$distribution # as of Aug 13 2019, the distribution is the codename
1111

1212
OS=debian DIST=${codename} ARCH=amd64 pbuilder-ev3dev build
1313
OS=raspbian DIST=${codename} ARCH=armhf pbuilder-ev3dev build

0 commit comments

Comments
 (0)