[neon/forks/base-files/Neon/release] /: rebase on 24.02.2

Carlos De Maine null at kde.org
Tue Feb 18 23:33:14 GMT 2025


Git commit 4387249edf1e13b6e92d844579dc6e3981188983 by Carlos De Maine.
Committed on 18/02/2025 at 23:32.
Pushed by carlosdem into branch 'Neon/release'.

rebase on 24.02.2

M  +1    -2    debian/README
M  +1    -1    debian/base-files.dirs
M  +0    -1    debian/changelog
M  +1    -1    debian/check-md5sum-etc
A  +10   -0    debian/conffiles
M  +1    -1    debian/control
M  +1    -1    debian/postinst.in
M  +1    -1    debian/rules
M  +1    -1    etc/debian_version
M  +0    -1    etc/issue
M  +1    -1    etc/issue.net
M  +0    -1    etc/legal
M  +1    -1    etc/lsb-release
M  +1    -1    etc/os-release
M  +1    -1    motd/10-help-text
M  +1    -1    share/dot.profile
A  +20   -0    share/nsswitch.conf
A  +5    -0    share/nsswitch.conf.md5sums
M  +1    -1    share/profile.md5sums

https://invent.kde.org/neon/forks/base-files/-/commit/4387249edf1e13b6e92d844579dc6e3981188983

diff --git a/debian/README b/debian/README
index 9ced2ea..e8adbfe 100644
--- a/debian/README
+++ b/debian/README
@@ -1,5 +1,4 @@
 Frequently Asked Questions about base-files
-===========================================
 
 * Questions about /etc/issue and /etc/debian_version:
 
@@ -96,4 +95,4 @@ when base-files is upgraded. Therefore, if you are running any sort of
 compliance tests, you should do it on newly installed systems only.
 
 
-Santiago Vila <sanvila at debian.org>
+Santiago Vila <sanvila at debian.org>
\ No newline at end of file
diff --git a/debian/base-files.dirs b/debian/base-files.dirs
index 7d4741d..730b09d 100644
--- a/debian/base-files.dirs
+++ b/debian/base-files.dirs
@@ -36,4 +36,4 @@ var/lock
 var/log
 var/run
 var/spool
-var/tmp
+var/tmp
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index 52863d1..b53747e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3418,4 +3418,3 @@ base-files (1.2.0-1) unstable; urgency=low
     /etc/passwd and /etc/group are installed by the "base-passwd" package.
 
  -- Bruce Perens <bruce at pixar.com>  Thu, 14 Nov 1996 21:02:09 -0800
-
diff --git a/debian/check-md5sum-etc b/debian/check-md5sum-etc
index bd9380b..26b2061 100644
--- a/debian/check-md5sum-etc
+++ b/debian/check-md5sum-etc
@@ -5,4 +5,4 @@ if ! grep -q "$md5" share/${file}.md5sums; then
   echo Error: share/${file}.md5sums is incomplete.
   echo Need to add "$md5" with current version.
   exit 1
-fi
+fi
\ No newline at end of file
diff --git a/debian/conffiles b/debian/conffiles
new file mode 100644
index 0000000..92511da
--- /dev/null
+++ b/debian/conffiles
@@ -0,0 +1,10 @@
+/etc/debian_version
+/etc/dpkg/origins/debian
+/etc/dpkg/origins/ubuntu
+/etc/host.conf
+/etc/issue
+/etc/issue.net
+/etc/legal
+/etc/lsb-release
+/etc/update-motd.d/00-header
+/etc/update-motd.d/10-help-text
diff --git a/debian/control b/debian/control
index e7e945a..a07c275 100644
--- a/debian/control
+++ b/debian/control
@@ -34,4 +34,4 @@ Description: Configuration for motd-news shipped in base-files
  This package contains the configuration read by the motd-news script
  shipped in the base-files package.
  .
- Install this package if you want motd-news to be enabled.
+ Install this package if you want motd-news to be enabled.
\ No newline at end of file
diff --git a/debian/postinst.in b/debian/postinst.in
index 9020fd6..62c14c1 100644
--- a/debian/postinst.in
+++ b/debian/postinst.in
@@ -140,4 +140,4 @@ if [ "$2" != "" ] && \
       fi
 fi
 
-#DEBHELPER#
+#DEBHELPER#
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index df702fd..96b8395 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,4 +85,4 @@ override_dh_fixperms:
 	cd debian/base-files && chmod 755  `find . -type d`
 	cd debian/base-files && chmod 1777 `cat ../1777-dirs`
 	cd debian/base-files && chmod 2775 `cat ../2775-dirs`
-	cd debian/base-files && chmod 700 root
+	cd debian/base-files && chmod 700 root
\ No newline at end of file
diff --git a/etc/debian_version b/etc/debian_version
index 201ac20..b220468 100644
--- a/etc/debian_version
+++ b/etc/debian_version
@@ -1 +1 @@
-trixie/sid
+trixie/sid
\ No newline at end of file
diff --git a/etc/issue b/etc/issue
index 6a78163..37e9131 100644
--- a/etc/issue
+++ b/etc/issue
@@ -1,2 +1 @@
 KDE neon 6.3 \n \l
-
diff --git a/etc/issue.net b/etc/issue.net
index b4d912f..2bbf694 100644
--- a/etc/issue.net
+++ b/etc/issue.net
@@ -1 +1 @@
-KDE neon 6.3
+KDE neon 6.3
\ No newline at end of file
diff --git a/etc/legal b/etc/legal
index 6f96b16..1d9f0ca 100644
--- a/etc/legal
+++ b/etc/legal
@@ -5,4 +5,3 @@ individual files in /usr/share/doc/*/copyright.
 
 KDE neon comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
 applicable law.
-
diff --git a/etc/lsb-release b/etc/lsb-release
index f720d42..e3f1c8f 100644
--- a/etc/lsb-release
+++ b/etc/lsb-release
@@ -1,4 +1,4 @@
 DISTRIB_ID=neon
 DISTRIB_RELEASE=24.04
 DISTRIB_CODENAME=noble
-DISTRIB_DESCRIPTION="KDE neon User Edition"
+DISTRIB_DESCRIPTION="KDE neon User Edition"
\ No newline at end of file
diff --git a/etc/os-release b/etc/os-release
index d23520f..6f469a1 100644
--- a/etc/os-release
+++ b/etc/os-release
@@ -10,4 +10,4 @@ SUPPORT_URL="https://neon.kde.org/"
 BUG_REPORT_URL="https://bugs.kde.org/"
 PRIVACY_POLICY_URL="https://kde.org/privacypolicy/"
 UBUNTU_CODENAME=noble
-LOGO=start-here-kde-neon
+LOGO=start-here-kde-neon
\ No newline at end of file
diff --git a/motd/10-help-text b/motd/10-help-text
index 1f08cd0..0626848 100644
--- a/motd/10-help-text
+++ b/motd/10-help-text
@@ -25,4 +25,4 @@ return # neon addition, disable ubuntu references, they feel awkwardly out of pl
 printf "\n"
 printf " * Documentation:  https://help.ubuntu.com\n"
 printf " * Management:     https://landscape.canonical.com\n"
-printf " * Support:        https://ubuntu.com/pro\n"
+printf " * Support:        https://ubuntu.com/pro\n"
\ No newline at end of file
diff --git a/share/dot.profile b/share/dot.profile
index c4c7402..db35d7d 100644
--- a/share/dot.profile
+++ b/share/dot.profile
@@ -6,4 +6,4 @@ if [ "$BASH" ]; then
   fi
 fi
 
-mesg n 2> /dev/null || true
+mesg n 2> /dev/null || true
\ No newline at end of file
diff --git a/share/nsswitch.conf b/share/nsswitch.conf
new file mode 100644
index 0000000..1142be1
--- /dev/null
+++ b/share/nsswitch.conf
@@ -0,0 +1,20 @@
+# /etc/nsswitch.conf
+#
+# Example configuration of GNU Name Service Switch functionality.
+# If you have the `glibc-doc-reference' and `info' packages installed, try:
+# `info libc "Name Service Switch"' for information about this file.
+
+passwd:         compat
+group:          compat
+shadow:         compat
+gshadow:        files
+
+hosts:          files dns
+networks:       files
+
+protocols:      db files
+services:       db files
+ethers:         db files
+rpc:            db files
+
+netgroup:       nis
diff --git a/share/nsswitch.conf.md5sums b/share/nsswitch.conf.md5sums
new file mode 100644
index 0000000..a2f3850
--- /dev/null
+++ b/share/nsswitch.conf.md5sums
@@ -0,0 +1,5 @@
+109e33e2c91d1853b5bc56078a96aa18 3.0.0 to 3.1.15
+3114ea9cf2f3bd8d120b4da96e3832d5 3.1.8 and 3.1.9
+295c15c4bdac80e50b37689ef08f359c 3.1.16 to 7.2
+30b82cb1ce20d480703da2208a4607b4 6.6
+f8e97bf611374634c7cb3a6085503ab5 7.3
diff --git a/share/profile.md5sums b/share/profile.md5sums
index 3da8ac8..16e980c 100644
--- a/share/profile.md5sums
+++ b/share/profile.md5sums
@@ -9,4 +9,4 @@ b59ea6ac3a1ad8c0527ec94f73bafca0
 c3a1d42cddcc565f16b48eb9c2119d9d
 85a2a7227b884e4c84ff950626fcc89f
 9d5ee34149287021622dd9e21c17ec26
-9926b56bc6e576d4ad206dd82d38deff
+9926b56bc6e576d4ad206dd82d38deff
\ No newline at end of file


More information about the Neon-commits mailing list