Add debian changelog to version increment script.

This commit is contained in:
Nick Martin
2012-02-21 15:30:00 -08:00
parent e29b00bf7a
commit 41fb1f643b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
meteor (0.1.4-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
* Automated debian build.
-- Meteor Deb Packager <debian@meteor.com> Tue, 21 Feb 2012 04:21:07 +0000

View File

@@ -13,6 +13,7 @@ var _ = require('../app/lib/third/underscore.js');
// What files to update. Relative to project root.
var UPDATE_FILES = ['app/lib/updater.js',
'admin/install-s3.sh',
'admin/debian/changelog',
'docs/client/docs.html',
['admin/manifest.json', 'g']];