debian/changelog | 9 +++++++++ debian/libxaw7.install | 1 - debian/rules | 1 + 3 files changed, 10 insertions(+), 1 deletion(-)
New commits: commit 698131e8ae160eeb9a5183937ef15c4f8b848c87 Author: Julien Cristau <[email protected]> Date: Sat Nov 6 17:23:19 2010 +0100 Revert addition of libXaw.so to libxaw7.install This was done by mistake in the previous revision. That file belongs in the -dev package and is already in libxaw7-dev.links (closes: #602620). Delete the link in debian/rules install instead, to avoid dh_install complaints. diff --git a/debian/changelog b/debian/changelog index 5eba961..3e504ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +libxaw (2:1.0.8-2) UNRELEASED; urgency=low + + * Revert addition of libXaw.so to libxaw7.install, done by mistake in the + previous revision. That file belongs in the -dev package and is already + in libxaw7-dev.links (closes: #602620). Delete the link in debian/rules + install instead, to avoid dh_install complaints. + + -- Julien Cristau <[email protected]> Sat, 06 Nov 2010 17:13:23 +0100 + libxaw (2:1.0.8-1) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/libxaw7.install b/debian/libxaw7.install index 3adb2f7..fd8df61 100644 --- a/debian/libxaw7.install +++ b/debian/libxaw7.install @@ -1,3 +1,2 @@ usr/lib/libXaw7.so.7* usr/lib/libXaw.so.7 -usr/lib/libXaw.so diff --git a/debian/rules b/debian/rules index dd5b7d7..3051e27 100755 --- a/debian/rules +++ b/debian/rules @@ -73,6 +73,7 @@ install: build cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install find debian/tmp/usr/share/doc/libXaw -name '*.xml' -delete + rm -f debian/tmp/usr/lib/libXaw.so # Build architecture-dependent files here. binary-arch: build install -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

