diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/libept1.install (renamed from debian/libept0.install) | 0 |
4 files changed, 6 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b01b43..ce2441d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ include( FindDoxygen ) add_custom_target( unit ) -set( EPT_VERSION "0.6.0" ) +set( EPT_VERSION "1.0" ) set( APT_INCLUDES "/usr/include/" CACHE STRING "apt include path" ) set( APT_LINKDIRS "/usr/lib/" CACHE STRING "apt library path" ) set( OPT_FLAGS "-O0 -g" CACHE STRING "optimization level" ) diff --git a/debian/changelog b/debian/changelog index 5826528..ff9d95f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -libept (0.6.0) unstable; urgency=low +libept (1.0) unstable; urgency=low * Big debtags code simplification - no more indices to maintain, just read the text files - no more int IDs and conversions to/from strings + * Breaks API and ABI: bump major version - -- Enrico Zini <enrico@debian.org> Mon, 10 May 2010 11:32:31 +0100 + -- Enrico Zini <enrico@debian.org> Mon, 10 May 2010 12:45:07 +0100 libept (0.5.30) unstable; urgency=low diff --git a/debian/control b/debian/control index f5f497d..045265b 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: libept-dev Section: libdevel Architecture: any Recommends: pkg-config -Depends: libept0 (= ${binary:Version}), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5), ${misc:Depends} +Depends: libept1 (= ${binary:Version}), libwibble-dev (>= 0.1.21), libwibble-dev (<< 0.2), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libapt-pkg-dev (>= 0.6.46.1), libxapian-dev (>= 1.0.5), ${misc:Depends} Conflicts: debtags (<< 0.7) Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data @@ -27,7 +27,7 @@ Description: High-level library for managing Debian package information . This is the development library. -Package: libept0 +Package: libept1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/libept0.install b/debian/libept1.install index c45ebcf..c45ebcf 100644 --- a/debian/libept0.install +++ b/debian/libept1.install |