Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 14 → Rev 15

/trunk/debian/rules
41,7 → 41,10
dh_testdir
 
# Add here commands to compile the package.
$(MAKE)
$(MAKE) MAKEINFO='makeinfo --enable-encoding'
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
$(MAKE) check
endif
 
touch build-stamp
 
74,7 → 77,7
binary-arch: build install
dh_testdir
dh_testroot
dh_movefiles
dh_install --sourcedir=debian/tmp
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
82,7 → 85,7
dh_installman
dh_link
dh_strip
dh_compress
dh_compress -X.pdf
dh_fixperms
dh_makeshlibs -V 'libnettle2 (>= 1.15)'
dh_installdeb