Changeset 1082 in ProjectBuilder for pbconf


Ignore:
Timestamp:
Aug 9, 2010, 2:23:35 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • Remove most lintian warnings for Debian upload
Location:
pbconf/devel
Files:
4 edited

Legend:

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

    r238 r1082  
    11This package was originally debianized by Bruno Cornec <bruno@project-builder.org>
    2 Fri, 19 Oct 2007 11:08:11 +0100.
     2Fri, 25 Apr 2008 11:08:11 +0100.
    33
    44The current upstream source was downloaded from
     
    77Upstream Authors: Bruno Cornec <bruno@project-builder.org>
    88
     9Copyright 2010 Bruno Cornec <bruno@project-builder.org>
    910Copyright:
    1011
     
    2425
    2526On Debian systems, the complete text of the GNU General
    26 Public License can be found in `/usr/share/common-licenses/GPL'.
     27Public License can be found in `/usr/share/common-licenses/GPL-2'.
  • pbconf/devel/rpmbootstrap/deb/copyright

    r972 r1082  
    11This package was originally debianized by Bruno Cornec <bruno@project-builder.org>
    2 Thu, 18 Feb 2010 11:08:11 +0100.
     2Fri, 25 Apr 2008 11:08:11 +0100.
    33
    44The current upstream source was downloaded from
     
    77Upstream Authors: Bruno Cornec <bruno@project-builder.org>
    88
     9Copyright 2010 Bruno Cornec <bruno@project-builder.org>
    910Copyright:
    1011
     
    2425
    2526On Debian systems, the complete text of the GNU General
    26 Public License can be found in `/usr/share/common-licenses/GPL'.
     27Public License can be found in `/usr/share/common-licenses/GPL-2'.
  • pbconf/devel/rpmbootstrap/deb/rules

    r972 r1082  
    1010#export DH_VERBOSE=1
    1111
     12# If set to a true value then MakeMaker's prompt function will
     13# always return the default without waiting for user input.
     14export PERL_MM_USE_DEFAULT=1
     15
     16ifndef PERL
     17PERL = /usr/bin/perl
     18endif
     19
    1220# Define package name variable for a one-stop change.
    1321PACKAGE_NAME = PBPKG
    14 
    15 # These are used for cross-compiling and for saving the configure script
    16 # from having to guess our platform (since we know it already)
    17 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
    18 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
    19 
    20 CFLAGS = -Wall -g
    21 
    22 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
    23     CFLAGS += -O0
    24 else
    25     CFLAGS += -O2
    26 endif
    27 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
    28     INSTALL_PROGRAM += -s
    29 endif
    3022
    3123build: build-stamp
     
    3527
    3628        # Add here commands to compile the package.
    37         perl Makefile.PL
     29        $(PERL) Makefile.PL INSTALLDIRS=vendor PBKEYWORD=$(CURDIR)/PBFINALDIR MANDIR=/usr/share/man
    3830        $(MAKE)
    3931        touch $@
     
    5547        dh_installdirs
    5648
    57         # Add here commands to install the package into debian/linuxcoe-sd
     49        # Remove extra files
     50        # Add here commands to install the package
    5851        $(MAKE) install DESTDIR=$(CURDIR)/debian/PBPKG
     52
     53# Build architecture-dependent files here.
     54binary-arch: build install
     55    # We have nothing to do by default.
    5956
    6057# Build architecture-independent files here.
    6158binary-indep: build install
    62     # We have nothing to do by default.
    63 
    64 # Build architecture-dependent files here.
    65 binary-arch: build install
    6659            dh_testdir
    6760            dh_testroot
    6861            dh_installchangelogs ChangeLog
    6962            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
     63            #       dh_installexamples
     64            #       dh_install
     65            #       dh_installmenu
     66            #       dh_installdebconf
     67            #       dh_installlogrotate
     68            #       dh_installemacsen
     69            #       dh_installpam
     70            #       dh_installmime
     71            #       dh_python
     72            #       dh_installinit
     73            #       dh_installcron
     74            #       dh_installinfo
    8275            dh_installman
     76            dh_perl
    8377            dh_strip
    8478            dh_compress
    8579            dh_fixperms
    86                                 #       dh_perl
    87                                 #       dh_makeshlibs
     80            #       dh_makeshlibs
    8881            dh_installdeb
    89             dh_shlibdeps
     82            #       dh_shlibdeps
    9083            dh_gencontrol
    9184            dh_md5sums
  • pbconf/devel/rpmbootstrap/pbfilter/all.pbf

    r972 r1082  
    1 filter PBDESC = rpmbootstrap is a tool similar to debootstrap for RPM based distributions.$/It helps building a chrooted environment for the related distribution
     1filter PBDESC = It helps building a chrooted environment for RPM based distributions$/in a similar way as debootstrap for deb based distributions.
    22# Summary of package
    3 filter PBSUMMARY = rpmbootstrap is a tool similar to debootstrap for RPM based distributions
     3filter PBSUMMARY = tool similar to debootstrap for RPM based distributions
Note: See TracChangeset for help on using the changeset viewer.