rev 15064 - in krap/qedje/trunk/debian: . patches
Sune Vuorela
pusling-guest at alioth.debian.org
Thu Jul 2 09:23:11 UTC 2009
Author: pusling-guest
Date: 2009-07-02 09:23:10 +0000 (Thu, 02 Jul 2009)
New Revision: 15064
Added:
krap/qedje/trunk/debian/libqedje0a.install
krap/qedje/trunk/debian/patches/
krap/qedje/trunk/debian/patches/01_bump_soname.diff
krap/qedje/trunk/debian/patches/series
Removed:
krap/qedje/trunk/debian/libqedje0.install
Modified:
krap/qedje/trunk/debian/changelog
krap/qedje/trunk/debian/control
krap/qedje/trunk/debian/copyright
krap/qedje/trunk/debian/rules
Log:
+++ Changes by Sune Vuorela:
* Take tarball based off 3b337c416fb2dc495011fc044dae832cd898d548, as this
includes a relicense to lgpl.
* Adapt copyright file
* Bump soname. abi has changed. this is krap. Use quilt to manage it.
Modified: krap/qedje/trunk/debian/changelog
===================================================================
--- krap/qedje/trunk/debian/changelog 2009-07-02 09:12:29 UTC (rev 15063)
+++ krap/qedje/trunk/debian/changelog 2009-07-02 09:23:10 UTC (rev 15064)
@@ -1,7 +1,14 @@
-qedje (0.4.0-0r1) UNRELEASED; urgency=low
+qedje (0.4.0+lgpl-0r1) experimental; urgency=low
* New upstream release. (Closes: #526853)
+ +++ Changes by Sune Vuorela:
+
+ * Take tarball based off 3b337c416fb2dc495011fc044dae832cd898d548, as this
+ includes a relicense to lgpl.
+ * Adapt copyright file
+ * Bump soname. abi has changed. this is krap. Use quilt to manage it.
+
+++ Changes by Fathi Boudra:
* Update homepage.
@@ -16,7 +23,7 @@
* Remove patch no_public_eet.h_needed.diff (applied upstream).
* Remove build dependency on quilt as there are no patches to apply.
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 29 Jun 2009 15:15:51 +0300
+ -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Mon, 29 Jun 2009 15:15:51 +0300
qedje (0.3.0-2) unstable; urgency=low
Modified: krap/qedje/trunk/debian/control
===================================================================
--- krap/qedje/trunk/debian/control 2009-07-02 09:12:29 UTC (rev 15063)
+++ krap/qedje/trunk/debian/control 2009-07-02 09:23:10 UTC (rev 15064)
@@ -4,14 +4,14 @@
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), cmake,
- libqt4-dev, libqzion-dev (>= 0.4.0), libeet-dev
+ libqt4-dev, libqzion-dev (>= 0.4.0), libeet-dev, quilt
Standards-Version: 3.8.1
Homepage: http://code.openbossa.org/projects/qedje
Package: libqedje-dev
Section: libdevel
Architecture: any
-Depends: libqedje0 (= ${binary:Version}), libqzion-dev (>= 0.4.0), ${misc:Depends}
+Depends: libqedje0a (= ${binary:Version}), libqzion-dev (>= 0.4.0), ${misc:Depends}
Description: UI interface library which separates design from logic
QEdje extends the Qt toolkit with the flexibility of the Edje
declarative language.
@@ -23,7 +23,7 @@
.
This package contains the development header files.
-Package: libqedje0
+Package: libqedje0a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Modified: krap/qedje/trunk/debian/copyright
===================================================================
--- krap/qedje/trunk/debian/copyright 2009-07-02 09:12:29 UTC (rev 15063)
+++ krap/qedje/trunk/debian/copyright 2009-07-02 09:23:10 UTC (rev 15064)
@@ -16,7 +16,7 @@
License:
QEdje 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 +25,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 QEdje. If not, see <http://www.gnu.org/licenses/>.
Includes code from libedje:
Copied: krap/qedje/trunk/debian/libqedje0a.install (from rev 15061, krap/qedje/trunk/debian/libqedje0.install)
===================================================================
--- krap/qedje/trunk/debian/libqedje0a.install (rev 0)
+++ krap/qedje/trunk/debian/libqedje0a.install 2009-07-02 09:23:10 UTC (rev 15064)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
Added: krap/qedje/trunk/debian/patches/01_bump_soname.diff
===================================================================
--- krap/qedje/trunk/debian/patches/01_bump_soname.diff (rev 0)
+++ krap/qedje/trunk/debian/patches/01_bump_soname.diff 2009-07-02 09:23:10 UTC (rev 15064)
@@ -0,0 +1,26 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -27,10 +27,12 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}
+ option(BUILD_TESTS "Build the test suite" OFF)
+ option(BUILD_TOOLS "Build QEdje tools" OFF)
+
+-set(QEDJE_LIB_MAJOR_VERSION "0")
++set(QEDJE_LIB_MAJOR_VERSION "0a")
++set(QEDJE_UPSTREAM_LIB_MAJOR_VERSION "0")
+ set(QEDJE_LIB_MINOR_VERSION "4")
+ set(QEDJE_LIB_PATCH_VERSION "0")
+ set(QEDJE_LIB_VERSION_STRING "${QEDJE_LIB_MAJOR_VERSION}.${QEDJE_LIB_MINOR_VERSION}.${QEDJE_LIB_PATCH_VERSION}")
++set(QEDJE_UPSTREAM_LIB_VERSION_STRING "${QEDJE_UPSTREAM_LIB_MAJOR_VERSION}.${QEDJE_LIB_MINOR_VERSION}.${QEDJE_LIB_PATCH_VERSION}")
+
+ # Suffix for x86/x86_64:
+ SET(LIB_SUFFIX "" CACHE STRING "Define suffix of directory name (32/64)" )
+--- a/src/qedje.pc.cmake
++++ b/src/qedje.pc.cmake
+@@ -5,6 +5,6 @@ includedir=${prefix}/include
+
+ Name: QEdje
+ Description: QEdje Library
+-Version: @QEDJE_LIB_VERSION_STRING@
++Version: @QEDJE_UPSTREAM_LIB_VERSION_STRING@
+ Libs: -L${libdir} -lqedje
+ Cflags: -I${includedir}
Added: krap/qedje/trunk/debian/patches/series
===================================================================
--- krap/qedje/trunk/debian/patches/series (rev 0)
+++ krap/qedje/trunk/debian/patches/series 2009-07-02 09:23:10 UTC (rev 15064)
@@ -0,0 +1 @@
+01_bump_soname.diff
Modified: krap/qedje/trunk/debian/rules
===================================================================
--- krap/qedje/trunk/debian/rules 2009-07-02 09:12:29 UTC (rev 15063)
+++ krap/qedje/trunk/debian/rules 2009-07-02 09:23:10 UTC (rev 15064)
@@ -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
common-install-arch::
# Fix wrong path in pkgconfig files
More information about the pkg-kde-commits
mailing list