[dreamchess] 14/80: split data in dreamchess-data

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 34a96bc4a58f7bbea5933893f5dd7cbef53e77cf
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Thu Dec 14 21:51:01 2006 +0000

    split data in dreamchess-data
---
 debian/control | 11 ++++++++++-
 debian/rules   |  6 ++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index a8cba61..a85dccc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.7.2
 
 Package: dreamchess
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dreamchess-data
 Description: a 3D chess game
  DreamChess features 3D OpenGL graphics and provides various chess board sets,
  ranging from classic wooden to flat.
@@ -22,3 +22,12 @@ Description: a 3D chess game
  functionality, and savegames in PGN format.
  .
   Homepage: http://www.dreamchess.org/
+
+Package: dreamchess
+Architecture: any
+Depends:
+Description: a 3D chess game
+ DreamChess features 3D OpenGL graphics and provides various chess board sets,
+ ranging from classic wooden to flat.
+ .
+ This package provide data files.
diff --git a/debian/rules b/debian/rules
index e236a90..e5119d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ endif
 config.status: configure
 	dh_testdir
 	# 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
+	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
 
 
 build: build-stamp
@@ -64,7 +64,9 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/dreamchess.
-	$(MAKE) install DESTDIR=$(CURDIR)/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