Ottomata has submitted this change and it was merged.

Change subject: Initial debianization and release 1.3.1
......................................................................


Initial debianization and release 1.3.1

Bug: T121112
Change-Id: If6b1acd19cdfe48312dda399c22d8f5a41f69f39
---
A debian/changelog
A debian/compat
A debian/control
A debian/gbp.conf
A debian/rules
A debian/source/format
A debian/source/options
7 files changed, 48 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..ac38482
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-sprockets-mixins-statsd (1.3.1-1) unstable; urgency=low
+
+  * Upstream release of 1.3.1
+
+ -- Andrew Otto (WMF) <o...@wikimedia.org>  Thu, 10 Dec 2015 19:21:36 +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..f1a4869
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: python-sprockets-mixins-statsd
+Maintainer:  --Andrew Otto (WMF) <o...@wikimedia.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+  python-all (>= 2.7), python-setuptools,
+  python3-all, python3-setuptools, dh-python
+Homepage: https://github.com/sprockets/sprockets.mixins.statsd
+Standards-Version: 3.9.3
+
+Package: python-sprockets-mixins-statsd
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-sprockets-clients-statsd
+Description: statsd mixin for tornado.web.RequestHandler to send request stats 
to statsd
+ The ``RequestMetricsMixin`` mixin will automatically instrument requests by
+ sending statsd increment and timing values as each request finishes.
+
+Package: python3-sprockets-mixins-statsd
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python3-sprockets-clients-statsd
+Description: statsd mixin for tornado.web.RequestHandler to send request stats 
to statsd
+ The ``RequestMetricsMixin`` mixin will automatically instrument requests by
+ sending statsd increment and timing values as each request finishes.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..7d895d1
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,8 @@
+[git-buildpackage]
+upstream-tree=tag
+upstream-branch=master
+debian-branch=debian
+upstream-tag=%(version)s
+debian-tag=debian/%(version)s
+tarball-dir = ../tarballs
+export-dir = ../build-area
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a934b63
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=sprockets-mixins-statsd
+# Disable tests so we don't need test dependencies at build time.
+export PYBUILD_DISABLE_python2.7=test
+export PYBUILD_DISABLE_python3=test
+
+%:
+       dh $@ --with python2,python3 --buildsystem=pybuild
\ No newline at end of file
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/source/options b/debian/source/options
new file mode 100644
index 0000000..4d82e22
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="\.egg-info"
\ No newline at end of file

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If6b1acd19cdfe48312dda399c22d8f5a41f69f39
Gerrit-PatchSet: 2
Gerrit-Project: operations/debs/python-sprockets-mixins-statsd
Gerrit-Branch: debian
Gerrit-Owner: Ottomata <o...@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