diff -Nru quimup-1.4.0/debian/bzr-builder.manifest quimup-1.4.0/debian/bzr-builder.manifest --- quimup-1.4.0/debian/bzr-builder.manifest 2015-05-13 10:22:23.000000000 +0000 +++ quimup-1.4.0/debian/bzr-builder.manifest 2015-05-13 19:38:29.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-ppa14 -lp:quimup revid:git-v1:527d3ac966270d83c448bf757a5c74357526dd07 +# bzr-builder format 0.3 deb-version {debupstream}-ppa17 +lp:quimup revid:git-v1:179d14964f41cfd0bd52e96963e8ed0679dd225b diff -Nru quimup-1.4.0/debian/changelog quimup-1.4.0/debian/changelog --- quimup-1.4.0/debian/changelog 2015-05-13 10:22:23.000000000 +0000 +++ quimup-1.4.0/debian/changelog 2015-05-13 19:38:29.000000000 +0000 @@ -1,42 +1,58 @@ -quimup (1.4.0-ppa14~ubuntu15.10.1) wily; urgency=low +quimup (1.4.0-ppa17~ubuntu15.10.1) wily; urgency=low * Auto build. - -- Ronald van Engelen Wed, 13 May 2015 10:22:23 +0000 + -- Ronald van Engelen Wed, 13 May 2015 19:38:29 +0000 -quimup (1.4.0-1) jessie utopic; urgency=low +quimup (1.4.0-4) stable utopic; urgency=medium - * debian/README.Debian: updated - * debian/changelog: changed to jessie / utopic + * debian/changelog: another modification to satisfy launchpad pbuilder rules. + + -- Ronald van Engelen Wed, 13 May 2015 21:23:31 +0200 + +quimup (1.4.0-3) jessie utopic; urgency=medium + + * debian/changelog: modified to adhere to launchpad pbuilder rules. + + -- Ronald van Engelen Wed, 13 May 2015 21:22:26 +0200 - -- Ronald van Engelen Wed, 13 May 2015 08:03:01 +0200 +quimup (1.4.0-2) jessie utopic; urgency=medium -quimup (1.3.2-1) trusty; urgency=low + * debian/rules: replaced architecture dependant + `/usr/lib/x86_64-linux-gnu/qt5/bin/qmake/' architecture dependant to + architecture independant `QT_SELECT="5" qmake'. + + -- Ronald van Engelen Wed, 13 May 2015 13:37:01 +0200 + +quimup (1.4.0-1) jessie utopic; urgency=medium * debian/README.Debian: updated - * debian/changelog: changed from saucy to trusty + * debian/changelog: distribution changed to "jessie utopic" + + -- Ronald van Engelen Wed, 13 May 2015 08:03:01 +0200 + +quimup (1.3.2-1) trusty; urgency=medium + + * debian/README.Debian: updated. + * debian/changelog: changed from saucy to trusty. * .pc: changed from quilt to gpb (https://honk.sigxcpu.org/piki/development/debian_packages_in_git/) - -- Ronald van Engelen Sun, 25 May 2014 13:24:01 +0200 + -- Ronald van Engelen Sun, 25 May 2014 13:24:01 +0200 -quimup (1.3.1-1) saucy; urgency=low +quimup (1.3.1-1) saucy; urgency=medium - * Tracking the upstream 1.3.1 release - * Name changed from `guimup' to `quimup' - * Modified XDG desktop file with proper categories and mime types + * Tracking the upstream 1.3.1 release. + * Name changed from `guimup' to `quimup'. + * Modified XDG desktop file with proper categories and mime types. * Checked using lintian and pbuilder for Debian Squeeze and Wheezy, Ubuntu Precise, Quantal, Raring and Saucy on i386 and - amd64 + amd64. -- Ronald van Engelen Mon, 9 Dec 2013 10:26:00 +0100 -guimup (0.3.3ppa1) precise quantal oneiric; urgency=low +quimup (0.3.3ppa1) precise quantal oneiric; urgency=medium - * Initial release - * Switch to dpkg-source 3.0 (quilt) format - * Adds desktop launcher, menu file, man page, icons to original - source package - * Checked using lintian and pbuilder for Debian Wheezy, Ubuntu Oneiric, Precise and Quantal on i386 and amd64 + * Initial release. - -- Ronald van Engelen Mon, 27 Aug 2012 20:49:18 +0200 + -- Ronald van Engelen Mon, 27 Aug 2012 20:49:18 +0200 diff -Nru quimup-1.4.0/debian/rules quimup-1.4.0/debian/rules --- quimup-1.4.0/debian/rules 2015-05-13 10:22:22.000000000 +0000 +++ quimup-1.4.0/debian/rules 2015-05-13 19:38:28.000000000 +0000 @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk -QMAKE = /usr/lib/x86_64-linux-gnu/qt5/bin/qmake +QMAKE = QT_SELECT="5" /usr/bin/qmake TARGET = quimup target.path = /usr/bin