Codebase list cdck / e28e3c2
rm /usr/lib/libcdck.* gregor herrmann 18 years ago
2 changed file(s) with 2 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 usr/bin
1 usr/lib
2525
2626 config.status: configure
2727 dh_testdir
28 # Add here commands to configure the package.
2928 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
3029
3130
3332
3433 build-stamp: config.status
3534 dh_testdir
36
37 # Add here commands to compile the package.
3835 $(MAKE)
39
4036 touch build-stamp
4137
4238 clean:
4440 dh_testroot
4541 rm -f build-stamp
4642
47 # Add here commands to clean up after the build process.
4843 -$(MAKE) distclean
4944 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
5045 cp -f /usr/share/misc/config.sub config.sub
5348 cp -f /usr/share/misc/config.guess config.guess
5449 endif
5550
56
5751 dh_clean
5852
5953 install: build
6155 dh_testroot
6256 dh_clean -k
6357 dh_installdirs
64
65 # Add here commands to install the package into debian/cdck.
6658 $(MAKE) install DESTDIR=$(CURDIR)/debian/cdck
67
59 rm -rf $(CURDIR)/debian/cdck/usr/lib
6860
6961 # Build architecture-independent files here.
7062 binary-indep: build install
8981 # dh_installinfo
9082 dh_installman
9183 # dh_link
92 dh_strip -Xlibcdck.la -Xlibcdck.a
84 dh_strip
9385 dh_compress
9486 dh_fixperms
9587 # dh_perl