name binary packages correctly

This commit is contained in:
Daniel Kahn Gillmor 2014-06-05 23:12:56 -04:00
parent 7fc5df17e9
commit c47bb79169
3 changed files with 4 additions and 4 deletions

6
debian/control vendored
View File

@ -18,7 +18,7 @@ Package: libpsl-dev
Section: libdevel
Architecture: any
Depends:
libpsl (= ${binary:Version}),
libpsl0 (= ${binary:Version}),
${misc:Depends}
Description: Library for Public Suffix List (development headers)
Libpsl allows checking domains against the Public Suffix List,
@ -29,7 +29,7 @@ Description: Library for Public Suffix List (development headers)
This package contains development header files and documentation for
developers.
Package: libpsl
Package: libpsl0
Section: libs
Architecture: any
Depends:
@ -46,7 +46,7 @@ Description: Library for Public Suffix List (shared libraries)
.
This package contains runtime libraries.
Package: libpsl-dbg
Package: libpsl0-dbg
Section: debug
Architecture: any
Depends:

2
debian/rules vendored
View File

@ -3,7 +3,7 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DH_OPTIONS += --dbg-package=libpsl-dbg
export DH_OPTIONS += --dbg-package=libpsl0-dbg
%:
dh $@ --with autotools-dev