Skip to content

Commit 77e9478

Browse files
committed
Update debian files
1 parent 5c0fad6 commit 77e9478

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/control

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ Source: mx-packageinstaller
22
Section: admin
33
Priority: optional
44
Maintainer: Adrian <[email protected]>
5-
Build-Depends: debhelper (>=10), qt6-base-dev, qt6-base-dev-tools, qt6-tools-dev, qt6-tools-dev-tools
5+
Build-Depends: debhelper-compat (= 13),
6+
qt6-base-dev,
7+
qt6-base-dev-tools,
8+
qt6-tools-dev,
9+
qt6-tools-dev-tools
610
Standards-Version: 3.9.8
7-
Vcs-Git: git://github.com/AdrianTM/mx-packageinstaller
11+
Vcs-Git: git://github.com/MX-Linux/mx-packageinstaller
12+
Homepage: https://github.com/MX-Linux/mx-packageinstaller
813

914
Package: mx-packageinstaller
1015
Architecture: any
@@ -22,9 +27,12 @@ Replaces: mx-debian-backports-installer,
2227
mx-test-repo-installer
2328
Provides: mx-debian-backports-installer, mx-test-repo-installer
2429
Conflicts: mx-debian-backports-installer, mx-test-repo-installer
25-
Description: MX Package Installer
26-
MX Package Installer is a tool used for managing packages on MX Linux
27-
- installs popular programs from different sources
28-
- installs programs from the MX Test repo
29-
- installs programs from Debian Backports repo
30-
- installs flatpaks
30+
Description: Package installation tool for MX Linux
31+
MX Package Installer is a graphical utility that allows users to easily
32+
install and manage software packages on MX Linux. It provides a user-friendly
33+
interface for:
34+
* Installing popular applications from various repositories
35+
* Managing packages from the MX Test repository
36+
* Installing software from Debian Backports
37+
* Installing and managing Flatpak applications
38+
* Simplifying package management without requiring command line knowledge

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ override_dh_shlibdeps:
2323
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
2424

2525
%:
26-
dh $@ --no-automatic-dbgsym --parallel
26+
dh $@ --no-automatic-dbgsym

0 commit comments

Comments
 (0)