Changeset 244 in ProjectBuilder


Ignore:
Timestamp:
Oct 23, 2007, 12:55:24 AM (17 years ago)
Author:
Bruno Cornec
Message:

Working Debian build in place (needs correct ChangeLog file)

Location:
devel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/ChangeLog

    r15 r244  
    33PB CHANGES
    44
    5 1.0 (2007-07-26)
     50.8.6 (2007-10-22)
     6- Add Debian build support
     7- New filtering rules
     8- Add flat support to svn and cvs
     9- Fix #4
     10
     110.8.5 (2007-10-16)
     12- First public version
     13
     140.5 (2007-07-26)
    615- Creation of the project based on mondorescue build tools
  • devel/pbconf/project-builder/deb/control

    r238 r244  
    2020 .
    2121 Homepage: http://www.project-builder.org
     22
  • devel/pbconf/project-builder/deb/rules

    r239 r244  
    3131build: build-stamp
    3232
    33 build-stamp: .touched
     33build-stamp:
    3434        dh_testdir
    3535
    3636        # Add here commands to compile the package.
    3737        perl Makefile.PL
    38         make
     38        $(MAKE)
    3939        touch $@
    4040
     
    9393
    9494binary: binary-indep binary-arch
    95     .PHONY: build clean binary-indep binary-arch binary install
     95.PHONY: build clean binary-indep binary-arch binary install
Note: See TracChangeset for help on using the changeset viewer.