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
This commit is contained in:
parent
3ffd406aef
commit
6019fbbf47
20
debian/changelog
vendored
20
debian/changelog
vendored
@ -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
|
strace (4.5.16-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream version.
|
* New upstream version.
|
||||||
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
5
|
5
debian/control
vendored
5
debian/control
vendored
@ -2,9 +2,10 @@ Source: strace
|
|||||||
Section: utils
|
Section: utils
|
||||||
Priority: standard
|
Priority: standard
|
||||||
Maintainer: Roland McGrath <frob@debian.org>
|
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)
|
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
|
Package: strace
|
||||||
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
|
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m68k mips mipsel powerpc ppc64 s390 s390x sh sparc
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -39,6 +39,7 @@ build64/Makefile:
|
|||||||
cd $(@D); CC="$(CC64)" sh ../configure --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(HOST64)
|
cd $(@D); CC="$(CC64)" sh ../configure --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(HOST64)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
dh_clean
|
||||||
rm -rf debian/$(package) debian/substvars debian/files debian/files~
|
rm -rf debian/$(package) debian/substvars debian/files debian/files~
|
||||||
rm -rf build64 stamp-build64
|
rm -rf build64 stamp-build64
|
||||||
rm -rf build stamp-build
|
rm -rf build stamp-build
|
||||||
@ -62,7 +63,8 @@ binary-arch: build checkroot
|
|||||||
debian/$(package)/usr/bin/strace
|
debian/$(package)/usr/bin/strace
|
||||||
dh_strip
|
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-deb --build debian/$(package) ../$(UDEB)
|
||||||
dpkg-distaddfile $(UDEB) debian-installer extra
|
dpkg-distaddfile $(UDEB) debian-installer extra
|
||||||
|
|
||||||
@ -95,7 +97,7 @@ endif
|
|||||||
|
|
||||||
dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64))
|
dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64))
|
||||||
|
|
||||||
dpkg-gencontrol -is -pstrace
|
dpkg-gencontrol -is -pstrace -Pdebian/$(package)
|
||||||
dpkg-deb --build debian/$(package) ..
|
dpkg-deb --build debian/$(package) ..
|
||||||
|
|
||||||
checkroot:
|
checkroot:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user