~ubuntu-branches/ubuntu/dapper/synaptic/dapper-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-04-21 10:02:28 UTC
  • Revision ID: james.westby@ubuntu.com-20060421100228-nvrfogz80pdmb2f7
Tags: 0.57.8ubuntu10
* g++-4.1 fixes (thanks to Martin Michlmayr) (closes: 357863)
* fix the invocation of the external software-properties

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
#       debian/svn-build/synaptic-$(S_DEBVER)/autogen.sh
122
122
#       (cd debian/svn-build/synaptic-$(S_DEBVER); $(DEB_BUILD_PROG))
123
123
 
124
 
arch-build:
 
124
arch-build: 
 
125
        -$(MAKE) distclean
125
126
        rm -rf debian/arch-build
126
127
        mkdir -p debian/arch-build/$(PKG)-$(DEBVER)
127
128
        tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -)