Initial debian packaging
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 06 Oct 2014 10:32:38 +0200
changeset 11515 b3267ba817b4
parent 11514 82e86cd8e217
child 11516 7ffca3b43910
Initial debian packaging missing at least a long description and wsgicors dependency.
__pkginfo__.py
debian/changelog
debian/compat
debian/control
debian/copyright
debian/pydist-overrides
debian/rules
--- /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'
--- /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 <julien.cristau@logilab.fr>  Mon, 06 Oct 2014 10:18:27 +0200
--- /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
--- /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 <julien.cristau@logilab.fr>
+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
--- /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'.
--- /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
--- /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