--- /dev/null
+remoto (0.0.29-0ubuntu0.16.04.2) xenial; urgency=medium
+
+ * d/patches: drop bundled execnet, rework patches for gbp
+ * d/control: add extended description for lintian
+ * d/control: Build-Depends execnet
+
+ -- Ken Dreyer <kdreyer@redhat.com> Mon, 03 Jul 2017 16:19:14 -0600
+
+remoto (0.0.29-0ubuntu0.16.04.1) xenial; urgency=medium
+
+ * Latest upstream release
+
+ -- Ken Dreyer <kdreyer@redhat.com> Thu, 29 Jun 2017 11:22:45 -0600
--- /dev/null
+Source: remoto
+Maintainer: Ken Dreyer <kdreyer@redhat.com>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 7.4.3),
+ dh-python,
+ python,
+ python-execnet,
+ python-mock,
+ python-pytest,
+ python-setuptools,
+ python3,
+ python3-execnet,
+ python3-mock,
+ python3-pytest,
+ python3-setuptools
+Standards-Version: 3.9.7
+X-Python-Version: >=2.7
+
+Package: python-remoto
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Execute remote commands or processes
+ A very simplistic remote-command-executor using ssh and Python in the remote
+ end.
+
+Package: python3-remoto
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Execute remote commands or processes
+ A very simplistic remote-command-executor using ssh and Python in the remote
+ end.
--- /dev/null
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: remoto
+Source: https://github.com/alfredodeza/remoto
+
+Files: *
+Copyright: 2013 Alfredo Deza
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Red Hat, Inc.
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.