mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 07:41:09 +00:00
Make the password detection runtime dep into a build dep.
This commit is contained in:
parent
d6652367c5
commit
d2394fa5a6
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
calamares-settings-ubuntu (18) UNRELEASED; urgency=medium
|
||||
|
||||
* Translate into Danish.
|
||||
* Make the password detection runtime dep into a build dep.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 14 Aug 2018 16:17:57 -0500
|
||||
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -3,7 +3,10 @@ Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
||||
Build-Depends: debhelper (>= 11), intltool, qttools5-dev-tools
|
||||
Build-Depends: debhelper (>= 11),
|
||||
intltool,
|
||||
libpwquality-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 4.1.5
|
||||
Homepage: https://code.launchpad.net/ubuntu-calamares-settings
|
||||
Vcs-Git: https://git.launchpad.net/ubuntu-calamares-settings
|
||||
@ -12,7 +15,6 @@ Vcs-Browser: https://git.launchpad.net/ubuntu-calamares-settings
|
||||
Package: calamares-settings-lubuntu
|
||||
Architecture: all
|
||||
Depends: calamares-settings-ubuntu-common (= ${binary:Version}),
|
||||
libpwquality-dev,
|
||||
${misc:Depends}
|
||||
Description: Lubuntu Calamares Settings and Branding
|
||||
This package contains the Calamares settings and branding for Lubuntu Next.
|
||||
|
Loading…
x
Reference in New Issue
Block a user