tag 569442 +patch thanks Hi,
looks like cdbs changed it's api. Attached is a patch to fix the problem. Cheers, Stefan.
diff -u osgal-0.6.1/debian/rules osgal-0.6.1/debian/rules
--- osgal-0.6.1/debian/rules
+++ osgal-0.6.1/debian/rules
@@ -8,6 +8,8 @@
#export DH_VERBOSE=1
DEB_MAKE_CLEAN_TARGET = maintainer-clean
+DEB_AUTO_UPDATE_AUTOMAKE = 1.9
+DEB_AUTO_UPDATE_AUTOCONF = 1.9
ifneq (ccache,$(findstring ccache,$(DEB_BUILD_OPTIONS)))
DEB_CONFIGURE_EXTRA_FLAGS += --without-ccache
@@ -22,6 +23,0 @@
-
-$(DEB_BUILDDIR)/config.status: $(DEB_BUILDDIR)/configure
-
-$(DEB_BUILDDIR)/configure: $(DEB_BUILDDIR)/configure.in
- AUTOMAKE=automake-1.9 ACLOCAL=aclocal-1.9 autoreconf --install
-
diff -u osgal-0.6.1/debian/changelog osgal-0.6.1/debian/changelog
--- osgal-0.6.1/debian/changelog
+++ osgal-0.6.1/debian/changelog
@@ -1,3 +1,14 @@
+osgal (0.6.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules:
+ + supply DEB_AUTO_UPDATE_AUTOMAKE
+ + supply DEB_AUTO_UPDATE_AUTOCONF
+ + drop rules for running autotools, as cdbs nowadays takes care of
+ it. (Closes: #569442).
+
+ -- Stefan Potyra <[email protected]> Sat, 28 Aug 2010 00:25:21 +0200
+
osgal (0.6.1-2) unstable; urgency=low
* Rebuild against OpenSceneGraph-2.2
signature.asc
Description: This is a digitally signed message part.

