ré-organisation des fichiers et ajout du script de création du paquet debian

This commit is contained in:
Vincent BENOIT
2022-11-22 11:33:13 +01:00
parent b1e0925ce8
commit 739f752c4e
21 changed files with 60 additions and 14 deletions
Executable
+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#