From 447c414f86dd5b8a3b0bd62adaf9d3a1cf03e1ec Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 13 Jan 2015 17:00:59 -0500 Subject: update to new standards version (no changes) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ce369f3..410df98 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Ben Carrillo Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9), python-protobuf, python-protobuf.socketrpc -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Package: python-leap-common Architecture: all -- cgit v1.2.3 From 3bb0b76770a124a13226556b60bcd84d3cc99a0b Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 13 Jan 2015 17:02:23 -0500 Subject: change my email address --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 410df98..253b467 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: leap-common -Maintainer: Micah Anderson +Maintainer: Micah Anderson Uploaders: Ben Carrillo Section: python Priority: optional -- cgit v1.2.3 From f4cb2c1e639f9f18b91b6d498f484edd444f9cc2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 1 Sep 2015 14:33:45 -0400 Subject: minor lintian fixes for new package --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d7097a3..e35b604 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,6 @@ Standards-Version: 3.9.6 Package: python-leap-common Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq, python-txzmq -Description: Common python files needed by LEAP projects. - This package contains common python functions that are needed +Description: Common Python files needed by LEAP projects + This package contains common Python functions that are needed for the LEAP Client project -- cgit v1.2.3 From 0176fddcc10c6e8c3be4404ead2511a36eb86a90 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 10 Sep 2015 15:07:19 -0400 Subject: Specify explicit dependencies for python-zmq and python-txzmq --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e35b604..45ed005 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.6 Package: python-leap-common Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq, python-txzmq +Depends: ${misc:Depends}, ${python:Depends}, python-jsonschema, python-dirspec, python-dateutil, python-openssl, python-zmq (>=14.4.1-1.1), python-txzmq (>= 0.7.3) Description: Common Python files needed by LEAP projects This package contains common Python functions that are needed for the LEAP Client project -- cgit v1.2.3