Skip to content

Commit c642289

Browse files
committed
fix bpo suffix for buster
1 parent afa13ee commit c642289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ build_deb_8_plus () {
219219
esac
220220

221221
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}"
222+
dch -D ${debian_name}-backports -l~bpo${debian_version}+ "${project} snapshot ${version} built for ${target_system}"
223223
#dch --bpo "${project} snapshot ${version} built for ${target_system}"
224224
dpkg-buildpackage -r
225225
rc=$?

0 commit comments

Comments
 (0)