[DSE-Dev] Bug#913921: Acknowledgement (Please consider linking against prce2)

Michael Biebl biebl at debian.org
Sat Nov 17 01:30:49 GMT 2018


Forgot to update the dependencies of libselinux1-dev

Updated patch attached.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
diff -Nru libselinux-2.8/debian/changelog libselinux-2.8/debian/changelog
--- libselinux-2.8/debian/changelog	2018-05-28 20:50:31.000000000 +0200
+++ libselinux-2.8/debian/changelog	2018-11-17 02:17:10.000000000 +0100
@@ -1,3 +1,10 @@
+libselinux (2.8-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build against PCRE2. (Closes: #913921)
+
+ -- Michael Biebl <biebl at debian.org>  Sat, 17 Nov 2018 02:17:10 +0100
+
 libselinux (2.8-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru libselinux-2.8/debian/control libselinux-2.8/debian/control
--- libselinux-2.8/debian/control	2018-05-28 20:50:31.000000000 +0200
+++ libselinux-2.8/debian/control	2018-11-17 02:17:10.000000000 +0100
@@ -12,7 +12,7 @@
                file,
                gem2deb (>= 0.5.0~) <!noruby>,
                libsepol1-dev (>= 2.8),
-               libpcre3-dev,
+               libpcre2-dev,
                pkg-config,
                python-all-dev (>= 2.6.6-3~) <!nopython>,
                python3-all-dev <!nopython>,
@@ -62,7 +62,7 @@
 Architecture: linux-any
 Depends: libselinux1 (= ${binary:Version}),
          libsepol1-dev (>= 2.8),
-         libpcre3-dev,
+         libpcre2-dev,
          ${misc:Depends}
 Section: libdevel
 Multi-Arch: same
diff -Nru libselinux-2.8/debian/rules libselinux-2.8/debian/rules
--- libselinux-2.8/debian/rules	2018-05-28 20:50:31.000000000 +0200
+++ libselinux-2.8/debian/rules	2018-11-17 02:17:03.000000000 +0100
@@ -53,6 +53,7 @@
 extra_make_args = ARCH=$(DEB_HOST_GNU_CPU)
 extra_make_args += CC=$(DEB_HOST_GNU_TYPE)-gcc
 extra_make_args += PKG_CONFIG=$(PKG_CONFIG)
+extra_make_args += USE_PCRE2=y
 override_dh_auto_build: FORCE
 	+$(MAKE) $(extra_make_args) all
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/selinux-devel/attachments/20181117/f30f55d0/attachment.sig>


More information about the SELinux-devel mailing list