From: Roland McGrath Date: Fri, 18 Jul 2008 00:18:27 +0000 (+0000) Subject: 2008-07-01 Frederik Schüler X-Git-Tag: v4.5.18~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6019fbbf47e22995beffd6a82a2c435845e241e4;p=strace 2008-07-01 Frederik Schüler * debian/changelog: List all bugs closed since the last release. * debian/control: Remove Wichert Akkerman from uploaders list. * debian/control: Bump standards version to 3.8.0. * debian/control: Add Homepage field. * debian/rules: Fix dpkg-gencontrol call. * debian/compat: New file, set to compatibility level 5. * debian/rules: Call dh_clean on clean target. * debian/rules: Add dh_md5sums call. Fixes Debian#439428 --- diff --git a/debian/changelog b/debian/changelog index efb8852c..a5a16b71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +strace (4.5.17-1) unreleased; urgency=low + + * New upstream version. + + Fix chmod/chown typo in debian/rules, closes: #459255. + + Install strace-graph too, closes: 469068. + + Fix m68k build, closes: 456879. + + Arm updates, closes: #441000. + + fix build on mips/mipsel, closes: #448802. + + show poll() parameters before blocking, closes: #369651. + + use dh_strip instead of install -s, closes: #438055, #396682. + + fix sparc build, closes: #469379. + * Acknowledge NMU, closes: #469380. + * Remove Wichert Akkerman from uploaders list. + * Bump standards version to 3.8.0. + - Add Homepage field. + * Add dh_md5sums call, closes: #439428. + * Fix dpkg-gencontrol call. + + -- Frederik Schüler Tue, 01 Jul 2008 23:05:51 +0200 + strace (4.5.16-1) unstable; urgency=low * New upstream version. diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index bc0a40c7..194e17ba 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,10 @@ Source: strace Section: utils Priority: standard Maintainer: Roland McGrath -Uploaders: Wichert Akkerman , Frederik Schüler +Uploaders: Frederik Schüler Build-Depends: libc6-dev (>= 2.2.2-1) [!alpha !ia64], libc6.1-dev (>= 2.2.2-1) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 5.0.0) -Standards-Version: 3.7.2 +Standards-Version: 3.8.0 +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 diff --git a/debian/rules b/debian/rules index fc257ac8..2460f2b1 100755 --- a/debian/rules +++ b/debian/rules @@ -39,6 +39,7 @@ build64/Makefile: cd $(@D); CC="$(CC64)" sh ../configure --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(HOST64) clean: + dh_clean rm -rf debian/$(package) debian/substvars debian/files debian/files~ rm -rf build64 stamp-build64 rm -rf build stamp-build @@ -62,7 +63,8 @@ binary-arch: build checkroot debian/$(package)/usr/bin/strace dh_strip - dpkg-gencontrol -is -pstrace-udeb -fdebian/files~ + dpkg-gencontrol -is -pstrace-udeb -fdebian/files~ -Pdebian/$(package) + dh_md5sums dpkg-deb --build debian/$(package) ../$(UDEB) dpkg-distaddfile $(UDEB) debian-installer extra @@ -95,7 +97,7 @@ endif dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64)) - dpkg-gencontrol -is -pstrace + dpkg-gencontrol -is -pstrace -Pdebian/$(package) dpkg-deb --build debian/$(package) .. checkroot: