[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#942795: libsoxr: Building with "nocheck" results in a broken soxr.pc pkg-config file



Package: src:libsoxr
Followup-For: Bug #942795

Hi!

Attaching a debdiff for your convenience :).

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
diff -Nru old/libsoxr-0.1.3/debian/changelog new/libsoxr-0.1.3/debian/changelog
--- old/libsoxr-0.1.3/debian/changelog	2019-10-21 14:54:34.000000000 +0200
+++ new/libsoxr-0.1.3/debian/changelog	2019-10-22 11:29:52.539764096 +0200
@@ -1,3 +1,11 @@
+libsoxr (0.1.3-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove unnecessary cmake invocation for "nocheck" which
+    results in a broken pkg-config file. (Closes: #942795)
+
+ -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Tue, 22 Oct 2019 11:26:45 +0200
+
 libsoxr (0.1.3-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru old/libsoxr-0.1.3/debian/rules new/libsoxr-0.1.3/debian/rules
--- old/libsoxr-0.1.3/debian/rules	2019-10-21 14:49:17.000000000 +0200
+++ new/libsoxr-0.1.3/debian/rules	2019-10-22 11:26:26.583772362 +0200
@@ -7,10 +7,6 @@
 CONFIGURE_FLAGS = -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
 		  -DDOC_INSTALL_DIR=/usr/share/doc/libsoxr-dev
 
-ifneq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-CONFIGURE_FLAGS += -DBUILD_TESTS=0 -DBUILD_EXAMPLES=1
-endif
-
 %:
 	dh $@
 

Reply to: