[SCM] lv2core packaging branch, master, updated. debian/3.0-1-3-g80c1071

freee at users.alioth.debian.org freee at users.alioth.debian.org
Tue Jun 9 20:03:54 UTC 2009


The following commit has been merged in the master branch:
commit 80c10716e6d2bbb0c2fb28b3f763a4126c09d7ac
Author: Free Ekanayaka <free at 64studio.com>
Date:   Tue Jun 9 21:56:38 2009 +0200

    Set Architecture to all

diff --git a/debian/control b/debian/control
index 74de949..7c691ff 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 7), python, libc6-dev (>= 2.7)
 Standards-Version: 3.8.1
 
 Package: lv2core
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Homepage: http://lv2plug.in/spec/
 Description: The LV2 audio plugin specification
diff --git a/debian/rules b/debian/rules
index 2d083e2..c7e97dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	$(WAF)
-	
+
 	touch $@
 
 clean: 
@@ -43,9 +43,6 @@ install: build
 
 # Build architecture-independent files here.
 binary-indep: install
-
-# Build architecture-dependent files here.
-binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
@@ -60,5 +57,9 @@ binary-arch: install
 	dh_md5sums
 	dh_builddeb
 
+
+# Build architecture-dependent files here.
+binary-arch: install
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure

-- 
lv2core packaging



More information about the pkg-multimedia-commits mailing list