Changeset 1877 in ProjectBuilder for projects


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
Location:
projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb
Files:
3 edited

Legend:

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

    r1810 r1877  
    1 Source: PBPKG
     1Source: PBREALPKG
    22Section: PBGRP
    33Priority: optional
     
    99Homepage: PBURL
    1010
    11 Package: PBPKG
     11Package: PBREALPKG
    1212Architecture: all
    1313Section: PBGRP
  • projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb/copyright

    r1804 r1877  
    1111                  Bruno Cornec <bruno@mondorescue.org>
    1212
     13Copyright 2010-2014 Bruno Cornec <bruno@mondorescue.org>
    1314Copyright:
    1415
     
    2829
    2930On Debian systems, the complete text of the GNU General
    30 Public License can be found in `/usr/share/common-licenses/GPL'.
     31Public License can be found in `/usr/share/common-licenses/GPL-2'.
  • 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.