r18254 - /trunk/libgtk2-imageview-perl/debian/rules

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Tue Apr 1 19:54:33 UTC 2008


Author: ra28145-guest
Date: Tue Apr  1 19:54:32 2008
New Revision: 18254

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18254
Log:
setting LDLOADLIBS to lose dpkg-shlibdeps warnings

Modified:
    trunk/libgtk2-imageview-perl/debian/rules

Modified: trunk/libgtk2-imageview-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/rules?rev=18254&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/rules (original)
+++ trunk/libgtk2-imageview-perl/debian/rules Tue Apr  1 19:54:32 2008
@@ -18,7 +18,7 @@
 # Allow disabling build optimisation by setting noopt in
 # $DEB_BUILD_OPTIONS
 CFLAGS = -Wall -g
-LDLOADLIBS = -lgtkimageview -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lX11 -lXfixes -lgobject-2.0
+LDLOADLIBS = -lgtkimageview -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
         CFLAGS += -O0
 else




More information about the Pkg-perl-cvs-commits mailing list