We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac82fbe commit e121fe4Copy full SHA for e121fe4
1 file changed
debian/release.sh
@@ -7,7 +7,7 @@ set -e
7
source=$(dpkg-parsechangelog -S Source)
8
version=$(dpkg-parsechangelog -S Version)
9
distribution=$(dpkg-parsechangelog -S Distribution)
10
-codename=$(debian-distro-info --codename --${distribution})
+codename=$distribution # as of Aug 13 2019, the distribution is the codename
11
12
OS=debian DIST=${codename} ARCH=amd64 pbuilder-ev3dev build
13
OS=raspbian DIST=${codename} ARCH=armhf pbuilder-ev3dev build
0 commit comments