[Python-modules-commits] r33296 - in packages/django-haystack/tags (10 files)
fladi at users.alioth.debian.org
fladi at users.alioth.debian.org
Tue Jul 7 20:29:13 UTC 2015
Date: Tuesday, July 7, 2015 @ 20:29:12
Author: fladi
Revision: 33296
[svn-buildpackage] Tagging django-haystack 2.4.0-2
Added:
packages/django-haystack/tags/2.4.0-2/
packages/django-haystack/tags/2.4.0-2/debian/changelog
(from rev 33294, packages/django-haystack/trunk/debian/changelog)
packages/django-haystack/tags/2.4.0-2/debian/control
(from rev 33292, packages/django-haystack/trunk/debian/control)
packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.docs
(from rev 33295, packages/django-haystack/trunk/debian/python3-django-haystack.docs)
packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.lintian-overrides
(from rev 33293, packages/django-haystack/trunk/debian/python3-django-haystack.lintian-overrides)
packages/django-haystack/tags/2.4.0-2/debian/rules
(from rev 33292, packages/django-haystack/trunk/debian/rules)
Deleted:
packages/django-haystack/tags/2.4.0-2/debian/changelog
packages/django-haystack/tags/2.4.0-2/debian/control
packages/django-haystack/tags/2.4.0-2/debian/python-django-haystack.install
packages/django-haystack/tags/2.4.0-2/debian/rules
Deleted: packages/django-haystack/tags/2.4.0-2/debian/changelog
===================================================================
--- packages/django-haystack/trunk/debian/changelog 2015-07-07 14:16:49 UTC (rev 33272)
+++ packages/django-haystack/tags/2.4.0-2/debian/changelog 2015-07-07 20:29:12 UTC (rev 33296)
@@ -1,26 +0,0 @@
-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
Copied: packages/django-haystack/tags/2.4.0-2/debian/changelog (from rev 33294, packages/django-haystack/trunk/debian/changelog)
===================================================================
--- packages/django-haystack/tags/2.4.0-2/debian/changelog (rev 0)
+++ packages/django-haystack/tags/2.4.0-2/debian/changelog 2015-07-07 20:29:12 UTC (rev 33296)
@@ -0,0 +1,44 @@
+django-haystack (2.4.0-2) unstable; urgency=low
+
+ * Switch buildsystem to pybuild.
+ * Add Python3 support through a separate package.
+ * Add lintian override for missing upstream changelog.
+
+ -- Michael Fladischer <fladi at debian.org> Tue, 07 Jul 2015 22:12:20 +0200
+
+django-haystack (2.4.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove files from d/copyright which are no longer shipped by
+ upstream.
+ * Use pypi.debian.net service for uscan.
+ * Change my email address to fladi at debian.org.
+
+ -- Michael Fladischer <fladi at debian.org> Tue, 07 Jul 2015 16:18:03 +0200
+
+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.4.0-2/debian/control
===================================================================
--- packages/django-haystack/trunk/debian/control 2015-07-07 14:16:49 UTC (rev 33272)
+++ packages/django-haystack/tags/2.4.0-2/debian/control 2015-07-07 20:29:12 UTC (rev 33296)
@@ -1,48 +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 <fladi at debian.org>
-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.
Copied: packages/django-haystack/tags/2.4.0-2/debian/control (from rev 33292, packages/django-haystack/trunk/debian/control)
===================================================================
--- packages/django-haystack/tags/2.4.0-2/debian/control (rev 0)
+++ packages/django-haystack/tags/2.4.0-2/debian/control 2015-07-07 20:29:12 UTC (rev 33296)
@@ -0,0 +1,71 @@
+Source: django-haystack
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <fladi at debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg),
+ python3-all,
+ python3-setuptools
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+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: python3-django-haystack
+Architecture: all
+Depends: python3-django,
+ ${misc:Depends},
+ ${python3:Depends}
+Suggests: python3-elasticsearch,
+ python3-httplib2,
+ python3-whoosh
+Description: modular search for Django (Python3 version)
+ 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 Python 3 version of the library.
+
+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.4.0-2/debian/python-django-haystack.install
===================================================================
--- packages/django-haystack/trunk/debian/python-django-haystack.install 2015-07-07 14:16:49 UTC (rev 33272)
+++ packages/django-haystack/tags/2.4.0-2/debian/python-django-haystack.install 2015-07-07 20:29:12 UTC (rev 33296)
@@ -1 +0,0 @@
-usr/
Copied: packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.docs (from rev 33295, packages/django-haystack/trunk/debian/python3-django-haystack.docs)
===================================================================
--- packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.docs (rev 0)
+++ packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.docs 2015-07-07 20:29:12 UTC (rev 33296)
@@ -0,0 +1 @@
+README.rst
Copied: packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.lintian-overrides (from rev 33293, packages/django-haystack/trunk/debian/python3-django-haystack.lintian-overrides)
===================================================================
--- packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.lintian-overrides (rev 0)
+++ packages/django-haystack/tags/2.4.0-2/debian/python3-django-haystack.lintian-overrides 2015-07-07 20:29:12 UTC (rev 33296)
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python3-django-haystack: no-upstream-changelog
Deleted: packages/django-haystack/tags/2.4.0-2/debian/rules
===================================================================
--- packages/django-haystack/trunk/debian/rules 2015-07-07 14:16:49 UTC (rev 33272)
+++ packages/django-haystack/tags/2.4.0-2/debian/rules 2015-07-07 20:29:12 UTC (rev 33296)
@@ -1,14 +0,0 @@
-#!/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.4.0-2/debian/rules (from rev 33292, packages/django-haystack/trunk/debian/rules)
===================================================================
--- packages/django-haystack/tags/2.4.0-2/debian/rules (rev 0)
+++ packages/django-haystack/tags/2.4.0-2/debian/rules 2015-07-07 20:29:12 UTC (rev 33296)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=django-haystack
+export PYBUILD_DISABLE=test
+
+%:
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+ PYTHONPATH=. sphinx-build -b html -d docs/_build/.doctrees -N docs docs/_build/html
+ dh_auto_build
+
+override_dh_clean:
+ rm -rf docs/_build
+ dh_clean
More information about the Python-modules-commits
mailing list