[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#526853: marked as done (new upstream version (0.4.0) available)



Your message dated Sun, 05 Jul 2009 11:23:07 +0000
with message-id <E1MNPoJ-0003j0-U7@ries.debian.org>
and subject line Bug#526853: fixed in qedje 0.4.0+lgpl-1
has caused the Debian Bug report #526853,
regarding new upstream version (0.4.0) available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
526853: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526853
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qedje
Version: 0.3.0-2
Severity: wishlist

Hi,

I was trying to build playground/base from kde trunk (4.3 pre) and
cmake step failed as it was not able to find qedje >= 0.4.0

I made an attmpt to make a deb package for new version and uploaded
the packges here http://j4v4m4n.in/repo/
My gpg key is http://j4v4m4n.in/repo/praveen.key.asc

diff of the debian directory is attached.

 (the upstream site seems to be down, so I had to base my package on
mandriva source rpm).

Regards
Praveen

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call, if you are unable to speak?
(as seen on /.)
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign
diff -u qedje-0.3.0/debian/changelog qedje-0.4.0/debian/changelog
--- qedje-0.3.0/debian/changelog	2009-05-03 15:29:24.000000000 -0700
+++ qedje-0.4.0/debian/changelog	2009-05-03 17:35:53.000000000 -0700
@@ -1,3 +1,13 @@
+qedje (0.4.0-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstram release.
+  * Cleaned up patches no longer required.
+  * Build system changed from qmake to cmake.
+  * prl files are no longer created.
+
+ -- Praveen Arimbrathodiyil (A proud GNU user) <pravi.a@gmail.com>  Sun, 03 May 2009 15:36:28 -0700
+
 qedje (0.3.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff -u qedje-0.3.0/debian/control qedje-0.4.0/debian/control
--- qedje-0.3.0/debian/control	2009-05-03 15:29:24.000000000 -0700
+++ qedje-0.4.0/debian/control	2009-05-03 17:26:18.000000000 -0700
@@ -1,7 +1,7 @@
 Source: qedje
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
-Build-Depends: debhelper (>= 5), cdbs, qt4-qmake, libqt4-dev, libqzion-dev, libeet-dev, quilt
+Build-Depends: debhelper (>= 5), cdbs, qt4-qmake, libqt4-dev, libqzion-dev (>= 0.4.0), libeet-dev, quilt
 Standards-Version: 3.8.0
 Section: libs
 Homepage: http://dev.openbossa.org/trac/qedje
@@ -10,7 +10,7 @@
 Package: libqedje-dev
 Section: libdevel
 Architecture: any
-Depends: libqedje0 (= ${binary:Version}), libqzion-dev, ${misc:Depends}
+Depends: libqedje0 (= ${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.
diff -u qedje-0.3.0/debian/libqedje-dev.install qedje-0.4.0/debian/libqedje-dev.install
--- qedje-0.3.0/debian/libqedje-dev.install	2009-05-03 15:29:24.000000000 -0700
+++ qedje-0.4.0/debian/libqedje-dev.install	2009-05-03 17:23:09.000000000 -0700
@@ -1,4 +1,3 @@
 usr/include/*
 usr/lib/lib*.so
-usr/lib/libqedje.prl
 usr/lib/pkgconfig/qedje.pc
Common subdirectories: qedje-0.3.0/debian/patches and qedje-0.4.0/debian/patches
diff -u qedje-0.3.0/debian/rules qedje-0.4.0/debian/rules
--- qedje-0.3.0/debian/rules	2009-05-03 15:29:24.000000000 -0700
+++ qedje-0.4.0/debian/rules	2009-05-03 17:35:24.000000000 -0700
@@ -1,25 +1,17 @@
 #!/usr/bin/make -f
 
-QMAKE = qmake-qt4
-DEB_QMAKE_ARGS = PREFIX=/usr
 DEB_DH_INSTALL_SOURCEDIR = debian/tmp
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/qmake.mk
+include /usr/share/cdbs/1/class/cmake.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 clean::
 	rm -rf debian/tmp
-	rm -f src/libqedje.prl
 	rm -rf src/pkgconfig/
 
 common-install-arch::
 # Fix wrong path in pkgconfig files
 	find $(DEB_DESTDIR)/usr/lib/pkgconfig -type f -name '*.pc' \
 		-exec perl -pi -e "s, -L$(CURDIR)/?\S+,,g" {} \;
-# Fix wrong path in prl files
-	find $(DEB_DESTDIR)/usr/lib -type f -name '*.prl' \
-		-exec perl -pi -e "s, -L$(CURDIR)/\S+,,g" {} \;
-	find $(DEB_DESTDIR)/usr/lib -type f -name '*.prl' \
-		-exec sed -i -e "/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/" {} \;
 
Only in qedje-0.3.0/debian/: .svn

--- End Message ---
--- Begin Message ---
Source: qedje
Source-Version: 0.4.0+lgpl-1

We believe that the bug you reported is fixed in the latest version of
qedje, which is due to be installed in the Debian FTP archive:

libqedje-dev_0.4.0+lgpl-1_amd64.deb
  to pool/main/q/qedje/libqedje-dev_0.4.0+lgpl-1_amd64.deb
libqedje-dev_0.4.0+lgpl-1_i386.deb
  to pool/main/q/qedje/libqedje-dev_0.4.0+lgpl-1_i386.deb
libqedje0a_0.4.0+lgpl-1_amd64.deb
  to pool/main/q/qedje/libqedje0a_0.4.0+lgpl-1_amd64.deb
libqedje0a_0.4.0+lgpl-1_i386.deb
  to pool/main/q/qedje/libqedje0a_0.4.0+lgpl-1_i386.deb
qedje_0.4.0+lgpl-1.diff.gz
  to pool/main/q/qedje/qedje_0.4.0+lgpl-1.diff.gz
qedje_0.4.0+lgpl-1.dsc
  to pool/main/q/qedje/qedje_0.4.0+lgpl-1.dsc
qedje_0.4.0+lgpl.orig.tar.gz
  to pool/main/q/qedje/qedje_0.4.0+lgpl.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 526853@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Krap Maintainers <debian-qt-kde@lists.debian.org> (supplier of updated qedje package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 29 Jun 2009 15:15:51 +0300
Source: qedje
Binary: libqedje-dev libqedje0a
Architecture: amd64 i386 source 
Version: 0.4.0+lgpl-1
Distribution: experimental
Urgency: low
Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
Closes: 526853
Description:
 libqedje0a - UI interface library which separates design from logic
 libqedje-dev - UI interface library which separates design from logic
Changes:
 qedje (0.4.0+lgpl-1) 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.
   * Bump Standards-Version from 3.8.0 to 3.8.1 (no changes needed).
 .
   +++ Changes by George Kiagiadakis:
 .
   * Switch to cmake.
   * Update installed files.
   * Update compat to 7.
   * Update (build-)dependency on libqzion-dev to version 0.4.0.
   * Remove patch no_public_eet.h_needed.diff (applied upstream).
   * Remove build dependency on quilt as there are no patches to apply.
Checksums-Sha1: 
 577583ac8fbe22b7f2501bf9e6e90923b7722332 70306 libqedje0a_0.4.0+lgpl-1_i386.deb
 76fc1aa0c97dd5104c741651d44e37597311ba40 10882 libqedje-dev_0.4.0+lgpl-1_amd64.deb
 972a50720a6a459d78fda387b0a363319f36a8cc 70546 libqedje0a_0.4.0+lgpl-1_amd64.deb
 a8aa07f57198c6c7982c95115257b97ef22c19cb 3352 qedje_0.4.0+lgpl-1.diff.gz
 bdcce47597d5eb504ce0162c906befb0eb9fc0ed 191844 qedje_0.4.0+lgpl.orig.tar.gz
 de02b19ef5acc1fbd03ce6e03e79851faa46ad72 10868 libqedje-dev_0.4.0+lgpl-1_i386.deb
 744d563204ae85feda24829df689e6ce3c5b17b6 1249 qedje_0.4.0+lgpl-1.dsc
Checksums-Sha256: 
 1995f1cb4fdeba740335c79b4468f839c63476e3973c1037e02be1955af1acbf 10868 libqedje-dev_0.4.0+lgpl-1_i386.deb
 3d657ecdc273c6734ba6c8d4b870d2e569b28fce9e806689633b9e2c4f14a1a7 70546 libqedje0a_0.4.0+lgpl-1_amd64.deb
 66777a53390e0c6e6c191b4eb594dcd83e01034f1cc8a5586df2a4bb649087b9 3352 qedje_0.4.0+lgpl-1.diff.gz
 47875ed54ffd1be13cb9abbe6f6cfb945feeaf950f533ea6cb63e826f8b34235 1249 qedje_0.4.0+lgpl-1.dsc
 c3878dfc18602c15d03e720c012484098a7132551443ea537072824348191e1b 10882 libqedje-dev_0.4.0+lgpl-1_amd64.deb
 d1a8fa404d2cd434bf65274e71d0d339eae01324fae988aa940620a0812b9e1d 191844 qedje_0.4.0+lgpl.orig.tar.gz
 ed5a46b8bd3dab49462dc3827d8ba7bc9c32528af38485ab3903f4a579fef18f 70306 libqedje0a_0.4.0+lgpl-1_i386.deb
Files: 
 047038656b40550f1435b7d8427cc08b 10882 libdevel optional libqedje-dev_0.4.0+lgpl-1_amd64.deb
 48854c03a9364f0e1ecd27b7b4b38161 70306 libs optional libqedje0a_0.4.0+lgpl-1_i386.deb
 4d40a4c58cfc5cff916980e164aa650f 3352 libs optional qedje_0.4.0+lgpl-1.diff.gz
 12d6501728a8aa57b81454eaf5e062c1 1249 libs optional qedje_0.4.0+lgpl-1.dsc
 a6d8b1060a315bbe914c162a3e36a019 70546 libs optional libqedje0a_0.4.0+lgpl-1_amd64.deb
 b6a63f587cd0783b855d4a915e291574 191844 libs optional qedje_0.4.0+lgpl.orig.tar.gz
 d5bd43eb5b9b628f818656ff57a72701 10868 libdevel optional libqedje-dev_0.4.0+lgpl-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpQcSAACgkQnMvaFgH6i0pEVwCgiudBKU7r+5gpdaQK3YB7S+ZL
cXoAniOJ3ZroGUCFRQUNwOwTX/pJFUY8
=e2Jf
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: