summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2012-02-11 16:12:53 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2012-02-11 16:12:53 +0000
commit963c76da447dd4c8ce98a350ecaa80b0ebc3da15 (patch)
treea2f73847dbed1675306c37db091de87e7a82ec51
parenta6e2e042f0f29de228002a9bfb5199aab1605a14 (diff)
downloadlibconfig-963c76da447dd4c8ce98a350ecaa80b0ebc3da15.tar.gz
Move to single -dev package.
Diffstat (limited to '')
-rw-r--r--debian/control18
-rwxr-xr-xdebian/rules8
2 files changed, 12 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index 8b5b02a..28e6fb5 100644
--- a/debian/control
+++ b/debian/control
@@ -35,12 +35,11 @@ Description: parsing and manipulation of structured configuration files(C++ bind
.
This is the C++ binding.
-Package: libconfig8-dev
+Package: libconfig-dev
Section: libdevel
Architecture: any
-Provides: libconfig-dev
+Provides: libconfig8-dev
Depends: libconfig9 (= ${binary:Version}), pkg-config (>= 0.20), ${misc:Depends}
-Conflicts: libconfig6-dev
Description: parsing and manipulation of structured config files(development)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
@@ -59,13 +58,12 @@ Description: parsing and manipulation of structured config files(development)
This package contains the files needed in order to use libconfig
in your own programs.
-Package: libconfig++8-dev
+Package: libconfig++-dev
Section: libdevel
Architecture: any
-Provides: libconfig++-dev
+Provides: libconfig++8-dev
Depends: libconfig++9 (= ${binary:Version}), libconfig-dev,
pkg-config (>= 0.20), ${misc:Depends}
-Conflicts: libconfig++6-dev
Description: parsing and manipulation of structured config files(C++ development)
This library features a fully reentrant parser and includes bindings for
both the C and C++ programming languages. It runs on modern POSIX-compliant
@@ -84,18 +82,18 @@ Description: parsing and manipulation of structured config files(C++ development
This package contains the files needed in order to use libconfig
in your own C++ programs.
-Package: libconfig9-dbg
+Package: libconfig-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libconfig9 (= ${binary:Version}), ${misc:Depends}
-Description: debug symbols for libconfig8
+Description: debug symbols for libconfig9
This package provides debugging information for libconfig library
-Package: libconfig++9-dbg
+Package: libconfig++-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libconfig++9 (= ${binary:Version}), ${misc:Depends}
-Description: debug symbols for libconfig++8
+Description: debug symbols for libconfig++9
This package provides debugging information for C++ API of libconfig library
diff --git a/debian/rules b/debian/rules
index 510de7a..fb9c52e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,14 +95,14 @@ binary-arch: build install
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
- dh_installexamples -p libconfig8-dev examples/c/*.c*
- dh_installexamples -p libconfig++8-dev examples/c++/*.c*
+ dh_installexamples -p libconfig-dev examples/c/*.c*
+ dh_installexamples -p libconfig++-dev examples/c++/*.c*
dh_install
dh_installinfo
dh_installman
dh_link
- dh_strip -p libconfig9 --dbg-package=libconfig9-dbg
- dh_strip -p libconfig++9 --dbg-package=libconfig++9-dbg
+ dh_strip -p libconfig9 --dbg-package=libconfig-dbg
+ dh_strip -p libconfig++9 --dbg-package=libconfig++-dbg
dh_compress
dh_fixperms
# dh_perl
pan>Jonathan McCrohan2010-11120/+159271 2014-07-23Release 0+git20140611.14bd6c7-1debian/0+git20140611.14bd6c7-1Jonathan McCrohan1-2/+2 2014-07-23New Upstream Snapshot (commit 14bd6c7)Jonathan McCrohan1-2/+3 2014-07-23Imported Upstream version 0+git20140611.14bd6c7upstream/0+git20140611.14bd6c7Jonathan McCrohan7-11/+60 2014-05-13New Upstream Snapshot (commit 1246b27)Jonathan McCrohan1-0/+6 2014-05-13Imported Upstream version 0+git20140512.1246b27upstream/0+git20140512.1246b27Jonathan McCrohan391-301/+3983 2014-04-05Release 0+git20140326.cfc2975-1debian/0+git20140326.cfc2975-1Jonathan McCrohan1-2/+2 2014-04-05d/control: update Homepage (upstream has moved from Gitweb to cgit)Jonathan McCrohan2-1/+2 2014-04-05New Upstream Snapshot (commit cfc2975)Jonathan McCrohan1-0/+6 2014-04-05Imported Upstream version 0+git20140326.cfc2975upstream/0+git20140326.cfc2975Jonathan McCrohan118-656/+877 2014-01-16Release 0+git20140107.1850cf8-1debian/0+git20140107.1850cf8-1Jonathan McCrohan1-2/+2 2014-01-16Update Standards Version to 3.9.5Jonathan McCrohan2-1/+9