File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11mamonsu (2.3.1-2) stable; urgency=medium
22
33 * Fix package architecture, remove unneeded dependencies
4+ * Change source format to 3.0
45
56 -- Victor Wagner <
[email protected] > Thu, 28 Dec 2017 11:02:01 +0300
67
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