debian/0000755000000000000000000000000012115734744007176 5ustar debian/copyright0000644000000000000000000000067612115734141011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-bitfield Source: https://github.com/disqus/django-bitfield Files: * Copyright: Copyright 2010 Disqus, Inc. License: Apache-2.0 Files: debian/* Copyright: Copyright 2013 Humbug, Inc. License: Apache-2.0 License: Apache-2.0 On Debian systems, the full text of the Apache license can be found in the file `/usr/share/common-licenses/Apache-2.0'. debian/control0000644000000000000000000000137112115733456010602 0ustar Source: django-bitfield Maintainer: Debian Python Modules Packaging Team Uploaders: Luke Faraone Section: python Priority: optional Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python-nose (>= 1.0), python-django-nose (>=0.1.3), python-psycopg2 (>=2.3) Standards-Version: 3.9.4 Package: python-django-bitfield Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Django module implementing BitFields django-bitfield provides a custom field which allows various bits to be stored inside one fixed-width BigIntegerField. . The custom field provides syntatic sugar for accessing those flags easily from a Django application. debian/source/0000755000000000000000000000000012115730550010465 5ustar debian/source/format0000644000000000000000000000001412115724314011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013712115734744010230 0ustar version=3 https://pypi.python.org/pypi/django-bitfield .*/django-bitfield-(\d[\d\.]+)\.tar\.gz debian/compat0000644000000000000000000000000212115724314010364 0ustar 7 debian/changelog0000644000000000000000000000024112115734114011034 0ustar django-bitfield (1.6.4-1) unstable; urgency=low * Initial release. (closes: #702464) -- Luke Faraone Wed, 06 Mar 2013 16:00:31 -0500 debian/rules0000755000000000000000000000011612115727200010241 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils