No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

rules 743B

12345678910111213141516171819202122
  1. #!/usr/bin/make -f
  2. # consulter debhelper(7) (décommenter lorsque nécessaire)
  3. # afficher chaque commande modifiant un fichier dans le système construit
  4. #DH_VERBOSE = 1
  5. # consulter EXAMPLES dans dpkg-buildflags(1) et lire /usr/share/dpkg/*
  6. DPKG_EXPORT_BUILDFLAGS = 1
  7. include /usr/share/dpkg/default.mk
  8. # consulter FEATURE AREAS dans dpkg-buildflags(1)
  9. #export DEB_BUILD_MAINT_OPTIONS = hardening=+all
  10. # consulter ENVIRONMENT dans dpkg-buildflags(1)
  11. # mainteneurs de paquet à ajouter à CFLAGS
  12. #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
  13. # mainteneurs de paquet à ajouter à append LDFLAGS
  14. #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
  15. # principal script d’empaquetage basé sur la syntaxe de dh7
  16. %:
  17. dh $@ --with python3