We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa13ee commit c642289Copy full SHA for c642289
build-deb.sh
@@ -219,7 +219,7 @@ build_deb_8_plus () {
219
esac
220
221
dch -v ${debianversion}-1 "upstream development build of ${project} ${version}"
222
- dch -D ${debian_name}-backports -l~bpo${debian_version}+1 "${project} snapshot ${version} built for ${target_system}"
+ dch -D ${debian_name}-backports -l~bpo${debian_version}+ "${project} snapshot ${version} built for ${target_system}"
223
#dch --bpo "${project} snapshot ${version} built for ${target_system}"
224
dpkg-buildpackage -r
225
rc=$?
0 commit comments