summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFrederik Schüler <fs@debian.org>2009-10-05 20:50:07 +0000
committerDmitry V. Levin <ldv@altlinux.org>2009-10-05 20:50:07 +0000
commitf786da5b1be84743bd9287304b6dad3633339ed8 (patch)
treee0500932c5fdca4e69d1ab53c262796968402de0 /debian
parent67874d8393499e3c7f0d5a950f2707758560f61f (diff)
downloadstrace-f786da5b1be84743bd9287304b6dad3633339ed8.tar.gz
strace-f786da5b1be84743bd9287304b6dad3633339ed8.tar.bz2
strace-f786da5b1be84743bd9287304b6dad3633339ed8.tar.xz
Prepare debian/* files for release
* debian/rules: Do not ship ChangeLog anymore. * debian/control: Update to Debian standards version 3.8.1, and remove Roland from the Maintainers list. This closes Debian bug #521458. * debian/changelog: Document changes and prepare for release.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
3 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c351178..8f752d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
strace (4.5.19-1) unstable; urgency=low
+ [ Dmitry V. Levin ]
* New upstream release.
+ Fixed FTBFS on armel, closes: #520084, #535564
+ Marked sendfile(2) as a network syscall, closes: #509499
@@ -7,7 +8,14 @@ strace (4.5.19-1) unstable; urgency=low
+ Changed strace to exit/kill with traced process
exitcode/signal, closes: #37665
- -- Dmitry V. Levin <ldv@altlinux.org> Mon, 14 Sep 2009 12:34:56 +0000
+ [ Frederik Schüler ]
+ * Move myself from uploaders to maintainers, and drop Roland from the list,
+ closes: #521458
+ * Apply hppa fixes, thanks to Carlos O'Donell <carlos@systemhalted.org>
+ and Helge Deller <deller@gmx.de> for the fixes, closes: #546619, #437928
+ * Update standards-version to 3.8.1.
+
+ -- Frederik Schüler <fs@debian.org> Mon, 05 Oct 2009 22:39:54 +0200
strace (4.5.18-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6ad7cb9..da46c25 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,9 @@
Source: strace
-Maintainer: Roland McGrath <frob@debian.org>
-Uploaders: Frederik Schüler <fs@debian.org>
+Maintainer: Frederik Schüler <fs@debian.org>
Section: utils
Priority: standard
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.0
+Standards-Version: 3.8.1.0
Homepage: http://sourceforge.net/projects/strace/
Package: strace
diff --git a/debian/rules b/debian/rules
index 791f5ef..c87b35a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ binary-arch: build checkroot
dh_installdocs -s
dh_installman -s
dh_installexamples -s
- dh_installchangelogs -s ChangeLog
+ dh_installchangelogs -s
dh_install -s
dh_link -s
dh_strip -s