[Python-modules-commits] r10962 - in packages/python-django-haystack/trunk (12 files)

mru-guest at users.alioth.debian.org mru-guest at users.alioth.debian.org
Sun Jan 3 08:30:49 UTC 2010


    Date: Sunday, January 3, 2010 @ 08:30:45
  Author: mru-guest
Revision: 10962

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-django-haystack/trunk/debian/
  packages/python-django-haystack/trunk/debian/changelog
  packages/python-django-haystack/trunk/debian/compat
  packages/python-django-haystack/trunk/debian/control
  packages/python-django-haystack/trunk/debian/copyright
  packages/python-django-haystack/trunk/debian/python-django-haystack-doc.doc-base
  packages/python-django-haystack/trunk/debian/python-django-haystack-doc.docs
  packages/python-django-haystack/trunk/debian/python-django-haystack-doc.examples
  packages/python-django-haystack/trunk/debian/python-django-haystack.doc
  packages/python-django-haystack/trunk/debian/python-django-haystack.install
  packages/python-django-haystack/trunk/debian/rules
  packages/python-django-haystack/trunk/debian/watch


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

Added: packages/python-django-haystack/trunk/debian/changelog
===================================================================
--- packages/python-django-haystack/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/changelog	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,5 @@
+python-django-haystack (1.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #563311)
+
+ -- Ulrich Dangel <mru at spamt.net>  Fri, 01 Jan 2010 05:13:36 +0100

Added: packages/python-django-haystack/trunk/debian/compat
===================================================================
--- packages/python-django-haystack/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/compat	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1 @@
+7

Added: packages/python-django-haystack/trunk/debian/control
===================================================================
--- packages/python-django-haystack/trunk/debian/control	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/control	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,32 @@
+Source: python-django-haystack
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Ulrich Dangel <mru at spamt.net>
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: python-support, python-sphinx
+Standards-Version: 3.8.3
+Homepage: http://haystacksearch.org/
+
+Package: python-django-haystack
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Recommends:  python-whoosh (>= 0.3.5) | solr-common
+Description: A modular search engine for Django applications
+ Django Haystack provides a modularized search engine for Django application.
+ It supports multiple back-ends like Solr and Whoosh with an unified
+ and simple Django like API. It has advanced features like spelling
+ suggestions, highlighting and "more like this".
+
+Package: python-django-haystack-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libjs-jquery
+Description: A modular search engine for Django applications (documentation)
+ Django Haystack provides a modularized search engine for Django application.
+ It supports multiple back-ends like Solr and Whoosh with an unified
+ and simple Django like API. It has advanced features like spelling
+ suggestions, highlighting and more like this.
+ .
+ This package contains the HTML documentation and example projects.

Added: packages/python-django-haystack/trunk/debian/copyright
===================================================================
--- packages/python-django-haystack/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/copyright	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,49 @@
+This package was debianized by Ulrich Dangel <mru at spamt.net> on
+Fri, 01 Jan 2010 05:13:36 +0100.
+
+It was downloaded from http://haystacksearch.org/
+
+Upstream Authors:
+
+    * Daniel Lindsley <daniel at toastdriven.com>
+    * Matt Croydon <matt at ooiio.com>
+    * Travis Cline <travis.cline at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2009 Daniel Lindsley <daniel at toastdriven.com>
+
+License:
+Copyright (c) 2009, Daniel Lindsley.
+All rights reserved.
+
+
+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. Neither the name of Haystack 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 COPYRIGHT OWNER 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 Ulrich Dangel <mru at spamt.net> and
+and is licensed under the BSD License, see `/usr/share/common-licenses/BSD'.

Added: packages/python-django-haystack/trunk/debian/python-django-haystack-doc.doc-base
===================================================================
--- packages/python-django-haystack/trunk/debian/python-django-haystack-doc.doc-base	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/python-django-haystack-doc.doc-base	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,11 @@
+Document: python-django-haystack-doc
+Title: Welcome to Haystack!
+Author: Daniel Lindsley
+Abstract: This documention gives an introduction
+ to Haystack. It answers Frequently answered questions,
+ explain how to use and run Haystack.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-haystack-doc/html/index.html
+Files: /usr/share/doc/python-django-haystack-doc/html/*.html

Added: packages/python-django-haystack/trunk/debian/python-django-haystack-doc.docs
===================================================================
--- packages/python-django-haystack/trunk/debian/python-django-haystack-doc.docs	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/python-django-haystack-doc.docs	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1 @@
+docs.debian/_build/html/

Added: packages/python-django-haystack/trunk/debian/python-django-haystack-doc.examples
===================================================================
--- packages/python-django-haystack/trunk/debian/python-django-haystack-doc.examples	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/python-django-haystack-doc.examples	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1 @@
+example_project

Added: packages/python-django-haystack/trunk/debian/python-django-haystack.doc
===================================================================
--- packages/python-django-haystack/trunk/debian/python-django-haystack.doc	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/python-django-haystack.doc	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,2 @@
+TODO
+AUTHORS

Added: packages/python-django-haystack/trunk/debian/python-django-haystack.install
===================================================================
--- packages/python-django-haystack/trunk/debian/python-django-haystack.install	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/python-django-haystack.install	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1 @@
+usr/

Added: packages/python-django-haystack/trunk/debian/rules
===================================================================
--- packages/python-django-haystack/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/rules	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,34 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh  $@
+
+override_dh_auto_build:
+	dh_auto_build
+	
+	# Build the HTML documentation.
+	# We programmatically replace most instances of django-admin.py with
+	# django-admin and remove the source files from the target _build.
+	cp -r docs docs.debian
+	find docs.debian -type f -print0 | xargs -0r perl -pi -e 's|(?<!/)(django-admin)\.py|$$1|'
+	make -C docs.debian html
+	rm -rf docs.debian/_build/html/_sources/
+
+override_dh_installdocs:
+	dh_installdocs
+	# Remove embedded copy of libjs-jquery
+	cd debian/python-django-haystack-doc/usr/share/doc/python-django-haystack-doc//html/_static \
+		&& rm jquery.js \
+		&& ln -s ../../../../javascript/jquery/jquery.js .
+
+override_dh_auto_clean:
+	rm -rf docs.debian
+	dh_auto_clean
+
+override_dh_compress:
+	dh_compress -X.js
+


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

Added: packages/python-django-haystack/trunk/debian/watch
===================================================================
--- packages/python-django-haystack/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-haystack/trunk/debian/watch	2010-01-03 08:30:45 UTC (rev 10962)
@@ -0,0 +1,4 @@
+version=3
+
+http://github.com/toastdriven/django-haystack/downloads \
+    .*downloads/toastdriven/django-haystack/django-haystack-([\d\.]+)-final.tar.gz




More information about the Python-modules-commits mailing list