[Pkg-kde-commits] rev 1015 - branches/kde-3.4.0/cdbs people/chrsmrtn/cdbs-experimental

Christopher Martin chrsmrtn-guest@costa.debian.org
Thu, 21 Apr 2005 20:42:28 +0000


Author: chrsmrtn-guest
Date: 2005-04-21 20:42:27 +0000 (Thu, 21 Apr 2005)
New Revision: 1015

Modified:
   branches/kde-3.4.0/cdbs/kde.mk
   people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk
Log:
Add the rest of the fix, and remove the unnecessary stamping
of the patch itself - besides, it was kdewebdev specific
(this must have been what allee was getting at).

The whole thing is still awfully hackish, but it seems to work
well enough for now (CDBS really should build something like
this in).


Modified: branches/kde-3.4.0/cdbs/kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/kde.mk	2005-04-21 17:51:50 UTC (rev 1014)
+++ branches/kde-3.4.0/cdbs/kde.mk	2005-04-21 20:42:27 UTC (rev 1015)
@@ -132,7 +132,7 @@
 		uudecode $$i ; \
 		cd $(CURDIR) ; \
 		patch -N -p1 < "$${i%%.uu}" ; \
-		touch debian/stamp-patch-00_kdewebdev_branch_2005-04-19.diff ; \
+		touch debian/stamp-patched ; \
 	done
 
 clean:: reverse-patches

Modified: people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk
===================================================================
--- people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk	2005-04-21 17:51:50 UTC (rev 1014)
+++ people/chrsmrtn/cdbs-experimental/debian-qt-kde.mk	2005-04-21 20:42:27 UTC (rev 1015)
@@ -93,7 +93,7 @@
 		uudecode $$i ; \
 		cd $(CURDIR) ; \
 		patch -N -p1 < "$${i%%.uu}" ; \
-		touch debian/stamp-patch-00_kdewebdev_branch_2005-04-19.diff ; \
+		touch debian/stamp-patched ; \
 	done
 
 clean:: reverse-patches