debian/0000755000000000000000000000000012203651700007162 5ustar debian/compat0000644000000000000000000000000212203651700010360 0ustar 7 debian/source/0000755000000000000000000000000012203651700010462 5ustar debian/source/format0000644000000000000000000000001412203651700011670 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015512203651700010214 0ustar version=3 http://code.google.com/p/google-apputils-python/downloads/list .*/google-apputils-(\d\S*)\.tar\.gz debian/control0000644000000000000000000000305512203651700010570 0ustar Source: google-apputils-python Section: python Priority: optional Maintainer: Debian Cloud Team Uploaders: Vincent Bernat Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools (>= 0.6b3), python-mox (>= 0.5), python-nose, python-gflags (>= 1.4) Standards-Version: 3.9.4 Homepage: http://code.google.com/p/google-apputils-python Vcs-Git: git://anonscm.debian.org/cloud/google-apputils-python.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=cloud/google-apputils-python.git Package: python-google-apputils Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gflags (>= 1.4), python-dateutil (>= 1.4), python-dateutil (<< 2), python-tz (>= 2010) Description: Google Application Utilities for Python This project is a small collection of utilities for building Python applications. It includes some of the same set of utilities used to build and run internal Python apps at Google. . It features: + Simple application startup integrated with python-gflags. + Subcommands for command-line applications. + Option to drop into pdb on uncaught exceptions. + Helper functions for dealing with files. + High-level profiling tools. + Timezone-aware wrappers for datetime.datetime classes. + Improved TestCase with the same methods as unittest2, plus helpful flags for test startup. + google_test setuptools command for running tests. + Helper module for creating application stubs. debian/changelog0000644000000000000000000000024712203651700011037 0ustar google-apputils-python (0.4.0-1) unstable; urgency=low * Initial release. Closes: #719977. -- Vincent Bernat Sat, 17 Aug 2013 11:58:00 +0200 debian/rules0000755000000000000000000000022212203651700010236 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- %: dh $@ --with python2 override_dh_auto_test: PYTHONPATH=$(CURDIR) python -m nose debian/copyright0000644000000000000000000000203712203651700011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: google-apputils-python Upstream-Contact: Google Inc Source: http://code.google.com/p/google-apputils-python Files: * Copyright: 2002-2010 Google Inc. All Rights Reserved. License: Apache Files: debian/* Copyright: 2013 Vincent Bernat License: Apache License: Apache Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of this license can be found in `/usr/share/common-licenses/Apache-2.0`.