Changes between Version 7 and Version 8 of PackageUpdates


Ignore:
Timestamp:
May 2, 2012, 11:09:36 AM (12 years ago)
Author:
wildintellect
Comment:

debuild is preferred

Legend:

Unmodified
Added
Removed
Modified
  • PackageUpdates

    v7 v8  
    3131 * build & sign the package
    3232{{{
    33 dpkg-buildpackage -kKeyName -S
     33debuild -kKeyName -S
    3434  If the source is in the ppa/launchpad already add -sd
    35 dpkg-buildpackage -kKeyName -S -sd
     35debuild -kKeyName -S -sd
     36  dpkg-buildpackage can also be used, but then you should run dput with -l to run lintian before upload
    3637}}}
    3738 * push the package to launchpad