summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
l---------debian/changelog.in1
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
l---------debian/copyright1
-rw-r--r--debian/postinst2
-rw-r--r--debian/prerm3
-rw-r--r--debian/pyversions1
-rwxr-xr-xdebian/rules11
-rw-r--r--debian/watch1
9 files changed, 35 insertions, 0 deletions
diff --git a/debian/changelog.in b/debian/changelog.in
new file mode 120000
index 0000000..1af8df1
--- /dev/null
+++ b/debian/changelog.in
@@ -0,0 +1 @@
+../docs/CHANGELOG \ No newline at end of file
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f13d970
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: python-reconfigure
+Section: python
+Priority: optional
+Maintainer: Eugeny Pankov <e@ajenti.org>
+Build-Depends: debhelper (>=8.0.0), python-support (>= 0.6), cdbs (>= 0.4.49)
+XS-Python-Version: >=2.6
+Standards-Version: 3.9.1
+
+Package: python-reconfigure
+Architecture: all
+Homepage: http://eugeny.github.com/reconfigure
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}, python-chardet
+Description: Simple config file management library
diff --git a/debian/copyright b/debian/copyright
new file mode 120000
index 0000000..7c36994
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1 @@
+../docs/COPYRIGHT \ No newline at end of file
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..bd4ec77
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,2 @@
+#!/bin/sh
+#DEBHELPER#
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..c35303b
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,3 @@
+#!/bin/sh
+#DEBHELPER#
+
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..0c043f1
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.6-
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fb55c26
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+DEB_PYTHON_SYSTEM := pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -rf build build-stamp configure-stamp build/ MANIFEST
+ dh_clean
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9e7c0da
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1 @@
+version=3