Compare commits

..

4 Commits

6 changed files with 23 additions and 14 deletions

View File

@ -1,7 +0,0 @@
---
name: "Demande libre"
about: "Modèle de demande sans contrainte"
title: "[Description courte de la demande]"
---

View File

@ -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

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
11

14
debian/control vendored Normal file
View File

@ -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

7
debian/rules vendored Normal file
View File

@ -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 $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)