The following commit has been merged in the master branch:
commit 52cd9eafcc49d4e4132471e1bc91746e741a71d5
Author: Vincent Legout <[email protected]>
Date:   Fri Mar 25 20:25:53 2011 +0100

    debian/rules: clean new po files updated during build time

diff --git a/debian/changelog b/debian/changelog
index 0447fbb..9e504a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gplanarity (17906-1) unstable; urgency=low
 
   * New upstream release
     - Drop fix_blank_window.patch, fixed upstream
+  * debian/rules: clean new po files updated during build time
 
  -- Vincent Legout <[email protected]>  Fri, 25 Mar 2011 19:52:18 +0100
 
diff --git a/debian/rules b/debian/rules
index 714f4c7..b332cff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,9 @@
 
 override_dh_auto_configure:
        [ -e version.h.orig ] || cp -p version.h version.h.orig
+       [ -e  po/ca.po.orig ] || cp -p po/ca.po po/ca.po.orig
        [ -e  po/cs.po.orig ] || cp -p po/cs.po po/cs.po.orig
+       [ -e  po/de.po.orig ] || cp -p po/de.po po/de.po.orig
        [ -e  po/es_ES.po.orig ] || cp -p po/es_ES.po po/es_ES.po.orig
        [ -e  po/fr_FR.po.orig ] || cp -p po/fr_FR.po po/fr_FR.po.orig
        [ -e  po/gPlanarity.pot.orig ] || cp -p po/gPlanarity.pot \
@@ -21,7 +23,9 @@ override_dh_auto_install:
 override_dh_auto_clean:
        dh_auto_clean
        [ ! -e version.h.orig ] || mv version.h.orig version.h
+       [ ! -e po/ca.po.orig ] || mv po/ca.po.orig po/ca.po
        [ ! -e po/cs.po.orig ] || mv po/cs.po.orig po/cs.po
+       [ ! -e po/de.po.orig ] || mv po/de.po.orig po/de.po
        [ ! -e po/es_ES.po.orig ] || mv po/es_ES.po.orig po/es_ES.po
        [ ! -e po/fr_FR.po.orig ] || mv po/fr_FR.po.orig po/fr_FR.po
        [ ! -e po/gPlanarity.pot.orig ] || mv po/gPlanarity.pot.orig \

-- 
Packaging for gplanarity

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to