[SCM] front-end for the arcade games emulator MAME branch, master, updated. debian/0.2.8-1-10-g00168bb

Loïc Martin loic.martin3 at gmail.com
Tue Jun 9 17:49:05 UTC 2009


The following commit has been merged in the master branch:
commit 00168bb6b0a5dd1b9efc1371e939a2ca40612cfb
Author: Loïc Martin <loic.martin3 at gmail.com>
Date:   Tue Jun 9 19:48:37 2009 +0200

    First edit of debian/rules

diff --git a/debian/rules b/debian/rules
index c428c9f..fd702ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
@@ -14,7 +12,7 @@ endif
 
 config.status: configure
 	dh_testdir
-	# Add here commands to configure the package.
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -29,9 +27,7 @@ build: build-stamp
 build-stamp:  config.status 
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/gmameui.sgml > gmameui.1
 
 	touch $@
 
@@ -40,7 +36,6 @@ clean:
 	dh_testroot
 	rm -f build-stamp 
 
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 
@@ -52,39 +47,29 @@ install: build
 	dh_prep  
 	dh_installdirs
 
-	# Add here commands to install the package into debian/gmameui.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/gmameui install
+	mv debian/gmameui.xpm \
+		debian/gmameui/usr/share/pixmaps/
+	mv debian/gmameui/usr/bin/gmameui \
+		debian/gmameui/usr/games/
+	rm -rf debian/gmameui/usr/bin
 
 
-# Build architecture-independent files here.
 binary-indep: install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-arch: install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples
-#	dh_install
-#	dh_installmenu
-#	dh_installdebconf
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-#	dh_installman
+	dh_installmenu
+	dh_installdirs
+#	dh_install -a
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

-- 
front-end for the arcade games emulator MAME



More information about the Pkg-games-commits mailing list