Add LDFLAGS --as-needed to cope with dpkg-shlibdeps warnings
Index: nted/Makefile.am
===================================================================
--- nted.orig/Makefile.am	2010-04-02 22:11:24.000000000 +0200
+++ nted/Makefile.am	2010-04-02 22:21:58.000000000 +0200
@@ -52,6 +52,7 @@
 	freechord.h freespacer.h pangocairotext.h freechordname.h midiimporter.h midirecorder.h
 
 nted_LDADD = commands/libcommands.a dialogs/libdialogs.a chords/libchords.a idiotseditor/libidiotseditor.a $(CAIRO_LIBS) $(PANGO_LIBS) $(GTK_LIBS) $(X11_LIBS) -lasound
+nted_LDFLAGS = -Wl,--as-needed
 
 
 cleanup: maintainer-clean cleanup-local
