summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorHubert Figuiere <hub@quagmire.(none)>2007-10-31 21:28:32 -0400
committerHubert Figuiere <hub@quagmire.(none)>2007-10-31 21:28:32 -0400
commit605884aab0bd7e6bb5c5501d4149d4aee61429d2 (patch)
treeb1158deea124664e90b128b91bf64d42ac819b25 /debian
parentc0698f7468c8f51864f3fba252c5ff36892e2948 (diff)
* ABI breakage: soversion is now 3
* exempi/{exempi.cpp,xmp.h}: xmp_get_property_and_bits() renamed xmp_get_property(). xmp_set_property2() renamed xmp_set_property(). More exception handling and refactor set_error() use. * exempi/tests/*: update for new API.
Diffstat (limited to 'debian')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 9683104..d0bf923 100644
--- a/debian/control
+++ b/debian/control
@@ -8,22 +8,22 @@ Standards-Version: 3.7.2
Package: libexempi-dev
Section: libdevel
-Depends: libexempi2 (= ${Source-Version})
+Depends: libexempi3 (= ${Source-Version})
Architecture: any
Description: A library to parse XMP metadata (Development files)
Exempi is a library to parse XMP metadata as defined by the
specification.
-Package: libexempi2-dbg
+Package: libexempi3-dbg
Architecture: any
-Depends: libexempi2 (= ${Source-Version})
+Depends: libexempi3 (= ${Source-Version})
Description: A library to parse XMP metadata (Debug files)
Exempi is a library to parse XMP metadata as defined by the
specification.
-Package: libexempi2
+Package: libexempi3
Section: libs
Architecture: any
Depends: ${shlibs:Depends}