[Python-modules-commits] r26114 - in packages/django-haystack/trunk (14 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Oct 9 05:51:11 UTC 2013


    Date: Wednesday, October 9, 2013 @ 05:51:09
  Author: fladi-guest
Revision: 26114

Initial packaging (Closes: #563311).

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


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

Added: packages/django-haystack/trunk/debian/changelog
===================================================================
--- packages/django-haystack/trunk/debian/changelog	                        (rev 0)
+++ packages/django-haystack/trunk/debian/changelog	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,5 @@
+django-haystack (2.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #563311).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 09 Oct 2013 07:50:39 +0200

Added: packages/django-haystack/trunk/debian/clean
===================================================================
--- packages/django-haystack/trunk/debian/clean	                        (rev 0)
+++ packages/django-haystack/trunk/debian/clean	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,6 @@
+django_haystack.egg-info/PKG-INFO
+django_haystack.egg-info/SOURCES.txt
+django_haystack.egg-info/dependency_links.txt
+django_haystack.egg-info/not-zip-safe
+django_haystack.egg-info/top_level.txt
+

Added: packages/django-haystack/trunk/debian/compat
===================================================================
--- packages/django-haystack/trunk/debian/compat	                        (rev 0)
+++ packages/django-haystack/trunk/debian/compat	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1 @@
+9

Added: packages/django-haystack/trunk/debian/control
===================================================================
--- packages/django-haystack/trunk/debian/control	                        (rev 0)
+++ packages/django-haystack/trunk/debian/control	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,47 @@
+Source: django-haystack
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 9),
+               python-all,
+               python-django (>= 1.5),
+               python-httplib2,
+               python-mock,
+               python-pysolr,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg),
+               python-whoosh
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.6
+Homepage: https://github.com/toastdriven/django-haystack
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-haystack/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-haystack/trunk/
+
+Package: python-django-haystack
+Architecture: all
+Depends: python-django (>= 1.5), ${misc:Depends}, ${python:Depends}
+Suggests: python-httplib2, python-pysolr, python-whoosh, python-xapian
+Description: modular search for Django
+ Haystack provides modular search for Django. It features a unified, familiar
+ API that allows you to plug in different search backends (such as Solr,
+ Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
+ .
+ It plays nicely with third-party app without needing to modify the source and
+ supports advanced features like faceting, More Like This, highlighting, spatial
+ search and spelling suggestions.
+
+Package: python-django-haystack-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: modular search for Django (Documentation)
+ Haystack provides modular search for Django. It features a unified, familiar
+ API that allows you to plug in different search backends (such as Solr,
+ Elasticsearch, Whoosh, Xapian, etc.) without having to modify your code.
+ .
+ It plays nicely with third-party app without needing to modify the source and
+ supports advanced features like faceting, More Like This, highlighting, spatial
+ search and spelling suggestions.
+ .
+ This package contains the documentation.

Added: packages/django-haystack/trunk/debian/copyright
===================================================================
--- packages/django-haystack/trunk/debian/copyright	                        (rev 0)
+++ packages/django-haystack/trunk/debian/copyright	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,57 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: django-haystack
+Upstream-Contact: Daniel Lindsley <daniel at toastdriven.com>
+Source: https://github.com/toastdriven/django-haystack
+
+Files: *
+Copyright: 2009-2013, Daniel Lindsley <daniel at toastdriven.com>
+License: BSD-3-clause
+
+Files: haystack/templates/search_configuration/solr.xml
+       tests/solr_test_schema.xml
+       tests/solrconfig.xml
+Copyright: Apache Software Foundation
+License: Apache
+
+Files: debian/*
+Copyright: 2013, Fladischer Michael <FladischerMichael at fladi.at>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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.
+
+License: Apache
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.

Added: packages/django-haystack/trunk/debian/python-django-haystack-doc.doc-base
===================================================================
--- packages/django-haystack/trunk/debian/python-django-haystack-doc.doc-base	                        (rev 0)
+++ packages/django-haystack/trunk/debian/python-django-haystack-doc.doc-base	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,8 @@
+Document: python-django-haystack-doc
+Title: Dango Haystack Documentation
+Author: Daniel Lindsley <daniel at toastdriven.com>
+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/django-haystack/trunk/debian/python-django-haystack-doc.docs
===================================================================
--- packages/django-haystack/trunk/debian/python-django-haystack-doc.docs	                        (rev 0)
+++ packages/django-haystack/trunk/debian/python-django-haystack-doc.docs	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1 @@
+docs/_build/html

Added: packages/django-haystack/trunk/debian/python-django-haystack.docs
===================================================================
--- packages/django-haystack/trunk/debian/python-django-haystack.docs	                        (rev 0)
+++ packages/django-haystack/trunk/debian/python-django-haystack.docs	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1 @@
+README.rst

Added: packages/django-haystack/trunk/debian/python-django-haystack.install
===================================================================
--- packages/django-haystack/trunk/debian/python-django-haystack.install	                        (rev 0)
+++ packages/django-haystack/trunk/debian/python-django-haystack.install	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1 @@
+usr/

Added: packages/django-haystack/trunk/debian/rules
===================================================================
--- packages/django-haystack/trunk/debian/rules	                        (rev 0)
+++ packages/django-haystack/trunk/debian/rules	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,sphinxdoc
+
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+	PYTHONPATH=. sphinx-build -b html -d docs/_build/.doctrees -N docs docs/_build/html
+	dh_auto_build
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
+	for python in $(shell pyversions -r); do \
+		PYTHONPATH=".:tests" $$python $$(which django-admin) test core --settings=settings ; \
+		PYTHONPATH=".:tests" $$python $$(which django-admin) test discovery --settings=discovery_settings ; \
+		PYTHONPATH=".:tests" $$python $$(which django-admin) test overrides --settings=overrides_settings ; \
+		PYTHONPATH=".:tests" $$python $$(which django-admin) test simple_tests --settings=simple_settings ; \
+		PYTHONPATH=".:tests" $$python $$(which django-admin) test whoosh_tests --settings=whoosh_settings ; \
+	done
+endif
+
+.PHONY: override_dh_clean
+override_dh_clean:
+	rm -rf docs/_build
+	dh_clean
+


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

Added: packages/django-haystack/trunk/debian/source/format
===================================================================
--- packages/django-haystack/trunk/debian/source/format	                        (rev 0)
+++ packages/django-haystack/trunk/debian/source/format	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/django-haystack/trunk/debian/watch
===================================================================
--- packages/django-haystack/trunk/debian/watch	                        (rev 0)
+++ packages/django-haystack/trunk/debian/watch	2013-10-09 05:51:09 UTC (rev 26114)
@@ -0,0 +1,4 @@
+version=3
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/django-haystack-$1.tar.gz/ \
+https://github.com/toastdriven/django-haystack/releases \
+/toastdriven/django-haystack/archive/v([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list