[linux] 03/03: liblockdep: Stop trying to build packages, as it failed to build again

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Sep 4 02:48:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 87d08943da4cc8bf76f8164eb596570c31a74b4f
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Sep 3 18:10:09 2016 +0100

    liblockdep: Stop trying to build packages, as it failed to build again
---
 debian/changelog                  |  1 +
 debian/rules.d/tools/Makefile     |  2 +-
 debian/rules.real                 |  5 ++--
 debian/templates/control.tools.in | 60 +++++++++++++++++++--------------------
 4 files changed, 35 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9904780..84f6c7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ linux (4.8~rc4-1~exp1) UNRELEASED; urgency=medium
     - [armhf] Rename omapdrm display config symbols
     - [armhf] Enable IIO_ST_ACCEL_3AXIS as module instead of LIS3L02DQ
     * [hppa] Enable RTC_CLASS and RTC_DRV_GENERIC instead of GEN_RTC
+  * liblockdep: Stop trying to build packages, as it failed to build again
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 28 Aug 2016 19:01:59 +0100
 
diff --git a/debian/rules.d/tools/Makefile b/debian/rules.d/tools/Makefile
index 371c9f5..e529f6b 100644
--- a/debian/rules.d/tools/Makefile
+++ b/debian/rules.d/tools/Makefile
@@ -1,8 +1,8 @@
 SUBDIRS = \
 	hv \
-	lib/lockdep \
 	perf \
 	power/cpupower \
 	usb/usbip
+#SUBDIRS += lib/lockdep
 
 include $(top_rulesdir)/Makefile.inc
diff --git a/debian/rules.real b/debian/rules.real
index 895d52b..81a6a17 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -74,7 +74,8 @@ binary-indep: install-support
 
 ifneq ($(DO_TOOLS),False)
   build-arch-arch: $(STAMPS_DIR)/build-tools
-  binary-arch-arch: install-kbuild install-usbip install-liblockdep install-cpupower
+  binary-arch-arch: install-kbuild install-usbip install-cpupower
+#  binary-arch-arch: install-liblockdep
   ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64,$(DEB_HOST_ARCH)),)
     ifeq ($(filter nopython,$(DEB_BUILD_PROFILES)),)
       binary-arch-arch: install-perf
@@ -83,7 +84,7 @@ ifneq ($(DO_TOOLS),False)
   ifneq ($(filter i386 amd64 x32,$(DEB_HOST_ARCH)),)
     binary-arch-arch: install-hyperv-daemons
   endif
-  binary-indep: install-lockdep
+#  binary-indep: install-lockdep
 endif
 
 build-arch-flavour: $(STAMPS_DIR)/build_$(ARCH)_$(FEATURESET)_$(FLAVOUR)
diff --git a/debian/templates/control.tools.in b/debian/templates/control.tools.in
index 286b81f..9c2663e 100644
--- a/debian/templates/control.tools.in
+++ b/debian/templates/control.tools.in
@@ -108,33 +108,33 @@ Description: Support daemons for Linux running on Hyper-V
  hv_vss_daemon provides the volume shadow copy service (VSS), allowing
  the host to freeze the guest filesystems while taking a snapshot.
 
-Package: lockdep
-Build-Profiles: <!stage1 !pkg.linux.notools>
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, liblockdep at version@
-Recommends: liblockdep-dev
-Section: devel
-Multi-Arch: allowed
-Description: Runtime locking correctness validator
- lockdep is a wrapper for programs that use the pthreads API, which detects
- actual and potential deadlocks and other locking bugs.
-
-Package: liblockdep at version@
-Build-Profiles: <!stage1 !pkg.linux.notools>
-Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Section: libs
-Multi-Arch: same
-Description: Runtime locking correctness validator (shared library)
- liblockdep is a library for programs that use the pthreads API, which can
- be used to detect actual and potential deadlocks and other locking bugs.
-
-Package: liblockdep-dev
-Build-Profiles: <!stage1 !pkg.linux.notools>
-Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Section: libdevel
-Multi-Arch: same
-Description: Runtime locking correctness validator (development files)
- liblockdep is a library for programs that use the pthreads API, which can
- be used to detect actual and potential deadlocks and other locking bugs.
+#Package: lockdep
+#Build-Profiles: <!stage1 !pkg.linux.notools>
+#Architecture: all
+#Depends: ${shlibs:Depends}, ${misc:Depends}, liblockdep at version@
+#Recommends: liblockdep-dev
+#Section: devel
+#Multi-Arch: allowed
+#Description: Runtime locking correctness validator
+# lockdep is a wrapper for programs that use the pthreads API, which detects
+# actual and potential deadlocks and other locking bugs.
+#
+#Package: liblockdep at version@
+#Build-Profiles: <!stage1 !pkg.linux.notools>
+#Architecture: linux-any
+#Depends: ${shlibs:Depends}, ${misc:Depends}
+#Section: libs
+#Multi-Arch: same
+#Description: Runtime locking correctness validator (shared library)
+# liblockdep is a library for programs that use the pthreads API, which can
+# be used to detect actual and potential deadlocks and other locking bugs.
+#
+#Package: liblockdep-dev
+#Build-Profiles: <!stage1 !pkg.linux.notools>
+#Architecture: linux-any
+#Depends: ${shlibs:Depends}, ${misc:Depends}
+#Section: libdevel
+#Multi-Arch: same
+#Description: Runtime locking correctness validator (development files)
+# liblockdep is a library for programs that use the pthreads API, which can
+# be used to detect actual and potential deadlocks and other locking bugs.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list