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/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 31e31e2..78ef49e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +leap-common (0.3.9.1) unstable; urgency=medium + + * Update standards version to 3.9.6 (no changes) + + -- Micah Anderson Tue, 13 Jan 2015 17:00:11 -0500 + leap-common (0.3.9) unstable; urgency=medium * Update to 0.3.9 release 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/changelog | 3 ++- debian/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 78ef49e..0fa8852 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ leap-common (0.3.9.1) unstable; urgency=medium * Update standards version to 3.9.6 (no changes) + * Change my email address - -- Micah Anderson Tue, 13 Jan 2015 17:00:11 -0500 + -- Micah Anderson Tue, 13 Jan 2015 17:00:11 -0500 leap-common (0.3.9) unstable; urgency=medium 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/changelog | 2 +- debian/control | 4 ++-- debian/copyright | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index db44bd3..7d9f5b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ leap-common (0.4.2) unstable; urgency=medium * Update standards version to 3.9.6 (no changes) * Change my email address - -- Ben Carrillo Fri, 07 Nov 2014 18:50:11 +0100 + -- Micah Anderson Tue, 01 Sep 2015 14:18:31 -0400 leap-common (0.3.8) unstable; urgency=medium 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 diff --git a/debian/copyright b/debian/copyright index 353207a..ed928e5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,4 +13,4 @@ License: GPL-3+ License: GPL-3+ On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL'. + Public License can be found in `/usr/share/common-licenses/GPL-3'. -- cgit v1.2.3 From 4772787239cda262e5194d370b697e7a19e2e1b7 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 3 Sep 2015 16:00:18 -0400 Subject: add pydist-overrides for pyopenssl --- debian/changelog | 1 + debian/pydist-overrides | 1 + 2 files changed, 2 insertions(+) create mode 100644 debian/pydist-overrides diff --git a/debian/changelog b/debian/changelog index 7d9f5b7..0aba906 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ leap-common (0.4.2) unstable; urgency=medium * Update to 0.4.2 release * Update standards version to 3.9.6 (no changes) * Change my email address + * Add pydist-overrides for pyopenssl -- Micah Anderson Tue, 01 Sep 2015 14:18:31 -0400 diff --git a/debian/pydist-overrides b/debian/pydist-overrides new file mode 100644 index 0000000..b1ee55e --- /dev/null +++ b/debian/pydist-overrides @@ -0,0 +1 @@ +pyopenssl python-openssl -- 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/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0aba906..bf8721f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ leap-common (0.4.2) unstable; urgency=medium * Update standards version to 3.9.6 (no changes) * Change my email address * Add pydist-overrides for pyopenssl + * Specify explicit dependencies for python-zmq and python-txzmq -- Micah Anderson Tue, 01 Sep 2015 14:18:31 -0400 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