[Python-modules-commits] r11585 - in packages/django-lean/trunk (13 files)
statik-guest at users.alioth.debian.org
statik-guest at users.alioth.debian.org
Sat Feb 6 22:51:19 UTC 2010
Date: Saturday, February 6, 2010 @ 22:51:17
Author: statik-guest
Revision: 11585
[svn-inject] Applying Debian modifications to trunk
Added:
packages/django-lean/trunk/.pc/
packages/django-lean/trunk/.pc/.version
packages/django-lean/trunk/.pc/applied-patches
packages/django-lean/trunk/debian/
packages/django-lean/trunk/debian/changelog
packages/django-lean/trunk/debian/compat
packages/django-lean/trunk/debian/control
packages/django-lean/trunk/debian/copyright
packages/django-lean/trunk/debian/patches/
packages/django-lean/trunk/debian/patches/debian-changes-0.1-1
packages/django-lean/trunk/debian/patches/series
packages/django-lean/trunk/debian/rules
packages/django-lean/trunk/watch
Added: packages/django-lean/trunk/.pc/.version
===================================================================
--- packages/django-lean/trunk/.pc/.version (rev 0)
+++ packages/django-lean/trunk/.pc/.version 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1 @@
+2
Added: packages/django-lean/trunk/.pc/applied-patches
===================================================================
--- packages/django-lean/trunk/.pc/applied-patches (rev 0)
+++ packages/django-lean/trunk/.pc/applied-patches 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1 @@
+debian-changes-0.1-1
Property changes on: packages/django-lean/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/django-lean/trunk/debian/changelog
===================================================================
--- packages/django-lean/trunk/debian/changelog (rev 0)
+++ packages/django-lean/trunk/debian/changelog 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1,5 @@
+django-lean (0.1-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #).
+
+ -- Elliot Murphy <elliot at ubuntu.com> Sat, 06 Feb 2010 17:12:45 -0500
Added: packages/django-lean/trunk/debian/compat
===================================================================
--- packages/django-lean/trunk/debian/compat (rev 0)
+++ packages/django-lean/trunk/debian/compat 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1 @@
+7
Added: packages/django-lean/trunk/debian/control
===================================================================
--- packages/django-lean/trunk/debian/control (rev 0)
+++ packages/django-lean/trunk/debian/control 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1,27 @@
+Source: django-lean
+Section: python
+Priority: extra
+Build-Depends: debhelper (>= 7.0.50),
+ python,
+ python-support (>= 0.6.4),
+ python-distutils-extra (>= 2.10)
+Maintainer: Akoha, Inc. <django-lean at akoha.com>
+Standards-Version: 3.8.4
+XS-Python-Version: current
+Homepage: http://bitbucket.org/akoha/django-lean/wiki/Home
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-lean/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-lean/trunk/
+
+Package: python-django-lean
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends},
+ ${python:Depends}${misc:Depends},
+ ${python:Depends},
+ libjs-jquery
+Description: A framework for performing and analyzing split-test experiments in Django applications.
+ django-lean aims to be a collection of tools for Lean Startups using the
+ Django platform. Currently it provides a framework for implementing
+ split-test experiments in JavaScript, Python, or Django template code
+ along with administrative views for analyzing the results of those
+ experiments.
Added: packages/django-lean/trunk/debian/copyright
===================================================================
--- packages/django-lean/trunk/debian/copyright (rev 0)
+++ packages/django-lean/trunk/debian/copyright 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1,8 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: django-lean
+Upstream-Maintainer: Akoha, Inc. <django-lean at akoha.com>
+Upstream-Source: http://bitbucket.org/akoha/django-lean/wiki/Home
+
+Files: *
+Copyright: Copyright (c) 2009, Akoha, Inc.
+License: BSD
Added: packages/django-lean/trunk/debian/patches/debian-changes-0.1-1
===================================================================
--- packages/django-lean/trunk/debian/patches/debian-changes-0.1-1 (rev 0)
+++ packages/django-lean/trunk/debian/patches/debian-changes-0.1-1 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1,5 @@
+--- /dev/null
++++ django-lean-0.1/watch
+@@ -0,0 +1,2 @@
++version=3
++http://pypi.python.org/packages/source/d/django-lean/django-lean-(.+)\.tar\.gz
Added: packages/django-lean/trunk/debian/patches/series
===================================================================
--- packages/django-lean/trunk/debian/patches/series (rev 0)
+++ packages/django-lean/trunk/debian/patches/series 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1 @@
+debian-changes-0.1-1
Added: packages/django-lean/trunk/debian/rules
===================================================================
--- packages/django-lean/trunk/debian/rules (rev 0)
+++ packages/django-lean/trunk/debian/rules 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Property changes on: packages/django-lean/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/django-lean/trunk/watch
===================================================================
--- packages/django-lean/trunk/watch (rev 0)
+++ packages/django-lean/trunk/watch 2010-02-06 22:51:17 UTC (rev 11585)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-lean/django-lean-(.+)\.tar\.gz
More information about the Python-modules-commits
mailing list