rev 15062 - in krap/qzion/trunk/debian: . patches

Sune Vuorela pusling-guest at alioth.debian.org
Thu Jul 2 09:02:25 UTC 2009


Author: pusling-guest
Date: 2009-07-02 09:02:24 +0000 (Thu, 02 Jul 2009)
New Revision: 15062

Added:
   krap/qzion/trunk/debian/libqzion0a.install
   krap/qzion/trunk/debian/patches/
   krap/qzion/trunk/debian/patches/01_bump_soname.diff
   krap/qzion/trunk/debian/patches/series
Removed:
   krap/qzion/trunk/debian/libqzion0.install
Modified:
   krap/qzion/trunk/debian/changelog
   krap/qzion/trunk/debian/control
   krap/qzion/trunk/debian/copyright
   krap/qzion/trunk/debian/rules
Log:
+++ Changes by Sune Vuorela:
* Take tarball based off d2045a5c8bdce45d23ece11ceccba7d5aaec7988, as it is 
  0.4.0 + a commit relicensing to lgpl.
* Update copyright file
* Bump SONAME, abi has changed. this is krap. Use quilt for patching.

Modified: krap/qzion/trunk/debian/changelog
===================================================================
--- krap/qzion/trunk/debian/changelog	2009-07-01 21:38:45 UTC (rev 15061)
+++ krap/qzion/trunk/debian/changelog	2009-07-02 09:02:24 UTC (rev 15062)
@@ -1,7 +1,14 @@
-qzion (0.4.0-0r1) UNRELEASED; urgency=low
+qzion (0.4.0+lgpl-1) experimental; urgency=low
 
   * New upstream release. (Closes: #526852)
 
+  +++ Changes by Sune Vuorela:
+
+  * Take tarball based off d2045a5c8bdce45d23ece11ceccba7d5aaec7988, as it is 
+    0.4.0 + a commit relicensing to lgpl.
+  * Update copyright file
+  * Bump SONAME, abi has changed. this is krap. Use quilt for patching.
+
   +++ Changes by Fathi Boudra:
 
   * Update homepage.
@@ -14,7 +21,7 @@
   * Update compat to 7.
   * Do not build python bindings as they are not needed for kde.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 29 Jun 2009 15:11:09 +0300
+ -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 29 Jun 2009 15:11:09 +0300
 
 qzion (0.3.0-2) unstable; urgency=low
 

Modified: krap/qzion/trunk/debian/control
===================================================================
--- krap/qzion/trunk/debian/control	2009-07-01 21:38:45 UTC (rev 15061)
+++ krap/qzion/trunk/debian/control	2009-07-02 09:02:24 UTC (rev 15062)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Jonathan Riddell <jriddell at ubuntu.com>, Sune Vuorela <debian at pusling.com>, George Kiagiadakis <gkiagiad at csd.uoc.gr>
-Build-Depends: cdbs, debhelper (>= 7), libqt4-dev, cmake
+Build-Depends: cdbs, debhelper (>= 7), libqt4-dev, cmake, quilt
 Standards-Version: 3.8.1
 Homepage: http://code.openbossa.org/projects/qzion
 
 Package: libqzion-dev
 Section: libdevel
 Architecture: any
-Depends: libqzion0 (= ${binary:Version}), libqt4-dev, ${misc:Depends}
+Depends: libqzion0a (= ${binary:Version}), libqt4-dev, ${misc:Depends}
 Description: canvas abstraction used by and made for QEdje
  QZion is a canvas abstraction used by and made for QEdje. As it is an
  abstraction, different implementations can exist, making it possible to
@@ -18,7 +18,7 @@
  .
  This package contains the development header files.
 
-Package: libqzion0
+Package: libqzion0a
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}

Modified: krap/qzion/trunk/debian/copyright
===================================================================
--- krap/qzion/trunk/debian/copyright	2009-07-01 21:38:45 UTC (rev 15061)
+++ krap/qzion/trunk/debian/copyright	2009-07-02 09:02:24 UTC (rev 15062)
@@ -14,9 +14,8 @@
     Copyright 2006 Maurizio Monge <maurizio.monge at gmail.com>
 
 License:
-
     QZion is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
+    it under the terms of the GNU Lesser General Public License as published by
     the Free Software Foundation, either version 3 of the License, or
     (at your option) any later version.
 
@@ -25,7 +24,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.
 
-    You should have received a copy of the GNU General Public License
+    You should have received a copy of the GNU Lesser General Public License
     along with QZion.  If not, see <http://www.gnu.org/licenses/>.
 
     This file incorporates work covered by the following copyright and

Copied: krap/qzion/trunk/debian/libqzion0a.install (from rev 15061, krap/qzion/trunk/debian/libqzion0.install)
===================================================================
--- krap/qzion/trunk/debian/libqzion0a.install	                        (rev 0)
+++ krap/qzion/trunk/debian/libqzion0a.install	2009-07-02 09:02:24 UTC (rev 15062)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*

Added: krap/qzion/trunk/debian/patches/01_bump_soname.diff
===================================================================
--- krap/qzion/trunk/debian/patches/01_bump_soname.diff	                        (rev 0)
+++ krap/qzion/trunk/debian/patches/01_bump_soname.diff	2009-07-02 09:02:24 UTC (rev 15062)
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -26,7 +26,7 @@ set(CMAKE_CXX_FLAGS_MINSIZERELEASE "${CM
+ set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -DQT_NO_DEBUG_OUTPUT")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
+ 
+-set(QZION_LIB_MAJOR_VERSION "0")
++set(QZION_LIB_MAJOR_VERSION "0a")
+ set(QZION_LIB_MINOR_VERSION "4")
+ set(QZION_LIB_PATCH_VERSION "0")
+ set(QZION_LIB_VERSION_STRING "${QZION_LIB_MAJOR_VERSION}.${QZION_LIB_MINOR_VERSION}.${QZION_LIB_PATCH_VERSION}")

Added: krap/qzion/trunk/debian/patches/series
===================================================================
--- krap/qzion/trunk/debian/patches/series	                        (rev 0)
+++ krap/qzion/trunk/debian/patches/series	2009-07-02 09:02:24 UTC (rev 15062)
@@ -0,0 +1 @@
+01_bump_soname.diff

Modified: krap/qzion/trunk/debian/rules
===================================================================
--- krap/qzion/trunk/debian/rules	2009-07-01 21:38:45 UTC (rev 15061)
+++ krap/qzion/trunk/debian/rules	2009-07-02 09:02:24 UTC (rev 15062)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/cmake.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 DEB_CMAKE_EXTRA_FLAGS := -DSKIP_PYTHON_BINDINGS=1
 




More information about the pkg-kde-commits mailing list