Changeset 244 in ProjectBuilder
- Timestamp:
- Oct 23, 2007, 12:55:24 AM (17 years ago)
- Location:
- devel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/ChangeLog
r15 r244 3 3 PB CHANGES 4 4 5 1.0 (2007-07-26) 5 0.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 11 0.8.5 (2007-10-16) 12 - First public version 13 14 0.5 (2007-07-26) 6 15 - Creation of the project based on mondorescue build tools -
devel/pbconf/project-builder/deb/control
r238 r244 20 20 . 21 21 Homepage: http://www.project-builder.org 22 -
devel/pbconf/project-builder/deb/rules
r239 r244 31 31 build: build-stamp 32 32 33 build-stamp: .touched33 build-stamp: 34 34 dh_testdir 35 35 36 36 # Add here commands to compile the package. 37 37 perl Makefile.PL 38 make38 $(MAKE) 39 39 touch $@ 40 40 … … 93 93 94 94 binary: binary-indep binary-arch 95 95 .PHONY: build clean binary-indep binary-arch binary install
Note:
See TracChangeset
for help on using the changeset viewer.