[Python-modules-commits] [python-rebulk] 05/17: control

Etienne Millon emillon-guest at moszumanska.debian.org
Thu Sep 28 20:39:57 UTC 2017


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

emillon-guest pushed a commit to branch master
in repository python-rebulk.

commit 8124d9538aae1c6e2360060219948b5cf95f9282
Author: Etienne Millon <me at emillon.org>
Date:   Thu Sep 28 21:24:04 2017 +0200

    control
---
 debian/control | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1eb4e5f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: python-rebulk
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Etienne Millon <me at emillon.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python3-all,
+Standards-Version: 4.1.0
+Homepage: https://github.com/Toilal/rebulk
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-rebulk.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-rebulk.git
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+
+Package: python-rebulk
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+Description: Define simple search patterns in bulk to perform advanced matching on any string (Python 2)
+ ReBulk is a python library that performs advanced searches in strings that
+ would be hard to implement using re module or String methods only.
+ .
+ It includes some features like Patterns, Match, Rule that allows developers to
+ build a custom and complex string matcher using a readable and extendable API.
+
+Package: python3-rebulk
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: Define simple search patterns in bulk to perform advanced matching on any string (Python 3)
+ ReBulk is a python library that performs advanced searches in strings that
+ would be hard to implement using re module or String methods only.
+ .
+ It includes some features like Patterns, Match, Rule that allows developers to
+ build a custom and complex string matcher using a readable and extendable API.

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



More information about the Python-modules-commits mailing list