X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Frules;h=f47ff4f387c1197beee2d5e9f071e6ea2b9ed4ae;hb=a3ccaafac9f68ebba6473961f54abe2d6c3ad0cc;hp=e5c6c5fdb6b90784605a5c7b3e24873d837614ba;hpb=c523db0107c1438c85862baa2e4a0fa7023301f4;p=sven%2Ftclcurl.git diff --git a/debian/rules b/debian/rules index e5c6c5f..f47ff4f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,13 +3,13 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -LDFLAGS += -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_PREPEND := -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with quilt + dh $@ --with quilt override_dh_auto_configure: - dh_auto_configure -- \ + dh_auto_configure -- \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ @@ -33,6 +33,8 @@ override_dh_auto_install: $(CURDIR)/tests/multi/double.tcl \ $(CURDIR)/tests/multi/single.tcl +override_dh_auto_test: + override_dh_makeshlibs: dh_makeshlibs tcltk-depends