Changeset 32029 in vbox
- Timestamp:
- Aug 27, 2010 9:32:57 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65283
- Location:
- trunk
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian
- Property svn:ignore
-
old new 11 11 vboxweb-service.init 12 12 preinst 13 prerm 13 14 postinst 14 15 virtualbox-ose
-
- Property svn:ignore
-
trunk/debian/rules
r32014 r32029 86 86 VBOX_WITH_MULTIVERSION_PYTHON= \ 87 87 VBOX_PATH_PACKAGE_DOCS="\"/usr/share/doc/$(verpkg)\"" \ 88 $(if $(ose),,VBOX_WITH_DOCS_CHM=1) \ 88 89 VBOX_SVN_REV=$(svnrev) \ 89 90 $(if $(NODOCS),VBOX_WITH_DOCS= ,)\ … … 146 147 dh_testdir 147 148 dh_testroot 148 rm -f debian/preinst debian/postinst 149 rm -f debian/$(package).init debian/vboxdrv.init 149 rm -f debian/preinst debian/postinst debian/prerm 150 rm -f debian/$(package).init debian/vboxdrv.init debian/vboxweb-service.init 150 151 rm -f debian/AutoConfig.kmk debian/configure.log debian/env.sh 151 152 rm -f debian/modules-stamp debian/build-stamp debian/configure-stamp … … 264 265 dh_installinit --name=vboxweb-service --noscripts 265 266 cat debian/preinst.in | sed -e 's|%VER%|$(ver)|g' > debian/preinst 267 cat debian/prerm.in | sed -e 's|%VER%|$(ver)|g' > debian/prerm 266 268 cat debian/postinst.in | sed -e 's|%VER%|$(ver)|g' > debian/postinst 267 269 dh_installdebconf -
trunk/src/VBox/Installer/linux/debian
- Property svn:ignore
-
old new 12 12 prerm 13 13 postinst 14 postrm15 14 vboxdrv.init 16 15 vboxweb-service.init
-
- Property svn:ignore
-
trunk/src/VBox/Installer/linux/debian/rules
r32014 r32029 109 109 VBOX_WITH_MULTIVERSION_PYTHON= \ 110 110 VBOX_PATH_PACKAGE_DOCS="\"/usr/share/doc/$(verpkg)\"" \ 111 VBOX_WITH_DOCS_CHM=1\111 $(if $(ose),,VBOX_WITH_DOCS_CHM=1) \ 112 112 VBOX_PACKAGE_DIST=$(debdist) \ 113 113 VBOX_SVN_REV=$(svnrev) \ … … 173 173 dh_testdir 174 174 dh_testroot 175 rm -f debian/changelog debian/preinst debian/postinst debian/prerm debian/postrm176 rm -f debian/$(package).init debian/vboxdrv.init 175 rm -f debian/changelog debian/preinst debian/postinst debian/prerm 176 rm -f debian/$(package).init debian/vboxdrv.init debian/vboxweb-service.init 177 177 rm -f debian/AutoConfig.kmk debian/configure.log debian/env.sh 178 178 rm -f debian/modules-stamp debian/build-stamp debian/configure-stamp … … 302 302 cat debian/prerm.in | sed -e 's|%VER%|$(ver)|g' > debian/prerm 303 303 cat debian/postinst.in | sed -e 's|%VER%|$(ver)|g' > debian/postinst 304 cat debian/postrm.in > debian/postrm305 304 dh_installdebconf 306 305 dh_installchangelogs
Note:
See TracChangeset
for help on using the changeset viewer.