[Python-modules-commits] [python-xapian-haystack] 05/05: Initial release (Closes: #858216).

Michael Fladischer fladi at moszumanska.debian.org
Mon Mar 20 07:11:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository python-xapian-haystack.

commit 7de1d17a45ca5071def8dd7acbc81dde4f1e06e6
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Mar 20 08:08:29 2017 +0100

    Initial release (Closes: #858216).
---
 debian/changelog                    |  5 ++++
 debian/compat                       |  1 +
 debian/control                      | 52 +++++++++++++++++++++++++++++++++++++
 debian/copyright                    | 34 ++++++++++++++++++++++++
 debian/python-xapian-haystack.docs  |  1 +
 debian/python3-xapian-haystack.docs |  1 +
 debian/rules                        | 10 +++++++
 debian/watch                        |  7 +++++
 8 files changed, 111 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..08a9dcf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-xapian-haystack (2.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #858216).
+
+ -- Michael Fladischer <fladi at debian.org>  Sun, 19 Mar 2017 20:17:45 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2867559
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: python-xapian-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,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.8
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.4
+Homepage: https://github.com/notanumber/xapian-haystack/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-xapian-haystack.git
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-xapian-haystack.git
+
+Package: python-xapian-haystack
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Enhances: python-django-haystack
+Description: Xapian backend for Django-Haystack (Python2 version)
+ Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
+ It provides all the standard features of Haystack:
+  * Weighting
+  * Faceted search (date, query, etc.)
+  * Sorting
+  * Spelling suggestions
+  * EdgeNGram and Ngram (for autocomplete)
+ The endswith search operation is not supported.
+ .
+ This package contains the Python 2 version of the library.
+
+
+Package: python3-xapian-haystack
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Enhances: python3-django-haystack
+Description: Xapian backend for Django-Haystack (Python3 version)
+ Xapian-haystack is a backend of Django-Haystack for the Xapian search engine.
+ It provides all the standard features of Haystack:
+  * Weighting
+  * Faceted search (date, query, etc.)
+  * Sorting
+  * Spelling suggestions
+  * EdgeNGram and Ngram (for autocomplete)
+ The endswith search operation is not supported.
+ .
+ This package contains the Python 3 version of the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3b9cb15
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-xapian-haystack
+Upstream-Contact: Jorge C. Leitão <jorgecarleitao at gmail.com>
+Source: https://github.com/notanumber/xapian-haystack/
+
+Files: *
+Copyright: 2009, 2010, 2011, 2012, David Sauve
+           2009, 2010, Trapeze
+           2014, Jorge C. Leitão
+License: GPL-2
+
+Files: debian/*
+Copyright: 2017, Michael Fladischer <fladi at debian.org>
+License: GPL-2
+
+License: GPL-2
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation;
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/python-xapian-haystack.docs b/debian/python-xapian-haystack.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-xapian-haystack.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-xapian-haystack.docs b/debian/python3-xapian-haystack.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-xapian-haystack.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..74e1447
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=xapian-haystack
+export PYBUILD_DISABLE=test
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0cb4ae7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;s/-/./g,\
+filenamemangle=s/(?:.*)?(?:rel|v|xapian-haystack)?[\-\_\.]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/python-xapian-haystack-$1.$2/ \
+https://github.com/notanumber/xapian-haystack/releases \
+(?:.*/)?(?:rel|v|xapian-haystack)?[\-\_\.]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-xapian-haystack.git



More information about the Python-modules-commits mailing list