Changeset 588 in MondoRescue for trunk/mondo/distributions


Ignore:
Timestamp:
May 29, 2006, 11:47:20 AM (18 years ago)
Author:
bcornec
Message:

merge -r 560:587 $SVN_M/branches/stable

Location:
trunk/mondo/distributions
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/mondo/distributions/debian/changelog

    r302 r588  
    1 mondo (2.11r301-1) unstable; urgency=low
     1mondo (2.0.8-1) unstable; urgency=low
    22
    3   * Initial Release.
     3  * First upstream Debian package.
    44
    5  -- Bruno Cornec <bcornec@users.berlios.de>  Thu, 12 Jan 2006 20:52:16 +1100
     5 -- Bruno Cornec <bruno@mondorescue.org>  Sat, 17 May 2006 11:08:09 +0100
  • trunk/mondo/distributions/debian/control

    r302 r588  
    22Section: utils
    33Priority: optional
    4 Maintainer: Hector Garcia <hector@debian.org>
     4Maintainer: Bruno Cornec <bruno@mondorescue.org>
    55Build-Depends: debhelper (>= 4.2.20), libnewt-dev, libncurses5-dev
    6 Standards-Version: 3.6.2
    7 Uploaders: Andree Leidenfrost <aleidenf@bigpond.net.au>, Amaya Rodrigo Sastre <amaya@debian.org>
     6Standards-Version: 3.6.1
    87
    98Package: mondo
    10 Architecture: i386
     9Architecture: amd64 i386
    1110Section: utils
    1211Priority: optional
    13 Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1.06), binutils, afio, buffer, gawk, cdrecord, lzop, dosfstools
     12Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1.0.8-1), afio, buffer, gawk, cdrecord, lzop
    1413Recommends: dvd+rw-tools
    1514Suggests: mondo-doc
     
    2827 may even use it to backup non-Linux partitions, such as NTFS.
    2928 .
    30  IMPORTANT NOTE: This is the uostream version of mondo. Please do not report
    31  bug to Debian's Bug Tracking System.
    32  .
    3329 Homepage: http://www.mondorescue.org
    34 
    35 Package: mondo-doc
    36 Architecture: all
    37 Section: doc
    38 Priority: optional
    39 Suggests: mondo
    40 Description: manual for Mondo, a powerful disaster recovery suite
    41  Mondo is reliable. It backs up your Debian GNU/Linux server or workstation to
    42  tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic
    43  data loss, you will be able to restore all of your data [or as much as you
    44  want], from bare metal if necessary. Mondo is in use by numerous blue-chip
    45  enterprises and large organizations, dozens of smaller companies, and tens of
    46  thousands of users.
    47  .
    48  Mondo is comprehensive. Mondo supports LVM, RAID, ext2, ext3, JFS, XFS,
    49  ReiserFS, VFAT, and can support additional file systems easily. It supports
    50  adjustments in disk geometry, including migration from non-RAID to RAID. Mondo
    51  runs on all major Linux distributions and is getting better all the time. You
    52  may even use it to backup non-Linux partitions, such as NTFS.
    53  .
    54  IMPORTANT NOTE: This is the uostream version of mondo. Please do not report
    55  bug to Debian's Bug Tracking System.
    56  .
    57  Homepage: http://www.mondorescue.org
  • trunk/mondo/distributions/debian/mondo.dirs

    r302 r588  
    11usr/sbin
     2usr/share/bug/mondo
    23usr/share/man/man8
    3 usr/share/bug/mondo
    4 usr/share/lintian/overrides
     4usr/share/mondo
     5usr/share/pixmaps
  • trunk/mondo/distributions/debian/mondo.docs

    r302 r588  
    11NEWS
    22TODO
    3 debian/README
     3README
     4svn.log
  • trunk/mondo/distributions/debian/rules

    r302 r588  
    33# Sample debian/rules that uses debhelper.
    44# GNU copyright 1997 to 1999 by Joey Hess.
     5#
     6# $Id$
     7#
    58
    69# Uncomment this to turn on verbose mode.
     
    1417DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
    1518DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
    16 
    1719
    1820CFLAGS = -Wall -g
     
    8688    # - start with upstream make install
    8789    $(MAKE) install prefix=$(CURDIR)/debian/$(PACKAGE_NAME)/usr mandir=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/man
    88     # - fix library permissions
    89     chmod 644 debian/$(PACKAGE_NAME)/usr/lib/libmondo.so.2.0.3      \
    90                   debian/$(PACKAGE_NAME)/usr/lib/libmondo-newt.so.1.0.0 \
    91                   debian/$(PACKAGE_NAME)/usr/lib/libmondo.la            \
    92                   debian/$(PACKAGE_NAME)/usr/lib/libmondo-newt.la
    93     # - remove library symlinks only relevant for development
    94     rm -f debian/$(PACKAGE_NAME)/usr/lib/libmondo.so      \
    95               debian/$(PACKAGE_NAME)/usr/lib/libmondo-newt.so
    96     # - fix autorun script permissions
    97     chmod 755 debian/$(PACKAGE_NAME)/usr/lib/mondo/autorun
    98     # - relocate manual to temporary location because package directory mondo-doc doesn't exist yet
     90    # - copy html manual to temporary location for renaming
    9991    mkdir -p debian/doc-temp
    100     mv debian/$(PACKAGE_NAME)/usr/share/doc/mondo-2.11 debian/doc-temp/html
     92    cp -a docs/en/mondorescue-howto debian/doc-temp/html
    10193
    10294    dh_install -s
     
    118110    dh_installchangelogs ChangeLog
    119111    dh_installdocs
    120     dh_installexamples
    121112    dh_installman
    122113    dh_link
     
    124115    dh_compress
    125116    dh_fixperms
    126     dh_makeshlibs
    127117    dh_installdeb
    128     dh_shlibdeps -l debian/$(PACKAGE_NAME)/usr/lib
     118    dh_shlibdeps
    129119    dh_gencontrol
    130120    dh_md5sums
  • trunk/mondo/distributions/gentoo/mondo.ebuild

    r561 r588  
    1 # Copyright 1999-2005 Gentoo Foundation
     1# Copyright 1999-2004 Gentoo Foundation
    22# Distributed under the terms of the GNU General Public License v2
     3# $Header: $
     4
    35# $Id$
    46
  • trunk/mondo/distributions/rpm/mondo.spec

    r561 r588  
    7676
    7777%files
    78 %defattr(644,root,root,755)
    7978%doc ChangeLog svn.log
    8079%doc INSTALL COPYING README TODO AUTHORS NEWS
    8180%doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf
    8281
    83 %attr(755,root,root) %{_sbindir}/*
    84 %attr(755,root,root) %{_datadir}/%{name}/restore-scripts/%{name}/*
    85 %attr(755,root,root) %{_datadir}/%{name}/autorun
    86 %attr(755,root,root) %{_datadir}/%{name}/post-nuke.sample/usr/bin/post-nuke
    8782%{_datadir}/locale/*/LC_MESSAGES/mondo.mo
    88 %{_datadir}/%{name}/*
     83%{_sbindir}/*
     84%{_datadir}/%{name}
    8985%{_mandir}/man8/*
    9086
Note: See TracChangeset for help on using the changeset viewer.