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..e6a060f --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: iptools +Maintainer: Adam Jacob Muller +Section: python +Priority: optional +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3) +Standards-Version: 3.9.1 + +Package: python-iptools +Architecture: amd64 +Depends: +X-Python-Version: 2.7 +Description: A few useful functions and objects for manipulating ip addresses in python diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8e4f4eb --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 --buildsystem=python_distutils 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