1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: cbp2make
Section: devel
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 9.0.0), libtinyxml-dev
#Build-Depends-Indep: doxygen
Standards-Version: 3.9.5
Homepage: http://cbp2make.sf.net
Vcs-svn: svn://svn.debian.org/svn/debian-science/cbp2make
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/cbp2make/trunk
Package: cbp2make
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Makefile generation tool for the Code::Blocks IDE
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. That however helps the programmers of cbp2make
# more than it helps it users - not packaged.
|