ajout des fichiers pour la construction du package debian et la compilation de l'application angular

This commit is contained in:
Vincent BENOIT
2022-11-16 12:02:31 +01:00
parent 56b98d9c44
commit ada877e19d
10 changed files with 140 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#export DH_VERBOSE = 1
#RULES_START_TEXT#
%:
dh $@#DH_ADDON#
override_dh_auto_install:
#RULES_END_TEXT#