Author: frankie
Date: 2007-12-10 14:53:38 +0000 (Mon, 10 Dec 2007)
New Revision: 1292

Modified:
   packages/gmt/trunk/debian/changelog
   packages/gmt/trunk/debian/rules
Log:
Fixing #437047


Modified: packages/gmt/trunk/debian/changelog
===================================================================
--- packages/gmt/trunk/debian/changelog 2007-12-10 13:47:38 UTC (rev 1291)
+++ packages/gmt/trunk/debian/changelog 2007-12-10 14:53:38 UTC (rev 1292)
@@ -4,8 +4,12 @@
   * New upstream release. There is no more a _man file, all manpages are in 
_src.
     debian/rules changed as consequence.
   * Revised man page installation in debian/rules, due to changes in the 
building system.
+  * In debian/rules: added LDFLAGS="-g" at build-time, in order to create 
unstripped binaries.
+    (closes: #437047)
+  * In debian/rules: added private libraries path to search for libs when
+    calling dh_shlibdeps
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 17 Oct 2007 16:04:13 
+0200
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 10 Dec 2007 15:43:13 
+0100
 
 gmt (4.2.0-1) unstable; urgency=low
 

Modified: packages/gmt/trunk/debian/rules
===================================================================
--- packages/gmt/trunk/debian/rules     2007-12-10 13:47:38 UTC (rev 1291)
+++ packages/gmt/trunk/debian/rules     2007-12-10 14:53:38 UTC (rev 1292)
@@ -52,7 +52,7 @@
        dh_testdir
        cd GMT$(RELEASE) && ./configure \
                --enable-shared $(PATHCONFIG) --enable-netcdf=/usr
-       make -C GMT$(RELEASE) CC_OPT="-fPIC -O2 -ansi -pedantic" all suppl
+       make -C GMT$(RELEASE) CC_OPT="-fPIC -g -O2 -ansi -pedantic" 
LDFLAGS="-g" all suppl 
        touch $@
 
 stamps/install-stamp: stamps/build-stamp
@@ -118,7 +118,7 @@
        dh_compress -a -X.pdf
        dh_fixperms -a
        dh_installdeb -a
-       dh_shlibdeps -a
+       dh_shlibdeps -a -l$(DESTDIR)/usr/lib/gmt/lib
        dh_gencontrol -a
        dh_md5sums -a
        dh_builddeb -a


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to