Changeset 1877 in ProjectBuilder
- Timestamp:
- Jun 19, 2014, 10:17:50 AM (11 years ago)
- Location:
- projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb/control
r1810 r1877 1 Source: PB PKG1 Source: PBREALPKG 2 2 Section: PBGRP 3 3 Priority: optional … … 9 9 Homepage: PBURL 10 10 11 Package: PB PKG11 Package: PBREALPKG 12 12 Architecture: all 13 13 Section: PBGRP -
projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb/copyright
r1804 r1877 11 11 Bruno Cornec <bruno@mondorescue.org> 12 12 13 Copyright 2010-2014 Bruno Cornec <bruno@mondorescue.org> 13 14 Copyright: 14 15 … … 28 29 29 30 On Debian systems, the complete text of the GNU General 30 Public License can be found in `/usr/share/common-licenses/GPL '.31 Public License can be found in `/usr/share/common-licenses/GPL-2'. -
projects/mondorescue/pbconf/branches/3.2/MondoRescue/deb/rules
r1804 r1877 19 19 20 20 # Define package name variable for a one-stop change. 21 PACKAGE_NAME = PB PKG21 PACKAGE_NAME = PBREALPKG 22 22 23 23 build: build-stamp … … 47 47 dh_installdirs 48 48 49 # Add here commands to install the package 50 $(MAKE) install DESTDIR=$(CURDIR)/debian/PB PKG49 # Add here commands to install the package into debian/PBREALPKG 50 $(MAKE) install DESTDIR=$(CURDIR)/debian/PBREALPKG 51 51 52 52 # Build architecture-dependent files here. … … 56 56 # Build architecture-independent files here. 57 57 binary-indep: build install 58 59 60 61 62 #dh_installexamples63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 #dh_shlibdeps82 83 84 58 dh_testdir 59 dh_testroot 60 dh_installchangelogs ChangeLog 61 dh_installdocs 62 #dh_installexamples 63 # dh_install 64 # dh_installmenu 65 # dh_installdebconf 66 # dh_installlogrotate 67 # dh_installemacsen 68 # dh_installpam 69 # dh_installmime 70 # dh_python 71 # dh_installinit 72 # dh_installcron 73 # dh_installinfo 74 dh_installman 75 dh_perl 76 dh_strip 77 dh_compress 78 dh_fixperms 79 # dh_makeshlibs 80 dh_installdeb 81 # dh_shlibdeps 82 dh_gencontrol 83 dh_md5sums 84 dh_builddeb 85 85 86 86 binary: binary-indep binary-arch
Note:
See TracChangeset
for help on using the changeset viewer.