Skip to content

Commit e5d6616

Browse files
committed
Fixes for Ubuntu 26.04 LTS
1 parent ee543d1 commit e5d6616

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Maintainer: Jakob Flierl <[email protected]>
44
Build-Depends: debhelper (>= 5), qtbase5-dev, libqt5x11extras5-dev, libasound2-dev, libx11-dev, libxtst-dev, pkg-config
55
Standards-Version: 3.8.3
66
Section: sound
7-
Homepage: http://koppi.github.com/nanonoise/
7+
Homepage: http://github.com/koppi/nanonoise
88

99
Package: nanonoise
1010
Section: sound

debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ clean:
3131
dh_testroot
3232
rm -f build-stamp
3333
[ ! -f Makefile ] || $(MAKE) clean
34-
dh_clean
34+
dh_prep
3535

3636
install: build
3737
dh_testdir
3838
dh_testroot
39-
dh_clean -k
39+
dh_prep
4040
dh_installdirs
4141

4242
$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install
@@ -73,7 +73,7 @@ binary-arch: build install
7373
dh_installmenu
7474
dh_link
7575
dh_strip
76-
dh_compress -s
76+
dh_compress -a
7777
dh_fixperms
7878
dh_makeshlibs
7979
dh_installdeb

debian/source/format

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

0 commit comments

Comments
 (0)