Ottomata has submitted this change and it was merged.

Change subject: Initial debianization.
......................................................................


Initial debianization.

Change-Id: If14ee1573479ed5a58038e83f8fd995637f18314
---
A debian/changelog
A debian/compat
A debian/control
A debian/rules
A debian/source/format
5 files changed, 35 insertions(+), 0 deletions(-)

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



diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ec24694
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+flask-login (0.1.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Andrew Otto (WMF) <o...@wikimedia.org>  Mon, 18 Mar 2013 20:21:55 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..73c3324
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: flask-login
+Maintainer: Andrew Otto (WMF) <o...@wikimedia.org>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6.10), debhelper (>= 8), python (>= 
2.6.6-3~)
+Standards-Version: 3.9.3
+
+Package: python-flask-login
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-flask
+Provides: ${python:Provides}
+Description: User session management for Flask
+ Flask-Login provides user session management for Flask. It handles the common
+ tasks of logging in, logging out, and remembering your users' sessions over
+ extended periods of time.
+ .
+ Flask-Login is not bound to any particular database system or permissions
+ model. The only requirement is that your user objects implement a few methods,
+ and that you provide a callback to the extension capable of loading users from
+ their ID.
+ .
+ Links
+ * documentation:       <http://packages.python.org/Flask-Login>
+ * development version: <https://github.com/maxcountryman/flask-login>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4647c9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If14ee1573479ed5a58038e83f8fd995637f18314
Gerrit-PatchSet: 7
Gerrit-Project: operations/debs/python-flask-login
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
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