Dear maintainer,

Here is the NMU diff according to DevRef 5.11.1[1][2] for bug: #577383.
See the debian/patches directory for the important fixes. Feel free to
contact if you have any questions.

Thank you for maintaining the package,
Jari Aalto

[1] http://www.debian.org/doc/developers-reference/pkgs.html#nmu
[2] http://dep.debian.net/deps/dep1.html

lsdiff(1) of changes:

    dia-newcanvas-0.6.10/debian/changelog
    dia-newcanvas-0.6.10/debian/compat
    dia-newcanvas-0.6.10/debian/control
    dia-newcanvas-0.6.10/debian/copyright
    dia-newcanvas-0.6.10/debian/patches/10-src--dia-canvas-item.c-spelling.patch
    dia-newcanvas-0.6.10/debian/patches/series
    dia-newcanvas-0.6.10/debian/rules
    dia-newcanvas-0.6.10/debian/source/format

--- dia-newcanvas-0.6.10/debian/changelog	2010-05-14 09:13:14.000000000 +0300
+++ dia-newcanvas-0.6.10/debian/changelog	2010-05-09 02:27:15.000000000 +0300
@@ -1,3 +1,39 @@
+dia-newcanvas (0.6.10-5.2) unstable; urgency=low
+
+  [ Jari Aalto ]
+  * Non-maintainer upload.
+    - Update to packaging format "3.0 (quilt)".
+  * debian/compat
+    - New file.
+  * debian/control
+    - Remove EOL whitespaces.
+    - (Build-Depends): update obsolete debhelper from 3 to 7.1.
+    - (Depends): add ${misc:Depends}.
+    - (Description): Fix spelling of GNOME.
+    - (Homepage): New field
+    - (Standards-Version): Update ancient 3.6.1 to 3.8.4.
+    + libdianewcanvas2-dev
+      - (Depends): Update obsolete ${Source-Version} to ${binary:Version}.
+      - (Section): Update from devel to libdevel.
+  * debian/copyright
+    - Update layout. Add note that code is no longer available.
+  * debian/patches
+    - (Number 10): Fix spelling in source code.
+  * debian/rules
+    - (DH_COMPAT): Removed. Obsolete 3, replaced by debian/compat.
+    - (clean): Fix lintian debian-rules-ignores-make-clean-error.
+    - (install): Update dh_clean to dh_prep.
+  * debian/source/format
+    - New file.
+
+  [ Hideki Yamane (Debian-JP) <henr...@debian.or.jp> ]
+  * debian/control
+    - (Build-Depends): Add autoconf, automake, libtool
+  * debian/rules
+    - (config.status): Add "autoreconf -i" (FTBFS; Closes: #577383).
+
+ -- Jari Aalto <jari.aa...@cante.net>  Sun, 09 May 2010 02:26:53 +0300
+
 dia-newcanvas (0.6.10-5.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -85,4 +121,3 @@
   * Initial Release. (closes: #146777)
 
  -- Sebastien Bacher <sebastien.bac...@insa-lyon.fr>  Fri, 26 May 2002 13:37:44 +0200
-
--- dia-newcanvas-0.6.10/debian/compat	1970-01-01 02:00:00.000000000 +0200
+++ dia-newcanvas-0.6.10/debian/compat	2010-05-09 02:27:15.000000000 +0300
@@ -0,0 +1 @@
+7
--- dia-newcanvas-0.6.10/debian/control	2010-05-14 09:13:14.000000000 +0300
+++ dia-newcanvas-0.6.10/debian/control	2010-05-09 02:27:15.000000000 +0300
@@ -2,40 +2,41 @@
 Section: devel
 Priority: optional
 Maintainer: Sebastien Bacher <seb...@debian.org>
-Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev (>= 2.0.6), gettext, libglade2-dev (>= 2.0.0-2), python-dev, python-gtk2-dev
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 7.1), libgtk2.0-dev (>= 2.0.6), gettext, libglade2-dev (>= 2.0.0-2), python-dev, python-gtk2-dev, autoconf, automake, libtool
+Standards-Version: 3.8.4
+Homepage: http://gael.sourceforge.net
 
 Package: libdianewcanvas2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libgtk2.0-0 (>= 2.0.6)
+Depends: ${misc:Depends}, ${shlibs:Depends}, libgtk2.0-0 (>= 2.0.6)
 Description: a gtk+2 vectorial canvas with extra features
- Dia-newcanvas is a gtk+2 vectorial widget that has got extra features 
- as compared to gnome canvas:
+ Dia-newcanvas is a gtk+2 vectorial widget that has got extra features
+ as compared to GNOME canvas:
  .
     * Split data/view done through a renderer interface
     * Grid
     * Connections, attracted/attraction points
     * Easy customizatoin
-    * Multiple renderers (Gdk implemented, anti-aliased and gnome-print 
+    * Multiple renderers (Gdk implemented, anti-aliased and gnome-print
       planned)
-    * Multiple views ability 
+    * Multiple views ability
 
 Package: libdianewcanvas2-dev
 Architecture: any
-Section: devel
-Depends: libdianewcanvas2 (= ${Source-Version}), libgtk2.0-dev (>= 2.0.6), libglade2-dev (>= 2.0.0-2)
+Section: libdevel
+Depends: ${misc:Depends}, libdianewcanvas2 (=  ${binary:Version}), libgtk2.0-dev (>= 2.0.6), libglade2-dev (>= 2.0.0-2)
 Description: a gtk+2 vectorial canvas with extra features
- Dia-newcanvas is a gtk+2 vectorial widget that has got extra features 
- as compared to gnome canvas:
+ Dia-newcanvas is a gtk+2 vectorial widget that has got extra features
+ as compared to GNOME canvas:
  .
     * Split data/view done through a renderer interface
     * Grid
     * Connections, attracted/attraction points
     * Easy customizatoin
-    * Multiple renderers (Gdk implemented, anti-aliased and gnome-print 
+    * Multiple renderers (Gdk implemented, anti-aliased and gnome-print
       planned)
-    * Multiple views ability 
+    * Multiple views ability
  .
- This package contains the header files and static library needed for 
+ This package contains the header files and static library needed for
  development of programs using dia-newcanvas.
--- dia-newcanvas-0.6.10/debian/copyright	2010-05-14 09:13:14.000000000 +0300
+++ dia-newcanvas-0.6.10/debian/copyright	2010-05-09 02:27:15.000000000 +0300
@@ -1,12 +1,25 @@
-This package was debianized by Sebastien Bacher <sebastien.bac...@insa-lyon.fr> on
-Fri, 26 May 2002 13:37:44 +0200.
+This package was debianized by:
 
-It was downloaded from http://gael.sourceforge.net/
+    Sebastien Bacher <sebastien.bac...@insa-lyon.fr>
+    on Fri, 26 May 2002 13:37:44 +0200.
 
-Upstream Author: Xavier Ordoquy <mcar...@users.sourceforge.net>
+It was downloaded from:
+
+    http://gael.sourceforge.net/
+    - 2010-05-09 The code is no longer available
+
+Upstream Author:
+
+    Xavier Ordoquy <mcar...@users.sourceforge.net>
 
 Copyright:
 
-It may be redistributed under the terms of the GNU LGPL, Version 2 or
-later, found on Debian systems in the file /usr/share/common-licenses/LGPL-2.1
+    Copyright (C) 2000  James Henstridge
+
+License:
+
+    It may be redistributed under the terms of the GNU LGPL, Version 2 or
+    later.
+
+ found on Debian systems in the file /usr/share/common-licenses/LGPL-2.1
 
--- dia-newcanvas-0.6.10/debian/patches/10-src--dia-canvas-item.c-spelling.patch	1970-01-01 02:00:00.000000000 +0200
+++ dia-newcanvas-0.6.10/debian/patches/10-src--dia-canvas-item.c-spelling.patch	2010-05-09 02:27:15.000000000 +0300
@@ -0,0 +1,30 @@
+From 82ff845b3352f4394d4943589746a3264ddf37c8 Mon Sep 17 00:00:00 2001
+From: Jari Aalto <jari.aa...@cante.net>
+Date: Sun, 9 May 2010 02:09:47 +0300
+Subject: [PATCH] src/dia-canvas-item.c: fix spelling
+Organization: Private
+Content-Type: text/plain; charset="utf-8"
+Content-Transfer-Encoding: 8bit
+
+
+Signed-off-by: Jari Aalto <jari.aa...@cante.net>
+---
+ src/dia-canvas-item.c |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/dia-canvas-item.c b/src/dia-canvas-item.c
+index ec1874c..0d69a20 100644
+--- a/src/dia-canvas-item.c
++++ b/src/dia-canvas-item.c
+@@ -247,7 +247,7 @@ dia_canvas_item_class_init (DiaCanvasItemClass *klass)
+ 							 G_PARAM_READWRITE));
+   g_object_class_install_property (object_class,
+ 				   PROP_MOVE_INDEP,
+-				   g_param_spec_boolean ("move_indep", _("Independant move"),
++				   g_param_spec_boolean ("move_indep", _("Independent move"),
+ 							 _("Whether the item moves does not move the all group"),
+ 							 TRUE,
+ 							 G_PARAM_READWRITE));
+-- 
+1.7.0
+
--- dia-newcanvas-0.6.10/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ dia-newcanvas-0.6.10/debian/patches/series	2010-05-09 02:28:58.000000000 +0300
@@ -0,0 +1,2 @@
+10-src--dia-canvas-item.c-spelling.patch
+debian-changes-0.6.10-5.2
--- dia-newcanvas-0.6.10/debian/rules	2010-05-14 09:13:14.000000000 +0300
+++ dia-newcanvas-0.6.10/debian/rules	2010-05-09 02:27:15.000000000 +0300
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -23,6 +20,7 @@
 
 config.status: configure
 	dh_testdir
+	autoreconf -i
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 
@@ -40,7 +38,7 @@
 	dh_testroot
 	rm -f build-stamp 
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	-test -r /usr/share/misc/config.sub && \
 	  cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && \
@@ -52,7 +50,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
--- dia-newcanvas-0.6.10/debian/source/format	1970-01-01 02:00:00.000000000 +0200
+++ dia-newcanvas-0.6.10/debian/source/format	2010-05-09 02:27:15.000000000 +0300
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to