-
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.
Merge pull request #1383 from garberg/misc_build_fixes
Misc fixes to build system & co
- Loading branch information
Showing
24 changed files
with
46 additions
and
46 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,5 @@ | |
*.tar.gz | ||
*.deb | ||
docs/sphinx/_build/ | ||
nipap-www/nipap_www.egg-info | ||
nipap/nipap.egg-info |
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 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 |
---|---|---|
|
@@ -152,7 +152,7 @@ nipap-cli (0.29.4-1) stable; urgency=medium | |
* Improved logging in backend (#1043, #1047) | ||
* WSGI file moved to /etc/nipap/www (#880, #1052) | ||
|
||
-- Lukas Garberg <lukagarb@arb> Mon, 26 Sep 2016 06:57:23 +0200 | ||
-- Lukas Garberg <[email protected]> Mon, 26 Sep 2016 06:57:23 +0200 | ||
|
||
nipap-cli (0.29.3-1) stable; urgency=medium | ||
|
||
|
@@ -173,7 +173,7 @@ nipap-cli (0.29.2-1) stable; urgency=medium | |
#1005) | ||
* Fix error handling in nipap-www (#1004, #1006) | ||
|
||
-- Kristian Larsson <kll@lingloi> Fri, 09 Sep 2016 17:45:14 +0200 | ||
-- Kristian Larsson <[email protected]> Fri, 09 Sep 2016 17:45:14 +0200 | ||
|
||
nipap-cli (0.29.1-1) stable; urgency=medium | ||
|
||
|
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,7 +2,7 @@ Source: nipap-cli | |
Maintainer: Lukas Garberg <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python3 (>= 3.1), dh-python, debhelper (>= 9), python3-setuptools | ||
Build-Depends: python3 (>= 3.1), dh-python, debhelper (>= 10), python3-setuptools | ||
Standards-Version: 4.4.0 | ||
|
||
Package: nipap-cli | ||
|
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 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 |
---|---|---|
|
@@ -152,7 +152,7 @@ nipap-www (0.29.4-1) stable; urgency=medium | |
* Improved logging in backend (#1043, #1047) | ||
* WSGI file moved to /etc/nipap/www (#880, #1052) | ||
|
||
-- Lukas Garberg <lukagarb@arb> Mon, 26 Sep 2016 06:57:22 +0200 | ||
-- Lukas Garberg <[email protected]> Mon, 26 Sep 2016 06:57:22 +0200 | ||
|
||
nipap-www (0.29.3-1) stable; urgency=medium | ||
|
||
|
@@ -173,7 +173,7 @@ nipap-www (0.29.2-1) stable; urgency=medium | |
#1005) | ||
* Fix error handling in nipap-www (#1004, #1006) | ||
|
||
-- Kristian Larsson <kll@lingloi> Fri, 09 Sep 2016 17:45:14 +0200 | ||
-- Kristian Larsson <[email protected]> Fri, 09 Sep 2016 17:45:14 +0200 | ||
|
||
nipap-www (0.29.1-1) stable; urgency=medium | ||
|
||
|
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,7 +2,7 @@ Source: nipap-www | |
Section: web | ||
Priority: optional | ||
Maintainer: Lukas Garberg <[email protected]> | ||
Build-Depends: debhelper (>= 5.0.38), debhelper (>= 7), python3 (>= 3.6), python3-setuptools (>= 0.6b3), dh-python | ||
Build-Depends: debhelper (>= 10), python3 (>= 3.6), python3-setuptools (>= 0.6b3), dh-python | ||
Standards-Version: 4.4.0 | ||
|
||
Package: nipap-www | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
Flask | ||
Jinja2 | ||
Flask==2.1.3 | ||
Jinja2==3.1.4 | ||
pynipap | ||
nipap | ||
|
||
# optional dependencies below | ||
opentelemetry-api==1.24.0 | ||
opentelemetry-exporter-otlp==1.24.0 | ||
opentelemetry-exporter-otlp-proto-common==1.24.0 | ||
opentelemetry-exporter-otlp-proto-grpc==1.24.0 | ||
opentelemetry-exporter-otlp-proto-http==1.24.0 | ||
opentelemetry-instrumentation==0.45b0 | ||
opentelemetry-instrumentation-dbapi==0.45b0 | ||
opentelemetry-instrumentation-flask==0.45b0 | ||
opentelemetry-instrumentation-psycopg2==0.45b0 | ||
opentelemetry-instrumentation-wsgi==0.45b0 | ||
opentelemetry-proto==1.24.0 | ||
opentelemetry-sdk==1.24.0 | ||
opentelemetry-semantic-conventions==0.45b0 | ||
opentelemetry-util-http==0.45b0 |
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 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 |
---|---|---|
|
@@ -152,7 +152,7 @@ nipap (0.29.4-1) stable; urgency=medium | |
* Improved logging in backend (#1043, #1047) | ||
* WSGI file moved to /etc/nipap/www (#880, #1052) | ||
|
||
-- Lukas Garberg <lukagarb@arb> Mon, 26 Sep 2016 06:57:19 +0200 | ||
-- Lukas Garberg <[email protected]> Mon, 26 Sep 2016 06:57:19 +0200 | ||
|
||
nipap (0.29.3-1) stable; urgency=medium | ||
|
||
|
@@ -173,7 +173,7 @@ nipap (0.29.2-1) stable; urgency=medium | |
#1005) | ||
* Fix error handling in nipap-www (#1004, #1006) | ||
|
||
-- Kristian Larsson <kll@lingloi> Fri, 09 Sep 2016 17:45:14 +0200 | ||
-- Kristian Larsson <[email protected]> Fri, 09 Sep 2016 17:45:14 +0200 | ||
|
||
nipap (0.29.1-1) stable; urgency=medium | ||
|
||
|
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,7 +2,7 @@ Source: nipap | |
Maintainer: Lukas Garberg <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python3 (>= 3.6), debhelper (>= 7.4.3), dh-python | ||
Build-Depends: python3 (>= 3.6), debhelper (>= 10), dh-python | ||
Standards-Version: 4.4.0 | ||
|
||
|
||
|
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 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 |
---|---|---|
|
@@ -152,7 +152,7 @@ pynipap (0.29.4-1) stable; urgency=medium | |
* Improved logging in backend (#1043, #1047) | ||
* WSGI file moved to /etc/nipap/www (#880, #1052) | ||
|
||
-- Lukas Garberg <lukagarb@arb> Mon, 26 Sep 2016 06:57:20 +0200 | ||
-- Lukas Garberg <[email protected]> Mon, 26 Sep 2016 06:57:20 +0200 | ||
|
||
pynipap (0.29.3-1) stable; urgency=medium | ||
|
||
|
@@ -173,7 +173,7 @@ pynipap (0.29.2-1) stable; urgency=medium | |
#1005) | ||
* Fix error handling in nipap-www (#1004, #1006) | ||
|
||
-- Kristian Larsson <kll@lingloi> Fri, 09 Sep 2016 17:45:14 +0200 | ||
-- Kristian Larsson <[email protected]> Fri, 09 Sep 2016 17:45:14 +0200 | ||
|
||
pynipap (0.29.1-1) stable; urgency=medium | ||
|
||
|
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,7 +2,7 @@ Source: pynipap | |
Maintainer: Lukas Garberg <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: debhelper (>= 8), dh-python, | ||
Build-Depends: debhelper (>= 10), dh-python, | ||
python3 (>= 3.6) | ||
X-Python3-Version: >= 3.6 | ||
Standards-Version: 4.4.0 | ||
|
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,4 +1,4 @@ | ||
#!/usr/bin/env python | ||
#!/usr/bin/env python3 | ||
""" | ||
Copy content of NEWS file into dch file. | ||
|
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 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 |
---|---|---|
|
@@ -152,7 +152,7 @@ nipap-whoisd (0.29.4-1) stable; urgency=medium | |
* Improved logging in backend (#1043, #1047) | ||
* WSGI file moved to /etc/nipap/www (#880, #1052) | ||
|
||
-- Lukas Garberg <lukagarb@arb> Mon, 26 Sep 2016 06:57:24 +0200 | ||
-- Lukas Garberg <[email protected]> Mon, 26 Sep 2016 06:57:24 +0200 | ||
|
||
nipap-whoisd (0.29.3-1) stable; urgency=medium | ||
|
||
|
@@ -173,7 +173,7 @@ nipap-whoisd (0.29.2-1) stable; urgency=medium | |
#1005) | ||
* Fix error handling in nipap-www (#1004, #1006) | ||
|
||
-- Kristian Larsson <kll@lingloi> Fri, 09 Sep 2016 17:45:15 +0200 | ||
-- Kristian Larsson <[email protected]> Fri, 09 Sep 2016 17:45:15 +0200 | ||
|
||
nipap-whoisd (0.29.1-1) stable; urgency=medium | ||
|
||
|
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,7 +2,7 @@ Source: nipap-whoisd | |
Maintainer: Kristian Larsson <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python3 (>= 3.6), debhelper (>= 7), dh-python | ||
Build-Depends: python3 (>= 3.6), debhelper (>= 10), dh-python | ||
Standards-Version: 4.4.0 | ||
|
||
Package: nipap-whoisd | ||
|