Author: alfie
Date: 2009-05-19 07:54:07 +0000 (Tue, 19 May 2009)
New Revision: 9775

Modified:
   packages/branches/wesnoth/experimental/debian/changelog
   packages/branches/wesnoth/experimental/debian/rules
Log:
  - Remove all autogenerated files in clean target.

Modified: packages/branches/wesnoth/experimental/debian/changelog
===================================================================
--- packages/branches/wesnoth/experimental/debian/changelog     2009-05-19 
06:44:41 UTC (rev 9774)
+++ packages/branches/wesnoth/experimental/debian/changelog     2009-05-19 
07:54:07 UTC (rev 9775)
@@ -7,6 +7,7 @@
     - New campaign wesnoth-dm.
     - Now requires us to call ./autogen.sh on ourself, Build-Depend on
       automake.
+    - Remove all autogenerated files in clean target.
     - Also requires liblua5.1-0-dev for building.
     - New dirs to install: data/lua and data/test for wesnoth-data.
     - New tools content: Makefile, hexometer, wmlxgettext.
@@ -14,7 +15,7 @@
   * Switch to debhelper 7 now that we use dh_lintian from debhelper
     6something. Also use dh_prep instead of dh_clean -k.
 
- -- Gerfried Fuchs <[email protected]>  Tue, 19 May 2009 08:30:02 +0200
+ -- Gerfried Fuchs <[email protected]>  Tue, 19 May 2009 09:11:54 +0200
 
 wesnoth (1:1.6.2-1) unstable; urgency=low
 

Modified: packages/branches/wesnoth/experimental/debian/rules
===================================================================
--- packages/branches/wesnoth/experimental/debian/rules 2009-05-19 06:44:41 UTC 
(rev 9774)
+++ packages/branches/wesnoth/experimental/debian/rules 2009-05-19 07:54:07 UTC 
(rev 9775)
@@ -47,6 +47,12 @@
        rm -f build-arch-stamp build-indep-stamp
        # Add here commands to clean up after the build process.
        [ ! -f Makefile ] || $(MAKE) distclean
+       rm -f aclocal.m4 config.h.in Makefile.in configure m4/Makefile.in \
+               po/Makefile.in doc/Makefile.in doc/man/Makefile.in \
+               doc/manual/Makefile.in src/Makefile.in icons/Makefile.in \
+               config/compile config/config.guess config/config.sub \
+               config/install-sh config/missing config/depcomp \
+               config/py-compile config.log
        find po -name "*.gmo" -exec rm -f {} \;
        find po -name "stamp-po" -exec rm -f {} \;
        rm -f config.sub config.guess
@@ -59,6 +65,7 @@
 
 build-arch: build-arch-stamp
 build-arch-stamp: patch
+       ./autogen.sh
        ./configure $(CONFIGURE_SWITCHES)
        $(MAKE)
        touch $@


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

Reply via email to