فهرست منبع

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