Create debian/ directory
This commit is contained in:
parent
4cbc8df7c8
commit
6e73b9adcb
3 changed files with 16 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
python-ognibuild (0.0.1~git20201031.4cbc8df-1) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Jelmer Vernooij <jelmer@debian.org> Fri, 05 Feb 2021 03:00:40 +0000
|
7
debian/control
vendored
Normal file
7
debian/control
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.5.1
|
||||
Build-Depends: debhelper-compat (= 12), dh-sequence-python3
|
||||
Source: python-ognibuild
|
||||
|
||||
Package: python3-python-ognibuild
|
||||
Architecture: all
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=pybuild
|
Loading…
Add table
Reference in a new issue