pidgin: 5ab28444: Fix our COPYRIGHT file to be UTF-8 again...

rlaager at pidgin.im rlaager at pidgin.im
Mon Nov 17 14:35:21 EST 2008


-----------------------------------------------------------------
Revision: 5ab28444f1f119924261f9a0f6f8d742bbb796ef
Ancestor: d33b4d42bee23e1d64289f3e7c83b182ef0e5a91
Author: rlaager at pidgin.im
Date: 2008-11-17T19:28:39
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5ab28444f1f119924261f9a0f6f8d742bbb796ef

Modified files:
        COPYRIGHT Makefile.am

ChangeLog: 

Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check
Makefile rule to catch this in the future.

-------------- next part --------------
============================================================
--- COPYRIGHT	83d59f6159fc576325a039b8fffd48c21e631547
+++ COPYRIGHT	94b35b611d831d4cdbd2d5fb3d6d9f85866b0bf7
@@ -307,7 +307,7 @@ Matt Perry
 Ted Percival
 Eduardo P?rez
 Matt Perry
-Diego Petten?iego Petten
 Nathan Peterson
 Sebasti?n E. Peyrott
 Celso Pinto
@@ -323,7 +323,7 @@ Justin Pryzby
 Jory A. Pratt
 Brent Priddy
 Justin Pryzby
-Florian Qu?
+Florian Qu?ze
 Ignacio Casal Quinteiro
 Federicco Mena Quintero
 Yosef Radchenko
============================================================
--- Makefile.am	b234db231f3ce0eeb55e05e72a4959b6f1eb0855
+++ Makefile.am	73c7d753cee038641017b80a33dd352f1aa248c7
@@ -34,6 +34,7 @@ commit-check:
 	(cd po ; intltool-update -m 2>&1 | grep -v '^mismatched quotes.*\.py$$' | sed "s|current directory|po directory|" | grep . ; if [ $$? = 0 ] ; then exit 1 ; else exit 0 ; fi)
 	LC_ALL=C sort -c -t/ -u po/POTFILES.in
 	LC_ALL=C sort -c -t/ -u po/POTFILES.skip
+	iconv -f utf8 -t utf8 COPYRIGHT | cmp COPYRIGHT -
 
 version-check: commit-check
 # We don't want to release development versions.


More information about the Commits mailing list