summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-05-31 12:02:09 -0700
committerMike Crute <mcrute@gmail.com>2015-05-31 12:02:09 -0700
commit5dffa1adcc8dd007f033114ef873b0f9b3dd09b4 (patch)
tree5bf6a2d29fcc8b2a11b5fc496ce2e441b18e64f4
parent86d5190427db209bb478a49ee515097d2f30e6a2 (diff)
downloadmoin_activity-5dffa1adcc8dd007f033114ef873b0f9b3dd09b4.tar.bz2
moin_activity-5dffa1adcc8dd007f033114ef873b0f9b3dd09b4.tar.xz
moin_activity-5dffa1adcc8dd007f033114ef873b0f9b3dd09b4.zip
Add debian build files
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control19
-rw-r--r--debian/copyright22
-rw-r--r--debian/files1
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
7 files changed, 55 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f236d2c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
1python-moin-activity-plugin (1.0) unstable; urgency=low
2
3 * Initial release
4
5 -- Michael Crute <mcrute@gmail.com> 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 @@
1Source: python-moin-activity-plugin
2Section: python
3Priority: optional
4Maintainer: Michael Crute <mcrute@gmail.com>
5Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), dh-python, python-setuptools
6Standards-Version: 3.9.5
7Homepage: https://github.com/waylan/Python-Markdown
8X-Python-Version: >= 2.7
9
10
11
12Package: python-moin-activity-plugin
13Architecture: all
14Depends: ${python:Depends}, ${misc:Depends}
15Description: MoinMoin Activity Tracking Plugin (Python 2)
16 This package contains an activity tracking plugin for the MoinMoin wiki
17 system.
18 .
19 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 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
3Files: *
4Copyright: Copyright 2013 Michael Crute <mcrute@gmail.com>
5License: MIT
6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to deal
8 in the Software without restriction, including without limitation the rights
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
12 .
13 The above copyright notice and this permission notice shall be included in
14 all copies or substantial portions of the Software.
15 .
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
22 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 @@
1#!/usr/bin/make -f
2
3export PYBUILD_NAME=CruteMoinActivity
4
5%:
6 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)