Changes between Version 9 and Version 10 of DebianUbuntuPackaging


Ignore:
Timestamp:
Feb 20, 2015, 7:51:36 AM (9 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v9 v10  
    3838dch -i
    3939git diff
     40
     41# Update local Git
     42git add debian/changelog
     43git ci -m "Debian changelog update"
     44
     45# Prepare source upload
     46$ git-buildpackage --git-debian-branch=master --git-builder="debuild -S -sa" --git-ignore-new
     47
     48# Upload source package for build to Launchpad
     49$ dput ppa:grass/grass-stable ../grass70_7.0.0RC2-1_source.changes
    4050}}}