Changeset 239 in ProjectBuilder for devel/pbconf


Ignore:
Timestamp:
Oct 22, 2007, 4:01:27 PM (17 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix port issues with VM
Some debian build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pbconf/project-builder/deb/rules

    r238 r239  
    3232
    3333build-stamp: .touched
    34         dh_testdir
     34        dh_testdir
    3535
    36         # Add here commands to compile the package.
     36        # Add here commands to compile the package.
    3737        perl Makefile.PL
    3838        make
     
    4040
    4141clean:
    42         dh_testdir
     42        dh_testdir
    4343        dh_testroot
    4444        rm -f build-stamp
    4545
    46         # Add here commands to clean up after the build process.
    47         -$(MAKE) distclean
     46        # Add here commands to clean up after the build process.
     47        -$(MAKE) distclean
    4848
    49         dh_clean
     49        dh_clean
    5050
    5151install: build
    52         dh_testdir
    53         dh_testroot
    54         dh_clean -k
    55         dh_installdirs
     52        dh_testdir
     53        dh_testroot
     54        dh_clean -k
     55        dh_installdirs
    5656
    57         # Add here commands to install the package into debian/linuxcoe-sd
    58         $(MAKE) install DESTDIR=$(CURDIR)/debian/PBPKG
     57        # Add here commands to install the package into debian/linuxcoe-sd
     58        $(MAKE) install DESTDIR=$(CURDIR)/debian/PBPKG
    5959
    6060# Build architecture-independent files here.
     
    6464# Build architecture-dependent files here.
    6565binary-arch: build install
    66             dh_testdir
    67             dh_testroot
    68             dh_installchangelogs ChangeLog
    69             dh_installdocs
    70             dh_installexamples
    71                                             #       dh_install
    72                                             #       dh_installmenu
    73                                             #       dh_installdebconf
    74                                             #       dh_installlogrotate
    75                                             #       dh_installemacsen
    76                                             #       dh_installpam
    77                                             #       dh_installmime
    78                                             #       dh_python
    79                                             #       dh_installinit
    80                                             #       dh_installcron
    81                                             #       dh_installinfo
    82             dh_installman
    83                                             #dh_link usr/share/doc/linuxcoe-sd usr/share/doc/linuxcoe-sd-base
    84             dh_strip
    85             dh_compress
    86             dh_fixperms
     66            dh_testdir
     67            dh_testroot
     68            dh_installchangelogs ChangeLog
     69            dh_installdocs
     70            dh_installexamples
     71                #       dh_install
     72                #       dh_installmenu
     73                #       dh_installdebconf
     74                #       dh_installlogrotate
     75                #       dh_installemacsen
     76                #       dh_installpam
     77                #       dh_installmime
     78                #       dh_python
     79                #       dh_installinit
     80                #       dh_installcron
     81                #       dh_installinfo
     82            dh_installman
     83            dh_strip
     84            dh_compress
     85            dh_fixperms
    8786                                #       dh_perl
    8887                                #       dh_makeshlibs
    89             dh_installdeb
    90             dh_shlibdeps
    91             dh_gencontrol
    92             dh_md5sums
    93             dh_builddeb
     88            dh_installdeb
     89            dh_shlibdeps
     90            dh_gencontrol
     91            dh_md5sums
     92            dh_builddeb
    9493
    9594binary: binary-indep binary-arch
Note: See TracChangeset for help on using the changeset viewer.