Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 7 → Rev 8

/trunk/debian/changelog
5,6 → 5,7
* Use dpatch to handle patches.
* Make package binNMUable.
* Add XS-Vcs-* fields to debian/control.
* Make dependencies on libnettle2 versioned.
 
-- Magnus Holmgren <magnus@kibibyte.se> Tue, 15 May 2007 16:15:19 +0200
 
/trunk/debian/rules
24,15 → 24,6
INSTALL_PROGRAM += -s
endif
 
# shared library versions, option 1
version=2.0.5
major=2
# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
#version=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
#major=`ls src/.libs/lib*.so.* | \
# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
config.status: ${DPATCH_STAMPFN} configure
dh_testdir
# Add here commands to configure the package.
95,7 → 86,7
dh_fixperms
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_shlibdeps -V 'libnettle2 (>= 1.15)'
dh_gencontrol
dh_md5sums
dh_builddeb