X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=2507324f23928f705577b9d10bfe1f3dfb9cf23f;hb=b33bc28aad7b21ae5c4e676bf7c65734ba522674;hp=5d288449677ed68b170a19ab667d8b177c6e5ed8;hpb=711105a336b155f2b7f098cf84f2e30952cb8588;p=yazpp-moved-to-github.git diff --git a/debian/rules b/debian/rules index 5d28844..2507324 100755 --- a/debian/rules +++ b/debian/rules @@ -23,15 +23,6 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -# shared library versions, option 1 -version=1.0.0 -major=1 -# 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: configure dh_testdir # Add here commands to configure the package.