summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@debian.org>2013-08-27 15:42:47 +0300
committerTzafrir Cohen <tzafrir@debian.org>2013-08-27 18:44:29 +0300
commitfd58b9bac4d757d97a29362a4c7c14268934d1e1 (patch)
tree6ecd8a844565a391ac94305aee419457e6733321 /debian/control
parent3558eaf5e997920da1994aa8f2b52086c0bfbfb4 (diff)
Debian packagingHEADmaster
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..634210f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: withsqlite
+Section: python
+Priority: extra
+Maintainer: Tzafrir Cohen <tzafrir@debian.org>
+#Uploaders:
+Build-Depends: debhelper (>= 9), python-all
+Standards-Version: 3.9.4
+Homepage: https://github.com/jvasile/withsqlite
+#Vcs-Git:
+#Vcs-Browser:
+
+Package: python-withsqlite
+Section: python
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: uses an sqlite db as a back end for a dict-like object
+ kind of like shelve but with json and sqlite3.
+