Changeset 541 in ProjectBuilder for pbconf/devel/ProjectBuilder/deb


Ignore:
Timestamp:
Sep 15, 2008, 1:39:21 PM (16 years ago)
Author:
Bruno Cornec
Message:

Working on the correct .deb generation for virtual/real packages

Location:
pbconf/devel/ProjectBuilder/deb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/ProjectBuilder/deb/control

    r418 r541  
    1 Source: PBPKG
     1Source: PBREALPKG
    22Section: PBGRP
    33Priority: optional
     
    66Standards-Version: 3.6.1
    77
    8 Package: PBPKG
     8Package: PBREALPKG
    99Architecture: all
    1010Section: PBGRP
  • pbconf/devel/ProjectBuilder/deb/rules

    r244 r541  
    1111
    1212# Define package name variable for a one-stop change.
    13 PACKAGE_NAME = PBPKG
     13PACKAGE_NAME = PBREALPKG
    1414
    1515# These are used for cross-compiling and for saving the configure script
     
    5555        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/PBREALPKG
     58        $(MAKE) install DESTDIR=$(CURDIR)/debian/PBREALPKG
    5959
    6060# Build architecture-independent files here.
Note: See TracChangeset for help on using the changeset viewer.