patch from Cyril Brulebois <kibi@debian.org> to make a udeb (#887674)
authorMatthew Vernon <matthew@debian.org>
Sat, 3 Feb 2018 18:42:12 +0000 (18:42 +0000)
committerMatthew Vernon <matthew@debian.org>
Sat, 3 Feb 2018 18:42:12 +0000 (18:42 +0000)
debian/control
debian/libpcre2-8-0-udeb.install [new file with mode: 0644]
debian/rules

index db57fd351b0e5d228b69151238d60e17e1833ace..5478f42fd0584faefb879555399823b66b496913 100644 (file)
@@ -22,6 +22,14 @@ Description: New Perl Compatible Regular Expression Library- 8 bit runtime files
  .
  This package contains the 8 bit runtime library.
 
+Package: libpcre2-8-0-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: New Perl Compatible Regular Expression Library- 8 bit runtime files (udeb)
+ This package contains the 8 bit runtime library, for the Debian Installer.
+
 Package: libpcre2-16-0
 Section: libs
 Architecture: any
diff --git a/debian/libpcre2-8-0-udeb.install b/debian/libpcre2-8-0-udeb.install
new file mode 100644 (file)
index 0000000..1a38dd6
--- /dev/null
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libpcre2-8.so.*
index 66c4b283bddfd5de9d7cf8f4995335efdf162fbd..07bd4b302390ef08f3d559fb11fe9e2281361f8b 100755 (executable)
@@ -25,5 +25,8 @@ endif
 override_dh_auto_configure:
        dh_auto_configure -- $(deb_maint_conf_args)
 
+override_dh_makeshlibs:
+       dh_makeshlibs -V --add-udeb=libpcre2-8-0-udeb
+
 override_dh_strip:
        dh_strip --dbg-package=libpcre2-dbg