debian/0000755000000000000000000000000012302376617007175 5ustar debian/copyright0000644000000000000000000000160511730141674011127 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: txlongpoll Source: https://launchpad.net/txlongpoll Files: * Copyright: 2012 Canonical Ltd. License: AGPL-3.0+ Files: debian/* Copyright: 2012 Canonical Ltd. License: AGPL-3.0+ License: AGPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. . You should have received a copy of the GNU Affero General Public License along with this program. If not, see . debian/changelog0000644000000000000000000000154512302376617011054 0ustar txlongpoll (0.3.1+bzr86-0ubuntu3) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:54:23 +0000 txlongpoll (0.3.1+bzr86-0ubuntu2) quantal; urgency=low * debian/control: Add missing Depends on python-formencode and python-yaml. * Drop 'txlongpoll' binary package, as it only ships an upstart job and a config which are not really necessary. (LP: #961389) - debian/txlongpoll.{install,upstart}: Drop. - debian/control: Drop binary package. - debian/rules: Do not override dh_install_init. No longer needed. -- Andres Rodriguez Mon, 16 Jul 2012 10:46:29 -0400 txlongpoll (0.3.1+bzr86-0ubuntu1) precise; urgency=low * Initial release (LP: #954484) -- Andres Rodriguez Wed, 14 Mar 2012 12:14:31 -0400 debian/compat0000644000000000000000000000000211730141154010361 0ustar 7 debian/control0000644000000000000000000000150712001031273010561 0ustar Source: txlongpoll Section: python Priority: optional Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 8), python (>= 2.7), python-setuptools Standards-Version: 3.9.3 X-Python-Version: >= 2.7 Homepage: https://launchpad.net/txlongpoll Package: python-txlongpoll Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-formencode, python-oops-amqp, python-oops-datedir-repo (>= 0.0.13), python-oops-twisted (>= 0.0.3), python-twisted, python-txamqp (>= 0.5), python-yaml, python-zope.interface Description: Long polling HTTP frontend for AMQP Long polling HTTP frontend for AMQP. It is a generic long poll server used by Launchpad and Landscape. . This package contains the python module. debian/rules0000755000000000000000000000112312001031273010230 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils --no-guessing-deps override_dh_auto_install: dh_auto_install dh_install --list-missing DEB_DEBIAN_DIR=$(dir $(firstword $(MAKEFILE_LIST))) REV=$(shell dpkg-parsechangelog -l$(DEB_DEBIAN_DIR)/changelog \ | sed -rne 's,^Version: .*[+~]bzr([0-9]+).*,\1,p') VER=$(shell dpkg-parsechangelog -l$(DEB_DEBIAN_DIR)/changelog \ | sed -rne 's,^Version: ([^-]+).*,\1,p') get-orig-source: bzr export -r $(REV) --root=txlongpoll-$(VER).orig \ txlongpoll_$(VER).orig.tar.gz lp:txlongpoll debian/source/0000755000000000000000000000000011730141154010463 5ustar debian/source/format0000644000000000000000000000001411730141154011671 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015611730141154010216 0ustar version=3 http://launchpad.net/txlongpoll/+download https://launchpad.net/txlongpoll/.*/txlongpoll-(.*).tar.*