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

Fathi Boudra fabo at alioth.debian.org
Sat Dec 31 12:56:37 UTC 2011


The following commit has been merged in the master branch:
commit 2594d9281cec1e31c661dd78073c46f2238db64a
Author: Fathi Boudra <fabo at debian.org>
Date:   Sat Dec 31 14:55:48 2011 +0200

    Upload to unstable.
---
 debian/changelog |   28 ++++++++++++++--------------
 debian/compat    |    2 +-
 debian/control   |   10 +++++-----
 debian/copyright |    2 +-
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1c41f7..a6bb523 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,21 @@
-libzip (0.10-1) UNRELEASED; urgency=low
+libzip (0.10-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release. (Closes: #647131)
   * Add patches:
-    - fix_open_nonarchive_test.patch to fix regressions tests.
-    - fix_zipconf_path.patch to install zipconf.h in include dir.
-  * 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).
-  * Update debian/libzip-dev.install: add zipconf.h file.
-  * Rename and update debian/libzip1.{install/symbols} to libzip2.
+    - fix_open_nonarchive_test.patch
+    - fix_zipconf_path.patch
+  * Update debian/compat: bump to 8.
   * Update debian/rules:
-    - pass --with autoreconf to dh.
-    - re-enable dh_auto_test.
+    - build depends on dh-autoreconf.
+    - bump debhelper build dependency to 8.0.0.
+    - bump Standards-Version to 3.9.0 - no changes needed.
+    - rename libzip1 to libzip2 (bump soname).
+  * Update debian/rules:
+    - use dh with autoreconf.
+    - drop override_dh_auto_test.
+  * Update debian/*.install files.
 
- -- Fathi Boudra <fabo at debian.org>  Sun, 01 May 2011 16:08:55 +0300
+ -- Fathi Boudra <fabo at debian.org>  Sat, 31 Dec 2011 14:39:13 +0200
 
 libzip (0.9.3-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 3010c7f..5936c07 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Homepage: http://www.nih.at/libzip/
 Package: libzip-dev
 Section: libdevel
 Architecture: any
-Depends: libzip2 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev
+Depends: libzip2 (= ${binary:Version}), zlib1g-dev, ${misc:Depends}
 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
@@ -20,7 +20,7 @@ Description: library for reading, creating, and modifying zip archives (developm
 
 Package: libzip2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: library for reading, creating, and modifying zip archives (runtime)
  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
@@ -32,7 +32,7 @@ Description: library for reading, creating, and modifying zip archives (runtime)
 Package: zipcmp
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: compare contents of zip archives
  zipcmp compares two zip archives and checks if they contain the same files,
  comparing their names, uncompressed sizes, and CRCs. File order and compressed
@@ -41,7 +41,7 @@ Description: compare contents of zip archives
 Package: zipmerge
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: merge zip archives
  zipmerge merges a source zip archives into a target zip archive.
  By default, files in the source zip archives overwrite existing files of the
@@ -50,7 +50,7 @@ Description: merge zip archives
 Package: ziptorrent
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: torrentzip zip archives
  ziptorrent torrentzips archive. This is a restricted file format used for
  using bittorrent on zip files.
diff --git a/debian/copyright b/debian/copyright
index a771e39..6a004f0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -49,4 +49,4 @@ The Debian packaging is:
 
     Copyright (C) 2007-2010 Fathi Boudra <fabo at debian.org>
 
-and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3".
\ No newline at end of file
+and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3".

-- 
Zip library packaging



More information about the pkg-kde-commits mailing list