Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ elementary-default-settings (8.0.2) noble; urgency=medium
* Unset GNOME privacy keys
* Install gtk-settings.ini

-- elementary, Inc. <builds@elementary.io> Tue, 22 Oct 2024 10:40:20 -0700
-- elementary <builds@elementary.io> Tue, 22 Oct 2024 10:40:20 -0700

elementary-default-settings (8.0.1) noble; urgency=medium

* Update Gala WM schema

-- elementary, Inc. <builds@elementary.io> Tue, 17 Sep 2024 10:38:18 -0700
-- elementary <builds@elementary.io> Tue, 17 Sep 2024 10:38:18 -0700

elementary-default-settings (8.0.0) noble; urgency=medium

Expand Down Expand Up @@ -101,7 +101,7 @@ elementary-default-settings (5.9.0) focal; urgency=medium
* Update applications desktop name for the dock
* Add Tasks to the dock

-- elementary, Inc. <builds@elementary.io> Sat, 12 Dec 2020 11:11:11 +0100
-- elementary <builds@elementary.io> Sat, 12 Dec 2020 11:11:11 +0100

elementary-default-settings (5.1.2) bionic; urgency=medium

Expand Down
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: elementary-default-settings
Section: gnome
Priority: optional
Maintainer: elementary <builds@elementary.io>
Build-Depends: debhelper (>= 10.5.1),
Build-Depends: debhelper-compat (= 13),
libaccountsservice-dev,
libdbus-1-dev,
libpolkit-gobject-1-dev,
Expand Down
23 changes: 1 addition & 22 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,7 @@ License: GPL-2+
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
along with this package; if not, see <https://www.gnu.org/licenses/>.
.
On Debian systems the full text of the GNU General Public License version 2
can be found in the `/usr/share/common-licenses/GPL-2' file.

Files: brightness.conf
Copyright: 2014-2015, Cameron Norman <camerontnorman@gmail.com>
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems the full text of the GNU General Public License version 3
can be found in the `/usr/share/common-licenses/GPL-3' file.
2 changes: 1 addition & 1 deletion debian/elementary-printer-test-page.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cups/default-testpage.pdf usr/share/cups/data
usr/share/cups/data/default-testpage.pdf
4 changes: 3 additions & 1 deletion debian/elementary-printer-test-page.postrm
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
dpkg-divert --package elementary-printer-test-page --remove --rename \
--divert /usr/share/cups/data/default-testpage.pdf.real /usr/share/cups/data/default-testpage.pdf
fi
fi

#DEBHELPER#
4 changes: 3 additions & 1 deletion debian/elementary-printer-test-page.preinst
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh -e

dpkg-divert --package elementary-printer-test-page --add --rename \
--divert /usr/share/cups/data/default-testpage.pdf.real /usr/share/cups/data/default-testpage.pdf
--divert /usr/share/cups/data/default-testpage.pdf.real /usr/share/cups/data/default-testpage.pdf

#DEBHELPER#
24 changes: 12 additions & 12 deletions debian/install
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
accountsservice/io.elementary.pantheon.AccountsService.xml /usr/share/dbus-1/interfaces/
accountsservice/io.elementary.pantheon.AccountsService.policy /usr/share/polkit-1/actions/
skel/flatpak/repo/appcenter.trustedkeys.gpg /etc/skel/.local/share/flatpak/repo/
skel/flatpak/repo/flathub.trustedkeys.gpg /etc/skel/.local/share/flatpak/repo/
skel/flatpak/repo/config /etc/skel/.local/share/flatpak/repo/
sessioninstaller/sessioninstaller.desktop /usr/share/applications/
/etc/geoclue/conf.d/
/etc/gtk-*/
sudoers.d/* /etc/sudoers.d/
skel/.inputrc /etc/skel/
usr/share/dbus-1/interfaces/io.elementary.pantheon.AccountsService.xml
usr/share/polkit-1/actions/io.elementary.pantheon.AccountsService.policy
etc/skel/.local/share/flatpak/repo/appcenter.trustedkeys.gpg
etc/skel/.local/share/flatpak/repo/flathub.trustedkeys.gpg
etc/skel/.local/share/flatpak/repo/config
usr/share/applications/sessioninstaller.desktop
etc/geoclue/conf.d/
etc/gtk-*/
etc/sudoers.d/
etc/skel/.inputrc
usr/share/apparmor/extra-profiles
usr/share/accountsservice/interfaces/
usr/share/glib-2.0/schemas
usr/share/xdg-desktop-portal
network/01-network-manager-all.yml /etc/netplan/
network/10-globally-managed-devices.conf /etc/NetworkManager/conf.d/
etc/netplan/01-network-manager-all.yml
etc/NetworkManager/conf.d/10-globally-managed-devices.conf
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
case "$1" in
configure|upgrade)
update-alternatives --set x-cursor-theme /usr/share/icons/elementary/cursor.theme
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/
;;
esac

Expand Down
2 changes: 1 addition & 1 deletion debian/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

case "$1" in
remove|purge)
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
glib-compile-schemas /usr/share/glib-2.0/schemas/
;;
esac

Expand Down