Skip to content

Commit

Permalink
Improvements for deb packaging (#7)
Browse files Browse the repository at this point in the history
* Improvements for deb packaging
  • Loading branch information
Rodmg authored Jul 8, 2024
1 parent 747c6c2 commit fcf6b5c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
15 changes: 14 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
linamp (1.1.2) bookworm; urgency=medium

* Trim trailing whitespace.
* Upgrade to newer source format 3.0 (native).

-- Rodrigo Méndez <[email protected]> Mon, 08 Jul 2024 18:19:34 -0600

linamp (1.1.1) bookworm; urgency=medium

* Improvements for debian packaging.

-- Rodrigo Méndez <[email protected]> Mon, 8 Jul 2024 18:00:00 -0600

linamp (1.1.0) bookworm; urgency=medium

* Initial release.
* Initial release.

-- Taneli Leppä <[email protected]> Tue, 18 Jun 2024 14:00:21 +0200
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Source: linamp
Section: sound
Priority: optional
Maintainer: Rodrigo Méndez <[email protected]>
Maintainer: Rodrigo Méndez <[email protected]>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
qt6-base-dev,
qt6-base-dev,
qt6-base-dev-tools,
qt6-multimedia-dev,
qtcreator,
cmake,
libtag1-dev,
libasound2-dev,
libpulse-dev,
libpipewire-0.3-dev,
libpipewire-0.3-dev,
libdbus-1-dev,
libiso9660-dev,
libiso9660-dev,
libcdio-dev,
libcdio-utils,
swig,
Expand Down
7 changes: 0 additions & 7 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
%:
dh $@ --with python3 --buildsystem=cmake

# override_dh_auto_build:
# qmake6 -makefile
# make

# override_dh_auto_configure:
# echo "Skipped"

override_dh_auto_install:
mkdir -p debian/linamp/usr/bin
cp build/player debian/linamp/usr/bin/linamp-player
Expand Down
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit fcf6b5c

Please sign in to comment.