[trigger-rally] 72/103: * debian/rules: don't ingore errors in clean.
Bertrand Marc
bbk-guest at moszumanska.debian.org
Sun May 22 12:21:28 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 08f2589a58a8bb1e99fabeaf7eacddf60963f1cb
Author: Stefan Potyra <sistpoty at ubuntu.com>
Date: Sat Apr 10 10:21:01 2010 +0000
* debian/rules: don't ingore errors in clean.
---
debian/changelog | 3 ++-
debian/rules | 4 +---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b8d2ce3..3bca6d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,8 +23,9 @@ trigger-rally (0.5.2.1-2) UNRELEASED; urgency=low
* debian/control: Improve wording in description.
* debian/control: Make the transitional package arch:all.
* debian/trigger-rally.desktop: Drop catagory 3DGraphics, LP: #532067.
+ * debian/rules: Don't ignore errors in clean.
- -- Stefan Potyra <sistpoty at ubuntu.com> Sat, 10 Apr 2010 11:41:15 +0200
+ -- Stefan Potyra <sistpoty at ubuntu.com> Sat, 10 Apr 2010 12:10:50 +0200
trigger-rally (0.5.2.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index e7f0488..aee9af0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,8 +56,7 @@ clean::
dh_testroot
rm -f build-stamp
- # Add here commands to clean up after the build process.
- -jam distclean
+ if [ -f Jamconfig ]; then jam distclean; fi
$(RM) $(MANPAGES)
$(RM) configure mk/autoconf/sdl.m4 aclocal.m4 Jamconfig.in
dh_clean
@@ -73,7 +72,6 @@ install: build $(MANPAGES)
cp debian/trigger-rally_32.xpm debian/$(PACKAGE)/usr/share/icons/hicolor/32x32/apps/trigger-rally.xpm
cp debian/trigger-rally_64.xpm debian/$(PACKAGE)/usr/share/icons/hicolor/64x64/apps/trigger-rally.xpm
-
binary-indep: build install
binary-arch: build install
--
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