Browse Source

Added dh_perl and perl-modules to deps.

master
freesource 23 years ago
parent
commit
f106fe0db0
  1. 2
      pkg/dpkg/control
  2. 2
      pkg/dpkg/rules

2
pkg/dpkg/control

@ -7,7 +7,7 @@ Standards-Version: 3.5.2
Package: gbootroot Package: gbootroot
Architecture: all Architecture: all
Depends: libgtk-perl (>= 0.7002), ash, file, binutils, bzip2, lilo Depends: ${perl:Depends}, perl-modules, libgtk-perl (>= 0.7002), ash, file, binutils, bzip2, lilo
Recommends: dswim Recommends: dswim
Description: Boot/Root Filesystem Distribution testing and creation. Description: Boot/Root Filesystem Distribution testing and creation.
BootRoot makes the construction and development of distributions fun and BootRoot makes the construction and development of distributions fun and

2
pkg/dpkg/rules

@ -74,7 +74,7 @@ binary-arch: build install
dh_fixperms dh_fixperms
# dh_makeshlibs # dh_makeshlibs
dh_installdeb dh_installdeb
# dh_perl dh_perl
# dh_shlibdeps # dh_shlibdeps
dh_gencontrol dh_gencontrol
dh_md5sums dh_md5sums

Loading…
Cancel
Save