]> granicus.if.org Git - strace/commitdiff
2008-07-01 Frederik Schüler <fs@debian.org>
authorRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 00:18:27 +0000 (00:18 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 00:18:27 +0000 (00:18 +0000)
* 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

debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/rules

index efb8852cad54124e0138d6afeb9161dca024861b..a5a16b71c05fd3d4f20bd758b9ca9ce81fab87f6 100644 (file)
@@ -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 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
index bc0a40c77f84b2bfe5679793bd4dda067d4614f5..194e17bacdeaec7b324fb4ef20b82ff26f11a089 100644 (file)
@@ -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
index fc257ac8f3958297a5517de1753d85cf4fffaa92..2460f2b131ff03570ce91ddd03728cfacb9ab707 100755 (executable)
@@ -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: