[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#177639: package build fails without clean target



Package: tetex-base
Version: 1.0.2+20021025-7
Severity: important
Tags: patch

package will fail to build when, after unpacking, the clean
target is not run before the build target. the execution bits
for the scripts in the debian directory need to be enabled in
build target also:

--- old/tetex-base-1.0.2+20021025/debian/rules  2003-01-20 22:31:28.000000000 +0100
+++ tetex-base-1.0.2+20021025/debian/rules      2003-01-20 22:37:38.000000000 +0100
@@ -8,6 +8,11 @@
                                                                                
 build:
        dh_testdir
+       # Make sure all our scripts are executable
+       chmod +x debian/restore-symlinks
+       chmod +x debian/remove-bad-license-files
+       chmod +x debian/setup-conffiles
+
 #      cp debian/ttlkeys.def texmf/tex/latex/titlesec
        patch -p0 -RNi debian/patches/patch-deb || true
        patch -p0 -Ni debian/patches/patch-deb


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux aragorn 2.2.22 #1 dl nov 25 21:59:43 CET 2002 i586
Locale: LANG=ca_ES.ISO-8859-1, LC_CTYPE=ca_ES@euro (ignored: LC_ALL set)

Versions of packages tetex-base depends on:
ii  debconf                       1.2.21     Debian configuration management sy
ii  dpkg                          1.10.9     Package maintenance system for Deb
ii  texinfo                       4.3-1      Documentation system for on-line i

-- debconf information excluded




Reply to: