r46534 - in /packages/cbp2make/trunk/debian: cbp2make-doc.doc-base cbp2make-doc.docs cbp2make.docs control copyright docs patches/Makefile.patch rules

moeller at users.alioth.debian.org moeller at users.alioth.debian.org
Mon Feb 17 17:36:12 UTC 2014


Author: moeller
Date: Mon Feb 17 17:36:11 2014
New Revision: 46534

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46534
Log:
Added -doc package, almost ready to upload.

Added:
    packages/cbp2make/trunk/debian/cbp2make-doc.doc-base
    packages/cbp2make/trunk/debian/cbp2make-doc.docs
    packages/cbp2make/trunk/debian/cbp2make.docs
Removed:
    packages/cbp2make/trunk/debian/docs
Modified:
    packages/cbp2make/trunk/debian/control
    packages/cbp2make/trunk/debian/copyright
    packages/cbp2make/trunk/debian/patches/Makefile.patch
    packages/cbp2make/trunk/debian/rules

Added: packages/cbp2make/trunk/debian/cbp2make-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/cbp2make-doc.doc-base?rev=46534&op=file
==============================================================================
--- packages/cbp2make/trunk/debian/cbp2make-doc.doc-base	(added)
+++ packages/cbp2make/trunk/debian/cbp2make-doc.doc-base	Mon Feb 17 17:36:11 2014
@@ -0,0 +1,11 @@
+Document: cbp2make
+Title: Doxygen documentation for cbp2make
+Author: Mirai Computing <mirai.computing at gmail.com>
+Abstract:
+  Auto-generated documentation from the source
+  tree of cbp2make
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/cbp2make-doc/html/index.html
+Files: /usr/share/doc/cbp2make-doc/html/*.html

Added: packages/cbp2make/trunk/debian/cbp2make-doc.docs
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/cbp2make-doc.docs?rev=46534&op=file
==============================================================================
--- packages/cbp2make/trunk/debian/cbp2make-doc.docs	(added)
+++ packages/cbp2make/trunk/debian/cbp2make-doc.docs	Mon Feb 17 17:36:11 2014
@@ -0,0 +1 @@
+dox/html

Added: packages/cbp2make/trunk/debian/cbp2make.docs
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/cbp2make.docs?rev=46534&op=file
==============================================================================
--- packages/cbp2make/trunk/debian/cbp2make.docs	(added)
+++ packages/cbp2make/trunk/debian/cbp2make.docs	Mon Feb 17 17:36:11 2014
@@ -0,0 +1 @@
+usage.txt

Modified: packages/cbp2make/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/control?rev=46534&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/control	(original)
+++ packages/cbp2make/trunk/debian/control	Mon Feb 17 17:36:11 2014
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Steffen Moeller <moeller at debian.org>
 Build-Depends: debhelper (>= 8.0.0), libtinyxml-dev
+Build-Depends-Indep: doxygen
 Standards-Version: 3.9.5
 Homepage: http://cbp2make.sf.net
 #Vcs-Git: git://git.debian.org/collab-maint/cbp2make.git
@@ -15,3 +16,16 @@
  cbp2make is a stand-alone build tool that allows you
  to generate makefile(s) for GNU Make out of Code::Blocks
  IDE project or workspace files.
+
+Package: cbp2make-doc
+Architecture: all
+Depends: ${misc:Depends}
+Section: doc
+Suggests: cbp2make
+Description: HTML documentation for cbp2make
+ cbp2make is a stand-alone build tool that allows you
+ to generate makefile(s) for GNU Make out of Code::Blocks
+ IDE project or workspace files.
+ .
+ This package provides with an extensive doxygen-created
+ documentation.

Modified: packages/cbp2make/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/copyright?rev=46534&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/copyright	(original)
+++ packages/cbp2make/trunk/debian/copyright	Mon Feb 17 17:36:11 2014
@@ -4,13 +4,13 @@
 
 Files: *
 Copyright: 
-        2010-2013 Mirai Computing (mirai.computing at gmail.com)
+        2010-2013 Mirai Computing <mirai.computing at gmail.com>
 License: GPL-3.0+
 
 Files: debian/*
 Copyright:
          2014 Steffen Moeller <moeller at debian.org>
-         2013 Mirai Computing (mirai.computing at gmail.com)
+         2013 Mirai Computing <mirai.computing at gmail.com>
 License: GPL-3.0+
 
 Files: debian/control

Modified: packages/cbp2make/trunk/debian/patches/Makefile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/patches/Makefile.patch?rev=46534&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/patches/Makefile.patch	(original)
+++ packages/cbp2make/trunk/debian/patches/Makefile.patch	Mon Feb 17 17:36:11 2014
@@ -38,7 +38,7 @@
  	$(OBJDIR_PROFILE)/src/cbglobalvar.o
  
 -all: debug release doxygen profile
-+all: release doxygen profile
++all: release doxygen
  
  clean: clean_debug clean_release clean_profile
  

Modified: packages/cbp2make/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/cbp2make/trunk/debian/rules?rev=46534&op=diff
==============================================================================
--- packages/cbp2make/trunk/debian/rules	(original)
+++ packages/cbp2make/trunk/debian/rules	Mon Feb 17 17:36:11 2014
@@ -13,8 +13,14 @@
 	dh $@ 
 
 override_dh_auto_build:
+
+build-arch:
 	ln -sf cbp2make.cbp.mak.unix Makefile
 	$(MAKE) release
+
+build-indep:
+	ln -sf cbp2make.cbp.mak.unix Makefile
+	$(MAKE) doxygen
 
 override_dh_clean:
 	rm -f Makefile




More information about the debian-science-commits mailing list