diff options
author | Christoph <chris@inferno.nadir.org> | 2015-08-05 14:03:11 +0200 |
---|---|---|
committer | Christoph <chris@inferno.nadir.org> | 2015-08-05 14:03:11 +0200 |
commit | 7dda24ae981aba65c283795d11d88890df74cedf (patch) | |
tree | 83a333c57c25884c241a0814e79e3f949013f1b4 /debian | |
parent | 48cecb7530bc75437c39ed76abc8b56c712c4723 (diff) |
map the leap.common package to the correct debian package
dh_python guesses that leap.common is provided by the debian
package 'python-leap.common' but it is in 'python-leap-common'
Diffstat (limited to 'debian')
-rw-r--r-- | debian/pydist-overrides | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/pydist-overrides b/debian/pydist-overrides index dc12d795..b0817d87 100644 --- a/debian/pydist-overrides +++ b/debian/pydist-overrides @@ -7,3 +7,4 @@ configparser python-configparser leap.soledad.common soledad-common leap.soledad.server soledad-server leap.soledad.client soledad-client +leap.common python-leap-common |