diff options
author | Micah Anderson <micah@riseup.net> | 2013-05-30 12:11:08 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-31 03:20:12 +0900 |
commit | 1601ac461a7f3e0a37544305b86663d2fda44780 (patch) | |
tree | b7e830ba88647f09518556c3306cbc91733c3334 /debian/control | |
parent | 4623e6a111193e46a5b86319d3a505f814f024f2 (diff) |
several debian/* improvements
* make changelog more suitable than the one generated by stdeb
* switch to debhelper version compat 9, this should allow us to get some hardening flags enabled easier
* add the debian/* files to the copyright notice
* add myself as uploader
* fix version so it matches native requirements
* update standards revision, no changes
* remove installation of unnecessary documentation into wrong location (usr/pysqlcipher-doc/)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control index ba08497..5a8e493 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,9 @@ Source: pysqlcipher Maintainer: Ben Carrillo <ben@futeisha.org> Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 7) -Standards-Version: 3.9.1 +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9) +Standards-Version: 3.9.4 +Uploaders: Micah Anderson <micah@debian.org> Package: python-sqlcipher Architecture: any |