debian/0000775000000000000000000000000011740542121007165 5ustar debian/source/0000775000000000000000000000000011740542121010465 5ustar debian/source/format0000664000000000000000000000001411740273200011672 0ustar 3.0 (quilt) debian/control0000664000000000000000000000204411740431034010570 0ustar Source: python-gitdb Section: python Priority: extra Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 8.0.0) ,python-all-dev ,python-setuptools Standards-Version: 3.9.3 Homepage: https://github.com/gitpython-developers/gitdb Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gitdb/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gitdb/trunk/ Package: python-gitdb Architecture: any Depends: python-async, python-smmap, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: pure-Python git object database The GitDB project implements interfaces to allow read and write access to git repositories. In its core lies the db package, which contains all database types necessary to read a complete git repository. These are the LooseObjectDB, the PackedDB and the ReferenceDB which are combined into the GitDB to combine every aspect of the git database. debian/docs0000664000000000000000000000000011740273200010025 0ustar debian/copyright0000664000000000000000000000330411740273200011117 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-gitdb Source: http://pypi.python.org/pypi/gitdb Files: * Copyright: 2011, Sebastian Thiel License: BSD-3-Clause Files: debian/* Copyright: 2012 TANIGUCHI Takaki License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000664000000000000000000000024711740273200011041 0ustar python-gitdb (0.5.4-1) unstable; urgency=low * Initial release (Closes: #667502,#638976) -- TANIGUCHI Takaki Wed, 04 Apr 2012 23:08:30 +0900 debian/watch0000664000000000000000000000011311740273200010210 0ustar version=3 http://pypi.python.org/packages/source/g/gitdb/gitdb-(.*).tar.gz debian/rules0000775000000000000000000000071111740273200010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/compat0000664000000000000000000000000211740273200010362 0ustar 8