Changes between Version 10 and Version 11 of DebianUbuntuPackaging


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianUbuntuPackaging

    v10 v11  
    4141# Update local Git
    4242git add debian/changelog
    43 git ci -m "Debian changelog update"
     43git commit -m "Debian changelog update"
    4444
    4545# Prepare source upload
    46 $ git-buildpackage --git-debian-branch=master --git-builder="debuild -S -sa" --git-ignore-new
     46git-buildpackage --git-debian-branch=master --git-builder="debuild -S -sa" --git-ignore-new
    4747
    4848# Upload source package for build to Launchpad
    49 $ dput ppa:grass/grass-stable ../grass70_7.0.0RC2-1_source.changes
     49dput ppa:grass/grass-stable ../grass70_7.0.0RC2-1_source.changes
    5050}}}