summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authordamiano1999-02-16 13:42:23 +0000
committerdamiano1999-02-16 13:42:23 +0000
commit8c327baf3af315e033fa7acfa46f53b371f8b636 (patch)
tree786faafec15ed9c9ac1d07814c2232cbc8dde771 /debian/rules
parent2e6e8389f1d61713e015233ebfc25f4b61a97b0d (diff)
downloadivy-perl-8c327baf3af315e033fa7acfa46f53b371f8b636.zip
ivy-perl-8c327baf3af315e033fa7acfa46f53b371f8b636.tar.gz
ivy-perl-8c327baf3af315e033fa7acfa46f53b371f8b636.tar.bz2
ivy-perl-8c327baf3af315e033fa7acfa46f53b371f8b636.tar.xz
nouveau nom du package perl : Bus => Ivy
gestion du broadcast sur n'importe quel sous-réseau Le répertoire d'installation est /usr/lib/perl5 Il s'agit maintenant d'un paquetage indépendant de l'architecture
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 383cbb7..19c7b48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,16 +17,10 @@ clean:
binary-indep: checkroot build
$(checkdir)
-# There are no architecture-independent files to be uploaded
-# generated by this package. If there were any they would be
-# made here.
-
-binary-arch: checkroot build
- $(checkdir)
-rm -rf debian/tmp
install -d debian/tmp
cd debian/tmp && install -d `cat ../dirs`
- cp Ivy.pm debian/tmp/usr/local/lib/site_perl
+ cp 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
@@ -35,6 +29,12 @@ binary-arch: checkroot build
chmod -R go=rX debian/tmp
dpkg --build debian/tmp ..
+binary-arch: checkroot build
+ $(checkdir)
+# There are no architecture-dependent files to be uploaded
+# generated by this package. If there were any they would be
+# made here.
+
define checkdir
test -f debian/rules
endef