[Python-modules-commits] r14046 - in packages/python-django-extdirect/trunk (8 files)

svedrin-guest at users.alioth.debian.org svedrin-guest at users.alioth.debian.org
Mon Jul 26 10:27:24 UTC 2010


    Date: Monday, July 26, 2010 @ 10:27:22
  Author: svedrin-guest
Revision: 14046

[svn-inject] Applying Debian modifications (0.1-1) to trunk

Added:
  packages/python-django-extdirect/trunk/debian/
  packages/python-django-extdirect/trunk/debian/changelog
  packages/python-django-extdirect/trunk/debian/compat
  packages/python-django-extdirect/trunk/debian/control
  packages/python-django-extdirect/trunk/debian/copyright
  packages/python-django-extdirect/trunk/debian/rules
  packages/python-django-extdirect/trunk/debian/source/
  packages/python-django-extdirect/trunk/debian/source/format


Property changes on: packages/python-django-extdirect/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-django-extdirect/trunk/debian/changelog
===================================================================
--- packages/python-django-extdirect/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-extdirect/trunk/debian/changelog	2010-07-26 10:27:22 UTC (rev 14046)
@@ -0,0 +1,5 @@
+python-django-extdirect (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Mon, 26 Jul 2010 12:07:09 +0200

Added: packages/python-django-extdirect/trunk/debian/compat
===================================================================
--- packages/python-django-extdirect/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-extdirect/trunk/debian/compat	2010-07-26 10:27:22 UTC (rev 14046)
@@ -0,0 +1 @@
+7

Added: packages/python-django-extdirect/trunk/debian/control
===================================================================
--- packages/python-django-extdirect/trunk/debian/control	                        (rev 0)
+++ packages/python-django-extdirect/trunk/debian/control	2010-07-26 10:27:22 UTC (rev 14046)
@@ -0,0 +1,17 @@
+Source: python-django-extdirect
+Section: python
+Priority: extra
+Maintainer: Michael Ziegler <diese-addy at funzt-halt.net>
+Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6.10)
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.9.1
+Homepage: http://bitbucket.org/Svedrin/djextdirect/
+XS-Python-Version: all
+
+Package: python-django-extdirect
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.2)
+Description: Ext.Direct serverside implementation for Django
+ Ext.Direct is a standard that defines an RPC mechanism that makes using AJAX
+ a lot easier. djExtDirect is a serverside implementation of this standard for
+ the Django web framework.

Added: packages/python-django-extdirect/trunk/debian/copyright
===================================================================
--- packages/python-django-extdirect/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-extdirect/trunk/debian/copyright	2010-07-26 10:27:22 UTC (rev 14046)
@@ -0,0 +1,38 @@
+This work was packaged for Debian by:
+
+    Michael Ziegler <diese-addy at funzt-halt.net> on Mon, 26 Jul 2010 12:07:09 +0200
+
+It was downloaded from:
+
+    http://bitbucket.org/Svedrin/djextdirect
+
+Upstream Author:
+
+    Michael Ziegler <diese-addy at funzt-halt.net>
+
+Copyright:
+
+    <Copyright (C) 2010, Michael Ziegler>
+
+License:
+
+    This package 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 2 of the License, or
+    (at your option) any later version.
+
+    This package 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Michael Ziegler <diese-addy at funzt-halt.net>
+
+and is licensed under the GPL version 3,
+see "/usr/share/common-licenses/GPL-3".

Added: packages/python-django-extdirect/trunk/debian/rules
===================================================================
--- packages/python-django-extdirect/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-extdirect/trunk/debian/rules	2010-07-26 10:27:22 UTC (rev 14046)
@@ -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-extdirect/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-extdirect/trunk/debian/source/format
===================================================================
--- packages/python-django-extdirect/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-extdirect/trunk/debian/source/format	2010-07-26 10:27:22 UTC (rev 14046)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list