[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

udpkg and new maintainer scripts



I notice that udpkg doesn't unpack the two new maintainer scripts listed
in doc/modules.txt. Shouldn't it do so?

Index: udpkg.c
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/udpkg/udpkg.c,v
retrieving revision 1.25
diff -p -u -r1.25 udpkg.c
--- udpkg.c	2002/04/20 16:10:49	1.25
+++ udpkg.c	2002/07/31 22:17:56
@@ -99,7 +99,7 @@ static int dpkg_dounpack(struct package_
 	int i;
 	char *adminscripts[] = { "prerm", "postrm", "preinst", "postinst",
 	                         "conffiles", "md5sums", "shlibs", 
-				 "templates" };
+				 "templates", "menutest", "isinstallable" };
 
 	DPRINTF("Unpacking %s\n", pkg->package);
 
Index: debian/changelog
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/udpkg/debian/changelog,v
retrieving revision 1.7
diff -p -u -r1.7 changelog
--- debian/changelog	2002/05/02 06:29:41	1.7
+++ debian/changelog	2002/07/31 22:17:56
@@ -2,6 +2,7 @@ udpkg (0.006) unstable; urgency=low
 
   * Add support for localized descriptions (tfheen)
   * Call debconf-loadtemplates if there is a templates file.
+  * Add menutest and isinstallable to list of maintainer scripts (cjwatson)
 
  -- Tollef Fog Heen <tfheen@debian.org>  Sun, 21 Apr 2002 11:40:11 +0200

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]



Reply to: