debian/0000755000000000000000000000000011672227653007201 5ustar debian/watch0000644000000000000000000000012711672227617010232 0ustar version=3 http://chris-lamb.co.uk/releases/django-lint/LATEST/ django-lint-(.*).tar.gz debian/source/0000755000000000000000000000000011672227617010501 5ustar debian/source/format0000644000000000000000000000001411672227617011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000013111672227617010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: dh_auto_clean rm -rf *.egg-info debian/manpages0000644000000000000000000000001611672227617010714 0ustar django-lint.1 debian/examples0000644000000000000000000000002411672227617010736 0ustar django_lint_example debian/copyright0000644000000000000000000000163411672227617011140 0ustar Author: Chris Lamb Download: http://git.chris-lamb.co.uk/?p=django-lint.git Files: * Copyright: © 2008-2009 Chris Lamb License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems the full text of the GPL-3 may be found in the file `/usr/share/common-licenses/GPL-3`. debian/control0000644000000000000000000000173211672227617010607 0ustar Source: python-django-lint Section: python Priority: optional Maintainer: Chris Lamb Build-Depends: debhelper (>= 7.0.50~), python-support Standards-Version: 3.9.2 Homepage: http://chris-lamb.co.uk/projects/django-lint Vcs-Git: git://github.com/lamby/pkg-django-lint.git Vcs-Browser: https://github.com/lamby/pkg-django-lint Package: python-django-lint Architecture: all Depends: ${misc:Depends}, ${python:Depends}, pylint (>= 0.18.1), python-pkg-resources Recommends: python-django (>= 1.0) Description: Static analysis tool for Django projects and applications Django Lint is a tool that statically analyses projects and applications that use the Django web development framework. . It checks and reports on common programming errors and bad code smells including: . * Nullable "CharField" fields * Usage of brittle Django features such as "auto_now_add" * Unspecified recommended options in settings.py, such as an empty 'ADMINS' * (plus many more) debian/compat0000644000000000000000000000000211672227617010377 0ustar 7 debian/changelog0000644000000000000000000000400611672227617011053 0ustar python-django-lint (0.13-2) unstable; urgency=low * Add missing dependency on on python-pkg-resources (Closes: #645258) * Set source package format to '3.0 (quilt)' * Update Vcs-{Git,Browser}. * Bump Standards-Version to 3.9.1. * Bump Standards-Version to 3.9.2. -- Chris Lamb Wed, 14 Dec 2011 23:21:48 +0000 python-django-lint (0.13-1) unstable; urgency=low * New upstream release. -- Chris Lamb Thu, 21 Jan 2010 14:33:24 +0000 python-django-lint (0.12-1) unstable; urgency=low * New upstream release. (Closes: #556243) -- Chris Lamb Tue, 24 Nov 2009 17:06:16 +0000 python-django-lint (0.11-1) unstable; urgency=low * New upstream version. -- Chris Lamb Sun, 11 Oct 2009 11:51:51 +0100 python-django-lint (0.10-1) unstable; urgency=low * New upstream release. (Closes: #543380) - Depend on pylint >= 0.18.1 * Bump Standards-Version to 3.8.3. * Override dh_auto_clean, not clean. -- Chris Lamb Tue, 15 Sep 2009 12:03:06 +0100 python-django-lint (0.8-1) unstable; urgency=low * New upstream release. -- Chris Lamb Wed, 11 Mar 2009 12:16:30 +0000 python-django-lint (0.7-1) unstable; urgency=low * New upstream release. -- Chris Lamb Sat, 07 Mar 2009 20:10:23 +0000 python-django-lint (0.6-1) unstable; urgency=low * New upstream release. * Update Git repository URLs. * Move python-django to Recommends from Suggests. * Move python-support to Build-Depends from Build-Depends-Indep so debhelper can call ./setup clean. -- Chris Lamb Sat, 07 Mar 2009 17:40:16 +0000 python-django-lint (0.4-1) unstable; urgency=low * New upstream release. * Move to non-native package * Add Homepage: field. -- Chris Lamb Mon, 16 Feb 2009 01:37:58 +0000 python-django-lint (0.1) unstable; urgency=low * Initial release. (Closes: #511543) -- Chris Lamb Sun, 11 Jan 2009 22:13:33 +0000