~mvo/update-manager/release-notes-markup

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Vogt
  • Date: 2008-11-14 19:03:53 UTC
  • Revision ID: michael.vogt@ubuntu.com-20081114190353-tnrwn4pvarb9gxyb
* debian/rules 
  - remove the arch-build target
* DistUpgrade/DistUpgradeController.py:
  - improvements to the sources.list rewriting, better tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
binary: binary-indep binary-arch
79
79
 
80
 
arch-build: 
81
 
        # update the demotions
82
 
        (cd utils && ./demotions.py intrepid jaunty > demotions.cfg)
83
 
        (cd utils && ./update_mirrors.py ../DistUpgrade/mirrors.cfg)
84
 
        # run the test-suit
85
 
        #echo "Running integrated tests"
86
 
        #(cd tests && for test in *.py; do python $$test; done)
87
 
        # update version
88
 
        echo "VERSION='$(DEBVER)'" > DistUpgrade/DistUpgradeVersion.py
89
 
        # build it
90
 
        rm -rf debian/arch-build
91
 
        mkdir -p debian/arch-build/$(PKG)-$(DEBVER)
92
 
        tar -c --exclude=arch-build --no-recursion -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -)
93
 
        (cd debian/arch-build/$(PKG)-$(DEBVER) && $(DEB_BUILD_PROG))
94
80
 
95
 
.PHONY: build clean binary-indep binary-arch binary install arch-build
 
81
.PHONY: build clean binary-indep binary-arch binary install