Update of /cvs/debian-openoffice/libhnj-deb/debian
In directory gluck:/tmp/cvs-serv4967

Modified Files:
        changelog control rules 
Log Message:
* check for sparc-linux instead of sparc when setting the compiler
  to sparc-linux-*, thanks Robert Millan
* relibtoolize to "use a libtool from this century" (for mips*),
  thanks Ryan Murray  - do it in debian/rules; add
  libtool, autoconf and automake1.4 to Build-Depends:
* remove bogus const making building fail with newer gcc-3.3's
* actually add a 00list file to actually apply the patches *blushes*


Index: changelog
===================================================================
RCS file: /cvs/debian-openoffice/libhnj-deb/debian/changelog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- changelog   10 Mar 2004 19:48:00 -0000      1.7
+++ changelog   10 Apr 2004 21:07:50 -0000      1.8
@@ -1,3 +1,15 @@
+libhnj (0.1.1-5) unstable; urgency=low
+
+  * check for sparc-linux instead of sparc when setting the compiler
+    to sparc-linux-*, thanks Robert Millan [RE] 
+  * relibtoolize to "use a libtool from this century" (for mips*),
+    thanks Ryan Murray  - do it in debian/rules; add
+    libtool, autoconf and automake1.4 to Build-Depends: [RE]
+  * remove bogus const making building fail with newer gcc-3.3's [RE]
+  * actually add a 00list file to actually apply the patches *blushes* [RE]
+
+ -- Rene Engelhard <[EMAIL PROTECTED]>  Sat, 10 Apr 2004 22:39:24 +0200
+
 libhnj (0.1.1-4) unstable; urgency=low
 
   * fix missing "be" in description and make the TeX bits more clear;

Index: rules
===================================================================
RCS file: /cvs/debian-openoffice/libhnj-deb/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules       13 Jan 2004 17:29:44 -0000      1.3
+++ rules       10 Apr 2004 21:07:50 -0000      1.4
@@ -18,7 +18,7 @@
        INSTALL_PROGRAM += -s
 endif
 
-ifneq (,$(findstring sparc,$(DEB_HOST_GNU_TYPE)))
+ifeq (sparc-linux,$(DEB_HOST_GNU_TYPE))
         CXX=sparc-linux-g++
         CC=sparc-linux-gcc
 else
@@ -37,6 +37,9 @@
 
 config.status: configure patch-stamp
        dh_testdir
+       libtoolize --force --copy
+       aclocal-1.4
+       autoconf
        CXX="$(CXX)" CC="$(CC)" CFLAGS="$(CFLAGS)" \
                ./configure --host=$(DEB_HOST_GNU_TYPE) \
                --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \

Index: control
===================================================================
RCS file: /cvs/debian-openoffice/libhnj-deb/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- control     10 Mar 2004 17:19:43 -0000      1.4
+++ control     10 Apr 2004 21:07:50 -0000      1.5
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OpenOffice Team <debian-openoffice@lists.debian.org>
 Uploaders: Rene Engelhard <[EMAIL PROTECTED]>, Chris Halls <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev
+Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, libtool, autoconf, 
automake1.4
 Standards-Version: 3.6.0
 
 Package: libhnj0

Reply via email to