rev 11236 - kde-extras/icecream/trunk/debian

Mark Purcell msp at alioth.debian.org
Mon Jun 30 12:27:07 UTC 2008


Author: msp
Date: 2008-06-30 12:27:06 +0000 (Mon, 30 Jun 2008)
New Revision: 11236

Added:
   kde-extras/icecream/trunk/debian/icecc.triggers
Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/control
   kde-extras/icecream/trunk/debian/icecc.postinst
   kde-extras/icecream/trunk/debian/rules
Log:
* New upstream release
  - icecc - ICECC_CXX regression fix Andr?\195?\169 W?\195?\182bbeking (Closes: #483088)
* Add a trigger to restart iceccd when gcc changes - Petr Rockai
  - iceccd needs to be restarted upon gcc/g++ upgrades (Closes: #486668)

Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2008-06-30 10:51:30 UTC (rev 11235)
+++ kde-extras/icecream/trunk/debian/changelog	2008-06-30 12:27:06 UTC (rev 11236)
@@ -1,8 +1,11 @@
-icecc (0.9.0-2) UNRELEASED; urgency=low
+icecc (0.9.1-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+    - icecc - ICECC_CXX regression fix André Wöbbeking (Closes: #483088)
+  * Add a trigger to restart iceccd when gcc changes - Petr Rockai
+    - iceccd needs to be restarted upon gcc/g++ upgrades (Closes: #486668)
 
- -- Mark Purcell <msp at debian.org>  Wed, 21 May 2008 20:36:26 +1000
+ -- Mark Purcell <msp at debian.org>  Mon, 30 Jun 2008 22:26:37 +1000
 
 icecc (0.9.0-1) unstable; urgency=low
 

Modified: kde-extras/icecream/trunk/debian/control
===================================================================
--- kde-extras/icecream/trunk/debian/control	2008-06-30 10:51:30 UTC (rev 11235)
+++ kde-extras/icecream/trunk/debian/control	2008-06-30 12:27:06 UTC (rev 11236)
@@ -11,7 +11,7 @@
 
 Package: icecc
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base, c++-compiler | c-compiler
+Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base, c++-compiler | c-compiler, dpkg (>= 1.9.0) 
 Suggests: icecc-monitor
 Description: distributed compiler (client and server)
  icecc is a distributed compile system. It allows parallel compiling by

Modified: kde-extras/icecream/trunk/debian/icecc.postinst
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.postinst	2008-06-30 10:51:30 UTC (rev 11235)
+++ kde-extras/icecream/trunk/debian/icecc.postinst	2008-06-30 12:27:06 UTC (rev 11236)
@@ -3,6 +3,11 @@
 
 set -e
 
+if test "$1" = triggered; then
+    invoke-rc.d icecc restart
+    exit 0
+fi
+
 # configure some variables
 CONFIGFILE=/etc/default/icecc
 ICECC_GROUP=icecc

Added: kde-extras/icecream/trunk/debian/icecc.triggers
===================================================================
--- kde-extras/icecream/trunk/debian/icecc.triggers	                        (rev 0)
+++ kde-extras/icecream/trunk/debian/icecc.triggers	2008-06-30 12:27:06 UTC (rev 11236)
@@ -0,0 +1,3 @@
+interest /usr/bin/gcc
+interest /usr/bin/g++
+interest /usr/lib/gcc

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2008-06-30 10:51:30 UTC (rev 11235)
+++ kde-extras/icecream/trunk/debian/rules	2008-06-30 12:27:06 UTC (rev 11236)
@@ -7,9 +7,6 @@
 DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp
 DEB_INSTALL_MANPAGES_icecc := icecc.1 icecc-create-env.1 icecc-scheduler.1 iceccd.1
 
-makebuilddir/icecc::
-	$(MAKE) -f Makefile.cvs
-
 build/icecc::
 	for i in debian/man/*.xml; do \
 		/usr/bin/docbook2x-man $$i; \
@@ -18,14 +15,6 @@
 install/icecc::
 	install -D -p -m0644 debian/icecc.conf debian/icecc/etc/icecc/icecc.conf
 
-clean::
-	rm -f *.1
-	rm -f aclocal.m4 config.guess config.h.in config.sub configure depcomp \
-		install-sh ltmain.sh missing
-	rm -f services/icecc-scheduler
-	rm -rf autom4te.cache
-	find . -type f -name 'Makefile.in' | xargs rm -f
-
 get-orig-source-dpatch:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs




More information about the pkg-kde-commits mailing list