From a795d0c19012d1a71b7edad41de068a6b4020223 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 30 May 2013 04:57:06 +0900 Subject: initial debian files --- debian/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1cbf946 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: pysqlcipher +Maintainer: Ben Carrillo +Section: python +Priority: optional +Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7) +Standards-Version: 3.9.1 + +Package: python-sqlcipher +Architecture: any +Depends: libsqlcipher0 (>=2.1.1-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Description: DB-API 2.0 interface for SQLCIPHER 3.x + Python interface to SQLCipher + . + pysqlcipher is an interface to the SQLite 3.x embedded relational + database engine. It is almost fully compliant with the Python database API + version 2.0. At the same time, it also exposes the unique features of + SQLCipher. -- cgit v1.2.3 From 7c525ca351afd5782972b54653e7863e1decfb13 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 31 May 2013 01:20:00 +0900 Subject: add libsqlcipher-dev as build-dep --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1cbf946..ba08497 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pysqlcipher Maintainer: Ben Carrillo Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7) +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 7) Standards-Version: 3.9.1 Package: python-sqlcipher -- cgit v1.2.3 From b3d76288ff3bbadeea65b1e651b37a9c661da6f6 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 30 May 2013 12:11:45 -0400 Subject: switch to debhelper version compat 9, this should allow us to get some hardening flags enabled easier --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index ba08497..572832d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pysqlcipher Maintainer: Ben Carrillo Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 7) +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9) Standards-Version: 3.9.1 Package: python-sqlcipher -- cgit v1.2.3 From c8d53072ce6857f622ae912a085e921a06af8c07 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 30 May 2013 12:12:12 -0400 Subject: add myself as uploader --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 572832d..75c1b80 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Section: python Priority: optional Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9) Standards-Version: 3.9.1 +Uploaders: Micah Anderson Package: python-sqlcipher Architecture: any -- cgit v1.2.3 From afc66177dc3ed7387c9d85a90bd566cf7cd27e24 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 30 May 2013 13:28:48 -0400 Subject: update standards revision, no changes --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 75c1b80..5a8e493 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Ben Carrillo Section: python Priority: optional Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9) -Standards-Version: 3.9.1 +Standards-Version: 3.9.4 Uploaders: Micah Anderson Package: python-sqlcipher -- cgit v1.2.3 From 395787d20208c439797855313cc9bbb7fb76784a Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 4 Jun 2013 15:46:34 -0400 Subject: fix for backporting to wheezy: E: dh_python2:145: extension for python2.6 is missing. Build extensions for all supported Python versions --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5a8e493..16d3f52 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Priority: optional Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9) Standards-Version: 3.9.4 Uploaders: Micah Anderson +X-Python-Version: >= 2.5 Package: python-sqlcipher Architecture: any -- cgit v1.2.3