debian: fix a typo in 'rules': s/csn10/csn1-0/

Change-Id: Ic28ed41f076b460e3f89d0754c1c70ff239642f8
This commit is contained in:
Vadim Yanitskiy 2022-08-07 19:22:26 +07:00
parent a1751f7b17
commit ac4e2d54d7
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -10,7 +10,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
override_dh_strip:
dh_strip -plibosmo-csn10 --dbg-package=libosmo-csn1-dbg
dh_strip -plibosmo-csn1-0 --dbg-package=libosmo-csn1-dbg
dh_strip -plibosmo-gprs-rlcmac0 --dbg-package=libosmo-gprs-rlcmac-dbg
# Print test results in case of a failure