[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/2.27.3-2-8-gc3f46a3

Laurent Bigonville bigon at bigon.be
Thu Jul 23 09:36:28 UTC 2009


The following commit has been merged in the debian branch:
commit 6f573e452423efa2822cbc540ad7b1a61871e6b7
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Thu Jul 23 11:30:46 2009 +0200

    debian/update-patches.mk: Update script to work with recent git version

diff --git a/debian/changelog b/debian/changelog
index 3514e5c..2f305b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ empathy (2.27.4-1) UNRELEASED; urgency=low
     - Add geoclue-yahoo recommends for libempathy-gtk
   * Add debian/patches/01_autoconf_forgot_by_upstream.patch to update configure
     from configure.ac (Thanks to Didier Roche <didrocks at ubuntu.com>)
+  * debian/update-patches.mk: Update script to work with recent git version
 
- -- Laurent Bigonville <bigon at debian.org>  Thu, 23 Jul 2009 10:11:54 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 23 Jul 2009 11:28:57 +0200
 
 empathy (2.27.3-2) experimental; urgency=low
 
diff --git a/debian/update-patches.mk b/debian/update-patches.mk
index 298c5b3..55569f6 100644
--- a/debian/update-patches.mk
+++ b/debian/update-patches.mk
@@ -1,7 +1,7 @@
 update-patches:
 	mkdir -p $(CURDIR)/debian/patches
 	rm -f $(CURDIR)/debian/patches/*.patch
-	git-format-patch -o $(CURDIR)/debian/patches debian-patches ^upstream
+	git format-patch -o $(CURDIR)/debian/patches debian-patches ^upstream
 	for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \
 	do \
 		lines=$$(cat $$patch | wc -l) ; \

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list