Ayounsi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/397619 )

Change subject: Initial deb packaging
......................................................................

Initial deb packaging

Change-Id: I2218723442c52e5498e4623720d72ac5936b3b4c
---
A debian/changelog
A debian/compat
A debian/control
A debian/rules
A debian/source/format
A debian/watch
6 files changed, 29 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/operations/debs/python-anycast-healthchecker 
refs/changes/19/397619/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..447e37c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+anycast-healthchecker (0.8.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Arzhel Younsi <ayou...@wikimedia.org>  Fri, 01 Dec 2017 10:42:04 -0800
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..c466b8e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: anycast-healthchecker
+Maintainer: Arzhel Younsi <ayou...@wikimedia.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python-all (>= 
2.6.6-3), debhelper (>= 8), python3 (>= 3)
+Standards-Version: 3.9.3
+Homepage: https://github.com/unixsurfer/anycast_healthchecker
+
+Package: python-anycast-healthchecker
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, bird, python-json-logger
+Description: A healthchecker for Anycasted Services
+ False
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..65ff3a5
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=anycast-healthchecker
+%:
+       dh $@ --with python3 --buildsystem=pybuild
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..0dda51d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/anycast-healthchecker/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/anycast-healthchecker/anycast-healthchecker-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2218723442c52e5498e4623720d72ac5936b3b4c
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/python-anycast-healthchecker
Gerrit-Branch: master
Gerrit-Owner: Ayounsi <ayou...@wikimedia.org>

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

Reply via email to