~ubuntu-branches/ubuntu/lucid/policyrcd-script-zg2/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber
  • Date: 2005-10-22 17:47:10 UTC
  • Revision ID: james.westby@ubuntu.com-20051022174710-6xe8m7w2d1qji4cr
Tags: 0.1-2
* disable DEB_AUTO_UPDATE_DEBIAN_CONTROL, see #311724
* fix typo in package description, thanks to Mika Prokop.
* script is /bin/sh compatible, drop /bin/bash, thanks to Mika Prokop.
* add SEE ALSO section to man page, thanks to Mika Prokop.
* manpage is no longer preliminary.
* new FSF postal address.
* Architecture: all, copy Build-Depends to Build-Depends-Indep
* add lintian source override for build-depends-without-arch-dep: All
  cdbs-generated dependencies are needed on clean.
* Standards-Version: 3.6.2, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
 
DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
 
3
# to re-generate debian/control, invoke
 
4
# fakeroot debian/rules debian/control DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes
 
5
 
 
6
# automatic debian/control generation disabled, cdbs bug #311724.
4
7
 
5
8
include /usr/share/cdbs/1/rules/debhelper.mk
6
9
include /usr/share/cdbs/1/class/autotools.mk