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) <prav...@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