mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-06-08 16:21:31 +00:00
Wrap and sort
This commit is contained in:
parent
2a6b6fbb37
commit
32b44ffc08
4
debian/calamares.install
vendored
4
debian/calamares.install
vendored
@ -1,4 +1,4 @@
|
|||||||
usr/*
|
debian/packages.conf /etc/calamares/modules/
|
||||||
debian/settings.conf /etc/calamares/
|
debian/settings.conf /etc/calamares/
|
||||||
debian/unpackfs.conf /etc/calamares/modules/
|
debian/unpackfs.conf /etc/calamares/modules/
|
||||||
debian/packages.conf /etc/calamares/modules/
|
usr/*
|
||||||
|
36
debian/control
vendored
36
debian/control
vendored
@ -2,27 +2,28 @@ Source: calamares
|
|||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Rohan Garg <rohan@kde.org>
|
Maintainer: Rohan Garg <rohan@kde.org>
|
||||||
Build-Depends: debhelper (>= 9), cmake,
|
Build-Depends: cmake,
|
||||||
qtbase5-dev,
|
debhelper (>= 9),
|
||||||
libqt5svg5-dev,
|
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
|
gettext,
|
||||||
|
libatasmart-dev,
|
||||||
|
libboost-python1.54-dev,
|
||||||
|
libkf5config-dev,
|
||||||
|
libkf5coreaddons-dev,
|
||||||
libkf5i18n-dev,
|
libkf5i18n-dev,
|
||||||
libkf5solid-dev,
|
libkf5solid-dev,
|
||||||
libkf5coreaddons-dev,
|
|
||||||
python3-dev,
|
|
||||||
libboost-python1.54-dev,
|
|
||||||
os-prober,
|
|
||||||
qttools5-dev,
|
|
||||||
libparted-dev,
|
libparted-dev,
|
||||||
libkf5config-dev,
|
|
||||||
gettext,
|
|
||||||
libyaml-cpp-dev,
|
|
||||||
pkg-config,
|
|
||||||
libatasmart-dev,
|
|
||||||
pkg-kde-tools,
|
|
||||||
qttools5-dev-tools,
|
|
||||||
libpolkit-qt5-1-dev,
|
libpolkit-qt5-1-dev,
|
||||||
qtdeclarative5-dev
|
libqt5svg5-dev,
|
||||||
|
libyaml-cpp-dev,
|
||||||
|
os-prober,
|
||||||
|
pkg-config,
|
||||||
|
pkg-kde-tools,
|
||||||
|
python3-dev,
|
||||||
|
qtbase5-dev,
|
||||||
|
qtdeclarative5-dev,
|
||||||
|
qttools5-dev,
|
||||||
|
qttools5-dev-tools
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://github.com/calamares/calamares
|
Homepage: https://github.com/calamares/calamares
|
||||||
Vcs-Git: http://github.com/calamares/calamares-debian.git
|
Vcs-Git: http://github.com/calamares/calamares-debian.git
|
||||||
@ -30,7 +31,7 @@ Vcs-Browser: https://github.com/calamares/calamares-debian.git
|
|||||||
|
|
||||||
Package: calamares
|
Package: calamares
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: squashfs-tools, grub2, os-prober, ${shlibs:Depends}, ${misc:Depends}
|
Depends: grub2, os-prober, squashfs-tools, ${misc:Depends}, ${shlibs:Depends}
|
||||||
Description: distribution-independent installer framework
|
Description: distribution-independent installer framework
|
||||||
distribution-independent installer framework.
|
distribution-independent installer framework.
|
||||||
.
|
.
|
||||||
@ -44,4 +45,3 @@ Description: distribution-independent installer framework -- debug symbols
|
|||||||
distribution-independent installer framework.
|
distribution-independent installer framework.
|
||||||
.
|
.
|
||||||
This package contains the debugging symbols for calamares.
|
This package contains the debugging symbols for calamares.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user