Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.91 KB | None | 0 0
  1. #!/usr/bin/make -f
  2. # See debhelper(7) (uncomment to enable)
  3. # output every command that modifies files on the build system.
  4. #DH_VERBOSE = 1
  5.  
  6. # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
  7. DPKG_EXPORT_BUILDFLAGS = 1
  8. MAKEVARS=prefix=/usr CRYPTO=GNUTLS libdir=/usr/lib/
  9. include /usr/share/dpkg/default.mk
  10.  
  11. # see FEATURE AREAS in dpkg-buildflags(1)
  12. #export DEB_BUILD_MAINT_OPTIONS = hardening=+all
  13.  
  14. # see ENVIRONMENT in dpkg-buildflags(1)
  15. # package maintainers to append CFLAGS
  16. #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
  17. # package maintainers to append LDFLAGS
  18. #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
  19.  
  20.  
  21. # main packaging script based on dh7 syntax
  22. %:
  23.     dh $@
  24.  
  25. # debmake generated override targets
  26. # This is example for Cmake (See http://bugs.debian.org/641051 )
  27. #override_dh_auto_configure:
  28. #   dh_auto_configure -- \
  29. #   -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement