Package: lasso
Version: 2.5.0-5
Followup-For: Bug #809762
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu bionic ubuntu-patch

Dear Maintainer,

In Ubuntu, the attached patch was applied to achieve the following:

  * d/control, d/rules: Enable test execution during build.


Thanks for considering the patch.


-- System Information:
Debian Release: buster/sid
  APT prefers bionic
  APT policy: (500, 'bionic'), (500, 'artful-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-32-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru lasso-2.5.0/debian/control lasso-2.5.0/debian/control
--- lasso-2.5.0/debian/control          2017-11-02 01:36:18.000000000 -0400
+++ lasso-2.5.0/debian/control          2018-02-05 16:26:12.343664245 -0500
@@ -5,6 +5,7 @@
 XSBC-Original-Maintainer: Frederic Peters <fpet...@debian.org>
 Build-Depends: debhelper (>= 8),
         dh-python,
+        liberror-perl,
         libxml2-dev,
         libxslt1-dev,
         libxmlsec1-dev,
diff -Nru lasso-2.5.0/debian/control.in lasso-2.5.0/debian/control.in
--- lasso-2.5.0/debian/control.in       2017-11-02 01:36:18.000000000 -0400
+++ lasso-2.5.0/debian/control.in       2018-02-05 16:22:17.942022704 -0500
@@ -5,6 +5,7 @@
 XSBC-Original-Maintainer: Frederic Peters <fpet...@debian.org>
 Build-Depends: debhelper (>= 8),
         dh-python,
+        liberror-perl,
         libxml2-dev,
         libxslt1-dev,
         libxmlsec1-dev,
diff -Nru lasso-2.5.0/debian/rules lasso-2.5.0/debian/rules
--- lasso-2.5.0/debian/rules            2016-05-05 05:08:20.000000000 -0400
+++ lasso-2.5.0/debian/rules            2018-02-05 16:16:35.782381565 -0500
@@ -99,6 +99,9 @@
          $(MAKE) -C bindings/python$$v; \
        done
 
+       # Run tests
+       $(MAKE) check
+
        touch build-stamp
 
 clean:

Reply via email to