Changeset 1878 in ProjectBuilder for pbconf/devel


Ignore:
Timestamp:
Jun 19, 2014, 10:20:12 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Improve deb package build for pb, based on some MondoRescue content
  • Latest distros such as Fedora 20 need attr and acl in order tro be backed up/restored correctly.
Location:
pbconf/devel/ProjectBuilder/deb
Files:
3 edited

Legend:

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

    r1730 r1878  
    33Priority: optional
    44Maintainer: PBPACKAGER
    5 Build-Depends: debhelper (>= 4.2.20), fakeroot, dpkg-dev (>= 1.10)
     5Build-Depends: debhelper (>= 4.2.20), fakeroot, dpkg-dev (>= 1.10), perl (>= 5.6.2)
    66Standards-Version: PBDEBSTD
    77Vcs-Svn: svn://svn.project-builder.org/mondo/svn/pb/PBVER/PBPKG
     
    1515Depends: perl (>= 5.8.4)
    1616Recommends:
    17 Suggests:
     17Suggests: liblinux-sysinfo-perl, libsys-cpu-perl
    1818Description: PBSUMMARY
    1919 PBDESC
  • pbconf/devel/ProjectBuilder/deb/copyright

    r1081 r1878  
    77Upstream Authors: Bruno Cornec <bruno@project-builder.org>
    88
    9 Copyright 2010 Bruno Cornec <bruno@project-builder.org>
     9Copyright 2010-2014 Bruno Cornec <bruno@project-builder.org>
    1010Copyright:
    1111
  • pbconf/devel/ProjectBuilder/deb/rules

    r1081 r1878  
    5050        $(MAKE) install DESTDIR=$(CURDIR)/debian/PBREALPKG
    5151
    52 # Build architecture-dependent files here. Nothing here
     52# Build architecture-dependent files here.
    5353binary-arch: build install
    54 
     54    # We have nothing to do by default.
     55    #
    5556# Build architecture-independent files here.
    5657binary-indep: build install
Note: See TracChangeset for help on using the changeset viewer.