diff -Nru qscintilla-1.7.1/debian/changelog qscintilla-1.7.1/debian/changelog --- qscintilla-1.7.1/debian/changelog 2012-12-15 20:23:56.000000000 -0600 +++ qscintilla-1.7.1/debian/changelog 2013-04-29 06:41:50.000000000 -0500 @@ -1,8 +1,8 @@ -qscintilla (1.7.1-2+ax1~wheezy) wheezy; urgency=low +qscintilla (1.7.1-3debian7.0.0+0) wheezy; urgency=low - * Rebuild for Wheezy + * Wheezy rebuild - -- Slávek Banko <slavek.banko@axis.cz> Thu, 13 Dec 2012 05:08:46 +0100 + -- Slávek Banko <slavek.banko@axis.cz> Mon, 29 Apr 2013 13:41:46 +0200 qscintilla (1.7.1-2) unstable; urgency=low diff -Nru qscintilla-1.7.1/debian/patches/00-debian.diff qscintilla-1.7.1/debian/patches/00-debian.diff --- qscintilla-1.7.1/debian/patches/00-debian.diff 1969-12-31 18:00:00.000000000 -0600 +++ qscintilla-1.7.1/debian/patches/00-debian.diff 2013-04-29 06:41:09.000000000 -0500 @@ -0,0 +1,29 @@ +Index: b/designer/designer.pro +=================================================================== +--- a/designer/designer.pro 2006-11-30 10:32:15.000000000 +0100 ++++ b/designer/designer.pro 2013-04-29 13:40:27.000000000 +0200 +@@ -3,8 +3,9 @@ + + TEMPLATE = lib + TARGET = qscintillaplugin +-DESTDIR = $(QTDIR)/plugins/designer +- ++# DESTDIR = $(QTDIR)/plugins/designer ++INCLUDEPATH = ../qt ++LIBPATH += ../tmplib + CONFIG += qt warn_on release plugin + + SOURCES += qscintillaplugin.cpp +Index: b/qt/qscintilla.pro +=================================================================== +--- a/qt/qscintilla.pro 2006-11-30 10:32:30.000000000 +0100 ++++ b/qt/qscintilla.pro 2013-04-29 13:40:27.000000000 +0200 +@@ -25,7 +25,7 @@ + + TEMPLATE = lib + TARGET = qscintilla +-DESTDIR = $(QTDIR)/lib ++# DESTDIR = $(QTDIR)/lib + CONFIG += qt warn_off release dll thread + INCLUDEPATH = . ../include ../src + DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER diff -Nru qscintilla-1.7.1/debian/patches/debian-changes-1.7.1-2+ax1~wheezy qscintilla-1.7.1/debian/patches/debian-changes-1.7.1-2+ax1~wheezy --- qscintilla-1.7.1/debian/patches/debian-changes-1.7.1-2+ax1~wheezy 2012-12-15 20:51:36.000000000 -0600 +++ qscintilla-1.7.1/debian/patches/debian-changes-1.7.1-2+ax1~wheezy 1969-12-31 18:00:00.000000000 -0600 @@ -1,50 +0,0 @@ -Description: Upstream changes introduced in version 1.7.1-2+ax1~wheezy - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - qscintilla (1.7.1-2+ax1~wheezy) wheezy; urgency=low - . - * Rebuild for Wheezy - . - The person named in the Author field signed this changelog entry. -Author: Slávek Banko <slavek.banko@axis.cz> - ---- -The information above should follow the Patch Tagging Guidelines, please -checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here -are templates for supplementary fields that you might want to add: - -Origin: <vendor|upstream|other>, <url of original patch> -Bug: <url in upstream bugtracker> -Bug-Debian: http://bugs.debian.org/<bugnumber> -Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> -Forwarded: <no|not-needed|url proving that it has been forwarded> -Reviewed-By: <name and email of someone who approved the patch> -Last-Update: <YYYY-MM-DD> - ---- qscintilla-1.7.1.orig/designer/designer.pro -+++ qscintilla-1.7.1/designer/designer.pro -@@ -3,8 +3,9 @@ - - TEMPLATE = lib - TARGET = qscintillaplugin --DESTDIR = $(QTDIR)/plugins/designer -- -+# DESTDIR = $(QTDIR)/plugins/designer -+INCLUDEPATH = ../qt -+LIBPATH += ../tmplib - CONFIG += qt warn_on release plugin - - SOURCES += qscintillaplugin.cpp ---- qscintilla-1.7.1.orig/qt/qscintilla.pro -+++ qscintilla-1.7.1/qt/qscintilla.pro -@@ -25,7 +25,7 @@ unix:VERSION = 7.0.1 - - TEMPLATE = lib - TARGET = qscintilla --DESTDIR = $(QTDIR)/lib -+# DESTDIR = $(QTDIR)/lib - CONFIG += qt warn_off release dll thread - INCLUDEPATH = . ../include ../src - DEFINES = QEXTSCINTILLA_MAKE_DLL QT SCI_LEXER diff -Nru qscintilla-1.7.1/debian/patches/series qscintilla-1.7.1/debian/patches/series --- qscintilla-1.7.1/debian/patches/series 2012-12-15 20:50:21.000000000 -0600 +++ qscintilla-1.7.1/debian/patches/series 2013-04-28 18:49:20.000000000 -0500 @@ -1 +1 @@ -debian-changes-1.7.1-2+ax1~wheezy +00-debian.diff