[SCM] lv2fil packaging branch, master, updated. upstream/2.0-21-g48ce67b

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sat May 8 22:18:42 UTC 2010


The following commit has been merged in the master branch:
commit 5fee969592f3651eb91db2f658b6f7b4759ae2eb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun May 9 00:01:56 2010 +0200

    Cleaned rules file

diff --git a/debian/rules b/debian/rules
index d60f6d5..72b24ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 include /usr/share/quilt/quilt.make
 
 WAF = ./waf
@@ -17,19 +14,15 @@ build: build-stamp
 build-stamp: config.status
 	 
 	dh_testdir
-
 	$(WAF)
-
 	touch $@
 
 clean:  unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-
 	$(WAF) distclean
 	rm -f autowaf.pyc
-
 	dh_clean 
 
 install: build
@@ -37,13 +30,10 @@ install: build
 	dh_testroot
 	dh_prep 
 	dh_installdirs
-
 	$(WAF) install --destdir=$(CURDIR)/debian/tmp
 	
-# Build architecture-independent files here.
 binary-indep: build install
 
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot

-- 
lv2fil packaging



More information about the pkg-multimedia-commits mailing list