Compare commits

...

2 Commits

Author SHA1 Message Date
Jonathan Carter 06541f170d Fix security entries in sources.list 2021-09-06 08:46:17 +02:00
Jonathan Carter 23079c258a New upstream release 2020-11-11 14:55:50 +02:00
6 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ windowPlacement: center
strings:
productName: Debian GNU/Linux
shortProductName: Debian testing
shortProductName: Debian
version: 11 (bullseye)
shortVersion: 11
versionedName: Debian 11 (bullseye)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 86 KiB

+19
View File
@@ -1,3 +1,22 @@
calamares-settings-debian (11.0.5-2) unstable; urgency=medium
* Add supplimental information to previous changelog entry
-- Jonathan Carter <jcc@debian.org> Mon, 26 Jul 2021 10:27:12 +0200
calamares-settings-debian (11.0.5-1) unstable; urgency=medium
* New upstream release
- Corrects the apt sources for security updates (Closes: #991474)
-- Jonathan Carter <jcc@debian.org> Sun, 25 Jul 2021 14:10:24 +0200
calamares-settings-debian (11.0.4-1) unstable; urgency=medium
* New upstream release
-- Jonathan Carter <jcc@debian.org> Wed, 11 Nov 2020 14:54:50 +0200
calamares-settings-debian (11.0.3-1) unstable; urgency=medium
* New upstream release
+2 -2
View File
@@ -14,8 +14,8 @@ deb-src http://deb.debian.org/debian $RELEASE main
deb http://deb.debian.org/debian $RELEASE-updates main
deb-src http://deb.debian.org/debian $RELEASE-updates main
deb http://security.debian.org/debian-security/ $RELEASE-updates main
deb-src http://security.debian.org/debian-security/ $RELEASE-updates main
deb http://security.debian.org/debian-security/ $RELEASE-security main
deb-src http://security.debian.org/debian-security/ $RELEASE-security main
EOF
exit 0