From b33bc28aad7b21ae5c4e676bf7c65734ba522674 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 19 Oct 2012 14:38:37 +0200 Subject: [PATCH] Remove useless lines from rules --- debian/rules | 9 --------- 1 file changed, 9 deletions(-) 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. -- 1.7.10.4