config.status: configure
dh_testdir
- # Add here commands to configure the package.
CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
build-stamp: config.status
dh_testdir
-
- # Add here commands to compile the package.
$(MAKE)
-
touch build-stamp
clean:
dh_testroot
rm -f build-stamp
- # Add here commands to clean up after the build process.
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
endif
-
dh_clean
install: build
dh_testroot
dh_clean -k
dh_installdirs
-
- # Add here commands to install the package into debian/cdck.
$(MAKE) install DESTDIR=$(CURDIR)/debian/cdck
-
+ rm -rf $(CURDIR)/debian/cdck/usr/lib
# Build architecture-independent files here.
binary-indep: build install
# dh_installinfo
dh_installman
# dh_link
- dh_strip -Xlibcdck.la -Xlibcdck.a
+ dh_strip
dh_compress
dh_fixperms
# dh_perl