diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:34:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-16 23:34:08 +0100 |
| commit | bde215ea2c306bd011a6ccd1d5ba5f3002288dc5 (patch) | |
| tree | f3d3e876169aeddc90ef0afe39ba6bddbfe5d643 /debian/control | |
| parent | 5428ba193aff7b55dcc4b31ee92fd40ecea591f5 (diff) | |
Builds .debs.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/control b/debian/control index 6a1e0fa..85a1c16 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,22 @@ Source: libcxml Priority: optional Maintainer: Carl Hetherington <cth@carlh.net> -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), pkg-config, python Standards-Version: 3.9.6 Section: libs -Homepage: <insert the upstream URL, if relevant> -#Vcs-Git: git://anonscm.debian.org/collab-maint/libcxml.git -#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/libcxml.git;a=summary +Homepage: http://carlh.net/libdcp +Vcs-Git: git://git.carlh.net/git/libdcp.git +Vcs-Browser: http://git.carlh.net/gitweb/?p=libcxml.git Package: libcxml-dev Section: libdevel Architecture: any -Depends: libcxmlBROKEN (= ${binary:Version}), ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Depends: libcxml (= ${binary:Version}), ${misc:Depends} +Description: Simple helper library for parsing XML with libxml++ (development files) + A small library which makes code to parse XML slightly less verbose. -Package: libcxmlBROKEN +Package: libcxml Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: Simple helper library for parsing XML with libxml++ + A small library which makes code to parse XML slightly less verbose. |
