[Pkg-shadow-commits] r474 - in branches/experimental/debian: . patches

Christian Perrier bubulle at costa.debian.org
Thu Aug 25 06:59:58 UTC 2005


Author: bubulle
Date: 2005-08-25 06:59:57 +0000 (Thu, 25 Aug 2005)
New Revision: 474

Modified:
   branches/experimental/debian/NEWS
   branches/experimental/debian/passwd.files
   branches/experimental/debian/patches/series
   branches/experimental/debian/rules
Log:
Apply the 999_hack_build_package directly (it touches debian/* files)
Document the removal of dpasswd in the NEWS.Debian file


Modified: branches/experimental/debian/NEWS
===================================================================
--- branches/experimental/debian/NEWS	2005-08-25 06:56:37 UTC (rev 473)
+++ branches/experimental/debian/NEWS	2005-08-25 06:59:57 UTC (rev 474)
@@ -6,5 +6,10 @@
   entries there, administrators should remove such unknown entries.
   The supplied login.defs file does not include them anymore.
 
+  dpasswd is no more distributed by upstream. Login do not support
+  dialup password anymore.  Re-introducing this functionnality in
+  upstream is not trivial.
+
+
  -- Christian Perrier <bubulle at debian.org>  Thu, 25 Aug 2005 08:38:47 +0200
 

Modified: branches/experimental/debian/passwd.files
===================================================================
--- branches/experimental/debian/passwd.files	2005-08-25 06:56:37 UTC (rev 473)
+++ branches/experimental/debian/passwd.files	2005-08-25 06:59:57 UTC (rev 474)
@@ -6,7 +6,6 @@
 usr/bin/passwd
 usr/sbin/chpasswd
 usr/sbin/cppw
-usr/sbin/dpasswd
 usr/sbin/groupadd
 usr/sbin/groupdel
 usr/sbin/groupmod

Modified: branches/experimental/debian/patches/series
===================================================================
--- branches/experimental/debian/patches/series	2005-08-25 06:56:37 UTC (rev 473)
+++ branches/experimental/debian/patches/series	2005-08-25 06:59:57 UTC (rev 474)
@@ -144,7 +144,8 @@
 # 364_ENV_SUPATH
 445_su_password_expired
 #207_id-manpages
-999_hack_build_package
+# 999 applied to debian/* files. It has been applied directly
+# 999_hack_build_package
 # 999-2 is about using cdbs. It does not patch upstream files
 # so shouldn't be here, but we keep it for the future
 # 999-2_build_using_cdbs

Modified: branches/experimental/debian/rules
===================================================================
--- branches/experimental/debian/rules	2005-08-25 06:56:37 UTC (rev 473)
+++ branches/experimental/debian/rules	2005-08-25 06:59:57 UTC (rev 474)
@@ -100,10 +100,6 @@
 	# but does not reflect what we do in Debian
 	# so we'd better forget about that man page
 	rm -f debian/passwd/usr/share/man/man5/limits.5 || true
-	install -c -m 444 man/dpasswd.8 debian/passwd/usr/share/man/man8
-	install -c -m 444 man/ja/dpasswd.8 debian/passwd/usr/share/man/ja/man8
-	install -c -m 444 man/pl/dpasswd.8 debian/passwd/usr/share/man/pl/man8
-	install -c -m 444 man/fr/dpasswd.8 debian/passwd/usr/share/man/fr/man8
 	install -c -m 444 man/shadowconfig.8 debian/passwd/usr/share/man/man8
 	install -c -m 444 man/ja/shadowconfig.8 debian/passwd/usr/share/man/ja/man8
 	install -c -m 444 man/pl/shadowconfig.8 debian/passwd/usr/share/man/pl/man8




More information about the Pkg-shadow-commits mailing list