~ubuntu-branches/ubuntu/lucid/mobile-broadband-provider-info/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-09-01 17:06:19 UTC
  • Revision ID: james.westby@ubuntu.com-20080901170619-f3flm3pl7ijhxjbs
Tags: 20080822.1-0ubuntu2
* debian/control: add Vcs-Bzr:
  http://code.launchpad.net/~network-manager/mobile-broadband-provider-info/mobile-broadband-provider-info.ubuntu
* debian/rules, debian/control, aclocal.m4: enable build with tarball from
  upstream bzr by auto-recreating autotools files during build. To trigger
  this we define the DEB_AUTO_UPDATE_* cdbs variables accordingly. On top we
  add automake to the build-depends and create a dummy aclocal.m4 file to
  trick cdbs into rerunning aclocal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 
4
 
 
5
DEB_AUTO_UPDATE_ACLOCAL = 1.10
 
6
DEB_AUTO_UPDATE_AUTOMAKE = 1.10 -a -c -f
 
7
DEB_AUTO_UPDATE_AUTOCONF = 2.50
 
8
 
 
9
include /usr/share/cdbs/1/rules/debhelper.mk
 
10
include /usr/share/cdbs/1/class/autotools.mk
 
11
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
12