Ottomata has uploaded a new change for review.

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

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

Initial debianization and release

Bug: T121112
Change-Id: Ic29f0db21a5f13099961ecfb476affc4718a7802
---
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, 46 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/python-sprockets 
refs/changes/57/258457/1

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..79750aa
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-sprockets (0.1.1-1) unstable; urgency=low
+
+  * Upstream release of 0.1.1
+
+ -- Andrew Otto (WMF) <[email protected]>  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..ae1b0fb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: python-sprockets
+Maintainer:  Andrew Otto (WMF) <[email protected]>
+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
+Standards-Version: 3.9.3
+
+Package: python-sprockets
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: A loosely coupled web framework built on top of Tornado.
+
+Package: python3-sprockets
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Provides: ${python3:Provides}
+Description: A loosely coupled web framework built on top of Tornado.
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..5fffeab
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=sprockets
+# 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
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/258457
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic29f0db21a5f13099961ecfb476affc4718a7802
Gerrit-PatchSet: 1
Gerrit-Project: operations/debs/python-sprockets
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>

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

Reply via email to