Browse Source

Updated changelog with Ubuntu release specific version, needed to build for multiple releases. Also stripped out ADL SDK stuff in the build rules.

Graeme Humphries 13 years ago
parent
commit
6ff2bb03fc
2 changed files with 2 additions and 7 deletions
  1. 1 1
      debian/changelog
  2. 1 6
      debian/rules

+ 1 - 1
debian/changelog

@@ -1,4 +1,4 @@
-bfgminer (2.6.3-1) precise; urgency=low
+bfgminer (2.6.3-1precise1) precise; urgency=normal
   Version 2.6.3 - August 6, 2012
 
   * First release to attempt Debian packaging.

+ 1 - 6
debian/rules

@@ -4,12 +4,7 @@
 
 
 override_dh_auto_configure:
-	./autogen.sh
-	wget -O ADL_SDK/adl.zip http://download2-developer.amd.com/amd/GPU/zip/ADL_SDK_4.0.zip;
-	unzip ADL_SDK/adl.zip include/* -d ADL_SDK/;
-	mv ADL_SDK/include/* ADL_SDK/;
-	rm -rf ADL_SDK/adl.zip ADL_SDK/include/;
-	dh_auto_configure -- --enable-ztex --enable-bitforce --enable-icarus --enable-cpumining
+	dh_auto_configure -- --enable-cpumining
 
 
 override_dh_auto_install: