diff --git a/debian/control b/debian/control index 570542fd..79773c33 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Priority: optional Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc sparc64 x32], debhelper (>= 7.0.0), gawk Standards-Version: 3.9.6 Homepage: http://sourceforge.net/projects/strace/ +Vcs-Git: https://anonscm.debian.org/git/collab-maint/strace.git +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/strace.git Package: strace Architecture: alpha amd64 arm64 armeb armel armhf hppa i386 ia64 m68k mips mipsel mips64 mips64el or1k powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32 diff --git a/debian/watch b/debian/watch index 5e4f652a..8bb7f45a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -opts="uversionmangle=s/-/./g" http://sf.net/strace/strace-([[:digit:].-]*)\.tar\.xz +opts=pgpsigurlmangle=s/$/.asc/,uversionmangle=s/-/./g http://sf.net/strace/strace-([[:digit:].-]*)\.tar\.xz diff --git a/strace.spec.in b/strace.spec.in index 927b814d..8841329b 100644 --- a/strace.spec.in +++ b/strace.spec.in @@ -103,6 +103,10 @@ echo 'END OF TEST SUITE INFORMATION' * @RPM_CHANGELOGTIME@ @PACKAGE_BUGREPORT@ - @PACKAGE_VERSION@-1 - @PACKAGE_STRING@ snapshot. +* Wed Nov 16 2016 Dmitry V. Levin - 4.14.0.100.622a-1 +- v4.14 -> v4.14-100-g622af42: + + implemented syscall fault injection. + * Tue Oct 04 2016 Dmitry V. Levin - 4.14-1 - v4.13 -> v4.14: + added printing of the mode argument of open and openat syscalls