Author: ericmaeker-guest Date: 2013-03-18 11:13:20 +0000 (Mon, 18 Mar 2013) New Revision: 13198
Modified: trunk/packages/libquazip/trunk/debian/changelog trunk/packages/libquazip/trunk/debian/control trunk/packages/libquazip/trunk/debian/patches/multiarch_version.patch trunk/packages/libquazip/trunk/debian/patches/no-test-build.patch trunk/packages/libquazip/trunk/debian/patches/series Log: libquazip: updating upstream to 0.5.1 Modified: trunk/packages/libquazip/trunk/debian/changelog =================================================================== --- trunk/packages/libquazip/trunk/debian/changelog 2013-03-18 10:17:47 UTC (rev 13197) +++ trunk/packages/libquazip/trunk/debian/changelog 2013-03-18 11:13:20 UTC (rev 13198) @@ -1,3 +1,11 @@ +libquazip (0.5.1-1) unstable; urgency=low + + [ Eric Maeker ] + * New upstream + * debian/patch: Updating patches (multiarch, remove tests) + + -- Eric Maeker <[email protected]> Mon, 18 Mar 2013 11:52:42 +0100 + libquazip (0.5-1) unstable; urgency=low [ Eric Maeker ] Modified: trunk/packages/libquazip/trunk/debian/control =================================================================== --- trunk/packages/libquazip/trunk/debian/control 2013-03-18 10:17:47 UTC (rev 13197) +++ trunk/packages/libquazip/trunk/debian/control 2013-03-18 11:13:20 UTC (rev 13198) @@ -5,7 +5,7 @@ Uploaders: Eric Maeker <[email protected]>, Andreas Tille <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 9), libqt4-dev (>= 4:4.7.0), libxext-dev, zlib1g-dev +Build-Depends: debhelper (>= 9), libqt4-dev (>= 4:4.7.4), libxext-dev, zlib1g-dev Standards-Version: 3.9.3 Homepage: https://sourceforge.net/projects/quazip/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libquazip/trunk/ Modified: trunk/packages/libquazip/trunk/debian/patches/multiarch_version.patch =================================================================== --- trunk/packages/libquazip/trunk/debian/patches/multiarch_version.patch 2013-03-18 10:17:47 UTC (rev 13197) +++ trunk/packages/libquazip/trunk/debian/patches/multiarch_version.patch 2013-03-18 11:13:20 UTC (rev 13198) @@ -1,7 +1,7 @@ Author: Eric Maeker <[email protected]> Description: Correctly define the version and the sublib path libquazip comes with a default version=1.0.0 and no sublib path (for multi-arch build). -Last-Update: 2012-12-18 +Last-Update: 2013-03-18 Forwarded: no --- a/quazip/quazip.pro @@ -10,8 +10,8 @@ QT -= gui DEPENDPATH += . INCLUDEPATH += . --VERSION = 1.0.0 -+#VERSION = 1.0.0 +-!win32:VERSION = 1.0.0 ++#!win32:VERSION = 1.0.0 DEFINES += QUAZIP_BUILD CONFIG(staticlib): DEFINES += QUAZIP_STATIC Modified: trunk/packages/libquazip/trunk/debian/patches/no-test-build.patch =================================================================== --- trunk/packages/libquazip/trunk/debian/patches/no-test-build.patch 2013-03-18 10:17:47 UTC (rev 13197) +++ trunk/packages/libquazip/trunk/debian/patches/no-test-build.patch 2013-03-18 11:13:20 UTC (rev 13198) @@ -1,12 +1,12 @@ Author: Eric Maeker <[email protected]> Description: Do not build testing apps libquazip comes with testing applications that we do not need in the package. -Last-Update: 2012-06-22 +Last-Update: 2013-03-18 Forwarded: no --- a/quazip.pro +++ b/quazip.pro @@ -1,2 +1,2 @@ TEMPLATE=subdirs --SUBDIRS=quazip test/unzip test/zip test/jlcompress test/checksum -+SUBDIRS=quazip #test/unzip test/zip test/jlcompress test/checksum +-SUBDIRS=quazip qztest ++SUBDIRS=quazip #qztest Modified: trunk/packages/libquazip/trunk/debian/patches/series =================================================================== --- trunk/packages/libquazip/trunk/debian/patches/series 2013-03-18 10:17:47 UTC (rev 13197) +++ trunk/packages/libquazip/trunk/debian/patches/series 2013-03-18 11:13:20 UTC (rev 13198) @@ -1,2 +1,2 @@ multiarch_version.patch - +no-test-build.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
