From cc4f22dbc08336de7e1ebabf11bc8f55b681abdd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 18 Jul 2008 00:50:04 +0000 Subject: [PATCH] =?utf8?q?2008-07-09=20=20Frederik=20Sch=C3=BCler=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * debian/rules: Remove the broken udeb creation routines, and redo the complete install procedure using debhelper. * debian/strace.docs: New file, list for dh_installdocs. * debian/strace.examples: New file, list for dh_installexamples. * debian/strace.install: New file, list for dh_install. * debian/strace-udeb.install: New file, list for dh_install. * debian/strace.manpages : New file, list for dh_installmanpages. * debian/copyright: Update. * debian/control: Fix libc6 build dependency for alpha and ia64. (strace-udeb: XC-Package-Type): Add header. * debian/changelog: Cosmetic changes. --- debian/changelog | 5 +++-- debian/strace-udeb.install | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 debian/strace-udeb.install diff --git a/debian/changelog b/debian/changelog index a5a16b71..4139f023 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -strace (4.5.17-1) unreleased; urgency=low +strace (4.5.17-1) unstable; urgency=low - * New upstream version. + * New upstream release. + Fix chmod/chown typo in debian/rules, closes: #459255. + Install strace-graph too, closes: 469068. + Fix m68k build, closes: 456879. @@ -15,6 +15,7 @@ strace (4.5.17-1) unreleased; urgency=low - Add Homepage field. * Add dh_md5sums call, closes: #439428. * Fix dpkg-gencontrol call. + * Update debian/copyright. -- Frederik Schüler Tue, 01 Jul 2008 23:05:51 +0200 diff --git a/debian/strace-udeb.install b/debian/strace-udeb.install new file mode 100644 index 00000000..1f419282 --- /dev/null +++ b/debian/strace-udeb.install @@ -0,0 +1 @@ +build/strace usr/bin -- 2.50.1