Hi,

A diff between the old and new debian directories attached.

- 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 qzion-0.3.0/debian/changelog qzion-0.4.0/debian/changelog
--- qzion-0.3.0/debian/changelog	2009-05-03 16:11:18.000000000 -0700
+++ qzion-0.4.0/debian/changelog	2009-05-03 16:51:20.000000000 -0700
@@ -1,3 +1,13 @@
+qzion (0.4.0-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream release.
+  * Build tool migration from qmake to cmake.
+  * prl files are not created anymore.
+  * New build dependencies on pyqt4, sip4 and their -dev added.
+
+ -- Praveen Arimbrathodiyil (A proud GNU user) <prav...@gmail.com>  Sun, 03 May 2009 16:17:58 -0700
+
 qzion (0.3.0-2) unstable; urgency=low
 
   * Upload to unstable
diff -u qzion-0.3.0/debian/control qzion-0.4.0/debian/control
--- qzion-0.3.0/debian/control	2009-05-03 16:11:18.000000000 -0700
+++ qzion-0.4.0/debian/control	2009-05-03 16:45:06.000000000 -0700
@@ -1,7 +1,7 @@
 Source: qzion
 Priority: optional
 Maintainer: Debian Krap Maintainers <debian-qt-...@lists.debian.org>
-Build-Depends: debhelper (>= 5), cdbs, qt4-qmake, libqt4-dev
+Build-Depends: debhelper (>= 5), cdbs, qt4-qmake, libqt4-dev, python-qt4, python-qt4-dev, sip4, python-sip4-dev
 Standards-Version: 3.8.0
 Section: libs
 Homepage: http://dev.openbossa.org/trac/qedje
diff -u qzion-0.3.0/debian/libqzion-dev.install qzion-0.4.0/debian/libqzion-dev.install
--- qzion-0.3.0/debian/libqzion-dev.install	2009-05-03 16:11:18.000000000 -0700
+++ qzion-0.4.0/debian/libqzion-dev.install	2009-05-03 16:26:05.000000000 -0700
@@ -1,4 +1,3 @@
 usr/include/*
 usr/lib/lib*.so
 usr/lib/pkgconfig/*
-usr/lib/libqzion.prl
diff -u qzion-0.3.0/debian/rules qzion-0.4.0/debian/rules
--- qzion-0.3.0/debian/rules	2009-05-03 16:11:18.000000000 -0700
+++ qzion-0.4.0/debian/rules	2009-05-03 16:38:03.000000000 -0700
@@ -1,24 +1,15 @@
 #!/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
 
 clean::
 	rm -rf debian/tmp
-	rm -f src/qpainter/libqzion.prl
 	rm -rf src/qpainter/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 qzion-0.3.0/debian/: .svn

Reply via email to