summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-04-20 17:31:48 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-04-20 17:31:48 +0000
commit48e95c7b1a653cbb16ab9e97106595388d4a9ff5 (patch)
tree625bd94190aaddf0baa3351777ac964242dd81e6 /debian
parentebee04cfb009bdc46599774b4647f6615b6ce3a2 (diff)
downloadstrace-48e95c7b1a653cbb16ab9e97106595388d4a9ff5.tar.gz
strace-48e95c7b1a653cbb16ab9e97106595388d4a9ff5.tar.bz2
strace-48e95c7b1a653cbb16ab9e97106595388d4a9ff5.tar.xz
Sync strace.spec and debian/ with packages
* debian/changelog: Sync with 4.5.20-2.3. * debian/control: Likewise. * strace.spec: Sync with 4.6-2.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
-rw-r--r--debian/control6
2 files changed, 24 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ada939f..f188183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,27 @@ strace (4.6-1) unstable; urgency=low
-- Dmitry V. Levin <ldv@altlinux.org> Mon, 14 Mar 2011 15:16:17 +0000
+strace (4.5.20-2.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add sh4 to arch list.
+ * Add powerpcspe to arch list (Closes: #579842).
+
+ -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 22 Mar 2011 09:03:49 +0900
+
+strace (4.5.20-2.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add sh4 to arch list (Closes: #537105).
+
+ -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 09 Mar 2011 09:22:01 +0900
+
+strace (4.5.20-2.1) unstable; urgency=low
+
+ * NMU, added armhf support. (Closes: #596960)
+
+ -- Konstantinos Margaritis <markos@debian.org> Thu, 24 Feb 2011 14:47:54 +0000
+
strace (4.5.20-2) unstable; urgency=low
* Add missing sparc syscall defines to fix FTBFS on sparc.
diff --git a/debian/control b/debian/control
index d458b52..417a909 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: strace
Maintainer: Frederik Schüler <fs@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), coreutils (>= 7.0), time
+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)
Standards-Version: 3.8.4
Homepage: http://sourceforge.net/projects/strace/
Package: strace
-Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc sparc64
+Architecture: alpha amd64 arm armeb armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A system call tracer
strace is a system call tracer, i.e. a debugging tool which prints out
@@ -40,7 +40,7 @@ Package: strace-udeb
Section: debian-installer
XC-Package-Type: udeb
Priority: extra
-Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 sh sparc sparc64
+Architecture: alpha amd64 arm armeb armel armhf hppa i386 ia64 m68k mips mipsel powerpc powerpcspe ppc64 s390 sh4 sparc sparc64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A system call tracer
strace is a system call tracer, i.e. a debugging tool which prints out