Wrap and sort

This commit is contained in:
Rohan Garg 2015-03-23 15:00:46 +01:00
parent 2a6b6fbb37
commit 32b44ffc08
3 changed files with 26 additions and 26 deletions

View File

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

46
debian/control vendored
View File

@ -2,27 +2,28 @@ Source: calamares
Section: devel
Priority: optional
Maintainer: Rohan Garg <rohan@kde.org>
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.

2
debian/copyright vendored
View File

@ -11,7 +11,7 @@ License: <special license>
.
<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
Files: debian/*
Copyright: 2014 Rohan Garg <shadeslayer@systems>