summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authordamiano1999-04-13 12:52:01 +0000
committerdamiano1999-04-13 12:52:01 +0000
commit86c181645c75d53f23228d46d131fb34dc5a4b59 (patch)
treef0e63fdf308e58a15a1b02f4ae4852a40a99fcc8 /debian/rules
parent65e33804443228d98fdf408f01f975f1bfbc3a90 (diff)
downloadivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.zip
ivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.tar.gz
ivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.tar.bz2
ivy-perl-86c181645c75d53f23228d46d131fb34dc5a4b59.tar.xz
Ajout de fichiers de documentation
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 27227a5..37f46df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,10 @@ binary-indep: checkroot build
-rm -rf debian/tmp
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`
- cp src/Ivy.pm debian/tmp/usr/lib/perl5
+ install -m 644 src/Ivy.pm debian/tmp/usr/lib/perl5
# Must have debmake installed for this to work. Otherwise please copy
# /usr/bin/debstd into the debian directory and change debstd to debian/debstd
- debstd ChangeLog NEWS README TODO
+ debstd doc/*.html doc/BUGS doc/NEWS doc/TODO doc/ChangeLog doc/README
dpkg-gencontrol
chown -R root.root debian/tmp
chmod -R go=rX debian/tmp