Compare commits
4 Commits
master
...
dist/eole/
Author | SHA1 | Date |
---|---|---|
Benjamin Bohard | 334842789e | |
Benjamin Bohard | e730b958a6 | |
Benjamin Bohard | 40567da917 | |
Benjamin Bohard | abb6504cb4 |
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
|
|
||||||
name: "Demande libre"
|
|
||||||
about: "Modèle de demande sans contrainte"
|
|
||||||
title: "[Description courte de la demande]"
|
|
||||||
|
|
||||||
---
|
|
|
@ -1,7 +0,0 @@
|
||||||
#ee0701 bug ; Quelque chose ne fonctionne pas
|
|
||||||
#cccccc duplicate ; Cette demande existe déjà
|
|
||||||
#84b6eb enhancement ; Nouvelle fonctionnalité
|
|
||||||
#128a0c help wanted ; Aide souhaitée
|
|
||||||
#e6e6e6 invalid ; Quelque chose ne va pas
|
|
||||||
#cc317c question ; Information souhaitée
|
|
||||||
#ffffff wontfix ; Ne sera pas résolu
|
|
|
@ -0,0 +1 @@
|
||||||
|
11
|
|
@ -0,0 +1,14 @@
|
||||||
|
Source: packaging-test
|
||||||
|
Section: admin
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Cadoles <contact@cadoles.com>
|
||||||
|
Build-Depends: debhelper (>= 11)
|
||||||
|
Standards-Version: 3.8.4
|
||||||
|
Homepage: https://www.cadoles.com
|
||||||
|
Vcs-Git: https://forge.cadoles.com/bbohard/packaging_test
|
||||||
|
Vcs-Browser: https://forge.cadoles.com/bbohard/packaging_test
|
||||||
|
|
||||||
|
Package: packaging-test
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
Description: rien
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
# See debhelper(7) (uncomment to enable)
|
||||||
|
# output every command that modifies files on the build system.
|
||||||
|
#DH_VERBOSE = 1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Reference in New Issue