summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2007-11-14 09:04:36 (GMT)
committerFrans Pop <fjp@debian.org>2007-11-14 09:04:36 (GMT)
commit0de15c33f6e53cce18257466b55feaea81f913e5 (patch)
treec8d694d43d4478b16fcced72554db17f8fa6efc5 /debian/rules
parentac9e1963713581d1a28abf6f7d287b2404cbac7a (diff)
downloaddebootstrap-0de15c33f6e53cce18257466b55feaea81f913e5.zip
debootstrap-0de15c33f6e53cce18257466b55feaea81f913e5.tar.gz
debootstrap-0de15c33f6e53cce18257466b55feaea81f913e5.tar.bz2
* Change /usr/lib/debootstrap to /usr/share/debootstrap for both debootstrap and base-installer as befits an Architecture: all package
* Fix various inconsistencies and minor errors in build scripts: - let debhelper create needed directories and don't duplicate that in the Makefile - let debhelper install the manpage, which automatically keeps it out of the udeb * Fix dpkg-genchanges warning 'missing Priority for source files' * Update Standards-Version to 3.7.2. No changes needed r50134
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules23
1 files changed, 11 insertions, 12 deletions
diff --git a/debian/rules b/debian/rules
index abc8232..42df8ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,18 +64,17 @@ binary-indep: install
dh_installman -i debootstrap.8
dh_installchangelogs -i
dh_link -i
- -rm -rf debian/debootstrap-udeb/usr/share \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/potato \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/woody \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/sarge \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/warty \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/hoary \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/breezy \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/dapper \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/edgy \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/feisty \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/*.buildd \
- debian/debootstrap-udeb/usr/lib/debootstrap/scripts/*.fakechroot
+ -rm -rf debian/debootstrap-udeb/usr/share/debootstrap/scripts/potato \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/woody \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/sarge \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/warty \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/hoary \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/breezy \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/dapper \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/edgy \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/feisty \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/*.buildd \
+ debian/debootstrap-udeb/usr/share/debootstrap/scripts/*.fakechroot
dh_compress -i
dh_fixperms -i
dh_installdeb -i