Package: xmlsec1 Version: 1.2.20-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu vivid ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/rules: Enable test suite execution during package build. Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers vivid-updates APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500, 'vivid'), (100, 'vivid-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-28-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru xmlsec1-1.2.20/debian/changelog xmlsec1-1.2.20/debian/changelog diff -Nru xmlsec1-1.2.20/debian/rules xmlsec1-1.2.20/debian/rules --- xmlsec1-1.2.20/debian/rules 2014-07-04 22:53:30.000000000 +0100 +++ xmlsec1-1.2.20/debian/rules 2015-01-05 15:10:06.000000000 +0000 @@ -44,6 +44,10 @@ # Add here commands to compile the package. $(MAKE) +ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) + $(MAKE) check +endif + touch build-stamp clean:

