[pkg-boinc-commits] r360 - trunk/boinc/debian

Frank S. Thomas fst-guest at costa.debian.org
Mon Feb 6 23:06:55 UTC 2006


Author: fst-guest
Date: 2006-02-06 23:06:54 +0000 (Mon, 06 Feb 2006)
New Revision: 360

Modified:
   trunk/boinc/debian/changelog
   trunk/boinc/debian/control
   trunk/boinc/debian/rules
Log:
Update config.guess and config.sub to add support for GNU/k*BSD.


Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-02-06 11:20:40 UTC (rev 359)
+++ trunk/boinc/debian/changelog	2006-02-06 23:06:54 UTC (rev 360)
@@ -1,14 +1,16 @@
 boinc (5.2.15-3) unstable; urgency=low
 
   [ Frank S. Thomas ]
-  * debian/control:
+  * debian/rules:
     - Call configure properly with the --build and --host switches as
       described in autotools-dev's README.Debian.
     - Remove *.unmodified binaries in the clean target, because those files
       are not removed by make distclean. This is needed to rebuild the
       packages in an already used source tree.
+    - Update config.guess and config.sub from the autotools-dev package to add
+      support for GNU/k*BSD.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon,  6 Feb 2006 12:19:04 +0100
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon,  6 Feb 2006 23:51:50 +0100
 
 boinc (5.2.15-2) unstable; urgency=low
 

Modified: trunk/boinc/debian/control
===================================================================
--- trunk/boinc/debian/control	2006-02-06 11:20:40 UTC (rev 359)
+++ trunk/boinc/debian/control	2006-02-06 23:06:54 UTC (rev 360)
@@ -4,7 +4,7 @@
 Maintainer: Debian BOINC Maintainers <pkg-boinc-devel at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at inb.uni-luebeck.de>, Frank S. Thomas <frank at thomas-alfeld.de>, Christoph Martin <christoph.martin at uni-mainz.de>, Greg Norris <adric at debian.org>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), docbook2x, docbook-xml, dh-buildinfo
+Build-Depends: debhelper (>= 5), dpatch, zlib1g-dev, libssl-dev, libcurl3-openssl-dev (>= 7.13.2), freeglut3-dev, libsm-dev, libice-dev, libxmu-dev, libxi-dev, libx11-dev, libjpeg62-dev, libwxgtk2.6-dev, automake1.9 (>= 1.9.3), autoconf (>= 2.59), autotools-dev, docbook2x, docbook-xml, dh-buildinfo
 
 Package: boinc-client
 Section: net

Modified: trunk/boinc/debian/rules
===================================================================
--- trunk/boinc/debian/rules	2006-02-06 11:20:40 UTC (rev 359)
+++ trunk/boinc/debian/rules	2006-02-06 23:06:54 UTC (rev 360)
@@ -65,7 +65,10 @@
 
 pre-build: patch pre-build-stamp
 pre-build-stamp:
+	cp -f /usr/share/misc/config.guess config.guess
+	cp -f /usr/share/misc/config.sub config.sub
 	aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
+	
 	docbook2x-man debian/manpages/boinc_client.xml
 	docbook2x-man debian/manpages/boinc_cmd.xml
 	docbook2x-man debian/manpages/boincmgr.xml




More information about the pkg-boinc-commits mailing list