[SCM] csound packaging branch, master,	updated. debian/5.12.1.dfsg-2-5-g9960171
    fsateler at users.alioth.debian.org 
    fsateler at users.alioth.debian.org
       
    Wed Jul 14 01:46:32 UTC 2010
    
    
  
The following commit has been merged in the master branch:
commit 87ea1189af255237e7a4e29c88e2cb8854b34adc
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Jul 13 19:36:19 2010 -0400
    Build depend against default-jdk, not default-jdk-builddep, which was wrong
diff --git a/debian/rules b/debian/rules
index dd50b24..4f64031 100755
--- a/debian/rules
+++ b/debian/rules
@@ -344,7 +344,7 @@ CDBS_BUILD_DEPENDS += , \
 #  * JAVA_ARCHS is empty during normal builds, but that is ok, since
 #    CDBS_BUILD_DEPENDS is only ever used when in DEB_MAINTAINER_MODE
 CDBS_BUILD_DEPENDS += , \
-	default-jdk-builddep [$(JAVA_ARCHS)]
+	default-jdk [$(JAVA_ARCHS)]
 
 # Opcodes and other features
 CDBS_BUILD_DEPENDS += , \
-- 
csound packaging
    
    
More information about the pkg-multimedia-commits
mailing list