~ubuntu-branches/ubuntu/precise/gnome-osd/precise

« back to all changes in this revision

Viewing changes to generate-ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Adriaan Peeters
  • Date: 2008-03-28 20:49:42 UTC
  • mfrom: (1.1.6 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080328204942-xqm6ocbwfm2bjvxt
Tags: 0.12.2-1
* New upstream release
* debian/copyright:
  - Added note on upstream repackaging
  - Added license for Debian packaging
* debian/control:
  - Made Homepage a real field
  - Added Provides: python-gnomeosd since we ship a public module
  - Added Suggests: muine, evolution, pidgin
  - Added Depends: python-pyorbit
  - Added Build-Depends: pkg-config
  - Merged Build-Depends-Indep with Build-Depends
  - Removed duplicate spacing in long description
  - Bumped Standards-Version to 3.7.3, no changes needed
* debian/watch: updated url to check for bz2 instead of gz
* debian/rules: use default instead of latest python, fixes bdfh problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
ChangeLog=$(dirname $0)/ChangeLog
7
7
        
8
8
chmod u+w $ChangeLog 2> /dev/null
9
 
bzr log -v --log-format 'gnu' -r "-1..revid:hg:36d84752c48e29ef00b82a014ea4979b1a639f80" > $ChangeLog
 
9
bzr log -v --log-format 'gnu' -r "revid:hg:36d84752c48e29ef00b82a014ea4979b1a639f80..-1" > $ChangeLog
10
10
echo " ** For older ChangeLog entries please see the file ChangeLog.old **" >> $ChangeLog
11
11
chmod a-w $ChangeLog