From 9f10bf901ebd7ced6dd51909c1bdd0ac17b2918a Mon Sep 17 00:00:00 2001 From: "Jay R. Wren" Date: Fri, 3 Apr 2015 17:47:51 -0400 Subject: [PATCH] debianize --- debian/changelog | 11 +++++++++++ debian/compat | 1 + debian/control | 11 +++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + debian/source/options | 1 + 6 files changed, 34 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..14d0584 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +theblues (0.0.1-2) utopic; urgency=low + + * update dependencies + + -- Jay Wren Fri, 03 Apr 2015 17:03:56 -0400 + +theblues (0.0.1-1) utopic; urgency=low + + * source package automatically created by stdeb 0.6.0+git + + -- Jay Wren Fri, 03 Apr 2015 15:16:10 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b08534a --- /dev/null +++ b/debian/control @@ -0,0 +1,11 @@ +Source: theblues +Maintainer: JC Sackett +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7), python3-setuptools, python3-all +Standards-Version: 3.9.1 + +Package: python-theblues +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Python library for using the juju charm store API. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4d53786 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.6.0+git at +# Fri, 03 Apr 2015 15:16:10 -0400 + +%: + dh $@ --with python2,python3 --buildsystem=pybuild + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) 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