summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2013-09-27 08:51:59 -0700
committerAdam Hupp <adam@hupp.org>2013-09-27 08:51:59 -0700
commit7f2e9ac2295ea0d196e3d4c1c50bede3b79797b4 (patch)
treef931b93b17e4eece5a2c5db613fcebe76102d347
parent20e713777b8a005bcb81ae7e29db8735a9dbc054 (diff)
parentbe0a810de16422650e2853adddc920abe4fe2574 (diff)
downloadpython-magic-7f2e9ac2295ea0d196e3d4c1c50bede3b79797b4.tar.gz
Merge pull request #40 from DXist/master
Add stdeb config
-rw-r--r--.gitignore2
-rw-r--r--setup.cfg2
-rw-r--r--stdeb.cfg3
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..40cc424
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+deb_dist
+python_magic.egg-info
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..42e09e7
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[global]
+command_packages=stdeb.command
diff --git a/stdeb.cfg b/stdeb.cfg
new file mode 100644
index 0000000..7c4aa51
--- /dev/null
+++ b/stdeb.cfg
@@ -0,0 +1,3 @@
+[python-magic]
+Depends: libmagic1
+Conflicts: python-magic