[Pkg-telepathy-commits] [SCM] farsight2 packaging branch, debian, updated. debian/0.0.9-2-8-g8c42e82

Laurent Bigonville bigon at bigon.be
Mon May 25 12:05:45 UTC 2009


The following commit has been merged in the debian branch:
commit 8c42e8282a0b853a5754223bdd8fbc9ce39d685f
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon May 25 14:05:44 2009 +0200

    debian/update-patches.mk: Fix script to work with new git version

diff --git a/debian/changelog b/debian/changelog
index 269c5ed..1bf0d8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ farsight2 (0.0.10-1) UNRELEASED; urgency=low
     - Add ${python:Depends} to python-farsight dependencies 
     - Build-dep on python-gst0.10-dev instead of python-gst0.10
     - Versionize libnice-dev build-dependency
+  * debian/update-patches.mk: Fix script to work with new git version
 
- -- Laurent Bigonville <bigon at debian.org>  Fri, 22 May 2009 12:19:13 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 25 May 2009 14:05:14 +0200
 
 farsight2 (0.0.9-2) unstable; 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) ; \

-- 
farsight2 packaging



More information about the Pkg-telepathy-commits mailing list