[Python-modules-commits] r28217 - in packages/django-haystack/tags (11 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Mar 17 13:00:28 UTC 2014
Date: Monday, March 17, 2014 @ 13:00:27
Author: fladi-guest
Revision: 28217
[svn-buildpackage] Tagging django-haystack 2.1.0-1
Added:
packages/django-haystack/tags/2.1.0-1/
packages/django-haystack/tags/2.1.0-1/debian/
packages/django-haystack/tags/2.1.0-1/debian/changelog
(from rev 28174, packages/django-haystack/trunk/debian/changelog)
packages/django-haystack/tags/2.1.0-1/debian/control
(from rev 28174, packages/django-haystack/trunk/debian/control)
packages/django-haystack/tags/2.1.0-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.1.0-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.1.0-1/debian/rules
(from rev 28181, packages/django-haystack/trunk/debian/rules)
packages/django-haystack/tags/2.1.0-1/debian/source/lintian-overrides
(from rev 28174, packages/django-haystack/trunk/debian/source/lintian-overrides)
Deleted:
packages/django-haystack/tags/2.1.0-1/debian/changelog
packages/django-haystack/tags/2.1.0-1/debian/control
packages/django-haystack/tags/2.1.0-1/debian/rules
Deleted: packages/django-haystack/tags/2.1.0-1/debian/changelog
===================================================================
--- packages/django-haystack/trunk/debian/changelog 2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.1.0-1/debian/changelog 2014-03-17 13:00:27 UTC (rev 28217)
@@ -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.1.0-1/debian/changelog (from rev 28174, packages/django-haystack/trunk/debian/changelog)
===================================================================
--- packages/django-haystack/tags/2.1.0-1/debian/changelog (rev 0)
+++ packages/django-haystack/tags/2.1.0-1/debian/changelog 2014-03-17 13:00:27 UTC (rev 28217)
@@ -0,0 +1,5 @@
+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.1.0-1/debian/control
===================================================================
--- packages/django-haystack/trunk/debian/control 2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.1.0-1/debian/control 2014-03-17 13:00:27 UTC (rev 28217)
@@ -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.1.0-1/debian/control (from rev 28174, packages/django-haystack/trunk/debian/control)
===================================================================
--- packages/django-haystack/tags/2.1.0-1/debian/control (rev 0)
+++ packages/django-haystack/tags/2.1.0-1/debian/control 2014-03-17 13:00:27 UTC (rev 28217)
@@ -0,0 +1,53 @@
+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.5
+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.1.0-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.1.0-1/debian/python-django-haystack-doc.lintian-overrides (rev 0)
+++ packages/django-haystack/tags/2.1.0-1/debian/python-django-haystack-doc.lintian-overrides 2014-03-17 13:00:27 UTC (rev 28217)
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python-django-haystack-doc: no-upstream-changelog
Copied: packages/django-haystack/tags/2.1.0-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.1.0-1/debian/python-django-haystack.lintian-overrides (rev 0)
+++ packages/django-haystack/tags/2.1.0-1/debian/python-django-haystack.lintian-overrides 2014-03-17 13:00:27 UTC (rev 28217)
@@ -0,0 +1,2 @@
+# Upstream does not provide a changelog.
+python-django-haystack: no-upstream-changelog
Deleted: packages/django-haystack/tags/2.1.0-1/debian/rules
===================================================================
--- packages/django-haystack/trunk/debian/rules 2013-10-09 05:51:09 UTC (rev 26114)
+++ packages/django-haystack/tags/2.1.0-1/debian/rules 2014-03-17 13:00:27 UTC (rev 28217)
@@ -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.1.0-1/debian/rules (from rev 28181, packages/django-haystack/trunk/debian/rules)
===================================================================
--- packages/django-haystack/tags/2.1.0-1/debian/rules (rev 0)
+++ packages/django-haystack/tags/2.1.0-1/debian/rules 2014-03-17 13:00:27 UTC (rev 28217)
@@ -0,0 +1,25 @@
+#!/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:
+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
+
+override_dh_clean:
+ rm -rf docs/_build
+ dh_clean
+
Copied: packages/django-haystack/tags/2.1.0-1/debian/source/lintian-overrides (from rev 28174, packages/django-haystack/trunk/debian/source/lintian-overrides)
===================================================================
--- packages/django-haystack/tags/2.1.0-1/debian/source/lintian-overrides (rev 0)
+++ packages/django-haystack/tags/2.1.0-1/debian/source/lintian-overrides 2014-03-17 13:00:27 UTC (rev 28217)
@@ -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