Skip to content

Commit 0722eb1

Browse files
committed
packages BUGFIX exact main package version dependency
1 parent d771fd9 commit 0722eb1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/debian.control.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Architecture: any
1212
Description: @PACKAGE_DESC@
1313

1414
Package: @PACKAGE@-dev
15-
Depends: libyang-dev, @PACKAGE@ (=@LIBNETCONF2_VERSION@)
15+
Depends: libyang-dev, @PACKAGE@ (=@LIBNETCONF2_VERSION@-1)
1616
Section: libdevel
1717
Architecture: any
1818
Description: @PACKAGE_DEV_DESC@
1919

2020
Package: @PACKAGE@-dbg
21-
Depends: @PACKAGE@ (=@LIBNETCONF2_VERSION@)
21+
Depends: @PACKAGE@ (=@LIBNETCONF2_VERSION@-1)
2222
Section: debug
2323
Architecture: any
2424
Description: @PACKAGE_DBG_DESC@

0 commit comments

Comments
 (0)