Author: malat Date: 2012-06-19 13:14:31 +0000 (Tue, 19 Jun 2012) New Revision: 11389
Modified: trunk/packages/vxl/branches/experimental/debian/rules Log: update rules Modified: trunk/packages/vxl/branches/experimental/debian/rules =================================================================== --- trunk/packages/vxl/branches/experimental/debian/rules 2012-06-19 13:07:16 UTC (rev 11388) +++ trunk/packages/vxl/branches/experimental/debian/rules 2012-06-19 13:14:31 UTC (rev 11389) @@ -1,9 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -DPKG_EXPORT_BUILDFLAGS = 1 --include /usr/share/dpkg/buildflags.mk -export LDFLAGS=-Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-) SOVERSION = $(shell echo $(VER_FULL) | cut -f1-2 -d.) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
