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 1
1
mamonsu (2.3.1-2) stable; urgency=medium
2
2
3
3
* Fix package architecture, remove unneeded dependencies
4
+ * Change source format to 3.0
4
5
5
6
-- Victor Wagner <
[email protected] > Thu, 28 Dec 2017 11:02:01 +0300
6
7
Original file line number Diff line number Diff line change 15
15
rm -f build-stamp configure-stamp
16
16
[ ! -f Makefile ] || $(MAKE ) clean
17
17
python setup.py clean
18
+ find mamonsu -name " *.pyc" -exec rm {} \;
18
19
19
20
install : build
20
21
dh_testdir
@@ -28,6 +29,9 @@ binary-indep: build install
28
29
dh_testroot -i
29
30
install -m 0644 packaging/conf/example.conf debian/mamonsu/usr/share/mamonsu
30
31
dh_installchangelogs -i
32
+ dh_installinit -i
33
+ dh_installdebconf -i
34
+ dh_installlogrotate -i
31
35
dh_link -i
32
36
dh_compress -i
33
37
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