Codebase list gomoku.app / 073de3e
Import Debian changes 1.2.7-7 gomoku.app (1.2.7-7) unstable; urgency=low * GNUstep transition. + Updated debian/rules. + Updated debian/dirs. * Added a desktop file. Gürkan Sengün authored 16 years ago Yavor Doganov committed 6 years ago
5 changed file(s) with 27 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 [Desktop Entry]
1 Type=Application
2 Version=0.94
3 Categories=Game;BoardGame;
4 Name=Gomoku.app
5 Comment=GNUstep Gomoku Game
6 Exec=Gomoku
0 gomoku.app (1.2.7-7) unstable; urgency=low
1
2 * GNUstep transition.
3 + Updated debian/rules.
4 + Updated debian/dirs.
5 * Added a desktop file.
6
7 -- Gürkan Sengün <gurkan@linuks.mine.nu> Tue, 23 Oct 2007 10:09:45 +0200
8
09 gomoku.app (1.2.7-6) unstable; urgency=low
110
211 * Rebuild against latest libgnustep-gui-dev.
11 Section: games
22 Priority: optional
33 Maintainer: Gürkan Sengün <gurkan@linuks.mine.nu>
4 Build-Depends: debhelper (>= 4.0.0), libgnustep-gui-dev, gnustep-make
4 Build-Depends: debhelper (>= 4.0.0), libgnustep-gui-dev (>= 0.12.0), gnustep-make
55 Standards-Version: 3.7.2
66
77 Package: gomoku.app
00 usr/games
11 usr/share/pixmaps
2 usr/lib/GNUstep/System
32 usr/share/lintian/overrides
11 # Uncomment this to turn on verbose mode.
22 #export DH_VERBOSE=1
33
4 GNUSTEP_SETUP=/usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
5 DEB_GNUSTEP_DIR=$(CURDIR)/debian/gomoku.app/usr/lib/GNUstep/System
4 include /usr/share/GNUstep/debian/config.mk
5 GNUSTEP_MAKEFILES=$(GS_MAKE_DIR)
66
77 build: build-stamp
88
99 build-stamp:
1010 dh_testdir
11 . $(GNUSTEP_SETUP); \
12 $(MAKE) GNUSTEP_INSTALLATION_DIR=$(DEB_GNUSTEP_DIR)
11 gs_make
1312 touch build-stamp
1413
1514 clean:
1615 dh_testdir
1716 dh_testroot
1817 rm -f build-stamp
19 . $(GNUSTEP_SETUP); $(MAKE) distclean clean
18 gs_make distclean clean
2019 dh_clean
2120
2221 install: build
2423 dh_testroot
2524 dh_clean -k
2625 dh_installdirs
27 . $(GNUSTEP_SETUP); $(MAKE) install GNUSTEP_INSTALLATION_DIR=`pwd`/debian/gomoku.app/usr/lib/GNUstep/System
26 gs_make install DESTDIR=$(CURDIR)/debian/gomoku.app GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
27 dh_install debian/*.desktop usr/share/applications/
28 rm $(CURDIR)/debian/*.app/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop
29 mv $(CURDIR)/debian/gomoku.app/usr/bin/Gomoku $(CURDIR)/debian/gomoku.app/usr/games
30 rm -rf $(CURDIR)/debian/gomoku.app/usr/bin/
2831
2932 # Build architecture-independent files here.
3033 binary-indep: build install
3942 install -m 644 debian/lintian-override $(CURDIR)/debian/gomoku.app/usr/share/lintian/overrides/gomoku.app
4043 dh_installmenu
4144 dh_installman
42 dh_link -pgomoku.app usr/bin/gnustep-app-wrapper usr/games/Gomoku
45 dh_desktop
4346 dh_strip
4447 dh_compress
4548 dh_fixperms