diff -u gpsmanshp-1.2.1/debian/changelog gpsmanshp-1.2.1/debian/changelog --- gpsmanshp-1.2.1/debian/changelog +++ gpsmanshp-1.2.1/debian/changelog @@ -1,3 +1,11 @@ +gpsmanshp (1.2.1-1ubuntu0.13.04.1) raring-proposed; urgency=low + + * Reorder linker command options to build with --as-needed, it + causes wrong dependencies, making the package uninstallable and + unusable. (LP: #995445) + + -- Andreas Moog Sat, 20 Jul 2013 12:20:50 +0200 + gpsmanshp (1.2.1-1) unstable; urgency=low * New upstream release diff -u gpsmanshp-1.2.1/debian/control gpsmanshp-1.2.1/debian/control --- gpsmanshp-1.2.1/debian/control +++ gpsmanshp-1.2.1/debian/control @@ -1,7 +1,8 @@ Source: gpsmanshp Section: interpreters Priority: optional -Maintainer: Rogerio Reis +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Rogerio Reis Build-Depends: debhelper (>= 8.0.0 ), libshp-dev, tcl8.4, tcl8.4-dev Standards-Version: 3.9.2 only in patch2: unchanged: --- gpsmanshp-1.2.1.orig/Makefile8.4.4 +++ gpsmanshp-1.2.1/Makefile8.4.4 @@ -30,7 +30,7 @@ LINKOPT = -lshp -ltcl$(TCLVERSION) gpsmanshp.so: gpsmanshp.o - $(CC) -shared -o gpsmanshp.so $(LINKOPT) gpsmanshp.o + $(CC) -shared -o gpsmanshp.so gpsmanshp.o $(LINKOPT) gpsmanshp.o: gpsmanshp.c $(CC) $(CFLAGS) gpsmanshp.c