Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/258169
Change subject: Initial debianization and release ...................................................................... Initial debianization and release 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, 33 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/debs/python-sprockets refs/changes/69/258169/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..7b23c23 --- /dev/null +++ b/debian/control @@ -0,0 +1,11 @@ +Source: python-sprockets +Maintainer: --Andrew Otto (WMF) <[email protected]> +Section: python +Priority: optional +Build-Depends: debhelper (>=8), dh-python, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3) +Standards-Version: 3.9.3 + +Package: python-sprockets +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-kazoo +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..bcebae9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils + + 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/258169 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: debian Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
