debian/ 0000755 0000000 0000000 00000000000 12302376617 007175 5 ustar debian/copyright 0000644 0000000 0000000 00000001605 11730141674 011127 0 ustar 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/changelog 0000644 0000000 0000000 00000001545 12302376617 011054 0 ustar 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/compat 0000644 0000000 0000000 00000000002 11730141154 010361 0 ustar 7
debian/control 0000644 0000000 0000000 00000001507 12001031273 010561 0 ustar 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/rules 0000755 0000000 0000000 00000001123 12001031273 010230 0 ustar #!/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/ 0000755 0000000 0000000 00000000000 11730141154 010463 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11730141154 011671 0 ustar 3.0 (quilt)
debian/watch 0000644 0000000 0000000 00000000156 11730141154 010216 0 ustar version=3
http://launchpad.net/txlongpoll/+download https://launchpad.net/txlongpoll/.*/txlongpoll-(.*).tar.*