Compare commits
4 Commits
master
...
dist/eole/
Author | SHA1 | Date |
---|---|---|
Benjamin Bohard | 7556a8d2ab | |
Benjamin Bohard | e730b958a6 | |
Benjamin Bohard | 40567da917 | |
Benjamin Bohard | abb6504cb4 |
|
@ -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