mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-04-28 19:41:10 +00:00
Only ship settings for calamares
This commit is contained in:
parent
2e1bcccd44
commit
9df3eed29a
@ -1,5 +1,4 @@
|
|||||||
# ODROID specific module to resize partitions
|
# ODROID specific module to resize partitions
|
||||||
debian/settings.conf /etc/calamares/
|
debian/settings.conf /etc/calamares/
|
||||||
debian/modules/* /etc/calamares/modules/
|
debian/modules/* /etc/calamares/modules/
|
||||||
usr/*
|
|
||||||
debian/fs_resize usr/sbin/
|
debian/fs_resize usr/sbin/
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
calamares (2.0-0) UNRELEASED; urgency=low
|
calamares-core-settings (0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||||
|
|
||||||
|
45
debian/control
vendored
45
debian/control
vendored
@ -1,55 +1,18 @@
|
|||||||
Source: calamares
|
Source: calamares-core-settings
|
||||||
Section: devel
|
Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Rohan Garg <rohan@kde.org>
|
Maintainer: Rohan Garg <rohan@kde.org>
|
||||||
Build-Depends: cmake,
|
Build-Depends: debhelper (>= 9),
|
||||||
debhelper (>= 9),
|
|
||||||
extra-cmake-modules,
|
|
||||||
gettext,
|
|
||||||
kio-dev,
|
|
||||||
libatasmart-dev,
|
|
||||||
libboost-python-dev,
|
|
||||||
libkf5config-dev,
|
|
||||||
libkf5coreaddons-dev,
|
|
||||||
libkf5i18n-dev,
|
|
||||||
libkf5iconthemes-dev,
|
|
||||||
libkf5parts-dev,
|
|
||||||
libkf5service-dev,
|
|
||||||
libkf5solid-dev,
|
|
||||||
libkpmcore-dev,
|
|
||||||
libparted-dev,
|
|
||||||
libpolkit-qt5-1-dev,
|
|
||||||
libqt5svg5-dev,
|
|
||||||
libqt5webkit5-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
|
||||||
Vcs-Browser: https://github.com/calamares/calamares-debian.git
|
Vcs-Browser: https://github.com/calamares/calamares-debian.git
|
||||||
|
|
||||||
Package: calamares-post
|
Package: calamares-core-settings
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: kpmcore, os-prober, konsole, ${misc:Depends}, ${shlibs:Depends}
|
Depends: calamares
|
||||||
Recommends: calamares-branding
|
Recommends: calamares-branding
|
||||||
Provides: calamares
|
|
||||||
Description: distribution-independent installer framework
|
Description: distribution-independent installer framework
|
||||||
distribution-independent installer framework.
|
distribution-independent installer framework.
|
||||||
.
|
.
|
||||||
This package contains the calamares installer framework.
|
This package contains the calamares installer framework.
|
||||||
|
|
||||||
Package: calamares-dbg
|
|
||||||
Architecture: any
|
|
||||||
Section: debug
|
|
||||||
Depends: calamares-post (= ${binary:Version}), ${misc:Depends}
|
|
||||||
Description: distribution-independent installer framework -- debug symbols
|
|
||||||
distribution-independent installer framework.
|
|
||||||
.
|
|
||||||
This package contains the debugging symbols for calamares.
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@ --dbg-package=calamares-dbg --with kf5 --parallel
|
dh $@ --parallel
|
||||||
|
4
debian/watch
vendored
4
debian/watch
vendored
@ -1,4 +0,0 @@
|
|||||||
version=3
|
|
||||||
opts="filenamemangle=s/(?:.*\/)?v?(\d[\d.]*)\.tar\.gz/calamares-$1.tar.gz/" \
|
|
||||||
https://github.com/calamares/calamares/tags (?:.*/)?v?(\d[\d.]*)\.tar\.gz
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user