# HG changeset patch # User Julien Cristau # Date 1412584358 -7200 # Node ID b3267ba817b45dab6c4274f510c6ef8ef83b2a2c # Parent 82e86cd8e21787769dee1a47b283014a3a0f1568 Initial debian packaging missing at least a long description and wsgicors dependency. diff -r 82e86cd8e217 -r b3267ba817b4 __pkginfo__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/__pkginfo__.py Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,1 @@ +modname = 'pyramid_cubicweb' diff -r 82e86cd8e217 -r b3267ba817b4 debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/changelog Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,5 @@ +pyramid-cubicweb (0.1-1) UNRELEASED; urgency=low + + * Initial release. + + -- Julien Cristau Mon, 06 Oct 2014 10:18:27 +0200 diff -r 82e86cd8e217 -r b3267ba817b4 debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/compat Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,1 @@ +9 diff -r 82e86cd8e217 -r b3267ba817b4 debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/control Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,25 @@ +Source: pyramid-cubicweb +Section: python +Priority: optional +Build-Depends: + python, + python-setuptools, + python-pyramid, + python-waitress, + debhelper (>= 9), +Standards-Version: 3.9.6 +Maintainer: Julien Cristau +Homepage: https://www.cubicweb.org/project/pyramid_cubicweb +Vcs-Browser: http://hg.logilab.org/master/pyramid_cubicweb +Vcs-Hg: http://hg.logilab.org/master/pyramid_cubicweb + +Package: pyramid-cubicweb +Architecture: all +Depends: + ${misc:Depends}, + ${python:Depends}, + python-pyramid (>= 1.5.0), + python-waitress (>= 0.8.9), + cubicweb-common (>= 3.19.3), +# XXX wsgicors? +Description: Integrate CubicWeb with a Pyramid application diff -r 82e86cd8e217 -r b3267ba817b4 debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/copyright Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,9 @@ +Author: + Christophe de Vienne + +Copyright: + © 2014 Unlish + +This package is distributed under the terms of the GNU Lesser General Public +License, version 2.1. On Debian systems, the complete text of the GNU Lesser +General Public License may be found in '/usr/share/common-licenses/LGPL-2.1'. diff -r 82e86cd8e217 -r b3267ba817b4 debian/pydist-overrides --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/pydist-overrides Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,1 @@ +cubicweb cubicweb-common diff -r 82e86cd8e217 -r b3267ba817b4 debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/rules Mon Oct 06 10:32:38 2014 +0200 @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +.PHONY: build +build: + dh $@ --with python2 + +%: + dh $@ --with python2