[SCM] invada-lv2 packaging branch, master, updated. 8e7c3344b8ad0c27071ebbab5e60c0cc949f725e

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 18:43:03 UTC 2009


The following commit has been merged in the master branch:
commit 8e7c3344b8ad0c27071ebbab5e60c0cc949f725e
Author: miramikes <mira at debian.(none)>
Date:   Tue Sep 8 20:44:20 2009 +0200

    Cleaned rules file

diff --git a/debian/rules b/debian/rules
index 68d1244..8bfa2e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,6 @@ endif
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
 
 	touch configure-stamp
 
@@ -27,7 +26,6 @@ build: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(MAKE) 
 
 	touch build-stamp
@@ -37,10 +35,8 @@ clean:
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
 
-
 	dh_clean 
 
 install: build
@@ -49,7 +45,6 @@ install: build
 	dh_prep 
 	dh_installdirs
 
-	# Add here commands to install the package.
 	$(MAKE) install-sys INSTALL_SYS_PLUGINS_DIR=$(CURDIR)/debian/invada-studio-plugins-lv2/usr/lib/lv2 
 
 
@@ -64,14 +59,11 @@ binary-arch: build install
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
-#	dh_install
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
 	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps

-- 
invada-lv2 packaging



More information about the pkg-multimedia-commits mailing list