tags 356888 + patch
thanks

On Tue, Mar 14, 2006 at 04:58:19PM +0100, [EMAIL PROTECTED] wrote:

> building the package camas in a clean sid build environment
> (with pbuilder) on i386 results in:
> 
> =========================================================================
> /usr/bin/pike7.2 doesn't exist or isn't an executable file.
> make: *** [configure-stamp] Error 1
> =========================================================================
> 
> pike7.2 isn't available anymore.

The attached patch seems to fix the problem.

Regards,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  infos zur usenet-hierarchie at.*: http://www.usenet.at/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-    NP: Peter Ratzenbeck: Fraunz Bodschengls
diff -urN camas-1.2.21.old/debian/control camas-1.2.21/debian/control
--- camas-1.2.21.old/debian/control     2006-03-19 21:05:02.000000000 +0100
+++ camas-1.2.21/debian/control 2006-03-19 20:59:54.000000000 +0100
@@ -2,8 +2,8 @@
 Section: web
 Priority: optional
 Maintainer: Marek Habersack <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.1.16), caudium, pike7.2|pike7.4|pike7.5, 
autoconf (>> 2.50-1)
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>> 4.1.16), caudium, pike7.6-dev, autoconf (>> 
2.50-1)
+Standards-Version: 3.6.2
 
 Package: camas
 Architecture: all
diff -urN camas-1.2.21.old/debian/copyright camas-1.2.21/debian/copyright
--- camas-1.2.21.old/debian/copyright   2006-03-19 21:05:02.000000000 +0100
+++ camas-1.2.21/debian/copyright       2006-03-19 21:04:33.000000000 +0100
@@ -23,10 +23,11 @@
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
 
-  You should have received a copy of the GNU General Public License with
-  the Debian GNU/Linux distribution in file /usr/share/doc/common-licenses/GPL;
-  if not, write to the Free Software Foundation, Inc., 59 Temple Place,
-  Suite 330, Boston, MA  02111-1307  USA
+  You should have received a copy of the GNU General Public License with the
+  Debian GNU/Linux distribution in file /usr/share/doc/common-licenses/GPL;
+  if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
+  Floor, Boston, MA 02110-1301, USA.
+
 
   A copy of the GNU General Public License is available as
   `/usr/share/common-licenses/GPL' in the Debian GNU/Linux distribution.
diff -urN camas-1.2.21.old/debian/rules camas-1.2.21/debian/rules
--- camas-1.2.21.old/debian/rules       2006-03-19 21:05:02.000000000 +0100
+++ camas-1.2.21/debian/rules   2006-03-19 21:04:08.000000000 +0100
@@ -15,7 +15,7 @@
 ifdef USE_PIKE
 PIKEBIN=pike$(USE_PIKE)
 else
-PIKEBIN=pike7.2
+PIKEBIN=pike7.6
 endif
 
 CAUDIUM_CHANGELOG=/usr/share/doc/$(CAUDIUM)/changelog.Debian.gz

Attachment: signature.asc
Description: Digital signature

Reply via email to