[Debian-l10n-commits] poedit branch master updated. debian/1.6.9-3-3-g6acfdaf

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Oct 13 13:55:51 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "poedit".

The branch, master has been updated
       via  6acfdaf4330bb606191807f8451ede773cce9c04 (commit)
      from  9856cf2a6b6841992642133291721cea67ce06e8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/poedit.git;a=commitdiff;h=6acfdaf4330bb606191807f8451ede773cce9c04

commit 6acfdaf4330bb606191807f8451ede773cce9c04
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Oct 13 15:55:37 2014 +0200

    Add dump-legacy file, and change file location

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/mv-poedit-dump-legacy.patch | 12 ++++++++++++
 debian/patches/series                      |  1 +
 debian/poedit.install                      |  2 +-
 debian/rules                               |  2 ++
 4 files changed, 16 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/mv-poedit-dump-legacy.patch

diff --git a/debian/patches/mv-poedit-dump-legacy.patch b/debian/patches/mv-poedit-dump-legacy.patch
new file mode 100644
index 0000000..1e3a1a4
--- /dev/null
+++ b/debian/patches/mv-poedit-dump-legacy.patch
@@ -0,0 +1,12 @@
+Description: Moving the poedit-dump-legacy file location
+--- poedit-1.6.9.orig/src/tm/tm_migrate.cpp
++++ poedit-1.6.9/src/tm/tm_migrate.cpp
+@@ -92,7 +92,7 @@ wxString GetDumpToolPath()
+     return path.GetFullPath();
+   #endif
+ #else
+-    return wxStandardPaths::Get().GetInstallPrefix() + "/libexec/poedit-dump-legacy-tm";
++    return "/usr/lib/poedit/poedit-dump-legacy-tm";
+ #endif
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 60365d9..4a09b37 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-desktop.patch
+mv-poedit-dump-legacy.patch
diff --git a/debian/poedit.install b/debian/poedit.install
index 75271a1..f6e644a 100644
--- a/debian/poedit.install
+++ b/debian/poedit.install
@@ -1,6 +1,6 @@
 debian/pixmaps/*       /usr/share/pixmaps
 usr/bin
-usr/lib
+usr/lib/poedit
 usr/share/applications
 usr/share/icons
 usr/share/man/man1
diff --git a/debian/rules b/debian/rules
index 6a358b0..591fdfa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ override_dh_auto_install:
 	dh_auto_install
 	mv debian/tmp/usr/bin/poedit debian/tmp/usr/bin/poeditor
 	mv debian/tmp/usr/share/man/man1/poedit.1 debian/tmp/usr/share/man/man1/poeditor.1
+	mkdir -p debian/tmp/usr/lib/poedit/
+	mv debian/tmp/usr/lib/*/poedit-dump-legacy-tm debian/tmp/usr/lib/poedit/poedit-dump-legacy-tm
 
 override_dh_install-indep:
 	dh_install -ppoedit-common debian/tmp/usr/share/locale usr/share/
-----------------------------------------------------------------------


hooks/post-receive
-- 
poedit



More information about the Debian-l10n-commits mailing list