Changes between Version 13 and Version 14 of PackageUpdates


Ignore:
Timestamp:
May 16, 2012, 6:05:57 AM (12 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PackageUpdates

    v13 v14  
    7373pbuilder-dist precise amd64 build example_1.6.0-1~precise1.dsc
    7474}}}
    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''
    7676{{{
    7777python -c "import SimpleHTTPServer; SimpleHTTPServer.test();" // This create a temporary webserver in the current directory
     
    7979
    8080pbuilder-dist precise amd64 login
     81
     82dpkg -i package.deb
     83// if there are dependencies missing
     84apt-get install -f
    8185}}}
    8286 * Use dput to upload the package to launchpad