Skip to content

Commit 544c29e

Browse files
committed
Fix building of mamonsu as architecture-independent package
1 parent 3cf66e4 commit 544c29e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packaging/debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
mamonsu (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

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)