[trigger-rally] 31/103: clean a little harder: two files left over by jam distclean. also remove sdl.m4 during clean, since sdl provides a newer version.

Bertrand Marc bbk-guest at moszumanska.debian.org
Sun May 22 12:21:22 UTC 2016


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

bbk-guest pushed a commit to branch master
in repository trigger-rally.

commit 077da9740c64e60dad0a08069b2f2f78372da6a2
Author: Stefan Potyra <sistpoty at ubuntu.com>
Date:   Mon Sep 25 23:07:46 2006 +0000

    clean a little harder: two files left over by jam distclean.
    also remove sdl.m4 during clean, since sdl provides a newer
    version.
---
 debian/changelog | 7 +++++--
 debian/rules     | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 036dc54..32d3bee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,11 +19,14 @@ trigger (0.5.2-3) UNRELEASED; urgency=low
     + Split 10_fix_build_with_openal.patch, to 05_Makefile.am.patch and
       10_src_glew_jamfile.patch, dropping generated configure from it.
       Finally the patches are more clean.
-    + Also delete configure during clean.
+    + Also delete configure, Jamconfig.in during clean (which are not
+      deleted by jam distclean).
+    + Delete mk/autoconf/sdl.m4, since we use the newer macro supplied 
+      by the debian sdl package instead.
   * Update 05_Makefile.am.patch to not link against zlib1g any longer,
     as trigger doesn't directly need any symbols from it.
 
- -- Stefan Potyra <sistpoty at ubuntu.com>  Mon, 25 Sep 2006 23:07:17 +0200
+ -- Stefan Potyra <sistpoty at ubuntu.com>  Tue, 26 Sep 2006 01:05:30 +0200
 
 trigger (0.5.2-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index ffb11a3..6de82eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,7 @@ clean::
 	# Add here commands to clean up after the build process.
 	-jam distclean
 	$(RM) $(MANPAGES)
-	$(RM) configure
+	$(RM) configure mk/autoconf/sdl.m4 aclocal.m4 Jamconfig.in
 	dh_clean 
 
 install: build $(MANPAGES)

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



More information about the Pkg-games-commits mailing list