The following commit has been merged in the master branch:
commit 4fe393cb85e3d95891ef66d81927c3d976a4d9d7
Author: Gerfried Fuchs <[email protected]>
Date:   Wed Jun 16 15:46:19 2010 +0200

    unpatch after cleaning, not before

diff --git a/debian/changelog b/debian/changelog
index 2dfa634..1712786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wesnoth-1.8 (1:1.8.2-2) unstable; urgency=low
 
   * Really enable DEB_BUILD_OPTIONS="parallel=X" in debian/rules.
+  * unpatch after cleaning, not before.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index 8154905..8e3d0c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,7 +50,7 @@ CONFIGURE_SWITCHES = --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) -
 
 include /usr/share/quilt/quilt.make
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
@@ -65,6 +65,7 @@ clean: unpatch
        find po -name "*.gmo" -exec rm -f {} \;
        find po -name "stamp-po" -exec rm -f {} \;
        rm -f config.sub config.guess
+       $(MAKE) -f debian/rules unpatch
        dh_clean
 
 

-- 
Debian packaging of wesnoth

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

Reply via email to