Codebase list fruit / 2ea0a5c
Import Debian changes 2.1.dfsg-3 fruit (2.1.dfsg-3) unstable; urgency=low * Remove stripping of binarys (#Closes: 436875) * Changed statndards version to 3.7.3 * Adjusted the format for the homepage in control fruit (2.1.dfsg-2) unstable; urgency=low * remove unneccessary dependency on libstdc++.so.6 and libgcc1 Oliver Korff authored 16 years ago Samuel Henrique committed 4 years ago
4 changed file(s) with 20 addition(s) and 38 deletion(s). Raw diff Collapse all Expand all
0 fruit (2.1.dfsg-3) unstable; urgency=low
1
2 * Remove stripping of binarys (#Closes: 436875)
3 * Changed statndards version to 3.7.3
4 * Adjusted the format for the homepage in control
5
6 -- Oliver Korff <ok@xynyx.de> Wed, 06 Feb 2008 20:25:32 +0100
7
8 fruit (2.1.dfsg-2) unstable; urgency=low
9
10 * remove unneccessary dependency on libstdc++.so.6 and libgcc1
11
12 -- Oliver Korff <ok@xynyx.de> Sat, 20 Jan 2007 11:45:39 +0100
13
014 fruit (2.1.dfsg-1) unstable; urgency=low
115
216 * removed crlf from documentation (closes: #334372)
22 Priority: optional
33 Maintainer: Oliver Korff <ok@xynyx.de>
44 Build-Depends: debhelper (>= 4.0.0), sharutils
5 Standards-Version: 3.6.2
5 Standards-Version: 3.7.3
66
77 Package: fruit
88 Architecture: any
1515 to play against it, you will have to use an UCI capable interface,
1616 like knights. This distribution comes with an opening book of moves
1717 that the engine can use for the first few moves of the game. This
18 increases performance in the chess games opening. Fruit can be found
19 at http://wbec-ridderkerk.nl/.
18 increases performance in the chess games opening.
19 .
20 http://wbec-ridderkerk.nl/.
00 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
71
82 # Uncomment this to turn on verbose mode.
93 #export DH_VERBOSE=1
2216 configure: configure-stamp
2317 configure-stamp:
2418 dh_testdir
25 # Add here commands to configure the package.
26
2719 touch configure-stamp
28
2920
3021 build: build-stamp
3122
3223 build-stamp: configure-stamp
3324 dh_testdir
34
35 # Add here commands to compile the package.
3625 cd $(CURDIR)/src ; $(MAKE)
37 #docbook-to-man debian/fruit.sgml > fruit.1
38
3926 touch build-stamp
4027
4128 clean:
4229 dh_testdir
4330 dh_testroot
4431 rm -f build-stamp configure-stamp
45
46 # Add here commands to clean up after the build process.
4732 if [ -e $(CURDIR)/src/fruit ]; then rm $(CURDIR)/src/fruit ; fi
4833 cd $(CURDIR)/src ; $(MAKE) clean
49
5034 if [ -e $(CURDIR)/debian/fruit/usr/share/doc/html/knights-fruit_settings2.png ]; then rm $(CURDIR)/debian/fruit/usr/share/doc/html/knights-fruit_settings2.png ; fi
5135 if [ -e $(CURDIR)/debian/fruit/usr/share/doc/html/knights-fruit_settings.png ]; then rm $(CURDIR)/debian/fruit/usr/share/doc/html/knights-fruit_settings.png ; fi
5236
5842 dh_clean -k
5943 dh_installdirs
6044
61 # Add here commands to install the package into debian/fruit.
6245 #$(MAKE) install DESTDIR=$(CURDIR)/debian/fruit
6346 cp $(CURDIR)/src/fruit $(CURDIR)/debian/fruit/usr/games ; cp $(CURDIR)/book_small.bin $(CURDIR)/debian/fruit/usr/share/games/fruit/
6447 uudecode $(CURDIR)/debian/knights-fruit_settings.uu
6851 tr -d '\r' < $(CURDIR)/readme.txt > $(CURDIR)/debian/fruit/usr/share/doc/fruit/readme.txt
6952 tr -d '\r' < $(CURDIR)/technical_10.txt > $(CURDIR)/debian/fruit/usr/share/doc/fruit/technical_10.txt
7053
71 # Build architecture-independent files here.
7254 binary-indep: build install
73 # We have nothing to do by default.
7455
75 # Build architecture-dependent files here.
7656 binary-arch: build install
7757 dh_testdir
7858 dh_testroot
7959 dh_installchangelogs
8060 dh_installdocs
8161 dh_installexamples
82 # dh_install
83 # dh_installmenu
84 # dh_installdebconf
85 # dh_installlogrotate
86 # dh_installemacsen
87 # dh_installpam
88 # dh_installmime
89 # dh_installinit
90 # dh_installcron
91 # dh_installinfo
9262 dh_installman $(CURDIR)/debian/fruit.6
9363 dh_link
9464 dh_strip
9565 dh_compress
9666 dh_fixperms
97 # dh_perl
98 # dh_python
99 # dh_makeshlibs
10067 dh_installdeb
10168 dh_shlibdeps
10269 dh_gencontrol
3232 # CXXFLAGS += -march=athlon-xp # SELECT ME
3333
3434 # strip
35
36 LDFLAGS += -s
35 # oko: No Stripping cause of policy 10.1
36 # LDFLAGS += -s
3737
3838 # dependencies
3939