--- django-extra-views-0.2.4.orig/debian/changelog +++ django-extra-views-0.2.4/debian/changelog @@ -0,0 +1,19 @@ +django-extra-views (0.2.4-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert package from python-support to dh-python2. Closes: #786215 + * Drop unnecessary XS-Python-Version and XB-Python-Version + + -- Ana Rodriguez Lopez Thu, 20 Aug 2015 15:40:16 +0200 + +django-extra-views (0.2.4-2) unstable; urgency=low + + * Add missing depends by build-depending on python-support. Closes: #676253 + + -- Tollef Fog Heen Sat, 30 Jun 2012 21:16:09 +0200 + +django-extra-views (0.2.4-1) unstable; urgency=low + + * Initial release + + -- Tollef Fog Heen Mon, 14 May 2012 21:15:50 +0200 --- django-extra-views-0.2.4.orig/debian/compat +++ django-extra-views-0.2.4/debian/compat @@ -0,0 +1 @@ +8 --- django-extra-views-0.2.4.orig/debian/control +++ django-extra-views-0.2.4/debian/control @@ -0,0 +1,18 @@ +Source: django-extra-views +Section: python +Priority: optional +Maintainer: Tollef Fog Heen +Build-Depends: debhelper (>= 8.0.0), python, python-setuptools, dh-python +Standards-Version: 3.9.2 +Homepage: https://github.com/AndrewIngram/django-extra-views +#Vcs-Git: git://git.debian.org/collab-maint/django-extra-views.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/django-extra-views.git;a=summary + +Package: python-django-extra-views +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Description: Extra class-based views for Django + Django's class-based generic views are great, they let you accomplish + a large number of web application design patterns in relatively few + lines of code. They do have their limits though, and that's what this + library of views aims to overcome. --- django-extra-views-0.2.4.orig/debian/copyright +++ django-extra-views-0.2.4/debian/copyright @@ -0,0 +1,30 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: django-extra-views +Source: git://github.com/AndrewIngram/django-extra-views.git + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + +Files: * +Copyright: Copyright (c) 2012 Andrew Ingram +License: MIT + +Files: debian/* +Copyright: 2012 Tollef Fog Heen +License: MIT --- django-extra-views-0.2.4.orig/debian/docs +++ django-extra-views-0.2.4/debian/docs @@ -0,0 +1 @@ +README.rst --- django-extra-views-0.2.4.orig/debian/rules +++ django-extra-views-0.2.4/debian/rules @@ -0,0 +1,13 @@ +#! /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