Ottomata has submitted this change and it was merged.

Change subject: Initial release
......................................................................


Initial release

Debianize voluptuous python package:
- Homepage: http://github.com/alecthomas/voluptuous
- Pypi: http://pypi.python.org/pypi/voluptuous/

Current version is 0.6.1.

Closes ITP #698354.

Bug: 44061
Change-Id: I564f5746decf86c2333d4849df71e959c20369de
---
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/rules
A debian/source/format
A debian/watch
7 files changed, 86 insertions(+), 0 deletions(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  Faidon: Looks good to me, approved



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..253ab9a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,11 @@
+python-voluptuous (0.6.1-1) precise; urgency=low
+
+  * New upstream release
+
+ -- Antoine Musso <has...@free.fr>  Thu, 14 Mar 2013 04:40:53 +0000
+
+python-voluptuous (0.6-1) precise; urgency=low
+
+  * Initial release. Closes: #698354
+
+ -- Antoine Musso <has...@free.fr>  Thu, 17 Jan 2013 13:41:52 +0000
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..d1bc338
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: python-voluptuous
+Section: python
+Priority: optional
+Maintainer: Antoine Musso <has...@free.fr>
+Build-Depends: debhelper (>= 9), python-dev (>= 2.6.6-3)
+Standards-Version: 3.9.3
+Homepage: http://github.com/alecthomas/voluptuous
+X-Python-Version: >= 2.6
+
+Package: python-voluptuous
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Python library to validate data
+ Voluptuous is primarily intended to validate data coming in to Python
+ as JSON, YAML, etc. Its goals are:
+  * simplicity
+  * support for complex data structures
+  * provide useful error messages
+ .
+ It has been inspired by Validino and to a lesser extent by jsonvalidator and
+ json_schema. The aim is to offer a light-weight style with three main goals:
+  1. simplicity
+  2. support for complex data structures
+  3. providing useful error messages
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..124e2d9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: voluptuous
+Upstream-Contact: Alec Thomas
+Source: https://github.com/alecthomas/voluptuous
+
+Files: *
+Copyright: 2010-2013 Alec Thomas. All rights reserved.
+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:
+               - Redistributions of source code must retain the above 
copyright notice, this
+                               list of conditions and the following disclaimer.
+               - 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.
+               - Neither the name of SwapOff.org 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 HOLDER 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.
+
+Files: debian/*
+Copyright: 2013 Antoine Musso <amu...@free.fr>
+License: GPL-2
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..aac7c03
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@ --with python2
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: 
([^-]+).*,\1,p')
+
+get-orig-source:
+       uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d03e8df
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/alecthomas/voluptuous /(.+)\.tar\.gz

-- 
To view, visit https://gerrit.wikimedia.org/r/44408
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I564f5746decf86c2333d4849df71e959c20369de
Gerrit-PatchSet: 11
Gerrit-Project: operations/debs/python-voluptuous
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to