Hi! I have done some work on the debian dir in cvs, see attached patch. I hope I got the correct ChangeLog format this time =)
THere is one patch I would like yout to have a look at, it contains some HPPA updates: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=437928 I think only the added systemcalls are of interest, the other changes are cosmetic. And there seems to be an s390 issue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485979 Best regards Frederik Schüler -- ENOSIG
diff -ruN strace/debian/changelog strace-4.5.17/debian/changelog --- strace/debian/changelog 2008-07-01 23:45:25.000000000 +0200 +++ strace-4.5.17/debian/changelog 2008-07-01 23:07:30.000000000 +0200 @@ -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 <[EMAIL PROTECTED]> Tue, 01 Jul 2008 23:05:51 +0200 + strace (4.5.16-1) unstable; urgency=low * New upstream version. diff -ruN strace/debian/compat strace-4.5.17/debian/compat --- strace/debian/compat 1970-01-01 01:00:00.000000000 +0100 +++ strace-4.5.17/debian/compat 2008-07-01 23:32:54.000000000 +0200 @@ -0,0 +1 @@ +5 diff -ruN strace/debian/control strace-4.5.17/debian/control --- strace/debian/control 2007-08-03 11:59:09.000000000 +0200 +++ strace-4.5.17/debian/control 2008-07-01 22:09:15.000000000 +0200 @@ -2,9 +2,10 @@ Section: utils Priority: standard Maintainer: Roland McGrath <[EMAIL PROTECTED]> -Uploaders: Wichert Akkerman <[EMAIL PROTECTED]>, Frederik Schüler <[EMAIL PROTECTED]> +Uploaders: Frederik Schüler <[EMAIL PROTECTED]> 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 -ruN strace/debian/rules strace-4.5.17/debian/rules --- strace/debian/rules 2008-06-25 22:35:59.000000000 +0200 +++ strace-4.5.17/debian/rules 2008-07-01 23:32:37.000000000 +0200 @@ -39,6 +39,7 @@ 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 @@ 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 @@ 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: --- strace/ChangeLog 2008-07-01 21:28:55.000000000 +0200 +++ strace-4.5.17/ChangeLog 2008-07-01 23:34:56.000000000 +0200 @@ -1,3 +1,15 @@ +2008-07-01 Frederik Schüler <[EMAIL PROTECTED]> + + * 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: Add dh_md5sums call. + Fixes Debian#439428 + * debian/rules: Fix dpkg-gencontrol call. + * debian/compat: Add file, set to compatibility level 5. + * debian/rules: Call dh_clean on clean target. + 2008-06-29 Dmitry V. Levin <[EMAIL PROTECTED]> * linux/x86_64/syscallent.h: Remove duplicate syscall entries
signature.asc
Description: Digital signature
------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
