SVN commit 559487 by jriddell:

Sync with Kubuntu


 M  +7 -1      changelog  
 M  +6 -3      control  
 M  +2 -1      copyright  
 M  +10 -9     rules  


--- trunk/playground/devtools/icemon-kde3/debian/changelog #559486:559487
@@ -1,5 +1,11 @@
-icecc (0.7.3-1) unstable; urgency=low
+icemon-kde3 (0.0release20060626-1ubuntu1) edgy; urgency=low
 
+  * Initial Kubuntu release
+
+ -- Jonathan Riddell <[EMAIL PROTECTED]>  Fri,  7 Jul 2006 12:03:37 +0000
+
+icemon-kde3 (0.0release20060626-1) unstable; urgency=low
+
   * Initial Release after the split of icecc-monitor from icecc.
 
  -- Andre Woebbeking <[EMAIL PROTECTED]>  Tue, 04 Jul 2006 23:36:15 +0200
--- trunk/playground/devtools/icemon-kde3/debian/control #559486:559487
@@ -1,10 +1,10 @@
-Source: icecc-monitor
+Source: icemon-kde3
 Section: kde
 Priority: optional
 Maintainer: Andre Woebbeking <[EMAIL PROTECTED]>
 Uploaders:
 Build-Depends: automake1.9, debhelper (>> 5.0.0), kdelibs4-dev (>= 4:3.5.0)
-Standards-Version: 3.6.1.0
+Standards-Version: 3.7.2
 
 Package: icecc-monitor
 Architecture: any
@@ -19,4 +19,7 @@
  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.
+ This package provides a GUI montior so you can see what is happening on
+ your icecream compile cluster.
+ .
+ Homepage: http://wiki.kde.org/icecream
--- trunk/playground/devtools/icemon-kde3/debian/copyright #559486:559487
@@ -1,7 +1,8 @@
 This package was debianized by Andre Woebbeking <[EMAIL PROTECTED]> on
 Sat, 27 Nov 2004 15:36:15 +0200.
 
-It was downloaded via cvs from cvs.kde.org
+It was downloaded via Subversion from 
+svn://anonsvn.kde.org/home/kde/trunk/playground/devtools/icemon-kde3/debian/
 
 Upstream Authors: Stephan Kulow <[EMAIL PROTECTED]>
                        many others...
--- trunk/playground/devtools/icemon-kde3/debian/rules #559486:559487
@@ -43,15 +43,13 @@
                for patch in $$patches ;\
                do \
                        echo APPLYING PATCH\: "$${patch##*/}" ;\
-                       patch -p1 < "$$patch" ;\
+                       patch -p0 < "$$patch" ;\
                done ;\
                touch patch-stamp ;\
        fi
 
        # KDE CVS does not have aclocal.m4 or configure
-       if test ! -f configure; then \
-               $(MAKE) -f admin/Makefile.common cvs ;\
-       fi
+       $(MAKE) -f admin/Makefile.common cvs ;\
 
        # ensure configure is executable
        chmod +x configure
@@ -76,9 +74,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
 
@@ -115,7 +113,7 @@
                for patch in $$patches ;\
                do \
                        echo REMOVING PATCH\: "$${patch##*/}" ;\
-                       patch -p1 -R < "$$patch" ;\
+                       patch -p0 -R < "$$patch" ;\
                done ;\
                for i in $(CURDIR)/debian/patches/*.diff.uu ;\
                do \
@@ -149,8 +147,11 @@
        cd $(objdir) && \
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
-       dh_install --sourcedir=debian/tmp
+       mkdir -p debian/tmp/usr/share/doc/kde
+       mv debian/tmp/usr/share/doc/HTML debian/tmp/usr/share/doc/kde
 
+       dh_install
+
 install-indep:
        dh_testdir
        dh_testroot


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

Reply via email to