[SCM] nekobee/master: Fix install.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Dec 19 11:02:17 UTC 2016


The following commit has been merged in the master branch:
commit ef4b645b085084fbf6a96738ed5b493fc1aa98f7
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Dec 19 11:33:44 2016 +0100

    Fix install.

diff --git a/debian/install b/debian/install
index 791f72b..2065836 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1,3 @@
+usr/bin
+usr/lib/dssi
 debian/nekobee.desktop	usr/share/applications
diff --git a/debian/rules b/debian/rules
index b9ae9c2..a4c5d69 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,6 @@ export LINKFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -lm
 
 WAF = ./waf
 
-LIBS += "-lm"
-
 %:
 	dh $@
 
@@ -30,11 +28,8 @@ override_dh_auto_clean:
 
 override_dh_auto_install:
 	$(WAF) install --destdir=$(CURDIR)/debian/tmp
-
-#override_dh_auto_install:
-#	dh_auto_install
-#	rm debian/nekobee/usr/lib/*/dssi/nekobee.la
-#	cp debian/nekobee.sh debian/nekobee/usr/bin/nekobee
+	mkdir $(CURDIR)/debian/tmp/usr/bin
+	cp debian/nekobee.sh $(CURDIR)/debian/tmp/usr/bin/nekobee
 
 # get-orig-source to drop upstream .gitignore file and get rid of waf blob
 get-orig-source:

-- 
nekobee packaging



More information about the pkg-multimedia-commits mailing list