[Python-modules-commits] r11853 - in packages/python-django-piston/trunk (20 files)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Mon Feb 22 15:01:31 UTC 2010


    Date: Monday, February 22, 2010 @ 15:01:24
  Author: svedrin-guest
Revision: 11853

import debian/ directory as svn-inject didn't feel the need to

Added:
  packages/python-django-piston/trunk/debian/
  packages/python-django-piston/trunk/debian/changelog
  packages/python-django-piston/trunk/debian/compat
  packages/python-django-piston/trunk/debian/control
  packages/python-django-piston/trunk/debian/copyright
  packages/python-django-piston/trunk/debian/docs
  packages/python-django-piston/trunk/debian/patches/
  packages/python-django-piston/trunk/debian/patches/debian-changes-0.2.2-1
  packages/python-django-piston/trunk/debian/patches/series
  packages/python-django-piston/trunk/debian/python-django-piston.debhelper.log
  packages/python-django-piston/trunk/debian/python-django-piston/
  packages/python-django-piston/trunk/debian/python-django-piston/usr/
  packages/python-django-piston/trunk/debian/python-django-piston/usr/share/
  packages/python-django-piston/trunk/debian/python-django-piston/usr/share/doc/
  packages/python-django-piston/trunk/debian/python-django-piston/usr/share/doc/python-django-piston/
  packages/python-django-piston/trunk/debian/rules
  packages/python-django-piston/trunk/debian/source.lintian-overrides
  packages/python-django-piston/trunk/debian/source/
  packages/python-django-piston/trunk/debian/source/format
  packages/python-django-piston/trunk/debian/watch

Added: packages/python-django-piston/trunk/debian/changelog
===================================================================
--- packages/python-django-piston/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/changelog	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1,5 @@
+python-django-piston (0.2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #570919)
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 22 Feb 2010 08:43:21 +0100

Added: packages/python-django-piston/trunk/debian/compat
===================================================================
--- packages/python-django-piston/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/compat	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1 @@
+7

Added: packages/python-django-piston/trunk/debian/control
===================================================================
--- packages/python-django-piston/trunk/debian/control	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/control	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1,27 @@
+Source: python-django-piston
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Homepage: http://bitbucket.org/jespern/django-piston/wiki/
+
+Package: python-django-piston
+Architecture: all
+Depends: ${misc:Depends}, python-django (>= 1.1)
+Description: A Django mini-framework creating RESTful APIs
+ Piston is a relatively small Django application that lets you
+ create application programming interfaces (API) for your sites.
+ .
+ It has several unique features:
+ .
+    * Ties into Django's internal mechanisms.
+    * Supports OAuth out of the box (as well as Basic/Digest or custom auth.)
+    * Doesn't require tying to models, allowing arbitrary resources.
+    * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.)
+    * Ships with a convenient reusable library in Python
+    * Respects and encourages proper use of HTTP (status codes, ...)
+    * Has built in (optional) form validation (via Django), throttling, etc.
+    * Supports streaming, with a small memory footprint.
+    * Stays out of your way. 

Added: packages/python-django-piston/trunk/debian/copyright
===================================================================
--- packages/python-django-piston/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/copyright	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1,50 @@
+This work was packaged for Debian by:
+
+    Michael Ziegler <diese-addy at funzt-halt.net> on Mon, 22 Feb 2010 08:43:21 +0100
+
+It was downloaded from:
+
+    http://bitbucket.org/jespern/django-piston/wiki/Home
+
+Upstream Author:
+
+    Jesper Noehr <jesper at noehr.org>
+
+Copyright:
+
+    <Copyright (C) 2008-2010 Jesper Noehr>
+
+License:
+
+    The BSD License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+    - Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    - 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.
+    - Neither the name of the Mumble Developers 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 COPYRIGHT HOLDERS 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 FOUNDATION 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.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Michael Ziegler <diese-addy at funzt-halt.net>
+
+and is licensed under the BSD license, see "/usr/share/common-licenses/BSD".

Added: packages/python-django-piston/trunk/debian/docs
===================================================================
--- packages/python-django-piston/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/docs	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1 @@
+AUTHORS.txt

Added: packages/python-django-piston/trunk/debian/patches/debian-changes-0.2.2-1
===================================================================
--- packages/python-django-piston/trunk/debian/patches/debian-changes-0.2.2-1	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/patches/debian-changes-0.2.2-1	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1,77 @@
+Description: Upstream changes introduced in version 0.2.2-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-django-piston (0.2.2-1) unstable; urgency=low
+ .
+   * Initial release (Closes: #570919)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Michael Ziegler <diese-addy at funzt-halt.net>
+Bug-Debian: http://bugs.debian.org/570919
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ python-django-piston-0.2.2/django_piston.egg-info/PKG-INFO
+@@ -0,0 +1,18 @@
++Metadata-Version: 1.0
++Name: django-piston
++Version: 0.2.2
++Summary: Piston is a Django mini-framework creating APIs.
++Home-page: http://bitbucket.org/jespern/django-piston/wiki/Home
++Author: Jesper Noehr
++Author-email: jesper at noehr.org
++License: BSD
++Download-URL: http://bitbucket.org/jespern/django-piston/downloads/
++Description: UNKNOWN
++Platform: UNKNOWN
++Classifier: Development Status :: 3 - Alpha
++Classifier: Framework :: Django
++Classifier: Intended Audience :: Developers
++Classifier: License :: OSI Approved :: BSD License
++Classifier: Operating System :: OS Independent
++Classifier: Programming Language :: Python
++Classifier: Topic :: Internet :: WWW/HTTP
+--- /dev/null
++++ python-django-piston-0.2.2/django_piston.egg-info/top_level.txt
+@@ -0,0 +1 @@
++piston
+--- /dev/null
++++ python-django-piston-0.2.2/django_piston.egg-info/dependency_links.txt
+@@ -0,0 +1 @@
++
+--- /dev/null
++++ python-django-piston-0.2.2/django_piston.egg-info/SOURCES.txt
+@@ -0,0 +1,19 @@
++setup.py
++django_piston.egg-info/PKG-INFO
++django_piston.egg-info/SOURCES.txt
++django_piston.egg-info/dependency_links.txt
++django_piston.egg-info/top_level.txt
++piston/__init__.py
++piston/authentication.py
++piston/decorator.py
++piston/doc.py
++piston/emitters.py
++piston/forms.py
++piston/handler.py
++piston/managers.py
++piston/middleware.py
++piston/models.py
++piston/oauth.py
++piston/resource.py
++piston/store.py
++piston/utils.py
+\ No newline at end of file

Added: packages/python-django-piston/trunk/debian/patches/series
===================================================================
--- packages/python-django-piston/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/patches/series	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1 @@
+debian-changes-0.2.2-1

Added: packages/python-django-piston/trunk/debian/python-django-piston.debhelper.log
===================================================================
--- packages/python-django-piston/trunk/debian/python-django-piston.debhelper.log	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/python-django-piston.debhelper.log	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1,7 @@
+dh_auto_configure
+dh_auto_build
+dh_auto_test
+dh_prep
+dh_installdirs
+dh_auto_install
+dh_install

Added: packages/python-django-piston/trunk/debian/rules
===================================================================
--- packages/python-django-piston/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/rules	2010-02-22 15:01:24 UTC (rev 11853)
@@ -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  $@


Property changes on: packages/python-django-piston/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-piston/trunk/debian/source/format
===================================================================
--- packages/python-django-piston/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/source/format	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-django-piston/trunk/debian/source.lintian-overrides
===================================================================
--- packages/python-django-piston/trunk/debian/source.lintian-overrides	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/source.lintian-overrides	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1 @@
+python-django-piston source: source-contains-hg-tags-file .hgtags

Added: packages/python-django-piston/trunk/debian/watch
===================================================================
--- packages/python-django-piston/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-piston/trunk/debian/watch	2010-02-22 15:01:24 UTC (rev 11853)
@@ -0,0 +1,5 @@
+version=3
+opts=filenamemangle=s#/jespern/django-piston/get/v([\d\.]*)\.tar\.bz2#python-django-piston_$1\.orig\.tar\.bz2# \
+  http://bitbucket.org/jespern/django-piston/downloads/ \
+  /jespern/django-piston/get/v([\d\.]*)\.tar\.bz2 \
+  debian svn-upgrade




More information about the Python-modules-commits mailing list