tag 544497 patch
thanks

As gimptool is unhelpful, and I don't wish to force autotools on
upstream, I ended up manually installing everything. Which seems to be
simpler than patching the upstream install target.

Attached a debdiff of the changes.

-- 
Tzafrir Cohen         | tzaf...@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzaf...@cohens.org.il |                    |  best
ICQ# 16849754         |                    | friend
diffstat for gimp-resynthesizer_0.16-1 gimp-resynthesizer_0.16-1.1

 debian/dirs                                   |    2 ++
 debian/install                                |    2 ++
 gimp-resynthesizer-0.16/debian/changelog      |    9 +++++++++
 gimp-resynthesizer-0.16/debian/compat         |    2 +-
 gimp-resynthesizer-0.16/debian/control        |    2 +-
 gimp-resynthesizer-0.16/debian/patches/00list |    1 -
 gimp-resynthesizer-0.16/debian/rules          |    5 +++--
 7 files changed, 18 insertions(+), 5 deletions(-)

diff -u gimp-resynthesizer-0.16/debian/compat gimp-resynthesizer-0.16/debian/compat
--- gimp-resynthesizer-0.16/debian/compat
+++ gimp-resynthesizer-0.16/debian/compat
@@ -1 +1 @@
-4
+5
diff -u gimp-resynthesizer-0.16/debian/rules gimp-resynthesizer-0.16/debian/rules
--- gimp-resynthesizer-0.16/debian/rules
+++ gimp-resynthesizer-0.16/debian/rules
@@ -43,9 +43,10 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
+	dh_install
 
-	DESTDIR=$(CURDIR)/debian/gimp-resynthesizer \
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/gimp-resynthesizer
+	#DESTDIR=$(CURDIR)/debian/gimp-resynthesizer \
+	#$(MAKE) install DESTDIR=$(CURDIR)/debian/gimp-resynthesizer
 
 binary-indep: build install
 
diff -u gimp-resynthesizer-0.16/debian/control gimp-resynthesizer-0.16/debian/control
--- gimp-resynthesizer-0.16/debian/control
+++ gimp-resynthesizer-0.16/debian/control
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Bryan Donlan <bdon...@fushizen.net>
-Build-Depends: debhelper (>= 4.0.0), libgimp2.0-dev, libgtk2.0-dev, dpatch
+Build-Depends: debhelper (>= 5.0.0), libgimp2.0-dev, libgtk2.0-dev, dpatch
 Standards-Version: 3.7.3.0
 Homepage: http://www.logarithmic.net/pfh/resynthesizer
 
diff -u gimp-resynthesizer-0.16/debian/changelog gimp-resynthesizer-0.16/debian/changelog
--- gimp-resynthesizer-0.16/debian/changelog
+++ gimp-resynthesizer-0.16/debian/changelog
@@ -1,3 +1,12 @@
+gimp-resynthesizer (0.16-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Manually install files, as gimptool is broken (Closes: #544497).
+  * Bump compat to 5 for that. 
+  * And dropped patch 01_makefile.
+
+ -- Tzafrir Cohen <tzaf...@cohens.org.il>  Sun, 06 Sep 2009 23:26:42 +0300
+
 gimp-resynthesizer (0.16-1) unstable; urgency=low
 
   * New upstream release (fixes ubuntu LP: #224017)
diff -u gimp-resynthesizer-0.16/debian/patches/00list gimp-resynthesizer-0.16/debian/patches/00list
--- gimp-resynthesizer-0.16/debian/patches/00list
+++ gimp-resynthesizer-0.16/debian/patches/00list
@@ -1,2 +1 @@
-01_makefile
 10_nonconst_str_literal
only in patch2:
unchanged:
--- gimp-resynthesizer-0.16.orig/debian/install
+++ gimp-resynthesizer-0.16/debian/install
@@ -0,0 +1,2 @@
+*.scm usr/share/gimp/2.0/scripts
+resynth usr/lib/gimp/2.0/plug-ins
only in patch2:
unchanged:
--- gimp-resynthesizer-0.16.orig/debian/dirs
+++ gimp-resynthesizer-0.16/debian/dirs
@@ -0,0 +1,2 @@
+usr/lib/gimp/2.0/plug-ins
+usr/share/gimp/2.0/scripts

Reply via email to