Ignore:
Timestamp:
Jun 19, 2014, 10:17:50 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Should improve building deb packages for the new MondoRescue perl module
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb/rules

    r1804 r1877  
    1919
    2020# Define package name variable for a one-stop change.
    21 PACKAGE_NAME = PBPKG
     21PACKAGE_NAME = PBREALPKG
    2222
    2323build: build-stamp
     
    4747        dh_installdirs
    4848
    49         # Add here commands to install the package
    50         $(MAKE) install DESTDIR=$(CURDIR)/debian/PBPKG
     49        # Add here commands to install the package into debian/PBREALPKG
     50        $(MAKE) install DESTDIR=$(CURDIR)/debian/PBREALPKG
    5151
    5252# Build architecture-dependent files here.
     
    5656# Build architecture-independent files here.
    5757binary-indep: build install
    58             dh_testdir
    59             dh_testroot
    60             dh_installchangelogs ChangeLog
    61             dh_installdocs
    62             #       dh_installexamples
    63             #       dh_install
    64             #       dh_installmenu
    65             #       dh_installdebconf
    66             #       dh_installlogrotate
    67             #       dh_installemacsen
    68             #       dh_installpam
    69             #       dh_installmime
    70             #       dh_python
    71             #       dh_installinit
    72             #       dh_installcron
    73             #       dh_installinfo
    74             dh_installman
    75             dh_perl
    76             dh_strip
    77             dh_compress
    78             dh_fixperms
    79             #       dh_makeshlibs
    80             dh_installdeb
    81             #       dh_shlibdeps
    82             dh_gencontrol
    83             dh_md5sums
    84             dh_builddeb
     58        dh_testdir
     59        dh_testroot
     60        dh_installchangelogs ChangeLog
     61        dh_installdocs
     62        #dh_installexamples
     63        #       dh_install
     64        #       dh_installmenu
     65        #       dh_installdebconf
     66        #       dh_installlogrotate
     67        #       dh_installemacsen
     68        #       dh_installpam
     69        #       dh_installmime
     70        #       dh_python
     71        #       dh_installinit
     72        #       dh_installcron
     73        #       dh_installinfo
     74        dh_installman
     75        dh_perl
     76        dh_strip
     77        dh_compress
     78        dh_fixperms
     79        #       dh_makeshlibs
     80        dh_installdeb
     81        #       dh_shlibdeps
     82        dh_gencontrol
     83        dh_md5sums
     84        dh_builddeb
    8585
    8686binary: binary-indep binary-arch
Note: See TracChangeset for help on using the changeset viewer.