~ubuntu-core-dev/app-install-data-ubuntu/ubuntu

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Vogt
  • Date: 2007-02-06 17:29:58 UTC
  • Revision ID: michael.vogt@ubuntu.com-20070206172958-luozu2c0s04719sh
* removed old ChangeLog
* added new empty Changelog 
* debian/rules:
  - automatically dump the bzr log into Changelog (for seb128)

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        rm -rf debian/arch-build
89
89
        mkdir -p debian/arch-build/$(NAME)-$(VER)
90
90
        tar -c --no-recursion --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(NAME)-$(VER);tar xf -)
 
91
        # for seb128
 
92
        bzr log > debian/arch-build/$(NAME)-$(VER)/Changelog
91
93
        (cd debian/arch-build/$(NAME)-$(VER) && $(DEB_BUILD_PROG))
92
94
 
93
95