From 811735c9db13731b9d991851ffdd6999adc3ec40 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 2 Dec 2017 08:34:50 -0500 Subject: [PATCH] Add udebs corresponding to libavahi-common3 and libavahi-core7 for maas-enlist-udeb --- debian/changelog | 8 ++++++++ debian/control | 19 ++++++++++++++++++- debian/libavahi-common3-udeb.install | 2 ++ debian/libavahi-core7-udeb.install | 1 + debian/rules | 5 +++++ 5 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 debian/libavahi-common3-udeb.install create mode 100644 debian/libavahi-core7-udeb.install diff --git a/debian/changelog b/debian/changelog index 86886cf..7921f76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +avahi (0.7-3ubuntu1) UNRELEASED; urgency=medium + + * Sync with Debian. Remaining change: + - Add udebs corresponding to libavahi-common3 and libavahi-core7, for + maas-enlist-udeb. + + -- Jeremy Bicha Sat, 02 Dec 2017 08:34:24 -0500 + avahi (0.7-3) unstable; urgency=medium * Brown paper bag release. diff --git a/debian/control b/debian/control index 1602092..1b118f2 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,8 @@ Source: avahi Section: net Priority: optional -Maintainer: Utopia Maintenance Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Utopia Maintenance Team Uploaders: Sjoerd Simons , Sebastian Dröge , Loic Minier , @@ -196,6 +197,14 @@ Description: Development files for the Avahi common library library, which is a set of common functions and definitions used by many of Avahis components and client applications. +Package: libavahi-common3-udeb +Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Avahi common library (debian-installer) + Package: libavahi-core7 Section: libs Architecture: any @@ -238,6 +247,14 @@ Description: Development files for Avahi's embeddable mDNS/DNS-SD library You should not however use this library for non-embedded applications, you shoudl use libavahi-client-dev which interacts with the avahi daemon. +Package: libavahi-core7-udeb +Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Avahi's embeddable mDNS/DNS-SD library (debian-installer) + Package: libavahi-client3 Section: libs Architecture: any diff --git a/debian/libavahi-common3-udeb.install b/debian/libavahi-common3-udeb.install new file mode 100644 index 0000000..6437331 --- /dev/null +++ b/debian/libavahi-common3-udeb.install @@ -0,0 +1,2 @@ +usr/lib/*/libavahi-common.so.* /usr/lib +usr/lib/*/avahi/service-types.db diff --git a/debian/libavahi-core7-udeb.install b/debian/libavahi-core7-udeb.install new file mode 100644 index 0000000..8741a85 --- /dev/null +++ b/debian/libavahi-core7-udeb.install @@ -0,0 +1 @@ +usr/lib/*/libavahi-core.so.* /usr/lib diff --git a/debian/rules b/debian/rules index 871c5e9..4275ae6 100755 --- a/debian/rules +++ b/debian/rules @@ -74,3 +74,8 @@ override_dh_strip: override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf --as-needed ./autogen.sh + +override_dh_makeshlibs: + dh_makeshlibs -plibavahi-common3 --add-udeb=libavahi-common3-udeb -V -- -c4 + dh_makeshlibs -plibavahi-core7 --add-udeb=libavahi-core7-udeb -V -- -c4 + dh_makeshlibs --remaining-packages -V -- -c4 -- 2.14.1