Wrap and sort

ubuntu/focal
Rohan Garg 10 years ago
parent 2a6b6fbb37
commit 32b44ffc08

@ -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/*

32
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, libpolkit-qt5-1-dev,
gettext, libqt5svg5-dev,
libyaml-cpp-dev, libyaml-cpp-dev,
os-prober,
pkg-config, pkg-config,
libatasmart-dev,
pkg-kde-tools, pkg-kde-tools,
qttools5-dev-tools, python3-dev,
libpolkit-qt5-1-dev, qtbase5-dev,
qtdeclarative5-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…
Cancel
Save