summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-07-18 00:18:27 +0000
committerRoland McGrath <roland@redhat.com>2008-07-18 00:18:27 +0000
commit6019fbbf47e22995beffd6a82a2c435845e241e4 (patch)
treeec35397f091791c5c052853ab365b27afcf1d140
parent3ffd406aefc41f3b4bfba46bb25a78009510bcbb (diff)
downloadstrace-6019fbbf47e22995beffd6a82a2c435845e241e4.tar.gz
strace-6019fbbf47e22995beffd6a82a2c435845e241e4.tar.bz2
strace-6019fbbf47e22995beffd6a82a2c435845e241e4.tar.xz
2008-07-01 Frederik Schüler <fs@debian.org>
* 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
-rw-r--r--debian/changelog20
-rw-r--r--debian/compat1
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules6
4 files changed, 28 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index efb8852..a5a16b7 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 <fs@debian.org> 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 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index bc0a40c..194e17b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,10 @@ Source: strace
Section: utils
Priority: standard
Maintainer: Roland McGrath <frob@debian.org>
-Uploaders: Wichert Akkerman <wakkerma@debian.org>, Frederik Schüler <fs@debian.org>
+Uploaders: Frederik Schüler <fs@debian.org>
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 fc257ac..2460f2b 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: