[SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d

Jonny Lamb jonny at debian.org
Tue Aug 3 19:42:36 UTC 2010


The following commit has been merged in the debian branch:
commit 2eddf54c3f4d5f64e22fa5ac3ad551c2086e4d8a
Author: Jonny Lamb <jonny at debian.org>
Date:   Sun Aug 1 15:25:27 2010 -0400

    debian/update-patches.mk: Added -N option to git format-patch.
    
    Signed-off-by: Jonny Lamb <jonny at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 04c36b7..449bcad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * debian/control:
     + Upped build-dep version on GTK.
+  * debian/update-patches.mk: Added -N option to git format-patch.
 
- -- Jonny Lamb <jonny at debian.org>  Sun, 01 Aug 2010 15:15:53 -0400
+ -- Jonny Lamb <jonny at debian.org>  Sun, 01 Aug 2010 15:25:05 -0400
 
 libhildon (2.1.34.debian.1-7) unstable; urgency=low
 
diff --git a/debian/update-patches.mk b/debian/update-patches.mk
index 71224ba..fd3fb29 100644
--- a/debian/update-patches.mk
+++ b/debian/update-patches.mk
@@ -2,7 +2,7 @@ update-patches:
 	mkdir -p $(CURDIR)/debian/patches
 	rm -f $(CURDIR)/debian/patches/*.patch
 	rm -f $(CURDIR)/debian/patches/series
-	git format-patch -o $(CURDIR)/debian/patches debian-patches ^upstream
+	git format-patch -N -o $(CURDIR)/debian/patches debian-patches ^upstream
 	for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \
 	do \
 		lines=$$(cat $$patch | wc -l) ; \

-- 
Debian packaging for libhildon.



More information about the pkg-maemo-commits mailing list