소스 검색

pkg/deb: switch to python3

Victor Seva 6 년 전
부모
커밋
75b3403435
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      pkg/deb/debian/control
  2. 2 2
      pkg/deb/debian/copyright
  3. 1 1
      pkg/deb/debian/rules

+ 2 - 2
pkg/deb/debian/control

@@ -6,8 +6,8 @@ Standards-Version: 4.2.1.1
 Build-Depends:
  debhelper (>= 9~),
  dh-python,
- python-all,
- python-setuptools,
+ python3-all,
+ python3-setuptools,
 
 Package: kamcli
 Architecture: all

+ 2 - 2
pkg/deb/debian/copyright

@@ -4,11 +4,11 @@ Upstream-Contact: Daniel-Constantin Mierla <[email protected]>
 Source: https://github.com/kamailio/kamcli
 
 Files: *
-Copyright: 2015-2018 Daniel-Constantin Mierla <[email protected]>
+Copyright: 2015-2019 Daniel-Constantin Mierla <[email protected]>
 License: GPL-2
 
 Files: pkg/deb/*
-Copyright: 2018 Victor Seva <[email protected]>
+Copyright: 2018-2019 Victor Seva <[email protected]>
 License: GPL-2
 
 License: GPL-2

+ 1 - 1
pkg/deb/debian/rules

@@ -2,4 +2,4 @@
 include /usr/share/dpkg/pkg-info.mk
 
 %:
-	dh "$@" --with python2
+	dh "$@" --with python3