Wrap and sorting debian files.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d8a2ecad17
commit
bbfa601926
1 changed files with 9 additions and 5 deletions
14
debian/control
vendored
14
debian/control
vendored
|
@ -2,9 +2,10 @@ Source: dnswire
|
|||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends: dpkg-dev (>= 1.22.5),
|
||||
debhelper-compat (= 13),
|
||||
Build-Depends:
|
||||
debhelper (>= 13.14~),
|
||||
debhelper-compat (= 13),
|
||||
dpkg-dev (>= 1.22.5),
|
||||
libprotobuf-c-dev,
|
||||
libtinyframe-dev,
|
||||
libuv1-dev,
|
||||
|
@ -31,9 +32,12 @@ Description: DNS encapsulations and transporting (development)
|
|||
This package contains the development files.
|
||||
|
||||
Package: libdnswire1t64
|
||||
Provides: ${t64:Provides}
|
||||
Replaces: libdnswire1
|
||||
Breaks: libdnswire1 (<< ${source:Version})
|
||||
Provides:
|
||||
${t64:Provides},
|
||||
Replaces:
|
||||
libdnswire1,
|
||||
Breaks:
|
||||
libdnswire1 (<< ${source:Version}),
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends:
|
||||
|
|
Loading…
Add table
Reference in a new issue