r873 - in /branches/kboincspy/experimental/debian: changelog rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Tue Apr 1 12:20:46 UTC 2008


Author: fst
Date: Tue Apr  1 12:20:45 2008
New Revision: 873

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=873
Log:
debian/rules: Use CDBS' CMake class instead of it's KDE class (since
KBoincSpy now uses CMake) and removed all autotools specific remnants.

Modified:
    branches/kboincspy/experimental/debian/changelog
    branches/kboincspy/experimental/debian/rules

Modified: branches/kboincspy/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/kboincspy/experimental/debian/changelog?rev=873&op=diff
==============================================================================
--- branches/kboincspy/experimental/debian/changelog (original)
+++ branches/kboincspy/experimental/debian/changelog Tue Apr  1 12:20:45 2008
@@ -1,4 +1,4 @@
-kboincspy (0.9.2+svn865-1) UNRELEASED; urgency=low
+kboincspy (0.9.2+svn866-1) UNRELEASED; urgency=low
 
   * New upstream snapshot.
   * debian/manpages/kboincspy.xml: Updated from DocBook 4.2 to 4.4, which is
@@ -6,6 +6,9 @@
   * Bumped debhelper compat level from V5 to V6 since this is the current
     recommended level and raised the build dependency to "debhelper (>= 6)".
   * debian/patches/: Removed all patches, they are not required anymore.
+  * debian/rules:
+    - Use CDBS' CMake class instead of it's KDE class (since KBoincSpy now
+      uses CMake) and removed all autotools specific remnants.
 
  -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 21:30:23 +0100
 

Modified: branches/kboincspy/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/kboincspy/experimental/debian/rules?rev=873&op=diff
==============================================================================
--- branches/kboincspy/experimental/debian/rules (original)
+++ branches/kboincspy/experimental/debian/rules Tue Apr  1 12:20:45 2008
@@ -5,37 +5,11 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/kde.mk
+include /usr/share/cdbs/1/class/cmake.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --with-gl
 DEB_DH_MAKESHLIBS_ARGS_kboincspy := -V"kboincspy (>= 0.9.1), kboincspy (<< 0.9.2)"
 DEB_INSTALL_DOCS_ALL :=
 DEB_INSTALL_MANPAGES_kboincspy := kboincspy.1
-
-post-patches::
-# Removing these files, which were generated by uic, saves us from
-# patching some Makefile.ins for adding `$(srcdir)/'. They are
-# regenerated by uic anyway.
-	-rm src/kbsconfigpage.h
-	-rm src/kbslocationdialog.h
-	-rm src/kbsprojectdialog.h
-	-rm src/kbsprojectwizardcontent.h
-	-rm src/kbsproxydialog.h
-	-rm src/panels/common/client/kbsclientcontent.h
-	-rm src/panels/common/host/kbshostcontent.h
-	-rm src/panels/common/performance/kbsperformancecontent.h
-	-rm src/panels/common/processor/kbsprocessorcontent.h
-	-rm src/panels/common/progress/kbsprogresscontent.h
-	-rm src/panels/seti/calibration/kbsseticalibrationcontent.h
-	-rm src/panels/seti/performance/kbssetiperformancecontent.h
-	-rm src/panels/seti/progress/kbssetiprogresscontent.h
-	
-	cp -f /usr/share/libtool/libtool.m4 admin/libtool.m4.in
-	cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
-	cp -f /usr/share/misc/config.guess admin/config.guess
-	cp -f /usr/share/misc/config.sub admin/config.sub
-	
-	$(MAKE) -f admin/Makefile.common
 
 build/kboincspy::
 	docbook2x-man debian/manpages/kboincspy.xml




More information about the pkg-boinc-commits mailing list