[Python-modules-commits] r31293 - in packages/django-haystack/tags (15 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Tue Oct 28 11:52:00 UTC 2014


    Date: Tuesday, October 28, 2014 @ 11:51:59
  Author: fladi-guest
Revision: 31293

[svn-buildpackage] Tagging django-haystack 2.3.1-1

Added:
  packages/django-haystack/tags/2.3.1-1/
  packages/django-haystack/tags/2.3.1-1/debian/
  packages/django-haystack/tags/2.3.1-1/debian/changelog
    (from rev 31169, packages/django-haystack/trunk/debian/changelog)
  packages/django-haystack/tags/2.3.1-1/debian/clean
    (from rev 31167, packages/django-haystack/trunk/debian/clean)
  packages/django-haystack/tags/2.3.1-1/debian/control
    (from rev 31168, packages/django-haystack/trunk/debian/control)
  packages/django-haystack/tags/2.3.1-1/debian/copyright
    (from rev 31165, packages/django-haystack/trunk/debian/copyright)
  packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack-doc.lintian-overrides
    (from rev 28183, packages/django-haystack/trunk/debian/python-django-haystack-doc.lintian-overrides)
  packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack.lintian-overrides
    (from rev 28174, packages/django-haystack/trunk/debian/python-django-haystack.lintian-overrides)
  packages/django-haystack/tags/2.3.1-1/debian/rules
    (from rev 31166, packages/django-haystack/trunk/debian/rules)
  packages/django-haystack/tags/2.3.1-1/debian/source/lintian-overrides
    (from rev 28174, packages/django-haystack/trunk/debian/source/lintian-overrides)
Deleted:
  packages/django-haystack/tags/2.3.1-1/debian/changelog
  packages/django-haystack/tags/2.3.1-1/debian/clean
  packages/django-haystack/tags/2.3.1-1/debian/control
  packages/django-haystack/tags/2.3.1-1/debian/copyright
  packages/django-haystack/tags/2.3.1-1/debian/rules

Deleted: packages/django-haystack/tags/2.3.1-1/debian/changelog
===================================================================
--- packages/django-haystack/trunk/debian/changelog	2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.3.1-1/debian/changelog	2014-10-28 11:51:59 UTC (rev 31293)
@@ -1,5 +0,0 @@
-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

Copied: packages/django-haystack/tags/2.3.1-1/debian/changelog (from rev 31169, packages/django-haystack/trunk/debian/changelog)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/changelog	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/changelog	2014-10-28 11:51:59 UTC (rev 31293)
@@ -0,0 +1,26 @@
+django-haystack (2.3.1-1) unstable; urgency=medium
+
+  * New upstream release (Closes: #755599).
+  * Bump Standards-Version to 3.9.6.
+  * Disable tests as they require a live SOLR and elasticsearch server.
+  * Change file names for solr configuration files in d/copyright.
+  * Make pysolr require at least version 3.2.0.
+  * Add python-elasticsearch to Suggests.
+  * Drop packages required by tests from Build-Depends:
+    + python-django
+    + python-httplib2
+    + python-mock
+    + python-pysolr
+    + python-whoosh
+  * Drop python-xapian from suggests as the xapian backend is not
+    included.
+  * Add django_haystack.egg-info/requires.txt to d/clean.
+  * Remove empty lines at EOF for d/clean and d/rules.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Mon, 20 Oct 2014 14:18:24 +0200
+
+django-haystack (2.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #563311).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 13 Mar 2014 19:11:15 +0100

Deleted: packages/django-haystack/tags/2.3.1-1/debian/clean
===================================================================
--- packages/django-haystack/trunk/debian/clean	2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.3.1-1/debian/clean	2014-10-28 11:51:59 UTC (rev 31293)
@@ -1,6 +0,0 @@
-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
-

Copied: packages/django-haystack/tags/2.3.1-1/debian/clean (from rev 31167, packages/django-haystack/trunk/debian/clean)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/clean	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/clean	2014-10-28 11:51:59 UTC (rev 31293)
@@ -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
+django_haystack.egg-info/requires.txt

Deleted: packages/django-haystack/tags/2.3.1-1/debian/control
===================================================================
--- packages/django-haystack/trunk/debian/control	2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.3.1-1/debian/control	2014-10-28 11:51:59 UTC (rev 31293)
@@ -1,47 +0,0 @@
-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.

Copied: packages/django-haystack/tags/2.3.1-1/debian/control (from rev 31168, packages/django-haystack/trunk/debian/control)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/control	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/control	2014-10-28 11:51:59 UTC (rev 31293)
@@ -0,0 +1,48 @@
+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-setuptools,
+               python-sphinx (>= 1.0.7+dfsg)
+Standards-Version: 3.9.6
+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-elasticsearch,
+          python-httplib2,
+          python-pysolr (>= 3.2.0),
+          python-whoosh
+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.

Deleted: packages/django-haystack/tags/2.3.1-1/debian/copyright
===================================================================
--- packages/django-haystack/trunk/debian/copyright	2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.3.1-1/debian/copyright	2014-10-28 11:51:59 UTC (rev 31293)
@@ -1,57 +0,0 @@
-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.

Copied: packages/django-haystack/tags/2.3.1-1/debian/copyright (from rev 31165, packages/django-haystack/trunk/debian/copyright)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/copyright	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/copyright	2014-10-28 11:51:59 UTC (rev 31293)
@@ -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
+       test_haystack/solr_tests/server/schema.xml
+       test_haystack/solr_tests/server/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.

Copied: packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack-doc.lintian-overrides (from rev 28183, packages/django-haystack/trunk/debian/python-django-haystack-doc.lintian-overrides)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack-doc.lintian-overrides	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack-doc.lintian-overrides	2014-10-28 11:51:59 UTC (rev 31293)
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python-django-haystack-doc: no-upstream-changelog

Copied: packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack.lintian-overrides (from rev 28174, packages/django-haystack/trunk/debian/python-django-haystack.lintian-overrides)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack.lintian-overrides	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/python-django-haystack.lintian-overrides	2014-10-28 11:51:59 UTC (rev 31293)
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python-django-haystack: no-upstream-changelog

Deleted: packages/django-haystack/tags/2.3.1-1/debian/rules
===================================================================
--- packages/django-haystack/trunk/debian/rules	2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.3.1-1/debian/rules	2014-10-28 11:51:59 UTC (rev 31293)
@@ -1,28 +0,0 @@
-#!/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
-

Copied: packages/django-haystack/tags/2.3.1-1/debian/rules (from rev 31166, packages/django-haystack/trunk/debian/rules)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/rules	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/rules	2014-10-28 11:51:59 UTC (rev 31293)
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
+	PYTHONPATH=. sphinx-build -b html -d docs/_build/.doctrees -N docs docs/_build/html
+	dh_auto_build
+
+override_dh_auto_test:
+
+override_dh_clean:
+	rm -rf docs/_build
+	dh_clean

Copied: packages/django-haystack/tags/2.3.1-1/debian/source/lintian-overrides (from rev 28174, packages/django-haystack/trunk/debian/source/lintian-overrides)
===================================================================
--- packages/django-haystack/tags/2.3.1-1/debian/source/lintian-overrides	                        (rev 0)
+++ packages/django-haystack/tags/2.3.1-1/debian/source/lintian-overrides	2014-10-28 11:51:59 UTC (rev 31293)
@@ -0,0 +1,2 @@
+# Upstream does not provide PGP signatures for their release tarballs.
+django-haystack source: debian-watch-may-check-gpg-signature




More information about the Python-modules-commits mailing list