File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ mamonsu (2.3.2-1) stable; urgency=low
44
55 -- PostgresPro DBA <dba@postgrespro.ru> 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 <v.wagner@postgrespro.ru> Thu, 28 Dec 2017 11:02:01 +0300
13+
714mamonsu (2.3.1-1) stable; urgency=low
815
916 * update trigger fork-rate
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ XS-Python-Version: all
77Standards-Version: 3.7.3
88
99Package: mamonsu
10- Architecture: any
11- Depends: ${shlibs:Depends}, ${ python:Depends}, python-pkg-resources
10+ Architecture: all
11+ Depends: ${python:Depends}, python-pkg-resources
1212XB-Python-Version: ${python:Versions}
1313Provides: ${python:Provides}
1414Description: Monitoring agent for PostgreSQL
Original file line number Diff line number Diff line change 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
1920install : 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
Original file line number Diff line number Diff line change 1+ 3.0 (quilt)
You can’t perform that action at this time.
0 commit comments