[med-svn] r20928 - in trunk/packages/libquazip/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Fri Jan 1 22:49:20 UTC 2016
Author: tille
Date: 2016-01-01 22:49:19 +0000 (Fri, 01 Jan 2016)
New Revision: 20928
Modified:
trunk/packages/libquazip/trunk/debian/changelog
trunk/packages/libquazip/trunk/debian/patches/logo-breach.patch
trunk/packages/libquazip/trunk/debian/patches/quazip-qt5-target-name.patch
trunk/packages/libquazip/trunk/debian/patches/qztest-link-to-qt5.patch
Log:
New upstream version
Modified: trunk/packages/libquazip/trunk/debian/changelog
===================================================================
--- trunk/packages/libquazip/trunk/debian/changelog 2015-12-31 14:06:25 UTC (rev 20927)
+++ trunk/packages/libquazip/trunk/debian/changelog 2016-01-01 22:49:19 UTC (rev 20928)
@@ -1,3 +1,9 @@
+libquazip (0.7.1-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+
+ -- Andreas Tille <tille at debian.org> Fri, 01 Jan 2016 23:40:15 +0100
+
libquazip (0.7-2) unstable; urgency=medium
[Eric Maeker]
Modified: trunk/packages/libquazip/trunk/debian/patches/logo-breach.patch
===================================================================
--- trunk/packages/libquazip/trunk/debian/patches/logo-breach.patch 2015-12-31 14:06:25 UTC (rev 20927)
+++ trunk/packages/libquazip/trunk/debian/patches/logo-breach.patch 2016-01-01 22:49:19 UTC (rev 20928)
@@ -4,16 +4,14 @@
Last-Update: 2014-07-14
Forwarded: no
-Index: quazip-0.6.2/doc/html/index.html
-===================================================================
---- quazip-0.6.2.orig/doc/html/index.html 2014-07-14 15:01:40.851420646 +0000
-+++ quazip-0.6.2/doc/html/index.html 2014-07-14 15:01:40.847420646 +0000
-@@ -42,7 +42,7 @@
+--- a/doc/html/index.html
++++ b/doc/html/index.html
+@@ -52,7 +52,7 @@
</div><!--header-->
<div class="contents">
<div class="textblock">
-<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=142688&type=7" style="width:210; height:62; border:none; float:right;" alt="Powered by SourceForge.net" /></a>
+<!-- privacy-breach-logo -->
- <h1><a class="anchor" id="overview"></a>
- Overview</h1>
+ <h2><a class="anchor" id="overview"></a>
+ Overview</h2>
<p>QuaZIP is a simple C++ wrapper over <a href="http://www.winimage.com/zLibDll/minizip.html">Gilles Vollant's ZIP/UNZIP package</a> that can be used to access ZIP archives. It uses <a href="http://qt.digia.com/">the Qt toolkit</a>.</p>
Modified: trunk/packages/libquazip/trunk/debian/patches/quazip-qt5-target-name.patch
===================================================================
--- trunk/packages/libquazip/trunk/debian/patches/quazip-qt5-target-name.patch 2015-12-31 14:06:25 UTC (rev 20927)
+++ trunk/packages/libquazip/trunk/debian/patches/quazip-qt5-target-name.patch 2016-01-01 22:49:19 UTC (rev 20928)
@@ -4,11 +4,10 @@
Last-Update: 2014-07-16
Forwarded: no
-Index: quazip-0.6.2/quazip/quazip.pro
-===================================================================
---- quazip-0.6.2.orig/quazip/quazip.pro 2014-07-16 04:01:20.787420838 +0000
-+++ quazip-0.6.2/quazip/quazip.pro 2014-07-16 04:01:35.635420696 +0000
-@@ -10,4 +10,9 @@
+--- a/quazip/quazip.pro
++++ b/quazip/quazip.pro
+@@ -34,6 +34,11 @@ CONFIG(staticlib): DEFINES += QUAZIP_STA
+ include(quazip.pri)
unix:!symbian {
+ isEqual(QT_MAJOR_VERSION, 5){
@@ -18,3 +17,4 @@
+ }
headers.path=$$PREFIX/include/quazip
headers.files=$$HEADERS
+ target.path=$$PREFIX/lib/$${LIB_ARCH}
Modified: trunk/packages/libquazip/trunk/debian/patches/qztest-link-to-qt5.patch
===================================================================
--- trunk/packages/libquazip/trunk/debian/patches/qztest-link-to-qt5.patch 2015-12-31 14:06:25 UTC (rev 20927)
+++ trunk/packages/libquazip/trunk/debian/patches/qztest-link-to-qt5.patch 2016-01-01 22:49:19 UTC (rev 20928)
@@ -4,11 +4,9 @@
Last-Update: 2014-07-16
Forwarded: yes
-Index: quazip-0.6.2/quazip/quazip.pro
-===================================================================
---- quazip-0.6.2.orig/qztest/qztest.pro 2014-07-16 04:01:20.787420838 +0000
-+++ quazip-0.6.2/qztest/qztest.pro 2014-07-16 04:01:35.635420696 +0000
-@@ -39,7 +39,13 @@
+--- a/qztest/qztest.pro
++++ b/qztest/qztest.pro
+@@ -40,7 +40,13 @@ MOC_DIR = .moc
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../quazip/release/ -lquazip
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../quazip/debug/ -lquazip
More information about the debian-med-commit
mailing list