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

ethdetect missing Depends: line



ethdetect doesn't pick up debian/ethdetect.substvars, so the generated
udeb has no Depends: line. Here's a patch.

(Should I just commit this sort of thing? I haven't got the d-i demo up
and running yet - just trying to get all the tools together, and noting
whatever strange things I find on the way.)

Index: debian/changelog
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/debian/changelog,v
retrieving revision 1.15
diff -p -u -r1.15 changelog
--- debian/changelog	2002/07/23 20:16:21	1.15
+++ debian/changelog	2002/07/29 12:49:13
@@ -11,6 +11,7 @@ ddetect (0.13) unstable; urgency=low
   * Switch maintainer name in control file to debian-boot, put David
     Kimdon and Tollef Fog Heen into Uploaders field.
   * Change build-deps from cdebconf-dev to libcdebconf-dev
+  * Correct dpkg-gencontrol call so it picks up the substvars.
 
  -- Tollef Fog Heen <tfheen@debian.org>  Tue, 23 Jul 2002 22:14:33 +0200
 
Index: debian/rules
===================================================================
RCS file: /cvs/debian-boot/debian-installer/tools/ddetect/debian/rules,v
retrieving revision 1.4
diff -p -u -r1.4 rules
--- debian/rules	2001/05/08 06:55:08	1.4
+++ debian/rules	2002/07/29 12:49:13
@@ -64,6 +64,7 @@ binary-arch: build install
 	dh_shlibdeps
 	$(foreach PACKAGE, $(PACKAGES), \
 	( dpkg-gencontrol -Pdebian/$(PACKAGE) -p$(PACKAGE) \
+	-Tdebian/$(PACKAGE).substvars \
 	-n$(PACKAGE)_$(VERSION)_$(ARCH).udeb ) ; )
 	$(foreach PACKAGE, $(PACKAGES), \
 	(cd debian ; \

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


-- 
To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: