[Pkg-shadow-commits] r1487 - in upstream/trunk: . lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed Dec 26 09:18:45 UTC 2007


Author: nekral-guest
Date: 2007-12-26 09:18:45 +0000 (Wed, 26 Dec 2007)
New Revision: 1487

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/NEWS
   upstream/trunk/lib/Makefile.am
Log:
Do not install the shadow library per default.
lib_LTLIBRARIES changed to noinst_LTLIBRARIES.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-12-10 00:14:44 UTC (rev 1486)
+++ upstream/trunk/ChangeLog	2007-12-26 09:18:45 UTC (rev 1487)
@@ -1,3 +1,8 @@
+2007-12-26  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* NEWS, lib/Makefile.am: Do not install the shadow library per default.
+	lib_LTLIBRARIES changed to noinst_LTLIBRARIES.
+
 2007-12-09  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* NEWS, configure.in: Prepare the 4.1.0 release.

Modified: upstream/trunk/NEWS
===================================================================
--- upstream/trunk/NEWS	2007-12-10 00:14:44 UTC (rev 1486)
+++ upstream/trunk/NEWS	2007-12-26 09:18:45 UTC (rev 1487)
@@ -1,5 +1,11 @@
 $Id$
 
+shadow-4.0.18.2 -> shadow-4.1.0						UNRELEASED
+
+*** general:
+- packaging
+  Do not install the shadow library per default.
+
 shadow-4.0.18.2 -> shadow-4.1.0						09-12-2008
 
 *** security:

Modified: upstream/trunk/lib/Makefile.am
===================================================================
--- upstream/trunk/lib/Makefile.am	2007-12-10 00:14:44 UTC (rev 1486)
+++ upstream/trunk/lib/Makefile.am	2007-12-26 09:18:45 UTC (rev 1487)
@@ -3,7 +3,7 @@
 
 DEFS = 
 
-lib_LTLIBRARIES = libshadow.la
+noinst_LTLIBRARIES = libshadow.la
 
 libshadow_la_LDFLAGS = -version-info 0:0:0
 libshadow_la_LIBADD = $(INTLLIBS) $(LIBCRYPT) $(LIBSKEY) $(LIBMD)




More information about the Pkg-shadow-commits mailing list