summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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.
+