-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Adapt build chain for setuptools
- Loading branch information
Showing
7 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,17 @@ Source: nipap-cli | |
Maintainer: Lukas Garberg <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python3 (>= 3.1), dh-python, debhelper (>= 10), python3-setuptools | ||
Standards-Version: 4.4.0 | ||
Build-Depends: debhelper-compat (= 13), | ||
dh-python, | ||
dh-exec, | ||
python3-all, | ||
python3-setuptools, | ||
bash-completion | ||
Standards-Version: 4.6.1 | ||
|
||
Package: nipap-cli | ||
Architecture: all | ||
Depends: ${misc:Depends}, python3 (>= 3.1), python3-ipy, python3-pynipap | ||
Depends: ${misc:Depends}, ${python3:Depends} | ||
Description: Neat IP Address Planner | ||
The Neat IP Address Planner, NIPAP, is a system built for efficiently managing | ||
large amounts of IP addresses. This is the shell command. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/usr/bin/dh-exec | ||
nipaprc => /etc/.nipaprc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../bash_complete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/make -f | ||
|
||
#export DH_VERBOSE=1 | ||
export PYBUILD_NAME=nipap-cli | ||
export PYBUILD_INSTALL_ARGS=--install-lib usr/lib/python3/dist-packages/ | ||
#export PYBUILD_NAME=nipap-cli | ||
#export PYBUILD_INSTALL_ARGS=--install-lib usr/lib/python3/dist-packages/ | ||
|
||
%: | ||
dh $@ --with python3 --buildsystem=pybuild | ||
dh $@ --with python3 --buildsystem=pybuild --with bash-completion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |