Changes between Version 13 and Version 14 of PackageUpdates
- Timestamp:
- 05/16/12 06:05:57 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PackageUpdates
v13 v14 73 73 pbuilder-dist precise amd64 build example_1.6.0-1~precise1.dsc 74 74 }}} 75 *''You can also test the package with , but you will have to find a way to get the .deb on your pbuilder machine''75 *''You can also test the package with pbuilder login and install it directly from the .deb, but you will have to find a way to get the .deb on your pbuilder machine'' 76 76 {{{ 77 77 python -c "import SimpleHTTPServer; SimpleHTTPServer.test();" // This create a temporary webserver in the current directory … … 79 79 80 80 pbuilder-dist precise amd64 login 81 82 dpkg -i package.deb 83 // if there are dependencies missing 84 apt-get install -f 81 85 }}} 82 86 * Use dput to upload the package to launchpad