]> granicus.if.org Git - strace/commitdiff
Sync strace.spec and debian/ with packages
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Dec 2016 20:40:48 +0000 (20:40 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Dec 2016 20:43:57 +0000 (20:43 +0000)
* debian/control: Add Vcs-* metadata from 4.13-0.1.
* debian/watch: Sync with 4.13-0.1.
* strace.spec.in: Sync with 4.14.0.100.622a-1.

debian/control
debian/watch
strace.spec.in

index 570542fdf355ea12874971d9be48965d2acdeab3..79773c332673d08f82a52eb1a33fa847bad57fc5 100644 (file)
@@ -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
index 5e4f652af55663f969eb306a3be9e9dd8e0104f4..8bb7f45ac22d2e6452d2b3f9acf158612c4256e1 100644 (file)
@@ -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
index 927b814d29e74331893c93a0b9c218725b3ff74e..8841329b188700dcd15f2edf1b65b3569e2db02e 100644 (file)
@@ -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 <ldv@altlinux.org> - 4.14.0.100.622a-1
+- v4.14 -> v4.14-100-g622af42:
+  + implemented syscall fault injection.
+
 * Tue Oct 04 2016 Dmitry V. Levin <ldv@altlinux.org> - 4.14-1
 - v4.13 -> v4.14:
   + added printing of the mode argument of open and openat syscalls