[SCM] SETI at home packaging branch, master, updated. debian/7.00_svn1883-1-36-g265cdfd

Steffen Moeller steffen_moeller at gmx.de
Thu Jun 27 23:08:44 UTC 2013


The following commit has been merged in the master branch:
commit 265cdfd47e32b04dc9527ea347391b2beac2b4cc
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Fri Jun 28 01:07:08 2013 +0200

    No -1 in build-depends, complete cleaning
    
    The additional cleaning may only be required in the transitional
    phase towards the separte build dirs for non-graphical and graphical
    clients.

diff --git a/debian/control b/debian/control
index 37dd495..fd0bef1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9),
  automake,
  dpkg-dev (>= 1.16.1.1),
- boinc-dev (>= 7.1.21+dfsg-1) | libboinc-app-dev (>= 7.1.21+dfsg-1),
+ boinc-dev (>= 7.1.21+dfsg) | libboinc-app-dev (>= 7.1.21+dfsg),
  autoconf,
  libfftw3-dev,
  libgsl0-dev,
diff --git a/debian/rules b/debian/rules
index 34a4f05..273082e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,6 +142,18 @@ override_dh_auto_clean:
 	# separate building dirs
 	rm -rf graphics/
 	rm -rf nographics/
+	# something is wrong
+	find . -name "*.o" |xargs -r rm
+	rm -f client/setiathome-7.0.x86_64-pc-linux-gnu
+	rm -f client/setiathome_graphics
+	rm -f client/setiathome_enhanced
+	rm -f client/seti_graphics
+	rm -f client/seti_boinc
+	rm -f client/hires_timer_test
+	rm -f client/setiathome-7.0.x86_64-pc-linux-gnu.debug
+	rm -f tools/fakedata
+	rm -f tools/workunit_resample
+	rm -f client/stderrgfx.txt
 
 override_dh_install: 
 	cp -f nographics/client/seti_boinc  nographics/client/setiathome_enhanced

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list