mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-24 15:01:28 +00:00
Add a calamares-settings-ubuntu-common package with an automirror module.
This commit is contained in:
parent
ba78fcd55a
commit
653fedc3b8
4
debian/calamares-settings-lubuntu.install
vendored
4
debian/calamares-settings-lubuntu.install
vendored
@ -1,5 +1,5 @@
|
|||||||
lubuntu/calamares.desktop etc/skel/Desktop/
|
|
||||||
lubuntu/calamares-logs-helper usr/bin/
|
|
||||||
lubuntu/branding/ etc/calamares/
|
lubuntu/branding/ etc/calamares/
|
||||||
|
lubuntu/calamares-logs-helper usr/bin/
|
||||||
|
lubuntu/calamares.desktop etc/skel/Desktop/
|
||||||
lubuntu/modules/ etc/calamares/
|
lubuntu/modules/ etc/calamares/
|
||||||
lubuntu/settings.conf etc/calamares/
|
lubuntu/settings.conf etc/calamares/
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
calamares-settings-ubuntu (15) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Add a calamares-settings-ubuntu-common package with an automirror module.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 09 Aug 2018 21:23:30 -0500
|
||||||
|
|
||||||
calamares-settings-ubuntu (14) cosmic; urgency=medium
|
calamares-settings-ubuntu (14) cosmic; urgency=medium
|
||||||
|
|
||||||
* Don't copy initrd from the live install, because that contains casper.
|
* Don't copy initrd from the live install, because that contains casper.
|
||||||
|
10
debian/control
vendored
10
debian/control
vendored
@ -11,6 +11,12 @@ Vcs-Browser: https://git.launchpad.net/ubuntu-calamares-settings
|
|||||||
|
|
||||||
Package: calamares-settings-lubuntu
|
Package: calamares-settings-lubuntu
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: calamares, squashfs-tools, ${misc:Depends}
|
Depends: calamares-settings-ubuntu-common (= ${binary:Version}), ${misc:Depends}
|
||||||
Description: Lubuntu Calamares Settings and Branding
|
Description: Lubuntu Calamares Settings and Branding
|
||||||
This package contains the calamares settings and branding for Lubuntu Next.
|
This package contains the Calamares settings and branding for Lubuntu Next.
|
||||||
|
|
||||||
|
Package: calamares-settings-ubuntu-common
|
||||||
|
Architecture: any
|
||||||
|
Depends: calamares, squashfs-tools, ${misc:Depends}
|
||||||
|
Description: Common Calamares Settings
|
||||||
|
This package contains the common Calamares settings for all flavors.
|
||||||
|
8
debian/rules
vendored
8
debian/rules
vendored
@ -1,4 +1,12 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
DEB_HOST_MULTIARCH = $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override_dh_missing:
|
||||||
|
dh_missing
|
||||||
|
mkdir -pv debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules
|
||||||
|
cp -vr common/modules/* debian/calamares-settings-ubuntu-common/usr/lib/$(DEB_HOST_MULTIARCH)/calamares/modules
|
||||||
|
chmod -R 755 debian/calamares-settings-ubuntu-common/usr/lib/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user