[med-svn] r14537 - trunk/packages/amide/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Aug 28 07:03:03 UTC 2013


Author: tille
Date: 2013-08-28 07:03:02 +0000 (Wed, 28 Aug 2013)
New Revision: 14537

Added:
   trunk/packages/amide/trunk/debian/amide.doc-base_deactivated
Removed:
   trunk/packages/amide/trunk/debian/amide.doc-base
Modified:
   trunk/packages/amide/trunk/debian/changelog
   trunk/packages/amide/trunk/debian/rules
Log:
deactivate doc creation because it breaks the build process.  Any help to get this running again is appreciated (see debian/rules)


Deleted: trunk/packages/amide/trunk/debian/amide.doc-base
===================================================================
--- trunk/packages/amide/trunk/debian/amide.doc-base	2013-08-27 14:51:21 UTC (rev 14536)
+++ trunk/packages/amide/trunk/debian/amide.doc-base	2013-08-28 07:03:02 UTC (rev 14537)
@@ -1,11 +0,0 @@
-Document: amide
-Title: Debian amide Manual
-Author: Andy Loening
-Abstract: This manual describes what amide is
- and how it can be used to
- analyze medical imaging data sets.
-Section: Science/Medicine
-
-Format: HTML
-Index: /usr/share/gtk-doc/html/amitk/index.html
-Files: /usr/share/gtk-doc/html/amitk/*.html

Copied: trunk/packages/amide/trunk/debian/amide.doc-base_deactivated (from rev 14466, trunk/packages/amide/trunk/debian/amide.doc-base)
===================================================================
--- trunk/packages/amide/trunk/debian/amide.doc-base_deactivated	                        (rev 0)
+++ trunk/packages/amide/trunk/debian/amide.doc-base_deactivated	2013-08-28 07:03:02 UTC (rev 14537)
@@ -0,0 +1,13 @@
+## See debian/rules and doc/README for problems creating the docs
+
+Document: amide
+Title: Debian amide Manual
+Author: Andy Loening
+Abstract: This manual describes what amide is
+ and how it can be used to
+ analyze medical imaging data sets.
+Section: Science/Medicine
+
+Format: HTML
+Index: /usr/share/gtk-doc/html/amitk/index.html
+Files: /usr/share/gtk-doc/html/amitk/*.html

Modified: trunk/packages/amide/trunk/debian/changelog
===================================================================
--- trunk/packages/amide/trunk/debian/changelog	2013-08-27 14:51:21 UTC (rev 14536)
+++ trunk/packages/amide/trunk/debian/changelog	2013-08-28 07:03:02 UTC (rev 14537)
@@ -13,6 +13,8 @@
     some more deprecated functions (thanks for the patch to
     Andreas Moog <andreas.moog at warperbbs.de>)
     Closes: #720779
+  * deactivate doc creation because it breaks the build process.  Any
+    help to get this running again is appreciated (see debian/rules)
 
  -- Andreas Tille <tille at debian.org>  Mon, 26 Aug 2013 14:53:06 +0200
 

Modified: trunk/packages/amide/trunk/debian/rules
===================================================================
--- trunk/packages/amide/trunk/debian/rules	2013-08-27 14:51:21 UTC (rev 14536)
+++ trunk/packages/amide/trunk/debian/rules	2013-08-28 07:03:02 UTC (rev 14537)
@@ -11,7 +11,6 @@
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--disable-amide-debug \
-		--enable-gtk-doc \
 		--config-cache \
 		--disable-dependency-tracking \
 		--prefix=/usr \
@@ -21,6 +20,11 @@
 		--localstatedir=/var/lib/amide \
 		LDFLAGS="-Wl,-z,defs"
 
+# To create the docs this option would be needed but it causes build problems
+# see doc/README
+#		--enable-gtk-doc \
+
+
 override_dh_auto_test:
 	echo "Do not run autotest"
 




More information about the debian-med-commit mailing list