r75471 - in /trunk/libgstreamer-perl/debian: changelog rules

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jun 12 12:28:54 UTC 2011


Author: ghedo-guest
Date: Sun Jun 12 12:28:04 2011
New Revision: 75471

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75471
Log:
Override dh_auto_build to avoid the binary-or-shlib-defines-rpath
lintian error

Modified:
    trunk/libgstreamer-perl/debian/changelog
    trunk/libgstreamer-perl/debian/rules

Modified: trunk/libgstreamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/changelog?rev=75471&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/changelog (original)
+++ trunk/libgstreamer-perl/debian/changelog Sun Jun 12 12:28:04 2011
@@ -13,6 +13,8 @@
     - broken-tagsetter-test (merged upstream)
     - broken-value-test (no more needed)
     - broken-gstelement-test (no more needed)
+  * Override dh_auto_build to avoid the binary-or-shlib-defines-rpath
+    lintian error
 
  -- Alessandro Ghedini <al3xbio at gmail.com>  Sun, 12 Jun 2011 13:16:47 +0200
 

Modified: trunk/libgstreamer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/rules?rev=75471&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/rules (original)
+++ trunk/libgstreamer-perl/debian/rules Sun Jun 12 12:28:04 2011
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+# pass an empty LD_RUN_PATH in order to avoid the
+# binary-or-shlib-defines-rpath lintian error
+override_dh_auto_build:
+	dh_auto_build -- LD_RUN_PATH=""




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