[med-svn] [gadgetron] 13/13: disable -doc and -dev package builds

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Feb 20 17:16:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository gadgetron.

commit e3ab6e6a3935f1eea5bf8d6cbdaeaa52f76b90ca
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon May 19 18:53:21 2014 +0100

    disable -doc and -dev package builds
---
 debian/control | 27 +++++++++++++--------------
 debian/rules   |  8 ++++----
 2 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index b979314..b8e41bd 100644
--- a/debian/control
+++ b/debian/control
@@ -29,20 +29,6 @@ Depends:
 Description: <insert up to 60 chars description>
  <insert long description, indented with spaces>
 
-Package: libgadgetron-dev
-Architecture: any
-Depends:
- libgadgetron0 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
-
-Package: libgadgetron-dev-doc
-Architecture: all
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
-
 Package: gadgetron-client
 Architecture: any
 Depends:
@@ -61,3 +47,16 @@ Depends:
 Description: <insert up to 60 chars description>
  <insert long description, indented with spaces>
 
+#Package: libgadgetron-dev
+#Architecture: any
+#Depends:
+# libgadgetron0 (= ${binary:Version}),
+# ${shlibs:Depends},
+# ${misc:Depends}
+#Description: <insert up to 60 chars description>
+# <insert long description, indented with spaces>
+
+#Package: libgadgetron-dev-doc
+#Architecture: all
+#Description: <insert up to 60 chars description>
+# <insert long description, indented with spaces>
diff --git a/debian/rules b/debian/rules
index 2bbee57..c1063dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ BUILDDIR = $(CURDIR)/debian/build
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel
 
-override_dh_auto_build-indep:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
-	cd $(BUILDDIR); $(MAKE) apidoc
-endif
+#override_dh_auto_build-indep:
+#ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+#	cd $(BUILDDIR); $(MAKE) apidoc
+#endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gadgetron.git



More information about the debian-med-commit mailing list