~ubuntu-branches/debian/wheezy/numm/wheezy

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Package Import Robot
  • Author(s): Dafydd Harries
  • Date: 2012-04-16 17:13:14 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120416171314-8shz7o37wr4j2k7r
Tags: 0.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 - git commit
7
7
 - git tag -s numm-$VERSION -m numm-$VERSION
8
8
 - python setup.py sdist
9
 
 
10
 
### Updating the Debian package
 
9
 - gpg --sign -a dist/numm-$VERSION.tar.gz
 
10
 
 
11
### Uploading to the website
 
12
 
 
13
 - cd dist/
 
14
 - scp numm-$VERSION.tar.gz{,.asc} numm.org:/var/www/numm.org/numm/releases
 
15
 
 
16
### Building the Debian package
11
17
 
12
18
Build a new source package:
13
19