[Pkg-kde-commits] rev 1011 - people/chrsmrtn/cdbs-experimental

Achim Bohnet ach@mpe.mpg.de
Wed, 20 Apr 2005 02:20:20 +0200


On Wednesday 20 April 2005 01:36, Christopher Martin wrote:
> Author: chrsmrtn-guest
> Date: 2005-04-19 23:36:53 +0000 (Tue, 19 Apr 2005)
> New Revision: 1011
> 
> Removed:
>    people/chrsmrtn/cdbs-experimental/rules
> Modified:
>    people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk
>    people/chrsmrtn/cdbs-experimental/kde.mk
> Log:
> Sync .mk files. Please do comment on this split of kde.mk and debian-qt-kde.mk;
> this really should be sorted out before we upload to experimental.
> 
> 
> Modified: people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk
> ===================================================================
> --- people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk	2005-04-19 23:31:30 UTC (rev 1010)
> +++ people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk	2005-04-19 23:36:53 UTC (rev 1011)
> @@ -87,4 +87,18 @@
>  	rm -f debian/stamp-apidox
>  	rm -rf debian/shlibs-check
>  
> +apply-patches:
> +	for i in $(CURDIR)/debian/patches/*.diff.uu ; do \
> +		cd $(CURDIR)/debian/patches ; \
> +		uudecode $$i ; \
> +		cd $(CURDIR) ; \
> +		patch -p1 < "$${i%%.uu}" ; \
> +		touch debian/stamp-patch-00_kdewebdev_branch_2005-04-19.diff ; \

I'm sure I miss something obvious, but why a kdewebdev and pull date
specific touch in the general debian-qt-kde.mk file?  (ditto in commit 1009)

Achim
> +	done
> +
> +clean:: reverse-patches
> +	for i in $(CURDIR)/debian/patches/*.diff.uu ; do \
> +		rm -f "$${i%%.uu}" ; \
> +	done
> +
>  endif
> 
> Modified: people/chrsmrtn/cdbs-experimental/kde.mk
> ===================================================================
> --- people/chrsmrtn/cdbs-experimental/kde.mk	2005-04-19 23:31:30 UTC (rev 1010)
> +++ people/chrsmrtn/cdbs-experimental/kde.mk	2005-04-19 23:36:53 UTC (rev 1011)
> @@ -63,16 +63,15 @@
>  DEB_CONFIGURE_INCLUDEDIR = "\$${prefix}/include/kde"
>  DEB_COMPRESS_EXCLUDE := .bz2 .css .dcl .docbook -license .tag .sty .el
>  
> -# Workaround for Bug##296984
> -clean:: reverse-patches
> -	for dir in $(DEB_PATCHDIRS) ; do \
> -		rm -f $$dir/*.log ; \
> -	done
> -
>  cleanbuilddir::
>  	-if test "$(DEB_BUILDDIR)" != "$(DEB_SRCDIR)"; then rm -rf $(DEB_BUILDDIR); fi
>  
>  clean::
>  	debian/rules reverse-config
>  
> +clean:: reverse-patches
> +	for dir in $(DEB_PATCHDIRS) ; do \
> +		rm -f $$dir/*.log ; \
> +	done
> +
>  endif
> 
> Deleted: people/chrsmrtn/cdbs-experimental/rules
> 
> 
> _______________________________________________
> Pkg-kde-commits mailing list
> Pkg-kde-commits@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-commits
> 
> 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- reddy@lion.austin.ibm.com