Skip to content

Commit 3cf66e4

Browse files
committed
Fix debian package architecture
1 parent 963ca5b commit 3cf66e4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mamonsu (2.3.1-2) stable; urgency=medium
2+
3+
* Fix package architecture, remove unneeded dependencies
4+
5+
-- Victor Wagner <[email protected]> Thu, 28 Dec 2017 11:02:01 +0300
6+
17
mamonsu (2.3.1-1) stable; urgency=low
28

39
* update trigger fork-rate

packaging/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ XS-Python-Version: all
77
Standards-Version: 3.7.3
88

99
Package: mamonsu
10-
Architecture: any
11-
Depends: ${shlibs:Depends}, ${python:Depends}, python-pkg-resources
10+
Architecture: all
11+
Depends: ${python:Depends}, python-pkg-resources
1212
XB-Python-Version: ${python:Versions}
1313
Provides: ${python:Provides}
1414
Description: Monitoring agent for PostgreSQL

0 commit comments

Comments
 (0)