Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Unnamed
Sunday, May 27th, 2007 at 11:50:59am UTC 

  1. #!/usr/bin/make -f
  2.  
  3. # Uncomment this to turn on verbose mode.
  4. #export DH_VERBOSE=1
  5.  
  6. CFLAGS = -Wall -g
  7.  
  8. ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
  9.         CFLAGS += -O0
  10. else
  11.         CFLAGS += -O2
  12. endif
  13.  
  14. configure: configure-stamp
  15. configure-stamp:
  16.         dh_testdir
  17.         touch configure-stamp
  18.  
  19. build: build-stamp
  20.  
  21. build-stamp: configure-stamp
  22.         dh_testdir
  23.         $(MAKE)
  24.         touch build-stamp
  25.  
  26. clean:
  27.         dh_testdir
  28.         dh_testroot
  29.         rm -f build-stamp configure-stamp
  30.         -$(MAKE) clean
  31.         dh_clean
  32.  
  33. install: build
  34.         uudecode flobopuyo.png.uuencode
  35.         dh_testdir
  36.         dh_testroot
  37.         dh_clean -k
  38.         dh_installdirs
  39.         $(MAKE) install DESTDIR=$(CURDIR)/debian/flobopuyo
  40.        
  41.         mkdir -p $(CURDIR)/debian/flobopuyo/usr/share/applications
  42.         cp $(CURDIR)/debian/flobopuyo.desktop $(CURDIR)/debian/flobopuyo/usr/share/applications
  43.  
  44. # Build architecture-independent files here.
  45. binary-indep: build install
  46. # We have nothing to do by default.
  47.  
  48. # Build architecture-dependent files here.
  49. binary-arch: build install
  50.         dh_testdir
  51.         dh_testroot
  52.         dh_installchangelogs Changelog
  53.         dh_installdocs
  54. #       dh_installexamples
  55.         dh_install
  56.         dh_installmenu
  57. #       dh_installdebconf     
  58. #       dh_installlogrotate
  59. #       dh_installemacsen
  60. #       dh_installpam
  61. #       dh_installmime
  62. #       dh_installinit
  63. #       dh_installcron
  64. #       dh_installinfo
  65.         dh_installman debian/flobopuyo.6
  66.         dh_link
  67.         dh_desktop
  68.         dh_strip
  69.         dh_compress
  70.         dh_fixperms
  71. #       dh_perl
  72. #       dh_python
  73. #       dh_makeshlibs
  74.         dh_installdeb
  75.         dh_shlibdeps
  76.         dh_gencontrol
  77.         dh_md5sums
  78.         dh_builddeb
  79.  
  80. binary: binary-indep binary-arch
  81. .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.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



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.

comments powered by Disqus
worth-right
worth-right