icecream/debian

2006-08-27 Thread André Wöbbeking
SVN commit 577786 by woebbe:

this package was never in unstable

 M  +9 -9  changelog  


--- trunk/icecream/debian/changelog #577785:577786
@@ -13,19 +13,19 @@
 
  -- Eddy Petrişor [EMAIL PROTECTED]  Wed, 19 Jul 2006 17:35:28 +0300
 
-icecc (0.7.6-1) unstable; urgency=low
+icecc (0.7.6-1) UNRELEASED; urgency=low
 
   * New upstream version.
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 16 Jul 2006 19:52:23 +0200
 
-icecc (0.7.5-1) unstable; urgency=low
+icecc (0.7.5-1) UNRELEASED; urgency=low
 
   * New upstream version.
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Wen, 12 Jul 2006 21:11:42 +0200
 
-icecc (0.7.4-1) unstable; urgency=low
+icecc (0.7.4-1) UNRELEASED; urgency=low
 
   * New upstream version.
 
@@ -33,7 +33,7 @@
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 09 Jul 2006 10:01:12 +0200
 
-icecc (0.7.3-4) unstable; urgency=low
+icecc (0.7.3-4) UNRELEASED; urgency=low
 
   * Also create a group icecc for the user icecc.
 
@@ -41,7 +41,7 @@
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Mon, 03 Jul 2006 23:50:12 +0200
 
-icecc (0.7.3-3) unstable; urgency=low
+icecc (0.7.3-3) UNRELEASED; urgency=low
 
   * Create libicecc-dev package.
 
@@ -49,13 +49,13 @@
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 02 Jul 2006 19:00:51 +0200
 
-icecc (0.7.3-2) unstable; urgency=low
+icecc (0.7.3-2) UNRELEASED; urgency=low
 
   * Made icecc --build-native work.
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jul 2006 21:30:51 +0200
 
-icecc (0.7.3-1) unstable; urgency=low
+icecc (0.7.3-1) UNRELEASED; urgency=low
 
   * New upstream version with new protocol (changed in 0.7.0).
 
@@ -63,13 +63,13 @@
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jul 2006 20:36:15 +0200
 
-icecc (0.6.1-1) unstable; urgency=low
+icecc (0.6.1-1) UNRELEASED; urgency=low
 
   * It still builds at the new location so just bump the version number.
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 29 Apr 2006 20:36:15 +0200
 
-icecc (0.6-1) unstable; urgency=low
+icecc (0.6-1) UNRELEASED; urgency=low
 
   * Initial Release.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577329 by woebbe:

Added more build dependencies (patch by Eddy Petrişor).

CCMAIL:[EMAIL PROTECTED]

 M  +8 -0  changelog  
 M  +6 -2  control  
 M  +12 -2 rules  


--- trunk/icecream/debian/changelog #577328:577329
@@ -1,3 +1,11 @@
+icecc (0.7.6-2) UNRELEASED; urgency=low
+
+  * add missing dependencies: docbook2x, sharutils
+  * added dependency on kdelibs-data because it contains kdex.dtd
+  * fixed location from which the package expects to get manpages' sources
+
+ -- Eddy Petrişor [EMAIL PROTECTED]  Wed, 19 Jul 2006 17:35:28 +0300
+
 icecc (0.7.6-1) unstable; urgency=low
 
   * New upstream version.
--- trunk/icecream/debian/control #577328:577329
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.9, debhelper ( 5.0.0), libtool
-Standards-Version: 3.6.1.0
+Build-Depends: automake1.9, debhelper ( 5.0.0), libtool, docbook2x, 
sharutils, kdelibs-data
+Standards-Version: 3.7.2
 
 Package: icecc
 Architecture: any
@@ -20,6 +20,8 @@
  the same libraries or header files installed.
  .
  This package is part of the KDE Software Development Kit.
+ .
+  Homepage: http://en.opensuse.org/Icecream
 
 Package: libicecc-dev
 Architecture: any
@@ -34,3 +36,5 @@
  the same libraries or header files installed.
  .
  This package provides files which are necessary to build icecc-monitor.
+ .
+  Homepage: http://en.opensuse.org/Icecream
--- trunk/icecream/debian/rules #577328:577329
@@ -54,6 +54,12 @@
cd $(objdir)  \
 ../configure $(configkde)
 
+   # add the dtd
+   cp /usr/share/apps/ksgmltools2/customization/dtd/kdex.dtd doc/
+
+   # prepare terain for documantation building
+   mkdir -p debian/man/
+
touch configure-stamp
 
 #Architecture
@@ -67,8 +73,8 @@
$(MAKE)
 
# generate manpages
-   for i in debian/man/*.docbook; do \
-   docbook2x-man $$i; \
+   for i in doc/*.docbook; do \
+   (cd debian/man  docbook2x-man ../../$$i); \
done
 
touch build-arch-stamp
@@ -106,6 +112,10 @@
# Remove build tree
rm -rf $(objdir)
 
+   # Remove documentation build place and build cruft
+   rm -fr debian/man
+   rm -fr doc/kdex.dtd
+
# if Makefile exists run distclean
if test -f Makefile; then \
$(MAKE) distclean; \


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577332 by woebbe:

new release

 M  +7 -0  changelog  


--- trunk/icecream/debian/changelog #577331:577332
@@ -1,3 +1,10 @@
+icecc (0.7.7-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+  * Added NEWS, README and TODO to the package.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 26 Aug 2006 11:59:51 +0200
+
 icecc (0.7.6-2) UNRELEASED; urgency=low
 
   * add missing dependencies: docbook2x, sharutils


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-08-26 Thread André Wöbbeking
SVN commit 577333 by woebbe:

for the interested people

 A icecc.docs  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-16 Thread André Wöbbeking
SVN commit 563110 by woebbe:

releases, releases and ... releases

 M  +6 -0  changelog  


--- trunk/icecream/debian/changelog #563109:563110
@@ -1,3 +1,9 @@
+icecc (0.7.6-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 16 Jul 2006 19:52:23 +0200
+
 icecc (0.7.5-1) unstable; urgency=low
 
   * New upstream version.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-13 Thread Jonathan Riddell
SVN commit 561876 by jriddell:

Man pages


 M  +1 -1  control  
 A man (directory)  
 A man/icecc-create-env.1.docbook  
 A man/icecc-scheduler.1.docbook  
 A man/icecc.1.docbook  
 A man/iceccd.1.docbook  
 M  +3 -3  rules  


--- trunk/icecream/debian/control #561875:561876
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.9, debhelper ( 5.0.0), libtool
+Build-Depends: automake1.9, debhelper ( 5.0.0), libtool, docbook2x
 Standards-Version: 3.6.1.0
 
 Package: icecc
--- trunk/icecream/debian/rules #561875:561876
@@ -67,9 +67,9 @@
$(MAKE)
 
# generate manpages
-   #for i in debian/man/*.sgml; do \
-   #   docbook-to-man $$i  `dirname $$i`/`basename $$i .sgml`.1 ;\
-   #done
+   for i in debian/man/*.docbook; do \
+   docbook2x-man $$i; \
+   done
 
touch build-arch-stamp
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-13 Thread Jonathan Riddell
SVN commit 561899 by jriddell:

Revert previous change, doc/ already has manpages


 M  +1 -1  control  
 D man (directory)  


--- trunk/icecream/debian/control #561898:561899
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.9, debhelper ( 5.0.0), libtool, docbook2x
+Build-Depends: automake1.9, debhelper ( 5.0.0), libtool
 Standards-Version: 3.6.1.0
 
 Package: icecc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-12 Thread André Wöbbeking
SVN commit 561629 by woebbe:

make coolo happy

 M  +6 -0  changelog  


--- trunk/icecream/debian/changelog #561628:561629
@@ -1,3 +1,9 @@
+icecc (0.7.5-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Wen, 12 Jul 2006 21:11:42 +0200
+
 icecc (0.7.4-1) unstable; urgency=low
 
   * New upstream version.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-09 Thread André Wöbbeking
SVN commit 560071 by woebbe:

- new version
- patches aren't necessary any longer

 M  +12 -4 changelog  
 D patches/configure-package-name.diff  
 D patches/library-name.diff  
 D patches/pkgconfig-name.diff  
 M  +0 -1  rules  


--- trunk/icecream/debian/changelog #560070:560071
@@ -1,3 +1,11 @@
+icecc (0.7.4-1) unstable; urgency=low
+
+  * New upstream version.
+
+  * Patches are applied upstream (rename from icecream to icecc).
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 09 Jul 2006 10:01:12 +0200
+
 icecc (0.7.3-4) unstable; urgency=low
 
   * Also create a group icecc for the user icecc.
@@ -4,7 +12,7 @@
 
   * Build with -O2.
 
- -- Andre Woebbeking [EMAIL PROTECTED]  Mon, 03 Jun 2006 23:50:12 +0200
+ -- Andre Woebbeking [EMAIL PROTECTED]  Mon, 03 Jul 2006 23:50:12 +0200
 
 icecc (0.7.3-3) unstable; urgency=low
 
@@ -12,13 +20,13 @@
 
   * Simplified debian files.
 
- -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 02 Jun 2006 19:00:51 +0200
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 02 Jul 2006 19:00:51 +0200
 
 icecc (0.7.3-2) unstable; urgency=low
 
   * Made icecc --build-native work.
 
- -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jun 2006 21:30:51 +0200
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jul 2006 21:30:51 +0200
 
 icecc (0.7.3-1) unstable; urgency=low
 
@@ -26,7 +34,7 @@
 
   * /usr/bin/create-env is now /usr/lib/icecc/icecc-create-env
 
- -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jun 2006 20:36:15 +0200
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jul 2006 20:36:15 +0200
 
 icecc (0.6.1-1) unstable; urgency=low
 
--- trunk/icecream/debian/rules #560070:560071
@@ -123,7 +123,6 @@
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
(cd $(CURDIR)/debian/tmp/usr/sbin ; mv scheduler icecc-scheduler)
-   (cd $(CURDIR)/debian/tmp/usr/lib/pkgconfig ; mv icecream.pc icecc.pc)
 
dh_install --sourcedir=debian/tmp
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian/patches

2006-07-08 Thread André Wöbbeking
SVN commit 559761 by woebbe:

forgot to update the patch

 M  +4 -2  library-name.diff  


--- trunk/icecream/debian/patches/library-name.diff #559760:559761
@@ -23,9 +23,9 @@
 +iceccd_LDADD = ../services/libicecc.la
 Index: icecream/services/Makefile.am
 ===
 icecream/services/Makefile.am  (revision 556877)
+--- icecream/services/Makefile.am  (revision 559754)
 +++ icecream/services/Makefile.am  (working copy)
-@@ -1,17 +1,17 @@
+@@ -1,18 +1,18 @@
  INCLUDES = -I$(srcdir)/../minilzo
  
 -lib_LTLIBRARIES = libicecream.la
@@ -33,9 +33,11 @@
  
 -libicecream_la_SOURCES = job.cpp comm.cpp getifaddrs.cpp logging.cpp 
tempfile.c
 -libicecream_la_LIBADD = ../minilzo/libminilzo.la
+-libicecream_la_CFLAGS = -fPIC -DPIC
 -libicecream_la_CXXFLAGS = -fPIC -DPIC
 +libicecc_la_SOURCES = job.cpp comm.cpp getifaddrs.cpp logging.cpp tempfile.c
 +libicecc_la_LIBADD = ../minilzo/libminilzo.la
++libicecc_la_CFLAGS = -fPIC -DPIC
 +libicecc_la_CXXFLAGS = -fPIC -DPIC
  
  ice_HEADERS = job.h comm.h


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-03 Thread André Wöbbeking
SVN commit 557748 by woebbe:

- also create a group icecc for the user icecc
- build with -O2


 M  +8 -0  changelog  
 M  +1 -1  control  
 M  +12 -5 icecc.postinst  
 M  +14 -3 icecc.postrm  
 M  +3 -0  rules  


--- trunk/icecream/debian/changelog #557747:557748
@@ -1,3 +1,11 @@
+icecc (0.7.3-4) unstable; urgency=low
+
+  * Also create a group icecc for the user icecc.
+
+  * Build with -O2.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Mon, 03 Jun 2006 23:50:12 +0200
+
 icecc (0.7.3-3) unstable; urgency=low
 
   * Create libicecc-dev package.
--- trunk/icecream/debian/control #557747:557748
@@ -9,7 +9,7 @@
 Package: icecc
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}, adduser, debconf
+Depends: ${shlibs:Depends}, adduser, coreutils, debconf, grep
 Suggests: icecc-monitor
 Description: Simple distributed compiler client and server
  icecc is a program to distribute compilation of C or C++ code across
--- trunk/icecream/debian/icecc.postinst #557747:557748
@@ -109,15 +109,22 @@
update_config_file icecc/daemon START_ICECC
update_config_file icecc/scheduler START_ICECC_SCHEDULER 
 
+   ICECC_GROUP=icecc
ICECC_USER=icecc
+   ICECC_HOME=/var/cache/icecc
 
+   # Create group
+   grep -q $ICECC_GROUP /etc/group || \
+   ( echo Creating $ICECC_GROUP group... ; \
+   addgroup --quiet --system $ICECC_GROUP)
+
# Create user
-   id $ICECC_USER  /dev/null 21 ||
-   ( echo Creating $ICECC_USER user... ;
-   adduser --quiet --system --ingroup nogroup \
-   --home / --no-create-home $ICECC_USER )
+   grep -q $ICECC_USER /etc/passwd || \
+   ( echo Creating $ICECC_USER user... ; \
+   adduser --quiet --system --ingroup $ICECC_GROUP \
+   --home $ICECC_HOME --no-create-home $ICECC_USER )
 
-   chown $ICECC_USER /var/cache/icecc
+   chown $ICECC_USER:$ICECC_GROUP $ICECC_HOME
 
db_stop
;;
--- trunk/icecream/debian/icecc.postrm #557747:557748
@@ -5,10 +5,21 @@
 
 case $1 in
purge)
-   rm -rf /var/cache/icecc
+   ICECC_GROUP=icecc
+   ICECC_USER=icecc
+   ICECC_HOME=/var/cache/icecc
+
rm -f $conffile
-   echo Deleting icecc user...
-   deluser --quiet --system icecc
+
+   grep -q $ICECC_USER /etc/passwd  \
+   (echo Deleting $ICECC_USER user... ; \
+   deluser --quiet --system $ICECC_USER)
+
+   grep -q $ICECC_GROUP /etc/group  \
+   (echo Deleting $ICECC_GROUP group... ; \
+   delgroup --quiet --system $ICECC_GROUP)
+
+   rm -rf $ICECC_HOME
;;
remove)
;;  
--- trunk/icecream/debian/rules #557747:557748
@@ -8,6 +8,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export CFLAGS=-O2
+export CXXFLAGS=-O2
+
 objdir = $(CURDIR)/obj
 
 -include debian/debiandirs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-02 Thread André Wöbbeking
SVN commit 557194 by woebbe:

- create libicecc-dev package for icemon
- simplified debian files?!?


 M  +9 -1  changelog  
 M  +1 -1  compat  
 M  +16 -2 control  
 M  +4 -6  icecc.install  
 A icecc.links  
 M  +6 -6  icecc.templates  
 A libicecc-dev.install  
 A patches/library-name.diff  
 A patches/pkgconfig-name.diff  
 M  +13 -76rules  


--- trunk/icecream/debian/changelog #557193:557194
@@ -1,3 +1,11 @@
+icecc (0.7.3-3) unstable; urgency=low
+
+  * Create libicecc-dev package.
+
+  * Simplified debian files.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sun, 02 Jun 2006 19:00:51 +0200
+
 icecc (0.7.3-2) unstable; urgency=low
 
   * Made icecc --build-native work.
@@ -8,7 +16,7 @@
 
   * New upstream version with new protocol (changed in 0.7.0).
 
-/usr/bin/create-env is now /usr/lib/icecc/icecc-create-env
+  * /usr/bin/create-env is now /usr/lib/icecc/icecc-create-env
 
  -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jun 2006 20:36:15 +0200
 
--- trunk/icecream/debian/compat #557193:557194
@@ -1 +1 @@
-4
+5
--- trunk/icecream/debian/control #557193:557194
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.7, debhelper ( 4.0.0), kdelibs4-dev (= 4:3.5.0)
+Build-Depends: automake1.9, debhelper ( 5.0.0)
 Standards-Version: 3.6.1.0
 
 Package: icecc
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, adduser, debconf
 Suggests: icecc-monitor
 Description: Simple distributed compiler client and server
  icecc is a program to distribute compilation of C or C++ code across
@@ -20,3 +20,17 @@
  the same libraries or header files installed.
  .
  This package is part of the KDE Software Development Kit.
+
+Package: libicecc-dev
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}
+Description: Simple distributed compiler client and server
+ icecc is a program to distribute compilation of C or C++ code across
+ several machines on a network. icecc should always generate the same
+ results as a local compile, is simple to install and use, and is often
+ significantly faster than a local compile.  icecc does not require all
+ machines to share a filesystem, have synchronized clocks, or to have
+ the same libraries or header files installed.
+ .
+ This package provides files which are necessary to build icecc-monitor.
--- trunk/icecream/debian/icecc.install #557193:557194
@@ -1,6 +1,4 @@
-debian/tmp/usr/bin/icecc
-debian/tmp/usr/lib/icecc/bin/g++
-debian/tmp/usr/lib/icecc/bin/gcc
-debian/tmp/usr/lib/icecc/icecc-create-env
-debian/tmp/usr/sbin/icecc-scheduler
-debian/tmp/usr/sbin/iceccd
+usr/bin/icecc
+usr/lib/icecc/icecc-create-env
+usr/sbin/icecc-scheduler
+usr/sbin/iceccd
--- trunk/icecream/debian/icecc.templates #557193:557194
@@ -5,9 +5,9 @@
  icecc can be run as a daemon, listening for incoming connections.
  .
  You have the option of starting the icecc daemon automatically on the
- computer startup. If in doubt, I suggest you not to start automatically it
- on startup. If you later change your mind, you can run: 'dpkg-reconfigure
- icecc'.
+ computer startup. You need a running daemon on every computer which should
+ be part of the compile farm. If you later change your mind, you can run: 
+ 'dpkg-reconfigure icecc'.
 
 Template: icecc/scheduler
 Type: boolean
@@ -16,6 +16,6 @@
  scheduler can be run as a daemon, listening for incoming connections.
  .
  You have the option of starting the icecc scheduler automatically on the
- computer startup. If in doubt, I suggest you not to start automatically it
- on startup. If you later change your mind, you can run: 'dpkg-reconfigure
- icecc'.
+ computer startup. You need one scheduler in your compile farm. If in doubt, 
+ you should not start it automatically on startup. If you later change your
+ mind, you can run: 'dpkg-reconfigure icecc'.
--- trunk/icecream/debian/rules #557193:557194
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 # Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+# This file is public domain software, originally written by Joey Hess. 
 #
 # Modified to make a template file for a multi-binary package with separated
 # build-arch and build-indep targets  by Bill Allombert 2001
@@ -9,27 +8,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
+objdir = $(CURDIR)/obj
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip

icecream/debian

2006-07-02 Thread André Wöbbeking
SVN commit 557220 by woebbe:

removed non existent configure options


 M  +1 -8  debianrules  
 M  +1 -1  rules  


--- trunk/icecream/debian/debianrules #557219:557220
@@ -18,13 +18,6 @@
 $kde_confdir   =   $sysconfdir/kde3;
 $kde_htmldir   =   $kde_prefix/share/doc/kde/HTML;
 
-if (defined $ENV{DEB_BUILD_OPTIONS} 
-$ENV{DEB_BUILD_OPTIONS} =~ /\bnostrip\b/) {
-   $enable_debug=--enable-debug=full;
-} else {
-   $enable_debug=--disable-debug;
-}
-
 if (@ARGV  $ARGV[0] eq 'echodirs') {
   print STDOUT export kde_prefix=$kde_prefix\n;
   print STDOUT export sysconfdir=$sysconfdir\n;
@@ -37,7 +30,7 @@
   print STDOUT export kde_confdir=$kde_confdir\n;
   print STDOUT export kde_htmldir=$kde_htmldir\n;
 
-  print STDOUT configkde=$enable_debug --disable-rpath 
--prefix=\$(kde_prefix) --sysconfdir=\$(sysconfdir) 
--includedir=\$(kde_includedir) --infodir=\$(infodir) --mandir=\$(mandir) 
--with-qt-dir=\$(qtdir)\n;
+  print STDOUT configkde=--prefix=\$(kde_prefix) --sysconfdir=\$(sysconfdir) 
--includedir=\$(kde_includedir) --infodir=\$(infodir) --mandir=\$(mandir) 
--with-qt-dir=\$(qtdir)\n;
 
   exit
 }
--- trunk/icecream/debian/rules #557219:557220
@@ -49,7 +49,7 @@
 
# run configure with build tree $(objdir)
cd $(objdir)  \
-   ../configure $(configkde) --enable-final
+../configure $(configkde)
 
touch configure-stamp
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-01 Thread André Wöbbeking
SVN commit 556862 by woebbe:

updated to new version:

- /usr/bin/create-env is now /usr/lib/icecc/icecc-create-env
- icecc-mon is moved to another place
- copied debianrules from now non existent admin/ to debian/

probably not perfect but it builds a package :-)

 M  +8 -0  changelog  
 M  +1 -16 control  
 AMdebianrules  
 D icecc-monitor.install  
 M  +1 -1  icecc.install  
 M  +4 -13 rules  


--- trunk/icecream/debian/changelog #556861:556862
@@ -1,3 +1,11 @@
+icecc (0.7.3-1) unstable; urgency=low
+
+  * New upstream version with new protocol (changed in 0.7.0).
+
+/usr/bin/create-env is now /usr/lib/icecc/icecc-create-env
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jun 2006 20:36:15 +0200
+
 icecc (0.6.1-1) unstable; urgency=low
 
   * It still builds at the new location so just bump the version number.
--- trunk/icecream/debian/control #556861:556862
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
-Build-Depends: automake1.7, debhelper ( 4.0.0), kdelibs4-dev (= 4:3.3.0) 
kdebase-dev (= 4:3.3.0)
+Build-Depends: automake1.7, debhelper ( 4.0.0), kdelibs4-dev (= 4:3.5.0)
 Standards-Version: 3.6.1.0
 
 Package: icecc
@@ -20,18 +20,3 @@
  the same libraries or header files installed.
  .
  This package is part of the KDE Software Development Kit.
-
-Package: icecc-monitor
-Architecture: any
-Section: devel
-Depends: ${shlibs:Depends}
-Suggests: icecc
-Description: KDE monitor for icecc a distributed client and server
- icecc is a program to distribute compilation of C or C++ code across
- several machines on a network. icecc should always generate the same
- results as a local compile, is simple to install and use, and is often
- significantly faster than a local compile.  icecc does not require all
- machines to share a filesystem, have synchronized clocks, or to have
- the same libraries or header files installed.
- .
- This package is part of the KDE Software Development Kit.
** trunk/icecream/debian/debianrules #property svn:executable
   + *
--- trunk/icecream/debian/icecc.install #556861:556862
@@ -1,6 +1,6 @@
-debian/tmp/usr/bin/create-env
 debian/tmp/usr/bin/icecc
 debian/tmp/usr/lib/icecc/bin/g++
 debian/tmp/usr/lib/icecc/bin/gcc
+debian/tmp/usr/lib/icecc/icecc-create-env
 debian/tmp/usr/sbin/icecc-scheduler
 debian/tmp/usr/sbin/iceccd
--- trunk/icecream/debian/rules #556861:556862
@@ -32,12 +32,9 @@
 
 -include debian/debiandirs
 
-debian/debiandirs: admin admin/debianrules
-   perl -w admin/debianrules echodirs  debian/debiandirs
+debian/debiandirs:
+   perl -w debian/debianrules echodirs  debian/debiandirs
 
-admin:
-   $(MAKE) -f Makefile.cvs
-
 configure: configure-stamp
 configure-stamp:
dh_testdir
@@ -62,10 +59,7 @@
touch patch-stamp ;\
fi
 
-   # KDE CVS does not have aclocal.m4 or configure
-   if test ! -f configure; then \
-   $(MAKE) -f admin/Makefile.common ;\
-   fi
+   $(MAKE) -f Makefile.cvs ;\
 
# ensure configure is executable
chmod +x configure
@@ -146,10 +140,6 @@
$(MAKE) distclean; \
fi
 
-   #if test -d CVS; then \
-   #   $(MAKE) -f admin/Makefile.common cvs-clean ;\
-   #fi
-
dh_clean
 
 install: install-arch install-indep
@@ -169,6 +159,7 @@
ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/gcc 
ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/g++
 
+   (cd $(CURDIR)/debian/tmp/usr/lib ; mv icecream/icecc-create-env icecc)
(cd $(CURDIR)/debian/tmp/usr/sbin ; mv scheduler icecc-scheduler)
 
dh_install -s


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-07-01 Thread André Wöbbeking
SVN commit 556876 by woebbe:

Made icecc --build-native work.

 M  +6 -0  changelog  
 A patches (directory)  
 A patches/configure-package-name.diff  
 M  +0 -1  rules  


--- trunk/icecream/debian/changelog #556875:556876
@@ -1,3 +1,9 @@
+icecc (0.7.3-2) unstable; urgency=low
+
+  * Made icecc --build-native work.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 01 Jun 2006 21:30:51 +0200
+
 icecc (0.7.3-1) unstable; urgency=low
 
   * New upstream version with new protocol (changed in 0.7.0).
--- trunk/icecream/debian/rules #556875:556876
@@ -159,7 +159,6 @@
ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/gcc 
ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/g++
 
-   (cd $(CURDIR)/debian/tmp/usr/lib ; mv icecream/icecc-create-env icecc)
(cd $(CURDIR)/debian/tmp/usr/sbin ; mv scheduler icecc-scheduler)
 
dh_install -s


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-05-25 Thread André Wöbbeking
SVN commit 544552 by woebbe:

create links for cc and c++ too.

 M  +2 -0  rules  


--- trunk/icecream/debian/rules #544551:544552
@@ -164,6 +164,8 @@
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
mkdir -p $(CURDIR)/debian/tmp/usr/lib/icecc/bin
+   ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/cc 
+   ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/c++
ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/gcc 
ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/g++
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



icecream/debian

2006-04-29 Thread André Wöbbeking
SVN commit 535548 by woebbe:

Wow, it still builds :)

 M  +6 -0  changelog  


--- trunk/icecream/debian/changelog #535547:535548
@@ -1,3 +1,9 @@
+icecc (0.6.1-1) unstable; urgency=low
+
+  * It still builds at the new location so just bump the version number.
+
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 29 Apr 2006 20:36:15 +0200
+
 icecc (0.6-1) unstable; urgency=low
 
   * Initial Release.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdenonbeta/icecream/icecream/debian

2005-09-19 Thread André Wöbbeking
SVN commit 462082 by woebbe:

create admin dir via Makefile.cvs

 M  +4 -1  rules  


--- trunk/kdenonbeta/icecream/icecream/debian/rules #462081:462082
@@ -32,9 +32,12 @@
 
 -include debian/debiandirs
 
-debian/debiandirs: admin/debianrules
+debian/debiandirs: admin admin/debianrules
perl -w admin/debianrules echodirs  debian/debiandirs
 
+admin:
+   $(MAKE) -f Makefile.cvs
+
 configure: configure-stamp
 configure-stamp:
dh_testdir


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



kdenonbeta/icecream/icecream/debian

2004-12-31 Thread André Wöbbeking
CVS commit by woebbe: 

- it's false and not no
- create user icecc if it doesn't exist


  M +8 -11 icecc.postinst   1.2


--- kdenonbeta/icecream/icecream/debian/icecc.postinst  #1.1:1.2
@@ -86,7 +86,7 @@
 # Start also the scheduler?
 #
-# START_ICECC_SCHEDULER=no
+# START_ICECC_SCHEDULER=false
 
-START_ICECC_SCHEDULER=no
+START_ICECC_SCHEDULER=false
 
 #
@@ -112,14 +112,11 @@
 ICECC_USER=icecc
 
-# First time installation only.  Upgrades skip this.
-if [ $2 =  ]; then
-echo Creating $ICECC_USER user...
-# Create user
-id $ICECC_USER  /dev/null 21 ||
-adduser --quiet --system --ingroup nogroup \
---home / --no-create-home $ICECC_USER
+# Create user
+id $ICECC_USER  /dev/null 21 ||
+( echo Creating $ICECC_USER user... ;
+adduser --quiet --system --ingroup nogroup \
+--home / --no-create-home $ICECC_USER )
 
-chown $ICECC_USER /var/cache/icecc
-fi
+chown $ICECC_USER /var/cache/icecc
 
 db_stop




kdenonbeta/icecream/icecream/debian

2004-12-31 Thread André Wöbbeking
CVS commit by woebbe: 

tabs instead of spaces


  M +5 -5  icecc.postrm   1.2


--- kdenonbeta/icecream/icecream/debian/icecc.postrm  #1.1:1.2
@@ -9,6 +9,6 @@
 rm -f $conffile
 echo Deleting icecc user...
-deluser --quiet --system icecc
-;;
+deluser --quiet --system icecc
+;;
 remove)
 ;;  
@@ -16,7 +16,7 @@
 ;;
 *)
-echo postrm called with unknown argument \`$1' 2
-exit 1
-;;
+echo postrm called with unknown argument \`$1' 2
+exit 1
+;;
 esac
 




kdenonbeta/icecream/icecream/debian

2004-12-31 Thread André Wöbbeking
CVS commit by woebbe: 

don't rename create-env as icecc uses this name


  M +1 -1  icecc.install   1.5
  M +0 -1  rules   1.6


--- kdenonbeta/icecream/icecream/debian/icecc.install  #1.4:1.5
@@ -1,4 +1,4 @@
+debian/tmp/usr/bin/create-env
 debian/tmp/usr/bin/icecc
-debian/tmp/usr/bin/icecc-create-env
 debian/tmp/usr/lib/icecc/bin/g++
 debian/tmp/usr/lib/icecc/bin/gcc

--- kdenonbeta/icecream/icecream/debian/rules  #1.5:1.6
@@ -165,5 +165,4 @@
 ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/g++
 
-(cd $(CURDIR)/debian/tmp/usr/bin ; mv create-env icecc-create-env)
 (cd $(CURDIR)/debian/tmp/usr/sbin ; mv scheduler icecc-scheduler)
 




kdenonbeta/icecream/icecream/debian

2004-12-16 Thread André Wöbbeking
CVS commit by woebbe: 

upstream installs the daemon and scheduler to /usr/sbin now


  M +2 -2  icecc.install   1.4
  M +2 -1  rules   1.5


--- kdenonbeta/icecream/icecream/debian/icecc.install  #1.3:1.4
@@ -1,6 +1,6 @@
 debian/tmp/usr/bin/icecc
 debian/tmp/usr/bin/icecc-create-env
-debian/tmp/usr/bin/icecc-scheduler usr/sbin
-debian/tmp/usr/bin/iceccd usr/sbin/
 debian/tmp/usr/lib/icecc/bin/g++
 debian/tmp/usr/lib/icecc/bin/gcc
+debian/tmp/usr/sbin/icecc-scheduler
+debian/tmp/usr/sbin/iceccd

--- kdenonbeta/icecream/icecream/debian/rules  #1.4:1.5
@@ -165,5 +165,6 @@
 ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/g++
 
-(cd $(CURDIR)/debian/tmp/usr/bin ; mv scheduler icecc-scheduler ; mv 
create-env icecc-create-env)
+(cd $(CURDIR)/debian/tmp/usr/bin ; mv create-env icecc-create-env)
+(cd $(CURDIR)/debian/tmp/usr/sbin ; mv scheduler icecc-scheduler)
 
 dh_install -s




kdenonbeta/icecream/icecream/debian

2004-12-14 Thread André Wöbbeking
CVS commit by woebbe: 

+ icemonui.rc


  M +1 -0  icecc-monitor.install   1.4


--- kdenonbeta/icecream/icecream/debian/icecc-monitor.install  #1.3:1.4
@@ -3,4 +3,5 @@
 debian/tmp/usr/lib/kde3/icemon_panelapplet.so
 debian/tmp/usr/share/applications/kde/icemon.desktop
+debian/tmp/usr/share/apps/icemon/icemonui.rc
 debian/tmp/usr/share/apps/icemon/pics/icemonnode.png
 debian/tmp/usr/share/apps/kicker/applets/icemonapplet.desktop




kdenonbeta/icecream/icecream/debian

2004-11-29 Thread André Wöbbeking
CVS commit by woebbe: 

install scheduler in /usr/sbin


  M +1 -1  icecc.install   1.3


--- kdenonbeta/icecream/icecream/debian/icecc.install  #1.2:1.3
@@ -1,5 +1,5 @@
 debian/tmp/usr/bin/icecc
 debian/tmp/usr/bin/icecc-create-env
-debian/tmp/usr/bin/icecc-scheduler
+debian/tmp/usr/bin/icecc-scheduler usr/sbin
 debian/tmp/usr/bin/iceccd usr/sbin/
 debian/tmp/usr/lib/icecc/bin/g++




kdenonbeta/icecream/icecream/debian

2004-11-27 Thread André Wöbbeking
CVS commit by woebbe: 

fixed some small glitches


  M +1 -1  control   1.2
  M +8 -9  icecc-monitor.install   1.2
  M +6 -6  icecc.install   1.2
  M +3 -1  rules   1.2


--- kdenonbeta/icecream/icecream/debian/control  #1.1:1.2
@@ -1,3 +1,3 @@
-Source: icecream
+Source: icecc
 Section: kde
 Priority: optional

--- kdenonbeta/icecream/icecream/debian/icecc-monitor.install  #1.1:1.2
@@ -1,9 +1,8 @@
-usr/bin/icemon
-usr/lib/kde3/icemon_panelapplet.la
-usr/lib/kde3/icemon_panelapplet.so
-usr/lib/menu/icecc-monitor
-usr/share/apps/icemon/pics/icemonnode.png
-usr/share/apps/kicker/applets/icemonapplet.desktop
-usr/share/doc/HTML/en/icemon/common
-usr/share/doc/HTML/en/icemon/index.cache.bz2
-usr/share/doc/HTML/en/icemon/index.docbook.gz
+debian/tmp/usr/bin/icemon
+debian/tmp/usr/lib/kde3/icemon_panelapplet.la
+debian/tmp/usr/lib/kde3/icemon_panelapplet.so
+debian/tmp/usr/share/apps/icemon/pics/icemonnode.png
+debian/tmp/usr/share/apps/kicker/applets/icemonapplet.desktop
+debian/tmp/usr/share/doc/kde/HTML/en/icemon/common
+debian/tmp/usr/share/doc/kde/HTML/en/icemon/index.cache.bz2
+debian/tmp/usr/share/doc/kde/HTML/en/icemon/index.docbook

--- kdenonbeta/icecream/icecream/debian/icecc.install  #1.1:1.2
@@ -1,6 +1,6 @@
-usr/bin/create-env usr/bin/icecc-create-env
-usr/bin/icecc
-usr/bin/iceccd usr/sbin/
-usr/bin/scheduler usr/sbin/icecc-scheduler
-usr/lib/icecc/bin/g++
-usr/lib/icecc/bin/gcc
+debian/tmp/usr/bin/icecc
+debian/tmp/usr/bin/icecc-create-env
+debian/tmp/usr/bin/icecc-scheduler
+debian/tmp/usr/bin/iceccd usr/sbin/
+debian/tmp/usr/lib/icecc/bin/g++
+debian/tmp/usr/lib/icecc/bin/gcc

--- kdenonbeta/icecream/icecream/debian/rules  #1.1:1.2
@@ -144,5 +144,5 @@
 fi
 
-if test -d CVS; then \
+#   if test -d CVS; then \
 $(MAKE) -f admin/Makefile.common cvs-clean ;\
 fi
@@ -165,4 +165,6 @@
 ln -s /usr/bin/icecc $(CURDIR)/debian/tmp/usr/lib/icecc/bin/g++
 
+(cd $(CURDIR)/debian/tmp/usr/bin ; mv scheduler icecc-scheduler ; mv 
create-env icecc-create-env)
+
 dh_install -s
 




kdenonbeta/icecream/icecream/debian

2004-11-27 Thread André Wöbbeking
CVS commit by woebbe: 

nothing for install-indep


  M +4 -4  rules   1.3


--- kdenonbeta/icecream/icecream/debian/rules  #1.2:1.3
@@ -175,11 +175,11 @@
 dh_installdirs -i
 
-cd $(objdir)  \
-$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+#cd $(objdir)  \
+#$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 #cd $(objdir)  \
-$(MAKE) install-apidox DESTDIR=$(CURDIR)/debian/tmp
+#$(MAKE) install-apidox DESTDIR=$(CURDIR)/debian/tmp
 
-dh_install -i
+#dh_install -i
 
 # Must not depend on anything. This is to be called by




kdenonbeta/icecream/icecream/debian

2004-11-27 Thread André Wöbbeking
CVS commit by woebbe: 

no indep at all


  M +9 -9  rules   1.4


--- kdenonbeta/icecream/icecream/debian/rules  #1.3:1.4
@@ -89,6 +89,6 @@
 # generate manpages
 #for i in debian/man/*.sgml; do \
-docbook-to-man $$i  `dirname $$i`/`basename $$i .sgml`.1 ;\
-done
+#   docbook-to-man $$i  `dirname $$i`/`basename $$i .sgml`.1 ;\
+#done
 
 touch build-arch-stamp
@@ -98,9 +98,9 @@
 dh_testdir
 
-cd $(objdir)  \
-$(MAKE)
+#cd $(objdir)  \
+#$(MAKE)
 
 #cd $(objdir)  \
-$(MAKE) apidox
+#$(MAKE) apidox
 
 touch build-indep-stamp
@@ -144,7 +144,7 @@
 fi
 
-#   if test -d CVS; then \
-$(MAKE) -f admin/Makefile.common cvs-clean ;\
-fi
+#if test -d CVS; then \
+#   $(MAKE) -f admin/Makefile.common cvs-clean ;\
+#fi
 
 dh_clean
@@ -223,4 +223,4 @@
 $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
 
-binary: binary-arch binary-indep
+binary: binary-arch
 .PHONY: build clean binary-indep binary-arch binary install install-indep 
install-arch configure




kdenonbeta/icecream/icecream/debian

2004-11-27 Thread André Wöbbeking
CVS commit by woebbe: 

no non ASCII chars


  M +1 -1  changelog   1.2
  M +1 -1  control   1.3
  M +1 -1  copyright   1.2


--- kdenonbeta/icecream/icecream/debian/changelog  #1.1:1.2
@@ -3,3 +3,3 @@
   * Initial Release.
 
- -- Andr� W�bbeking [EMAIL PROTECTED]  Sat, 27 Nov 2004 15:36:15 +0200
+ -- Andre Woebbeking [EMAIL PROTECTED]  Sat, 27 Nov 2004 15:36:15 +0200

--- kdenonbeta/icecream/icecream/debian/control  #1.2:1.3
@@ -2,5 +2,5 @@
 Section: kde
 Priority: optional
-Maintainer: Andre W�bbeking [EMAIL PROTECTED]
+Maintainer: Andre Woebbeking [EMAIL PROTECTED]
 Uploaders:
 Build-Depends: automake1.7, debhelper ( 4.0.0), kdelibs4-dev (= 4:3.3.0) 
kdebase-dev (= 4:3.3.0)

--- kdenonbeta/icecream/icecream/debian/copyright  #1.1:1.2
@@ -1,3 +1,3 @@
-This package was debianized by Andr� W�bbeking [EMAIL PROTECTED] on
+This package was debianized by Andre Woebbeking [EMAIL PROTECTED] on
 Sat, 27 Nov 2004 15:36:15 +0200.