r13734 - /scripts/perl-5.10-transition/Makefile

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Sun Jan 27 22:08:15 UTC 2008


Author: ntyni
Date: Sun Jan 27 22:08:15 2008
New Revision: 13734

URL: http://svn.debian.org/wsvn/?sc=1&rev=13734
Log:
look for libperl5.8 dependencies too and add the packages in the perlapi-manual list

Modified:
    scripts/perl-5.10-transition/Makefile

Modified: scripts/perl-5.10-transition/Makefile
URL: http://svn.debian.org/wsvn/scripts/perl-5.10-transition/Makefile?rev=13734&op=diff
==============================================================================
--- scripts/perl-5.10-transition/Makefile (original)
+++ scripts/perl-5.10-transition/Makefile Sun Jan 27 22:08:15 2008
@@ -2,12 +2,12 @@
 
 all: perlapi.out
 
-%.out: %.in find-rebuild-order essential
-	./find-rebuild-order -v -e essential -f $< > $@
+%.out: %.in find-rebuild-order essential perlapi-manual
+	cat $< perlapi-manual | ./find-rebuild-order -v -e essential -f - > $@
 essential: $(APTLIST)
 	grep-dctrl -n -X -sPackage -FEssential yes $< > $@
 perlapi.in: $(APTLIST)
-	grep-dctrl -n -sPackage -FDepends,Pre-Depends perlapi-5\.8 $< > $@
+	grep-dctrl -n -sPackage -FDepends,Pre-Depends -e '(perlapi-5\.8|libperl5\.8)' $< > $@
 clean:
 	$(RM) perlapi.in perlapi.out essential
 $(APTLIST):




More information about the Pkg-perl-cvs-commits mailing list