debian/ 0000755 0000000 0000000 00000000000 12302375675 007200 5 ustar debian/docs 0000644 0000000 0000000 00000000007 11726137113 010040 0 ustar README
debian/copyright 0000644 0000000 0000000 00000001534 11726136441 011131 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: convoy
Source: https://launchpad.net/convoy
Files: *
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 00000000545 12302375675 011056 0 ustar convoy (0.2.1+bzr20-0ubuntu2) trusty; urgency=medium
* Rebuild to drop files installed into /usr/share/pyshared.
-- Matthias Klose Sun, 23 Feb 2014 13:46:37 +0000
convoy (0.2.1+bzr20-0ubuntu1) precise; urgency=low
* Initial Release (LP: #954481)
-- Dave Walker (Daviey) Thu, 08 Mar 2012 13:22:59 +0000
debian/compat 0000644 0000000 0000000 00000000002 11726130764 010373 0 ustar 7
debian/control 0000644 0000000 0000000 00000001320 11727744231 010575 0 ustar Source: convoy
Section: python
Priority: extra
Maintainer: Ubuntu Developers
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python-mocker,
python-nose,
python-paste,
python-setuptools
Standards-Version: 3.9.3
Homepage: https://launchpad.net/convoy
Package: python-convoy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: WSGI app for loading multiple files in the same request
Provides a WSGI application that can be hooked up to a
generic WSGI container to create a combo loader server, for
loading Javascript and CSS files combined into a single
request.
debian/rules 0000755 0000000 0000000 00000001075 11727744136 010265 0 ustar #!/usr/bin/make -f
%:
dh $@ --with python2
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
python$* setup.py test
endif
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=convoy-$(VER).orig \
convoy_$(VER).orig.tar.gz lp:convoy
debian/source/ 0000755 0000000 0000000 00000000000 11726131535 010472 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11726131263 011676 0 ustar 3.0 (quilt)
debian/source/lintian-overrides 0000644 0000000 0000000 00000000160 11726131535 014050 0 ustar # No 'upstream' releases, we rely upon debian/rules get-orig-source
convoy source: debian-watch-file-is-missing