Changeset 734 in ProjectBuilder for projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb
- Timestamp:
- Mar 11, 2009, 6:48:41 AM (16 years ago)
- Location:
- projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/conffiles
r384 r734 1 PB ETCINSTALL/linuxcoe.rc2 PB ETCINSTALL/includes/config.state3 PB ETCINSTALL/includes/LinuxCOE-SystemDesigner.conf4 PB ETCINSTALL/includes/sudoers1 PBsysconfdir/linuxcoe.rc 2 PBsysconfdir/includes/config.state 3 PBsysconfdir/includes/LinuxCOE-SystemDesigner.conf 4 PBsysconfdir/includes/sudoers -
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/control
r384 r734 8 8 Package: PBPKG 9 9 Architecture: all 10 Depends: perl, perl-modules, exim | mail-transport-agent, apache2, genisoimage | mkisofs, sudo10 Depends: PBDEP 11 11 Suggests: linuxcoe-sd-docs, palo, libdbi-perl 12 Recommends: linuxcoe-sd-data-centos, linuxcoe-sd-data-debian, linuxcoe-sd-data-fedora, linuxcoe-sd-data-nld, linuxcoe-sd-data-opensuse, linuxcoe-sd-data-rhel, linuxcoe-sd-data-scientific, linuxcoe-sd-data-sles, linuxcoe-sd-data-suse, linuxcoe-sd-data-ubuntu 12 Recommends: linuxcoe-sd-data 13 Provides: PBPROVIDE 13 14 Description: LinuxCOE SystemDesigner web interface 14 15 LinuxCOE SystemDesigner is a unifying web application that allows -
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/dirs
r384 r734 1 PB ROOTINSTALL1 PBprefix 2 2 /usr/share/doc/linuxcoe-sd-base 3 PB ETCINSTALL4 PB VARINSTALL/cache/linuxcoe-sd5 PB VARINSTALL/lib/linuxcoe-sd6 PB VARINSTALL/log/linuxcoe-sd3 PBsysconfdir 4 PBlocalstatedir/cache/linuxcoe-sd 5 PBlocalstatedir/lib/linuxcoe-sd 6 PBlocalstatedir/log/linuxcoe-sd -
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/postinst
r384 r734 21 21 configure) 22 22 23 PB ROOTINSTALL/bin/post-actions -i23 PBprefix/bin/post-actions -i 24 24 25 25 ;; -
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/prerm
r384 r734 21 21 remove|upgrade|deconfigure) 22 22 23 PB ROOTINSTALL/bin/post-actions -u23 PBprefix/bin/post-actions -u 24 24 25 25 ;; -
projects/linuxcoe/pbconf/cvs/linuxcoe-sd-base/deb/rules
r722 r734 32 32 #./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" 33 33 ./configure \ 34 webalias="PBWEBALIAS" \ 35 webworkdir="PBWEBWORKDIR" \ 36 httpdcfgdir="PBHTTPDCONF" \ 37 docrootdir="PBHTTPDDOCROOT" \ 38 httpd_user="PBHTTPDUSER" \ 39 httpd_group="PBHTTPDGROUP" \ 40 sudoers_cfg="PBSUDOERS" \ 41 --prefix=PBROOTINSTALL \ 42 --sysconfdir=PBETCINSTALL \ 43 --localstatedir=PBVARINSTALL \ 34 webalias="PBwebalias" \ 35 webworkdir="PBwebworkdir" \ 36 httpdcfgdir="PBhttpdcfgdir" \ 37 httpd_user="PBhttpd_user" \ 38 httpd_group="PBhttpd_group" \ 39 sudoers_cfg="PBsudoers_cfg" \ 40 --prefix=PBprefix \ 41 --sysconfdir=PBsysconfdir \ 42 --localstatedir=PBlocalstatedir \ 44 43 --host=$(DEB_HOST_GNU_TYPE) \ 45 44 --build=$(DEB_BUILD_GNU_TYPE) \ 46 45 --without-MKISOFS \ 46 --without-PERLMOD \ 47 47 --without-PALO \ 48 --without-PERLMOD \49 48 --without-SENDMAIL \ 50 49 --without-APACHECTL \
Note:
See TracChangeset
for help on using the changeset viewer.