aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorlecoanet2006-01-18 14:29:26 +0000
committerlecoanet2006-01-18 14:29:26 +0000
commitcfa2761407871abfb6dade1107b9b998ea130881 (patch)
treeef61d08e7a1e1912153ee9d7203da79d360b924c /debian
parent320f330bd4dd46c324ab417fd5a16bf3fc7c7e9f (diff)
downloadtkzinc-cfa2761407871abfb6dade1107b9b998ea130881.zip
tkzinc-cfa2761407871abfb6dade1107b9b998ea130881.tar.gz
tkzinc-cfa2761407871abfb6dade1107b9b998ea130881.tar.bz2
tkzinc-cfa2761407871abfb6dade1107b9b998ea130881.tar.xz
merged patches for the packages by Till Varoquaux.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules3
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index de7270c..475a18b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-
zinc-tk (3.3.3) unstable; urgency=low
+ * Added fixes to compile the Linux debian packages (Thanks Till Varoquaux)
* Integrated a patch from D Pavet. This patch keep the angular position
of the leader in sync when changing the leader position with -labeldx
and -labeldy.
diff --git a/debian/control b/debian/control
index 4a34871..a709c60 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: zinc-tk
Section: devel
Priority: extra
Maintainer: Patrick Lecoanet <lecoanet@ath.cena.fr>
-Build-Depends: xlibs-dev, xlibmesa-dev, tk8.4-dev, tcl8.4-dev, perl-base, python (>= 2.1), debhelper (>> 3.0.0), tetex-extra (>= 1.0.2+20011202-2), gcc(>= 2.95.4-14), perl (>= 5.6.1-8.2), tex4ht
+# may to change xlibmesa-dev by libglu-dev
+Build-Depends: xlibs-dev, xlibmesa-dev, tk8.4-dev, tcl8.4-dev, perl-base, python (>= 2.1), python-dev, debhelper (>> 3.0.0), tetex-extra (>= 1.0.2+20011202-2), gcc(>= 2.95.4-14), perl (>= 5.6.1-8.2), tex4ht, perl-tk (>= 800.024)
Standards-Version: 2.3.0.0
Package: zinc-tk
Architecture: i386
-#Depends: xlibmesa3
+# may to change xlibmesa3 by libglu1
Depends: tk8.4 (>= 8.4.3), xlibmesa3
Conflicts: xradar3-tk
Description: The Tk zinc widget.
diff --git a/debian/rules b/debian/rules
index 9080ef5..f443580 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,8 @@ install: build
# Configuring/compiling/installing for Tcl.
./configure --prefix=/usr --enable-gl=damage
make binaries
- make install prefix=$(TMP)/usr
+# make install prefix=$(TMP)/usr
+ make install DESTDIR=$(TMP)
#
# Making/installing the documentation
make pdf html