This is an automated email from the git hooks/post-receive script.

jff-guest pushed a commit to branch master
in repository simutrans.

commit 3951d0a3b7ff8c022942f0bf969e17fa61b639d3
Author: Jörg Frings-Fürst <[email protected]>
Date:   Tue Nov 10 19:36:28 2015 +0100

    Remove BROKEN_LANG loop
---
 debian/changelog | 1 +
 debian/rules     | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06f550f..b774918 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ simutrans (120.1.1+repack-1) unstable; urgency=medium
     - Remove obsolete nettools and skin.
     - To prevent FTBFS with sbuild add dh_quilt_patch to
       override_dh_auto_clean.
+    - Remove BROKEN_LANG loop.
   * debian/copyright:
     - Add myself to debian/*
     - Remove obsolete utils/dr_rdgif.c.
diff --git a/debian/rules b/debian/rules
index 72d68f2..6224ef6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,15 +30,9 @@ override_dh_auto_clean:
        $(RM) -r skin
        $(RM) -r build
 
-# These languages will be excluded
-BROKEN_LANG =
-
 override_dh_install:
        dh_install
        install -m 755 build/default/sim 
$(CURDIR)/debian/simutrans/usr/games/simutrans
-       for lang in $(BROKEN_LANG); do \
-           $(RM) 
$(CURDIR)/debian/simutrans-data/usr/share/games/simutrans/text/$$lang.tab ; \
-       done
 
 override_dh_installchangelogs:
        dh_installchangelogs simutrans/history.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/simutrans.git

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

Reply via email to