Changeset 1082 in ProjectBuilder for pbconf/devel
- Timestamp:
- Aug 9, 2010, 2:23:35 AM (15 years ago)
- Location:
- pbconf/devel
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pbconf/devel/project-builder/deb/copyright
r238 r1082 1 1 This package was originally debianized by Bruno Cornec <bruno@project-builder.org> 2 Fri, 19 Oct 200711:08:11 +0100.2 Fri, 25 Apr 2008 11:08:11 +0100. 3 3 4 4 The current upstream source was downloaded from … … 7 7 Upstream Authors: Bruno Cornec <bruno@project-builder.org> 8 8 9 Copyright 2010 Bruno Cornec <bruno@project-builder.org> 9 10 Copyright: 10 11 … … 24 25 25 26 On Debian systems, the complete text of the GNU General 26 Public License can be found in `/usr/share/common-licenses/GPL '.27 Public License can be found in `/usr/share/common-licenses/GPL-2'. -
pbconf/devel/rpmbootstrap/deb/copyright
r972 r1082 1 1 This package was originally debianized by Bruno Cornec <bruno@project-builder.org> 2 Thu, 18 Feb 201011:08:11 +0100.2 Fri, 25 Apr 2008 11:08:11 +0100. 3 3 4 4 The current upstream source was downloaded from … … 7 7 Upstream Authors: Bruno Cornec <bruno@project-builder.org> 8 8 9 Copyright 2010 Bruno Cornec <bruno@project-builder.org> 9 10 Copyright: 10 11 … … 24 25 25 26 On Debian systems, the complete text of the GNU General 26 Public License can be found in `/usr/share/common-licenses/GPL '.27 Public License can be found in `/usr/share/common-licenses/GPL-2'. -
pbconf/devel/rpmbootstrap/deb/rules
r972 r1082 10 10 #export DH_VERBOSE=1 11 11 12 # If set to a true value then MakeMaker's prompt function will 13 # always return the default without waiting for user input. 14 export PERL_MM_USE_DEFAULT=1 15 16 ifndef PERL 17 PERL = /usr/bin/perl 18 endif 19 12 20 # Define package name variable for a one-stop change. 13 21 PACKAGE_NAME = PBPKG 14 15 # These are used for cross-compiling and for saving the configure script16 # 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 -g21 22 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))23 CFLAGS += -O024 else25 CFLAGS += -O226 endif27 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))28 INSTALL_PROGRAM += -s29 endif30 22 31 23 build: build-stamp … … 35 27 36 28 # Add here commands to compile the package. 37 perl Makefile.PL29 $(PERL) Makefile.PL INSTALLDIRS=vendor PBKEYWORD=$(CURDIR)/PBFINALDIR MANDIR=/usr/share/man 38 30 $(MAKE) 39 31 touch $@ … … 55 47 dh_installdirs 56 48 57 # Add here commands to install the package into debian/linuxcoe-sd 49 # Remove extra files 50 # Add here commands to install the package 58 51 $(MAKE) install DESTDIR=$(CURDIR)/debian/PBPKG 52 53 # Build architecture-dependent files here. 54 binary-arch: build install 55 # We have nothing to do by default. 59 56 60 57 # Build architecture-independent files here. 61 58 binary-indep: build install 62 # We have nothing to do by default.63 64 # Build architecture-dependent files here.65 binary-arch: build install66 59 dh_testdir 67 60 dh_testroot 68 61 dh_installchangelogs ChangeLog 69 62 dh_installdocs 70 dh_installexamples71 72 73 74 75 76 77 78 79 80 81 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 82 75 dh_installman 76 dh_perl 83 77 dh_strip 84 78 dh_compress 85 79 dh_fixperms 86 # dh_perl 87 # dh_makeshlibs 80 # dh_makeshlibs 88 81 dh_installdeb 89 dh_shlibdeps82 # dh_shlibdeps 90 83 dh_gencontrol 91 84 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 distribution1 filter PBDESC = It helps building a chrooted environment for RPM based distributions$/in a similar way as debootstrap for deb based distributions. 2 2 # Summary of package 3 filter PBSUMMARY = rpmbootstrap is atool similar to debootstrap for RPM based distributions3 filter PBSUMMARY = tool similar to debootstrap for RPM based distributions
Note:
See TracChangeset
for help on using the changeset viewer.