liblockdep: Stop trying to build packages, as it failed to build again

This commit is contained in:
Ben Hutchings 2016-09-03 18:10:09 +01:00
parent 8dccb841ee
commit 87d08943da
4 changed files with 35 additions and 33 deletions

1
debian/changelog vendored
View File

@ -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@decadent.org.uk> Sun, 28 Aug 2016 19:01:59 +0100

View File

@ -1,8 +1,8 @@
SUBDIRS = \
hv \
lib/lockdep \
perf \
power/cpupower \
usb/usbip
#SUBDIRS += lib/lockdep
include $(top_rulesdir)/Makefile.inc

5
debian/rules.real vendored
View File

@ -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)

View File

@ -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@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@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@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@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.