Changeset 1693 in MondoRescue for branches/stable/pbconf


Ignore:
Timestamp:
Oct 21, 2007, 3:06:22 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Remove useless copy from mindi to mondo at end of USB handling
  • Fix PB macro vs tools/*2build issue
  • make_usb_fs change of interface (doesn't need a parameter)
  • Fix USB support in mondo to avoid multiple copies of files
  • Use first partiion in mondo for USB device
  • Fixes for USB CLI for both mondo/mindi
  • Try to add USB support for mondoarchive with new functions
  • du => deb for similarity with other distro type under pbconf
  • migrate gento build files under pb
  • remove now obsolete rpm spec file and gentoo build files from distributions
  • Remove DOCDIR usage in mindi + various build fixes

(merge -r1680:1692 $SVN_M/branches/2.2.5)

Location:
branches/stable/pbconf
Files:
2 deleted
4 edited
3 copied

Legend:

Unmodified
Added
Removed
  • branches/stable/pbconf/mindi/rpm/mindi.spec

    r1681 r1693  
    3737export CONFDIR=%{_sysconfdir}
    3838export MANDIR=%{_mandir}
    39 export DOCDIR=%{_docdir}
     39#export DOCDIR=%{_docdir}
    4040export LIBDIR=%{_libdir}
    4141export CACHEDIR=%{_var}/cache/%{name}
  • branches/stable/pbconf/mondo/deb/control

    r1464 r1693  
    1 Source: mondo
    2 Section: utils
     1Source: PBPKG
     2Section: PBGRP
    33Priority: optional
    4 Maintainer: Bruno Cornec <bruno@mondorescue.org>
     4Maintainer: PBPACKAGER
    55Build-Depends: debhelper (>= 4.2.20), libnewt-dev, libncurses5-dev
    66Standards-Version: 3.6.1
    77
    8 Package: mondo
    9 Architecture: amd64 i386
    10 Section: utils
     8Package: PBPKG
     9Architecture: amd64 i386 ia64
     10Section: PBGRP
    1111Priority: optional
    1212Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1.2.3-1), afio, buffer, gawk, cdrecord, lzop
  • branches/stable/pbconf/mondo/deb/rules

    r1513 r1693  
    1111
    1212# Define package name variable for a one-stop change.
    13 PACKAGE_NAME = mondo
     13PACKAGE_NAME = PBPKG
    1414
    1515# These are used for cross-compiling and for saving the configure script
     
    9191    mkdir -p debian/doc-temp
    9292    mkdir -p $(CURDIR)/debian/$(PACKAGE_NAME)/var/cache/mondo
    93     cp -a docs/en/mondorescue-howto debian/doc-temp/html
     93    #cp -a docs/en/mondorescue-howto debian/doc-temp/html
    9494
    9595    dh_install -s
  • branches/stable/pbconf/mondorescue.pb

    r1663 r1693  
    1414
    1515pkgver mindi = 1.2.5
    16 pkgver mindi-busybox = 1.2.2
    17 pkgtag mindi-busybox = 4
     16pkgver mindi-busybox = 1.7.2
     17pkgtag mindi-busybox = 1
    1818
    1919# Hash of additional package/package directory
Note: See TracChangeset for help on using the changeset viewer.