[Pkg-voip-commits] [kamailio] 06/10: kamailio-berkeley-modules: fix lintian warning for empty dir

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Tue May 19 20:56:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

maniac-guest pushed a commit to branch master
in repository kamailio.

commit bc35a5cf37ab40f05a024fe88b110ecfd959be2c
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Tue May 19 20:41:10 2015 +0200

    kamailio-berkeley-modules: fix lintian warning for empty dir
---
 debian/kamailio-berkeley-bin.dirs | 1 -
 debian/rules                      | 6 ++++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/kamailio-berkeley-bin.dirs b/debian/kamailio-berkeley-bin.dirs
deleted file mode 100644
index 236670a..0000000
--- a/debian/kamailio-berkeley-bin.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/sbin
diff --git a/debian/rules b/debian/rules
index 00ca3a9..a70b608 100755
--- a/debian/rules
+++ b/debian/rules
@@ -174,8 +174,10 @@ install: build
 	# make group packages
 	$(call PACKAGE_GRP_INSTALL_template)
 	$(call PACKAGE_EXTRA_INSTALL_template)
-	mv $(CURDIR)/debian/kamailio-berkeley-modules/usr/sbin/kambdb_recover \
-		$(CURDIR)/debian/kamailio-berkeley-bin/usr/sbin/kambdb_recover
+	# move binaries of kamailio-berkeley-modules to kamailio-berkeley-bin
+	mkdir -p $(CURDIR)/debian/kamailio-berkeley-bin/usr/
+	mv $(CURDIR)/debian/kamailio-berkeley-modules/usr/sbin \
+		$(CURDIR)/debian/kamailio-berkeley-bin/usr/
 	# install /etc/default/kamailio file
 	mkdir -p $(CURDIR)/debian/kamailio/etc/default
 	cp -f debian/kamailio.default $(CURDIR)/debian/kamailio/etc/default/kamailio

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/kamailio.git



More information about the Pkg-voip-commits mailing list