Skip to content

Commit 4f67b9d

Browse files
committed
debian: add bash-completion in rules
1 parent 0e97d76 commit 4f67b9d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python3-opensips (0.1.5-3) stable; urgency=low
2+
3+
* Add bash-completion in rules
4+
5+
-- Razvan Crainea <[email protected]> Tue, 11 Feb 2024 16:10:00 +0300
6+
17
python3-opensips (0.1.5-2) stable; urgency=low
28

39
* Fix name of bash-completrion

packaging/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: python3-opensips
22
Section: python
33
Priority: optional
44
Maintainer: Razvan Crainea <[email protected]>
5-
Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.6), python3-setuptools
5+
Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.6), python3-setuptools, bash-completion
66
Standards-Version: 3.9.8
77
Homepage: https://github.com/OpenSIPS/python-opensips
88

packaging/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION=$(shell python -Bc 'import sys; sys.path.append("."); from opensips.vers
44
NAME=python3-opensips
55

66
%:
7-
dh $@ --with python3 --buildsystem=pybuild
7+
dh $@ --with python3 --with bash-completion --buildsystem=pybuild
88

99
.PHONY: tar
1010
tar:

0 commit comments

Comments
 (0)