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

patch to backport cmake



Hi,

to build/test and report bugs for cdrkit on a debian sarge system I
had to backport cmake from unstable. This seemed to be trivially easy.
Just in case somebody wants to do an official backport here are the
changes I had to do:

--- cmake-2.4.3.orig/debian/control     2006-09-09 14:32:32.000000000 +0300
+++ cmake-2.4.3/debian/control  2006-09-09 14:32:15.000000000 +0300
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: A. Maitland Bottoms <bottoms@debian.org>
-Build-Depends: debhelper (>> 5.0.0), libncurses5-dev, tcl8.4
+Build-Depends: debhelper (>> 4.2.32), libncurses5-dev, tcl8.4
 Standards-Version: 3.7.2

 Package: cmake
Only in cmake-2.4.3/debian: ctest.1
Only in cmake-2.4.3/debian: files
diff -ur cmake-2.4.3.orig/debian/rules cmake-2.4.3/debian/rules
--- cmake-2.4.3.orig/debian/rules       2006-09-09 14:32:32.000000000 +0300
+++ cmake-2.4.3/debian/rules    2006-09-09 14:04:51.000000000 +0300
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1

 # This is the debhelper compatability version to use.
-export DH_COMPAT=5
+export DH_COMPAT=4

 # The next line will cause Dart to be used if it is installed...
 #DARTP=$(shell if [ -d /usr/share/Dart ]; then echo USE_DART; else echo DONT_USE_DART; fi )



best regards,
Timo Lindfors

Attachment: pgpFIzN1kBugk.pgp
Description: PGP signature


Reply to: