Changeset 731 in MondoRescue
- Timestamp:
- Jul 31, 2006, 12:19:19 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo-doc/distributions/debian/control
r580 r731 1 Source: mondo 1 Source: mondo-doc 2 2 Section: utils 3 3 Priority: optional 4 Maintainer: Bruno Cornec <bruno@mondorescue >4 Maintainer: Bruno Cornec <bruno@mondorescue.org> 5 5 Build-Depends: debhelper (>= 4.2.20) 6 6 Standards-Version: 3.6.1 -
branches/stable/mondo-doc/distributions/debian/mondo-doc.doc-base
r580 r731 1 Document: mondo 1 Document: mondo-doc 2 2 Title: Mondo Rescue and Mindi Linux HOWTO 3 3 Author: Hugo Rabson, Mikael Hultgren, Stan Benoit ("Troff"), Randy Delfs, -
branches/stable/mondo-doc/distributions/debian/rules
r580 r731 24 24 # Build architecture independent 25 25 build-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 27 28 touch build-indep-stamp 28 29 … … 54 55 dh_testroot 55 56 dh_clean -k -i 56 dh_installdirs -i57 dh_install -i57 $(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) 58 59 59 60 # Must not depend on anything. This is to be called by -
branches/stable/tools/DISTROS
r628 r731 11 11 suse_10.1 12 12 sles_9 13 gentoo_ 200613 gentoo_1.6 14 14 slackware_10.2 15 15 debian_3.1 -
branches/stable/tools/svn2build
r721 r731 82 82 rm -f $TMP/$p.spec 83 83 elif [ "$dtype" = "ebuild" ]; then 84 m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v -r$TAG.ebuild84 m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p.ebuild > $dest/distributions/${ddir}-$dver/$p-$v.ebuild 85 85 elif [ "$dtype" = "deb" ]; then 86 86 # To be developped 87 87 #m4 $TMP/mondorescue.mc $dest/distributions/$dfam/$p > /dev/null 88 88 cp -a $dest/distributions/$ddir/* $dest/distributions/${ddir}-$dver 89 m4 $TMP/mondorescue.mc $dest/distributions/$ddir/rules > $dest/distributions/${ddir}-$dver/rules 89 90 $TOOLHOME/mkchangelog.pl $dtype $p $dest/distributions/${ddir}-$dver/changelog 90 91 if [ $? -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.