[SCM] KDE Network module packaging branch, master, updated. debian/4.8.4-3

Maximiliano Curia maxy at alioth.debian.org
Sun Jun 30 20:02:38 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdenetwork.git;a=commitdiff;h=b9a27e1

The following commit has been merged in the master branch:
commit b9a27e165d22b744aa93f376fd169a7f1071ad43
Author: Maximiliano Curia <maxy at debian.org>
Date:   Sun Jun 30 15:12:18 2013 +0200

    Remove setiud bit to the kppp binary. (Closes: #709972)
---
 debian/changelog          |    6 ++++++
 debian/kppp.NEWS          |    8 ++++++++
 debian/kppp.README.Debian |    9 +++++++++
 debian/rules              |    2 +-
 4 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d7c9faf..3cc0bae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kdenetwork (4:4.8.4-3) UNRELEASED; urgency=low
+
+  * Remove setiud bit to the kppp binary. (Closes: #709972)
+
+ -- Maximiliano Curia <maxy at debian.org>  Sun, 30 Jun 2013 15:08:31 +0200
+
 kdenetwork (4:4.8.4-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/kppp.NEWS b/debian/kppp.NEWS
new file mode 100644
index 0000000..b8e12f1
--- /dev/null
+++ b/debian/kppp.NEWS
@@ -0,0 +1,8 @@
+kppp (4:4.8.4-3) unstable; urgency=low
+
+  The /usr/bin/kppp binary is no longer setuid executable, that means that to
+  use the kppp command the user needs to belong to the groups:
+    - dip (as required by pppd)
+    - dialout (to access the modem devices)
+
+ -- Maximiliano Curia <maxy at debian.org>  Sun, 30 Jun 2013 15:01:05 +0200
diff --git a/debian/kppp.README.Debian b/debian/kppp.README.Debian
new file mode 100644
index 0000000..e45e780
--- /dev/null
+++ b/debian/kppp.README.Debian
@@ -0,0 +1,9 @@
+KPPP for Debian
+-----------------
+ 
+ As of 4:4.8.4-3 to use the kppp command the user needs to belong to the
+ groups:
+   - dip (as required by pppd)
+   - dialout (to access the modem devices)
+ 
+ -- Debian Qt/KDE Maintainers
diff --git a/debian/rules b/debian/rules
index affb207..6a0d4bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ override_dh_install:
 	$(overridden_command)
 	if [ -d debian/kppp ]; then \
 	    chown root:dip debian/kppp/usr/bin/kppp && \
-	    chmod 4754 debian/kppp/usr/bin/kppp; \
+	    chmod 0754 debian/kppp/usr/bin/kppp; \
 	fi
 
 override_dh_fixperms:

-- 
KDE Network module packaging



More information about the pkg-kde-commits mailing list