From: Frederik Schüler Date: Mon, 5 Oct 2009 20:50:07 +0000 (+0000) Subject: Prepare debian/* files for release X-Git-Tag: v4.5.19~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f786da5b1be84743bd9287304b6dad3633339ed8;p=strace 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. --- diff --git a/debian/changelog b/debian/changelog index c3511785..8f752d80 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 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 + and Helge Deller for the fixes, closes: #546619, #437928 + * Update standards-version to 3.8.1. + + -- Frederik Schüler 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 6ad7cb96..da46c25e 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: strace -Maintainer: Roland McGrath -Uploaders: Frederik Schüler +Maintainer: Frederik Schüler 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 791f5efb..c87b35a1 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