cookutils rev 987

`cook pkgdb` include `cook splitdb` now.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 23 23:12:42 2017 +0300 (2017-10-23)
parents 3417c788230c
children 9c835beabf65
files cook modules/deps
line diff
     1.1 --- a/cook	Sun Oct 22 19:16:17 2017 +0300
     1.2 +++ b/cook	Mon Oct 23 23:12:42 2017 +0300
     1.3 @@ -1906,6 +1906,7 @@
     1.4  		# Create suitable packages list for TazPkg and only for built packages
     1.5  		# as well as flavors files for TazLiTo. We don't need logs since we do it
     1.6  		# manually to ensure everything is fine before syncing the mirror.
     1.7 +		recreate_split_db
     1.8  		@@PREFIX@@/libexec/cookutils/pkgdb "$2"
     1.9  		;;
    1.10  
     2.1 --- a/modules/deps	Sun Oct 22 19:16:17 2017 +0300
     2.2 +++ b/modules/deps	Mon Oct 23 23:12:42 2017 +0300
     2.3 @@ -150,6 +150,8 @@
     2.4  				s("xorg-xcb-util-image-dev",  "xcb-util-image-dev");
     2.5  				s("xorg-xcb-util-renderutil-dev", "xcb-util-renderutil-dev");
     2.6  				s("eudev-dev", "udev-dev");
     2.7 +				s("util-linux-uuid-dev", "ossp-uuid-dev");
     2.8 +				s("libltdl", "libltdl"); # weird
     2.9  
    2.10  				# if called with "--incl": show all deps including glibc-base,
    2.11  				# gcc-lib-base, glibc-dev and gcc; otherwise hide them