From 5dffa1adcc8dd007f033114ef873b0f9b3dd09b4 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sun, 31 May 2015 12:02:09 -0700 Subject: Add debian build files --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 22 ++++++++++++++++++++++ debian/files | 1 + debian/rules | 6 ++++++ debian/source/format | 1 + 7 files changed, 55 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/files create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f236d2c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-moin-activity-plugin (1.0) unstable; urgency=low + + * Initial release + + -- Michael Crute Mon, 18 May 2015 20:55:30 +0700 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..12517d6 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: python-moin-activity-plugin +Section: python +Priority: optional +Maintainer: Michael Crute +Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), dh-python, python-setuptools +Standards-Version: 3.9.5 +Homepage: https://github.com/waylan/Python-Markdown +X-Python-Version: >= 2.7 + + + +Package: python-moin-activity-plugin +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Description: MoinMoin Activity Tracking Plugin (Python 2) + This package contains an activity tracking plugin for the MoinMoin wiki + system. + . + This package installs the library for Python 2. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..da13602 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: Copyright 2013 Michael Crute +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..2c63bcc --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +python-moin-activity-plugin_1.0_all.deb python optional diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4c3e03f --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=CruteMoinActivity + +%: + dh $@ --with python2 --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) -- cgit v1.2.3