Wrap and sort

ubuntu/focal
Rohan Garg 9 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/*

46
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,
libkf5i18n-dev, libatasmart-dev,
libkf5solid-dev, libboost-python1.54-dev,
libkf5coreaddons-dev, libkf5config-dev,
python3-dev, libkf5coreaddons-dev,
libboost-python1.54-dev, libkf5i18n-dev,
os-prober, libkf5solid-dev,
qttools5-dev, libparted-dev,
libparted-dev, libpolkit-qt5-1-dev,
libkf5config-dev, libqt5svg5-dev,
gettext, libyaml-cpp-dev,
libyaml-cpp-dev, os-prober,
pkg-config, pkg-config,
libatasmart-dev, pkg-kde-tools,
pkg-kde-tools, python3-dev,
qttools5-dev-tools, qtbase5-dev,
libpolkit-qt5-1-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.

2
debian/copyright vendored

@ -11,7 +11,7 @@ License: <special license>
. .
<Including paragraphs> <Including paragraphs>
# 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 # the following clauses, or change it to suit. Delete these two lines
Files: debian/* Files: debian/*
Copyright: 2014 Rohan Garg <shadeslayer@systems> Copyright: 2014 Rohan Garg <shadeslayer@systems>

Loading…
Cancel
Save