[med-svn] [camp] 02/04: update d/control

Corentin Desfarges corentin-guest at moszumanska.debian.org
Fri Aug 29 12:30:24 UTC 2014


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

corentin-guest pushed a commit to branch master
in repository camp.

commit 1fe9388e86f4412d6a51d5fe63ecd08d8f671653
Author: Corentin Desfarges <corentin.desfarges.dev at gmail.com>
Date:   Fri Aug 29 13:31:38 2014 +0200

    update d/control
---
 debian/control | 73 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 47 insertions(+), 26 deletions(-)

diff --git a/debian/control b/debian/control
index 2e654a7..13ee136 100644
--- a/debian/control
+++ b/debian/control
@@ -7,40 +7,61 @@ Build-Depends:	debhelper (>= 9),
 Standards-Version: 3.9.5
 Section: science
 Homepage: https://github.com/tegesoft/camp
-Vcs-Git: git://git.debian.org/git/debian-med/camp.git
-#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/camp.git;a=summary
+Vcs-Git: git://anonscm.debian.org/debian-med/camp.git
 
-Package: camp
+Package: libcamp0.7
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: C++ multi-purpose reflection library
- CAMP is a multi-purpose reflection library developed by Technogerma Systems France (http://www.tegesoft.com).
+ CAMP is a multi-purpose reflection library developed by Technogerma Systems
+ France (http://www.tegesoft.com).
  It provides an abstraction for most of the high-level concepts of C++
- - Classes
- - Enumerations
- - Properties
- - Functions
- - Objects
- - Variables
- By wrapping all these concepts into abstract structures, CAMP provides an extra layer of flexibility to programs, and allow them to fully expose their data structures at runtime.
- Many applications can take advantage of CAMP, in order to automate tasks which would otherwise require a huge amount of work. For example, CAMP can be used to expose and edit objects' attributes into a graphical user interface. It can also be used to do automatic binding of C++ classes to script languages such as Python or Lua.
- Another possible application would be the serialization of objects to XML, text or binary formats. Or you can even combine all these examples to provide a powerful and consistent interface for manipulating your objects outside C++ code.
+  - Classes
+  - Enumerations
+  - Properties
+  - Functions
+  - Objects
+  - Variables
+ By wrapping all these concepts into abstract structures, CAMP provides an
+ extra layer of flexibility to programs, and allow them to fully expose their
+ data structures at runtime.
+ Many applications can take advantage of CAMP, in order to automate tasks which
+ would otherwise require a huge amount of work. For example, CAMP can be used
+ to expose and edit objects' attributes into a graphical user interface. It can
+ also be used to do automatic binding of C++ classes to script languages such as
+ Python or Lua.
+ Another possible application would be the serialization of objects to XML, text
+ or binary formats. Or you can even combine all these examples to provide a
+ powerful and consistent interface for manipulating your objects outside C++
+ code.
 
-Package: camp-dev
+Package: libcamp0.7-dev
 Architecture: any
 Section: libdevel
+Provides: libcamp-dev
 Depends: camp, ${shlibs:Depends}, ${misc:Depends}
-Description: C++ multi-purpose reflection library
- CAMP is a multi-purpose reflection library developed by Technogerma Systems France (http://www.tegesoft.com).
+Description: C++ multi-purpose reflection library (development files)
+ CAMP is a multi-purpose reflection library developed by Technogerma Systems
+ France (http://www.tegesoft.com).
  It provides an abstraction for most of the high-level concepts of C++
- - Classes
- - Enumerations
- - Properties
- - Functions
- - Objects
- - Variables
- By wrapping all these concepts into abstract structures, CAMP provides an extra layer of flexibility to programs, and allow them to fully expose their data structures at runtime.
- Many applications can take advantage of CAMP, in order to automate tasks which would otherwise require a huge amount of work. For example, CAMP can be used to expose and edit objects' attributes into a graphical user interface. It can also be used to do automatic binding of C++ classes to script languages such as Python or Lua.
- Another possible application would be the serialization of objects to XML, text or binary formats. Or you can even combine all these examples to provide a powerful and consistent interface for manipulating your objects outside C++ code.
-
+  - Classes
+  - Enumerations
+  - Properties
+  - Functions
+  - Objects
+  - Variables
+ By wrapping all these concepts into abstract structures, CAMP provides an
+ extra layer of flexibility to programs, and allow them to fully expose their
+ data structures at runtime.
+ Many applications can take advantage of CAMP, in order to automate tasks which
+ would otherwise require a huge amount of work. For example, CAMP can be used
+ to expose and edit objects' attributes into a graphical user interface. It can
+ also be used to do automatic binding of C++ classes to script languages such as
+ Python or Lua.
+ Another possible application would be the serialization of objects to XML, text
+ or binary formats. Or you can even combine all these examples to provide a
+ powerful and consistent interface for manipulating your objects outside C++
+ code.
+ .
+ This package contains the development files needed to build you own VXL apps.

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



More information about the debian-med-commit mailing list