Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 35 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35 Rev 42
Line 65... Line 65...
65
	dh_clean -k 
65
	dh_clean -k 
66
	dh_installdirs
66
	dh_installdirs
67
67
68
	# Add here commands to install the package into debian/tmp
68
	# Add here commands to install the package into debian/tmp
69
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
69
	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
70
	mv $(CURDIR)/debian/tmp/usr/bin/sexp-conv $(CURDIR)/debian/tmp/usr/bin/sexp-conv.nettle
-
 
71
70
72
# Build architecture-independent files here.
71
# Build architecture-independent files here.
73
binary-indep: build install
72
binary-indep: build install
74
# We have nothing to do by default.
73
# We have nothing to do by default.
75
74