File: control

package info (click to toggle)
eclipse-cdt-pkg-config 1.0.0~git20130115-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 352 kB
  • ctags: 263
  • sloc: java: 1,793; xml: 244; cpp: 41; ansic: 15; makefile: 9
file content (30 lines) | stat: -rw-r--r-- 1,187 bytes parent folder | download
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
Source: eclipse-cdt-pkg-config
Priority: optional
Section: devel
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 8~),
               default-jdk,
               eclipse-pde (>= 3.7~exp),
               eclipse-cdt (>= 8.0.0),
               javahelper (>= 0.32~),
               unzip,
               zip
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/git/pkg-java/eclipse-cdt-pkg-config.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/eclipse-cdt-pkg-config.git
Homepage: http://code.google.com/p/pkg-config-support-for-eclipse-cdt/

Package: eclipse-cdt-pkg-config
Architecture: all
Depends: eclipse-cdt (>= 8.0.0),
         ${misc:Depends},
         ${orbit:Depends}
Description: pkg-config support for Eclipse C/C++ development tools
 The aim of the Eclipse plug-in is to provide automation of configuration needed
 for projects using pkg-config, such as GTK+ and gtkmm.
 .
 The plug-in will set options and switches automatically that gcc needs to add
 in the selected packages - specifically the header file paths, the libraries,
 and some other gcc switches.