[dreamchess] 19/80: remove some comment

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:27 UTC 2015


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

apo-guest pushed a commit to branch master
in repository dreamchess.

commit 611994f9dc09a7a9d08c62482f673bcc33c3d99f
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Fri Dec 15 14:30:00 2006 +0000

    remove some comment
---
 debian/rules | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9e8b93e..c103219 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ endif
 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: build-stamp
 build-stamp:  config.status
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(MAKE)
 
 	touch build-stamp
@@ -46,7 +44,6 @@ clean:
 	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 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
 
-
 	dh_clean 
 
 install: build
@@ -64,10 +60,8 @@ install: build
 	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
 

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



More information about the Pkg-games-commits mailing list