Package: tcllib
Version: 1.13-dfsg-1
Severity: normal
Tags: patch

Patch attached.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.6-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tcllib depends on:
ii  tcl             8.5.0-2
ii  tcl8.4 [tclsh]  8.4.19-4
ii  tcl8.5 [tclsh]  8.5.8-2
ii  tcl8.6 [tclsh]  8.6.0~b3-1

tcllib recommends no packages.

tcllib suggests no packages.

-- no debconf information
diff --git a/debian/patches/build.diff b/debian/patches/build.diff
deleted file mode 100644
--- a/debian/patches/build.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- tcllib-1.15.orig/Makefile.in
-+++ tcllib-1.15/Makefile.in
-@@ -49,12 +49,14 @@
- all:
- doc:     html-doc nroff-doc
- 
-+# set -app-path for Debian to hack around broken script
- install:
- 	$(TCLSH_PROG) `$(CYGPATH) $(srcdir)/installer.tcl` \
- 		-no-examples -no-html \
- 		-pkg-path   $(DESTDIR)$(pkglibdir) \
- 		-app-path   $(DESTDIR)$(bindir) \
- 		-nroff-path $(DESTDIR)$(mandir)/mann \
-+		-app-path $(DESTDIR)/usr/bin \
- 		-no-wait -no-gui
- 
- install-libraries:
diff --git a/debian/patches/series b/debian/patches/series
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,1 @@
-build.diff
 manpages.diff
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ build-arch: build-stamp
 build-indep: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
-	./configure --prefix=/usr --mandir=$(mandir)
+	./configure --prefix=/usr --mandir=$(mandir) --bindir=/usr/bin
 	$(MAKE) html-doc
 	#
 	# Remove doc for non-existent module

Reply via email to