* Change Standards-Version to 3.9.3 - no changes required.
* Update copyright year and download location in debian/copyright.
* Update homepage in debian/watch and debian/control.
+ * Continue to move the libs to /usr/lib/tcltk/ for now against
+ the will of the buildsystem. Original installation path is
+ now architecture dependend.
-- Sven Hoexter <hoexter@debian.org> Sat, 02 Jun 2012 19:02:30 +0200
#export DH_VERBOSE=1
export DEB_LDFLAGS_MAINT_PREPEND := -Wl,-z,defs -Wl,--as-needed
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
dh $@ --with quilt
dh_auto_install --destdir=$(CURDIR)/debian/tclcurl
mkdir $(CURDIR)/debian/tclcurl/usr/lib/tcltk
- mv $(CURDIR)/debian/tclcurl/usr/lib/TclCurl* \
+ mv $(CURDIR)/debian/tclcurl/usr/lib/$(DEB_HOST_MULTIARCH)/TclCurl* \
$(CURDIR)/debian/tclcurl/usr/lib/tcltk
rm -rf \
$(CURDIR)/debian/tclcurl/usr/share/man/mann \
$(CURDIR)/debian/tclcurl/usr/bin \
- $(CURDIR)/debian/tclcurl/usr/include
+ $(CURDIR)/debian/tclcurl/usr/include \
+ $(CURDIR)/debian/tclcurl/usr/lib/$(DEB_HOST_MULTIARCH)
chmod 644 \
$(CURDIR)/tests/*.tcl \