[SCM] Zip library packaging branch, master, updated. debian/0.9.3-1-7-g2e3a8b7

Fathi Boudra fabo at alioth.debian.org
Sun May 1 15:43:38 UTC 2011


The following commit has been merged in the master branch:
commit f231d7cdcfbdd46083dfeb021e7434c82fe4fc19
Author: Fathi Boudra <fabo at debian.org>
Date:   Sun May 1 18:31:36 2011 +0300

    replace autotools-dev build dependency by dh-autoreconf.
    update libzip-dev dependency to libzip2 (soname bump).
---
 debian/changelog |    6 ++++--
 debian/control   |    6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6417a72..d785f2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-libzip (0.10.0-1) UNRELEASED; urgency=low
+libzip (0.10-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * Update debbian/control:
+  * Update debian/control:
     - bump debhelper build dependency version to 8.0.0.
     - bump Standards-Version to 3.9.2 (no changes needed).
+    - replace autotools-dev build dependency by dh-autoreconf.
+    - update libzip-dev dependency to libzip2 (soname bump).
 
  -- Fathi Boudra <fabo at debian.org>  Sun, 01 May 2011 16:08:55 +0300
 
diff --git a/debian/control b/debian/control
index 6e2d6d1..3010c7f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libzip
 Priority: optional
 Maintainer: Fathi Boudra <fabo at debian.org>
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, zlib1g-dev
+Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, zlib1g-dev
 Standards-Version: 3.9.2
 Section: libs
 Homepage: http://www.nih.at/libzip/
@@ -9,7 +9,7 @@ Homepage: http://www.nih.at/libzip/
 Package: libzip-dev
 Section: libdevel
 Architecture: any
-Depends: libzip1 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev
+Depends: libzip2 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev
 Description: library for reading, creating, and modifying zip archives (development)
  libzip is a C library for reading, creating, and modifying zip archives. Files
  can be added from data buffers, files, or compressed data copied directly from
@@ -18,7 +18,7 @@ Description: library for reading, creating, and modifying zip archives (developm
  This package contains the static libraries and headers for developing
  applications that use the libzip library API.
 
-Package: libzip1
+Package: libzip2
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library for reading, creating, and modifying zip archives (runtime)

-- 
Zip library packaging



More information about the pkg-kde-commits mailing list