rosegarden (1:10.04.2-1) debian-changes-1:10.04.2-1

Summary

 Makefile.in |    4 ----
 1 file changed, 4 deletions(-)

    
download this patch

Patch contents

Description: Upstream changes introduced in version 1:10.04.2-1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 rosegarden (1:10.04.2-1) unstable; urgency=low
 .
   [ Stuart Prescott ]
   * New upstream version 10.04 (Closes: #573802, #565071, #567797)
     - rosegardensequencer no longer exists (Closes: #510661, #492871, #490673)
   * Change build system to dh7 and 3.0 (quilt)
   * Drop all existing Debian patches (no longer required)
   * Update packaging for new upstream version
   * Update manpage for new upstream version
   * Patch clean target of Makefile to clean all autogenerated files
   * Explicitly link against libz, libdl and libX11 (Closes: #556326)
   * Switch maintainer to pkg-multimedia
   * Add myself as an uploader
   * Bump standards-version to 3.8.4 (no changes required)
 .
   [ Mike O'Connor ]
   * remove myself from uploaders
 .
 The person named in the Author field signed this changelog entry.
Author: Mike O'Connor <stew@debian.org>
Bug-Debian: http://bugs.debian.org/490673
Bug-Debian: http://bugs.debian.org/492871
Bug-Debian: http://bugs.debian.org/510661
Bug-Debian: http://bugs.debian.org/556326
Bug-Debian: http://bugs.debian.org/565071
Bug-Debian: http://bugs.debian.org/567797
Bug-Debian: http://bugs.debian.org/573802

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- rosegarden-10.04.2.orig/Makefile.in
+++ rosegarden-10.04.2/Makefile.in
@@ -53,9 +53,6 @@ LIBS		:= @QT_LIBS@ \
 		   @fftw3f_LIBS@ \
 		   @samplerate_LIBS@ \
 		   @sndfile_LIBS@ \
-		   -lz \
-		   -ldl \
-		   -lX11 \
 		   @LIBS@
 
 INSTBINDIR	:= $(DESTDIR)$(PREFIX)/bin
@@ -139,7 +136,6 @@ locale:	$(TRANSLATIONSQM)
 
 clean:
 	rm -f $(QSOURCES) $(UIHEADERS) $(UISOURCES) $(UIMOC) $(OBJECTS) $(LIBRARIES) $(EXECUTABLES) data/data.o data/data.cpp
-	rm -f $(TRANSLATIONSQM) rosegarden
 
 distclean:	clean
 	rm -rf autom4te.cache/