Skip to content

Commit 15ef07b

Browse files
committed
Merge branch 'master' of git.postgrespro.ru:pgpro-dev/mamonsu
2 parents fb5983f + 544c29e commit 15ef07b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packaging/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ mamonsu (2.3.2-1) stable; urgency=low
44

55
-- PostgresPro DBA <[email protected]> Tue, 12 Dec 2017 11:00:00 +0300
66

7+
mamonsu (2.3.1-2) stable; urgency=medium
8+
9+
* Fix package architecture, remove unneeded dependencies
10+
* Change source format to 3.0
11+
12+
-- Victor Wagner <[email protected]> Thu, 28 Dec 2017 11:02:01 +0300
13+
714
mamonsu (2.3.1-1) stable; urgency=low
815

916
* 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

packaging/debian/rules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ clean:
1515
rm -f build-stamp configure-stamp
1616
[ ! -f Makefile ] || $(MAKE) clean
1717
python setup.py clean
18+
find mamonsu -name "*.pyc" -exec rm {} \;
1819

1920
install: build
2021
dh_testdir
@@ -28,6 +29,9 @@ binary-indep: build install
2829
dh_testroot -i
2930
install -m 0644 packaging/conf/example.conf debian/mamonsu/usr/share/mamonsu
3031
dh_installchangelogs -i
32+
dh_installinit -i
33+
dh_installdebconf -i
34+
dh_installlogrotate -i
3135
dh_link -i
3236
dh_compress -i
3337
dh_fixperms -i

packaging/debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (quilt)

0 commit comments

Comments
 (0)