[Debian-l10n-commits] poedit branch master updated. upstream/1.6.9-62-gc135a54

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sat Oct 11 12:16:36 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  c135a54a71904d0fc26e583bee477c909fd32e37 (commit)
      from  104630170e1b4c1dca512791ecc0e0a33334b642 (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=c135a54a71904d0fc26e583bee477c909fd32e37

commit c135a54a71904d0fc26e583bee477c909fd32e37
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sat Oct 11 14:16:04 2014 +0200

    Fix build failure when the builder doesn't build the common file

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

Summary of changes:
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9932b32..89f297a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+poedit (1.6.9-2) unstable; urgency=medium
+
+  * Fix build failure when poedit-common is not built.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 11 Oct 2014 14:15:33 +0200
+
 poedit (1.6.9-1) unstable; urgency=medium
 
   [ Gianfranco Costamagna ]
diff --git a/debian/rules b/debian/rules
index ed7ef1c..c4d8363 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
 
 override_dh_install:
 	dh_install
-	find debian/poedit-common/usr/share/locale -type d -empty -delete
+	[ -d debian/poedit-common ] && find debian/poedit-common/usr/share/locale -type d -empty -delete
 	mv debian/poedit/usr/bin/poedit debian/poedit/usr/bin/poeditor
 	mv debian/poedit/usr/share/man/man1/poedit.1 debian/poedit/usr/share/man/man1/poeditor.1
 
-----------------------------------------------------------------------


hooks/post-receive
-- 
poedit



More information about the Debian-l10n-commits mailing list