[Pkg-telepathy-commits] [SCM] pymsn packaging branch, debian, updated. debian/0.3.3-3-4-g4c5920d

Laurent Bigonville bigon at bigon.be
Wed Jun 17 14:41:24 UTC 2009


The following commit has been merged in the debian branch:
commit 8457608af270cb9fccd22c4f498c7742632b497b
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Wed Jun 17 15:40:06 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 86c6bf7..a0dc1d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pymsn (0.3.3-4) UNRELEASED; urgency=low
+
+  * debian/update-patches.mk: Fix script to work with newer git version
+
+ -- Laurent Bigonville <bigon at debian.org>  Wed, 17 Jun 2009 15:39:36 +0200
+
 pymsn (0.3.3-3) unstable; urgency=low
 
   * debian/control:
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) ; \

-- 
pymsn packaging



More information about the Pkg-telepathy-commits mailing list