From: Adam Dickmeiss Date: Fri, 19 Oct 2012 12:38:37 +0000 (+0200) Subject: Remove useless lines from rules X-Git-Tag: v1.3.3~5 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=b33bc28aad7b21ae5c4e676bf7c65734ba522674 Remove useless lines from rules --- 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.