1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-01 20:10:55 +01:00
lodel2_mirror/debian/rules
Yann 8f48612c82 Enables debian package creation
with make deb . Next commit will update the README
2016-09-23 14:34:57 +02:00

22 lines
743 B
Makefile
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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