Changeset 731 in MondoRescue


Ignore:
Timestamp:
Jul 31, 2006, 12:19:19 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • gentoo version is really 1.6 (not 2006)
  • mondo-doc debian package improvements
Location:
branches/stable
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo-doc/distributions/debian/control

    r580 r731  
    1 Source: mondo
     1Source: mondo-doc
    22Section: utils
    33Priority: optional
    4 Maintainer: Bruno Cornec <bruno@mondorescue>
     4Maintainer: Bruno Cornec <bruno@mondorescue.org>
    55Build-Depends: debhelper (>= 4.2.20)
    66Standards-Version: 3.6.1
  • branches/stable/mondo-doc/distributions/debian/mondo-doc.doc-base

    r580 r731  
    1 Document: mondo
     1Document: mondo-doc
    22Title: Mondo Rescue and Mindi Linux HOWTO
    33Author: Hugo Rabson, Mikael Hultgren, Stan Benoit ("Troff"), Randy Delfs,
  • branches/stable/mondo-doc/distributions/debian/rules

    r580 r731  
    2424# Build architecture independent
    2525build-indep: build-indep-stamp
    26     # Nothing to do, the only indep item is the manual which is available as html in original source
     26    $(MAKE) -f Makefile.man VERSION=VVV
     27    $(MAKE) -f Makefile.howto VERSION=VVV
    2728    touch build-indep-stamp
    2829
     
    5455    dh_testroot
    5556    dh_clean -k -i
    56     dh_installdirs -i
    57     dh_install -i
     57    $(MAKE) -f Makefile.man install INSTALLDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME)
     58    $(MAKE) -f Makefile.howto install INSTALLDIR=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/$(PACKAGE_NAME)
    5859
    5960# Must not depend on anything. This is to be called by
  • branches/stable/tools/DISTROS

    r628 r731  
    1111suse_10.1
    1212sles_9
    13 gentoo_2006
     13gentoo_1.6
    1414slackware_10.2
    1515debian_3.1
  • branches/stable/tools/svn2build

    r721 r731  
    8282            rm -f $TMP/$p.spec
    8383        elif [ "$dtype" = "ebuild" ]; then
    84             m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v-r$TAG.ebuild
     84            m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild
    8585        elif [ "$dtype" = "deb" ]; then
    8686            # To be developped
    8787            #m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null
    8888            cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver
     89            m4 $TMP/mondorescue.mc $dest/distributions/$ddir/rules > $dest/distributions/${ddir}-$dver/rules
    8990            $TOOLHOME/mkchangelog.pl $dtype $p $dest/distributions/${ddir}-$dver/changelog
    9091            if [ $? -ne 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.