--- amara-1.2a2.orig/debian/changelog +++ amara-1.2a2/debian/changelog @@ -0,0 +1,7 @@ +amara (1.2a2-1) unstable; urgency=low + + * Initial release + * Upload sponsored by Francisco Moya + + -- David Villa Alises Thu, 24 Jan 2008 18:32:48 +0100 + --- amara-1.2a2.orig/debian/control +++ amara-1.2a2/debian/control @@ -0,0 +1,24 @@ +Source: amara +Section: python +Priority: extra +Maintainer: David Villa Alises +Build-Depends: cdbs, debhelper (>= 5), python-support (>= 0.5.3), + python, python-4suite-xml, python2.5 +Standards-Version: 3.7.3 + +Package: python-amara +Architecture: all +Depends: ${python:Depends}, python2.5, python-dateutil, python-4suite-xml +Description: Amara is a pythonic XML toolkit + Amara XML toolkit is an open-source collection of Python tools for + XML processing, not just tools that happen to be written in Python, + but tools built from the ground up to use Python idioms and take + advantage of the many advantages of Python over other programming + languages. + . + Amara builds on 4Suite, but whereas 4Suite focuses more on literal + implementation of XML standards in Python, Amara adds a much more + Pythonic face to these capabilities. + . + Amara provides tools you can trust to conform with XML standards + without losing the familiar Python feel. --- amara-1.2a2.orig/debian/compat +++ amara-1.2a2/debian/compat @@ -0,0 +1 @@ +5 --- amara-1.2a2.orig/debian/rules +++ amara-1.2a2/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport +DEB_DH_INSTALL_SOURCEDIR := debian/tmp + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +DEB_DESTDIR := $(CURDIR)/debian/tmp +DEB_PYTHON_INSTALL_ARGS_ALL += --prefix=/usr + +clean:: + $(RM) config.cache --- amara-1.2a2.orig/debian/docs +++ amara-1.2a2/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- amara-1.2a2.orig/debian/python-amara.install +++ amara-1.2a2/debian/python-amara.install @@ -0,0 +1,2 @@ +usr/bin/* usr/lib/python-amara +usr/lib/python* --- amara-1.2a2.orig/debian/copyright +++ amara-1.2a2/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by David Villa Alises on +Thu, 24 Jan 2008 18:32:48 +0100. + +It was downloaded from http://uche.ogbuji.net/tech/4suite/amara/ + +Upstream Author: Uche Ogbuji + +Copyright (C) 2004 Uche Ogbuji + +License: + + 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. The end-user documentation included with the redistribution, + if any, must include the following acknowledgment: "This + product includes software developed by Uche Ogbuji + (http://uche.ogbuji.net)." Alternately, this acknowledgment may + appear in the software itself, if and wherever such third-party + acknowledgments normally appear. + + 4. The names "Amara" and "Uche Ogbuji" must not be used to + endorse or promote products derived from this software without + prior written permission of Uche Ogbuji (uche@ogbuji.net). + + 5. Products derived from this software may not be called + "Amara", nor may "Amara" appear in their name, without prior + written permission of Uche Ogbuji (uche.ogbuji@gmail.com). + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 FOURTHOGHT, INC. OR ITS 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. + + ==================================================================== + + This license is based on the Apache Software License, Version 1.1, + Copyright (c) 2000 The Apache Software Foundation. All rights + reserved. + + +The Debian packaging is (C) 2008, David Villa Alises and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- amara-1.2a2.orig/debian/pycompat +++ amara-1.2a2/debian/pycompat @@ -0,0 +1 @@ +2