Changes between Version 8 and Version 9 of PackageUpdates


Ignore:
Timestamp:
May 15, 2012, 9:01:22 AM (12 years ago)
Author:
jlarouche
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PackageUpdates

    v8 v9  
    4242
    4343
     44----
     45
     46== '''Create package for release''' ==
     47
     48
     49 * Clone the source you need
     50{{{
     51git clone http://gitexample.com/example.git
     52}}}
     53 * Download the original source and rename it
     54{{{
     55example-1.6.0.tar.gz
     56to
     57example_1.6.0.orig.tar.gz
     58}}}
     59 * Update Changelog
     60{{{
     61dch -i -D precise "launchpad build for precise"
     62}}}
     63 * Open debian/changelog and make sure the version and the log is OK
     64 * Build the package
     65{{{
     66debuild -S -sd
     67}}}
     68 * Test the build with pbuilder
     69{{{
     70pbuilder-dist precise amd64 build example_1.6.0-1~precise1.dsc
     71}}}
     72 * Use dput to upload the package to launchpad