r2158 - packages/trunk/dreamchess/debian
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Fri Dec 15 15:30:00 CET 2006
Author: goneri-guest
Date: 2006-12-15 15:30:00 +0100 (Fri, 15 Dec 2006)
New Revision: 2158
Modified:
packages/trunk/dreamchess/debian/rules
Log:
remove some comment
Modified: packages/trunk/dreamchess/debian/rules
===================================================================
--- packages/trunk/dreamchess/debian/rules 2006-12-14 22:52:19 UTC (rev 2157)
+++ packages/trunk/dreamchess/debian/rules 2006-12-15 14:30:00 UTC (rev 2158)
@@ -27,7 +27,6 @@
config.status: configure
dh_testdir
touch ChangeLog # Fix the incorrect date of this file
- # Add here commands to configure the package.
CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=/usr/games --datadir=/usr/share/games
@@ -36,7 +35,6 @@
build-stamp: config.status
dh_testdir
- # Add here commands to compile the package.
$(MAKE)
touch build-stamp
@@ -46,7 +44,6 @@
dh_testroot
rm -f build-stamp
- # Add here commands to clean up after the build process.
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
cp -f /usr/share/misc/config.sub config.sub
@@ -55,7 +52,6 @@
cp -f /usr/share/misc/config.guess config.guess
endif
-
dh_clean
install: build
@@ -64,10 +60,8 @@
dh_clean -k
dh_installdirs
- # Add here commands to install the package into debian/dreamchess.
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
dh_install -pdreamchess debian/dreamchess.xpm usr/share/pixmaps
dh_install -pdreamchess debian/dreamchess.desktop usr/share/applications
More information about the Pkg-games-commits
mailing list