On 06:15 Fri 17 Jul , Lucas Nussbaum wrote: LN> On 17/07/09 at 13:04 +0400, Dmitry E. Oboukhov wrote: >> CC-ed to mia-team >> >> upstream of libzip contains new version 0.9, it was released >> 2008-07-25 - year ago. Also libzip contains a bug >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536215 >> which was fixed in upstream and can be backported to stable libzip. >> >> One of my packages (goldendict) depends to libzip, so I was forced >> to include patched version of libzip into my package as static library. >> >> I want to solve the situation, I want make new upstream version package >> and backport patch to fix #536215. >> >> You seem aren't attend to debian packages. Please orphan libzip, or >> give me permissions to continue work under your package (libzip).
LN> Hi Dmitry, LN> Fathi is generally active in Debian, or at least was not so long ago. LN> Have you considered starting by making his life easier, providing a LN> patch that would upgrade the package to 0.9 and do the other necessary LN> changes? I built new upstrem version and upload project of the package under git: http://git.debian.org/?p=collab-maint/libzip.git;a=summary diff on directory debian can be found in attache. :) -- ... mpd paused: WASP - Animal . ''`. Dmitry E. Oboukhov : :’ : email: un...@debian.org jabber://un...@uvw.ru `. `~’ GPGKey: 1024D / F8E26537 2006-11-21 `- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537
diff --combined debian/changelog index f4ad5f9,4861aa3..0000000 --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,3 +1,11 @@@ +libzip (0.9-1.0) unstable; urgency=low + + * Non-maintainer upload. + * New upstream version, closes: #537349. + * Standards-Version bumped to 3.8.2. + + -- Dmitry E. Oboukhov <un...@debian.org> Fri, 17 Jul 2009 15:40:38 +0400 + libzip (0.8-1) unstable; urgency=low * Initial release. (Closes: #446583) diff --combined debian/control index 38f5604,1f7009b..0000000 --- a/debian/control +++ b/debian/control @@@ -1,17 -1,14 +1,17 @@@ Source: libzip Priority: optional Maintainer: Fathi Boudra <fbou...@free.fr> -Build-Depends: cdbs, debhelper (>= 5), quilt, autotools-dev, zlib1g-dev -Standards-Version: 3.7.2 +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, zlib1g-dev +Standards-Version: 3.8.2 Section: libs +Homepage: http://www.nih.at/libzip/ +VCS-Git: git+ssh://git.debian.org/git/collab-maint/libzip.git +VCS-Browser: http://git.debian.org/?p=collab-maint/libzip.git;a=summary Package: libzip-dev Section: libdevel Architecture: any -Depends: libzip1 (= ${binary:Version}), zlib1g-dev +Depends: libzip1 (= ${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 @@@ -19,6 -16,8 +19,6 @@@ . This package contains the static libraries and headers for developing applications that use the libzip library API. - . - Homepage: http://www.nih.at/libzip/ Package: libzip1 Section: libs @@@ -31,6 -30,8 +31,6 @@@ Description: library for reading, creat . This package contains the files necessary for running applications that use the libzip library. - . - Homepage: http://www.nih.at/libzip/ Package: zipcmp Section: utils @@@ -40,6 -41,8 +40,6 @@@ Description: compare contents of zip ar zipcmp compares two zip archives and checks if they contain the same files, comparing their names, uncompressed sizes, and CRCs. File order and compressed size differences are ignored. - . - Homepage: http://www.nih.at/libzip/ Package: zipmerge Section: utils @@@ -49,4 -52,6 +49,4 @@@ Description: merge zip archive zipmerge merges a source zip archives into a target zip archive. By default, files in the source zip archives overwrite existing files of the same name in the target zip archive. - . - Homepage: http://www.nih.at/libzip/ diff --combined debian/rules index 06ada03,463dcc8..0000000 --- a/debian/rules +++ b/debian/rules @@@ -1,14 -1,9 +1,14 @@@ #!/usr/bin/make -f +DEB_TAR_SRCDIR := libzip-0.9 + +include /usr/share/cdbs/1/rules/tarball.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk +# include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/utils.mk DEB_DH_INSTALL_SOURCEDIR := debian/tmp +clean:: + rm -f *.cdbs-config_list diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 5502ed8..0000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -NEWS -README -TODO diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..60dd16a --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.nih.at/libzip/ \ + libzip-(\d+(?:\.\d+){1,3}).tar.(?:bz2|gz)
signature.asc
Description: Digital signature