summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordamiano1999-02-16 13:42:23 +0000
committerdamiano1999-02-16 13:42:23 +0000
commit8c327baf3af315e033fa7acfa46f53b371f8b636 (patch)
tree786faafec15ed9c9ac1d07814c2232cbc8dde771 /debian
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')
-rw-r--r--debian/changelog11
-rw-r--r--debian/control4
-rw-r--r--debian/dirs1
-rw-r--r--debian/files2
-rwxr-xr-xdebian/rules14
5 files changed, 21 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog
index ec7431b..271f7f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ivy-perl (2.0-1) unstable; urgency=low
+
+ * 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
+
+ -- Hervé Damiano <damiano@cenatoulouse.dgac.fr> Thu, 11 Feb 1999 17:20:51 +0100
+
ivy-perl (1.0-1) unstable; urgency=low
* Initial Release.
@@ -6,5 +15,5 @@ ivy-perl (1.0-1) unstable; urgency=low
Local variables:
mode: debian-changelog
-add-log-mailing-address: "etienne@cena.dgac.fr"
+add-log-mailing-address: "damiano@cenatoulouse.dgac.fr"
End:
diff --git a/debian/control b/debian/control
index 37f2d5e..86cf7e4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Daniel Etienne <etienne@cena.dgac.fr>
Standards-Version: 2.3.0.0
Package: ivy-perl
-Architecture: any
-Depends: perl (>= 5.004), gettimeofday
+Architecture: all
+Depends: perl (>= 5.004), perl-tk (>= 402.004-1), perl-tk(<< 402.005), gettimeofday
Description: Perl module and documentation for accessing the Ivy software bus
Perl module and documentation for accessing the Ivy software bus
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..92105be
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/lib/perl5
diff --git a/debian/files b/debian/files
index b8a9a57..cccaf19 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-ivy-perl_1.0-1_i386.deb devel extra
+ivy-perl_2.0-1_all.deb devel extra
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