Advertising
- Unnamed
- Sunday, May 27th, 2007 at 11:50:59am UTC
- #!/usr/bin/make -f
- # Uncomment this to turn on verbose mode.
- #export DH_VERBOSE=1
- CFLAGS = -Wall -g
- ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
- else
- CFLAGS += -O2
- endif
- configure: configure-stamp
- configure-stamp:
- dh_testdir
- touch configure-stamp
- build: build-stamp
- build-stamp: configure-stamp
- dh_testdir
- $(MAKE)
- touch build-stamp
- clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- -$(MAKE) clean
- dh_clean
- install: build
- uudecode flobopuyo.png.uuencode
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- $(MAKE) install DESTDIR=$(CURDIR)/debian/flobopuyo
- mkdir -p $(CURDIR)/debian/flobopuyo/usr/share/applications
- cp $(CURDIR)/debian/flobopuyo.desktop $(CURDIR)/debian/flobopuyo/usr/share/applications
- # Build architecture-independent files here.
- binary-indep: build install
- # We have nothing to do by default.
- # Build architecture-dependent files here.
- binary-arch: build 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_installinit
- # dh_installcron
- # dh_installinfo
- dh_installman debian/flobopuyo.6
- dh_link
- dh_desktop
- dh_strip
- dh_compress
- dh_fixperms
- # dh_perl
- # dh_python
- # dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
- binary: binary-indep binary-arch
- .PHONY: build clean binary-indep binary-arch binary install configure
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.