diff --git a/debian/calamares.install b/debian/calamares.install index 45b7575..cbd59e3 100644 --- a/debian/calamares.install +++ b/debian/calamares.install @@ -1,4 +1,4 @@ -usr/* +debian/packages.conf /etc/calamares/modules/ debian/settings.conf /etc/calamares/ debian/unpackfs.conf /etc/calamares/modules/ -debian/packages.conf /etc/calamares/modules/ +usr/* diff --git a/debian/control b/debian/control index c8cc2bc..d7920f8 100644 --- a/debian/control +++ b/debian/control @@ -2,27 +2,28 @@ Source: calamares Section: devel Priority: optional Maintainer: Rohan Garg -Build-Depends: debhelper (>= 9), cmake, - qtbase5-dev, - libqt5svg5-dev, - extra-cmake-modules, - libkf5i18n-dev, - libkf5solid-dev, - libkf5coreaddons-dev, - python3-dev, - libboost-python1.54-dev, - os-prober, - qttools5-dev, - libparted-dev, - libkf5config-dev, - gettext, - libyaml-cpp-dev, - pkg-config, - libatasmart-dev, - pkg-kde-tools, - qttools5-dev-tools, - libpolkit-qt5-1-dev, - qtdeclarative5-dev +Build-Depends: cmake, + debhelper (>= 9), + extra-cmake-modules, + gettext, + libatasmart-dev, + libboost-python1.54-dev, + libkf5config-dev, + libkf5coreaddons-dev, + libkf5i18n-dev, + libkf5solid-dev, + libparted-dev, + libpolkit-qt5-1-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 Homepage: https://github.com/calamares/calamares Vcs-Git: http://github.com/calamares/calamares-debian.git @@ -30,7 +31,7 @@ Vcs-Browser: https://github.com/calamares/calamares-debian.git Package: calamares 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 distribution-independent installer framework. . @@ -44,4 +45,3 @@ Description: distribution-independent installer framework -- debug symbols distribution-independent installer framework. . This package contains the debugging symbols for calamares. - diff --git a/debian/copyright b/debian/copyright index d63e5ec..8475b16 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,7 +11,7 @@ License: . -# If you want to use GPL v2 or later for the /debian/* files use +# If you want to use GPL v2 or later for the /debian/* files use # the following clauses, or change it to suit. Delete these two lines Files: debian/* Copyright: 2014 Rohan Garg