debian: sync with the package
* debian/control (Build-Depends) [amd64]: Remove libunwind-dev. * debian/changelog: Sync with 4.12-3. * debian/rules: Likewise.
This commit is contained in:
parent
f56323f1cc
commit
3f0c68b05e
13
debian/changelog
vendored
13
debian/changelog
vendored
@ -1,3 +1,16 @@
|
||||
strace (4.12-3) unstable; urgency=medium
|
||||
|
||||
* Fix up 32/64-bit test output in strace -S test to fix i386 build
|
||||
* Run make check with VERBOSE=1 so we get useful information in build logs
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sat, 04 Jun 2016 02:37:44 +0100
|
||||
|
||||
strace (4.12-2) unstable; urgency=medium
|
||||
|
||||
* Remove libunwind dependency. Closes: #826223
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Fri, 03 Jun 2016 13:43:44 +0100
|
||||
|
||||
strace (4.12-1) unstable; urgency=low
|
||||
|
||||
[ Dmitry V. Levin ]
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: strace
|
||||
Maintainer: Steve McIntyre <93sam@debian.org>
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk, libunwind-dev [amd64]
|
||||
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: http://sourceforge.net/projects/strace/
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -47,7 +47,7 @@ build-indep: build-stamp $(extra_build_targets)
|
||||
%-stamp: %/Makefile
|
||||
$(MAKE) -C $*
|
||||
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
$(MAKE) -C $* check
|
||||
$(MAKE) -C $* check VERBOSE=1
|
||||
endif
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user