Merlijn van Deen has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/209978

Change subject: Add python-ipaddress package
......................................................................

Add python-ipaddress package

Bug: T86015
Change-Id: I3a8415d495e8fd51ac2a557b1db926c1d7f73396
---
A packages/ipaddress.sh
1 file changed, 27 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/labs/toollabs 
refs/changes/78/209978/1

diff --git a/packages/ipaddress.sh b/packages/ipaddress.sh
new file mode 100755
index 0000000..6096bda
--- /dev/null
+++ b/packages/ipaddress.sh
@@ -0,0 +1,27 @@
+#!/bin/bash
+set -o errexit -o nounset -o pipefail -o xtrace
+. /etc/lsb-release
+
+PROJECT=ipaddress
+GIT_REPO=https://github.com/phihag/ipaddress
+TREE=2bd945fb4cb713966d62652cfae9a96522d9d066
+
+cd `dirname $0`
+mkdir -p build
+cd build
+git clone $GIT_REPO $PROJECT || (cd $PROJECT && git fetch)
+cd $PROJECT
+git checkout $TREE
+
+cat > stdeb.cfg << EOF
+[DEFAULT]
+Suite: ${DISTRIB_CODENAME}
+Debian-Version: 0tools+${DISTRIB_CODENAME}1
+Copyright-File: LICENSE
+Uploaders: Merlijn van Deen <[email protected]>
+EOF
+
+python setup.py --command-packages=stdeb.command sdist_dsc bdist_deb
+lintian deb_dist/python-*.deb
+
+cp deb_dist/python-*.deb ../../../..

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a8415d495e8fd51ac2a557b1db926c1d7f73396
Gerrit-PatchSet: 1
Gerrit-Project: labs/toollabs
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to