[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:18:52 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=e2eb69d
The following commit has been merged in the master branch:
commit e2eb69d16d356dd81034b31ea40b44bd939832ec
Author: Albert Astals Cid <aacid at kde.org>
Date: Sat Feb 12 13:41:30 2011 +0000
Proper syntax
CCMAIL: dario.freddi at collabora.co.uk
---
app/Messages.sh | 2 +-
config/Messages.sh | 2 +-
lib/Messages.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/Messages.sh b/app/Messages.sh
index a54da3d..c21530e 100755
--- a/app/Messages.sh
+++ b/app/Messages.sh
@@ -1,4 +1,4 @@
-! /usr/bin/env bash
+#! /usr/bin/env bash
#$EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp"` -o $podir/telepathy-chat-handler.pot
#rm -f rc.cpp
diff --git a/config/Messages.sh b/config/Messages.sh
index f1c9df5..295f8a3 100755
--- a/config/Messages.sh
+++ b/config/Messages.sh
@@ -1,4 +1,4 @@
-! /usr/bin/env bash
+#! /usr/bin/env bash
$EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp"` -o $podir/telepathy-chat-window-config.pot
rm -f rc.cpp
diff --git a/lib/Messages.sh b/lib/Messages.sh
index c94ac23..b307ad9 100755
--- a/lib/Messages.sh
+++ b/lib/Messages.sh
@@ -1,4 +1,4 @@
-! /usr/bin/env bash
+#! /usr/bin/env bash
$EXTRACTRC `find . -name "*.ui"` >> rc.cpp || exit 11
$XGETTEXT `find . -name "*.cpp"` -o $podir/ktelepathy_chat_lib.pot
rm -f rc.cpp
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list