Răsfoiți Sursa

pkg/deb: add missing changes for backports

Victor Seva 6 ani în urmă
părinte
comite
fdc33db507

+ 2 - 2
pkg/deb/bionic/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/bionic/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/bionic/rules

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

+ 2 - 2
pkg/deb/buster/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/buster/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/buster/rules

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

+ 2 - 2
pkg/deb/stretch/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/stretch/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/stretch/rules

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

+ 2 - 2
pkg/deb/xenial/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/xenial/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/xenial/rules

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