[slbackup-commit] CVS update: slbackup-php ChangeLog Makefile
winnie at alioth.debian.org
winnie at alioth.debian.org
Wed Jan 16 11:06:08 UTC 2008
User: winnie
Date: 08/01/16 11:06:08
Modified: . ChangeLog Makefile
Log:
Some smaller changes to fix the important bug completly
Remove dh_strip.. we don't need to strip here
Revision Changes Path
1.3 slbackup-php/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/slbackup/slbackup-php/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 25 Apr 2007 08:23:09 -0000 1.2
+++ ChangeLog 16 Jan 2008 11:06:08 -0000 1.3
@@ -1,3 +1,6 @@
+Wed, 16 Jan 2007 Patrick Winnertz
+ * Add --language=PHP to the xgettext options
+
Wed, 25 Apr 2007 Finn-Arne Johansen
* Release 0.2
1.8 slbackup-php/Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/slbackup/slbackup-php/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile 25 May 2007 08:59:06 -0000 1.7
+++ Makefile 16 Jan 2008 11:06:08 -0000 1.8
@@ -52,7 +52,7 @@
po/slbackup-php.pot: src/*.php templates/*.tpl
tsmarty2c.php templates | \
- xgettext --add-comments --default-domain=slbackup-php \
+ xgettext --add-comments --language=PHP --default-domain=slbackup-php \
- src/*.php --output po/slbackup-php.pot
More information about the slbackup-commit
mailing list