Your message dated Fri, 13 Feb 2026 18:20:01 +0000
with message-id <[email protected]>
and subject line Bug#1008872: fixed in dia2code 1.0.0-1
has caused the Debian Bug report #1008872,
regarding dia2code: diff for NMU version 0.8.3-4.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1008872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1008872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dia2code
Version: 0.8.3-4.1
Severity: normal
Tags: patch  pending

Dear maintainer,

I've prepared an NMU for dia2code (versioned as 0.8.3-4.2).

I intend to seek sponsorship for this upload.

Please feel free to tell me if you can assist.

Regards,

Hugh

diff -Nru dia2code-0.8.3/debian/changelog dia2code-0.8.3/debian/changelog
--- dia2code-0.8.3/debian/changelog	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/changelog	2022-04-03 17:55:21.000000000 +1000
@@ -1,3 +1,27 @@
+dia2code (0.8.3-4.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use package format 3.0 (quilt).
+  * Use debhelper-compat v13 (Closes: #965485).
+  * Switch from 'cdbs' to 'dh' format.
+  * debian/changelog: Trim trailing whitespace.
+  * debian/control:
+    - Drop versioned dependency on libxml2.
+    - Drop cdbs, autotools-dev and patchutils from the Build-Depends list.
+    - Build-Depend on pkg-config.
+    - Raise Standards-Version to 4.6.0 from 3.7.3 (no changes needed).
+    - Declare Rules-Requires-Root: no.
+    - Add Homepage field.
+    - Remove alternative recommends on dia-gnome (Closes: #878587).
+    - Add ${misc:Depends} to the binary package Depends list.
+  * debian/copyright: Use DEP-5 format and update for 2022.
+  * debian/patches: Add descriptions and other metadata.
+  * debian/rules: Add hardening flags to DEB_BUILD_MAINT_OPTIONS.
+  * Use pkg-config to find libxml2 (Closes: #949091).
+  * Update debian/watch file.
+
+ -- Hugh McMaster <[email protected]>  Sun, 03 Apr 2022 17:55:21 +1000
+
 dia2code (0.8.3-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
@@ -26,7 +50,7 @@
   * debian/control: updated standards version to 3.7.3
   * debian/control: removed build-dep on doc-to-man and added cdbs, patchutils
   * debian/rules: switched to cdbs
-  * debian/compat: updated to 5 
+  * debian/compat: updated to 5
   * debian/patches: managed patches by cdbs simple-patchsys
   * Fixed manpage: added some options missing
   * debian/dia2code.sgml: removed this file because it was used for to generate
@@ -75,7 +99,7 @@
 
 dia2code (0.8.1-2) unstable; urgency=low
 
-  * Prevent a crash in lolipop_implementation(). Patch from Patrice Neff 
+  * Prevent a crash in lolipop_implementation(). Patch from Patrice Neff
     <[email protected]> (also forwarded upstream) (Closes: #133339)
 
  -- Cyrille Chepelov <[email protected]>  Fri, 15 Feb 2002 00:07:06 +0100
@@ -96,7 +120,7 @@
 dia2code (0.7-1) unstable; urgency=low
 
   * New upstream release
-  
+
  -- Cyrille Chepelov <[email protected]>  Fri,  7 Dec 2001 14:39:15 +0100
 
 dia2code (0.5-11) unstable; urgency=low
@@ -120,9 +144,9 @@
     behaviour of core tools are quite in disagreement...)
   * new maintainer address (same maintainer, but NM)
   * bumped up the standards version number in debian/control.
-  * debian/dia2code.sgml: bumped up to DocBook 4.1 (hopefully). 
+  * debian/dia2code.sgml: bumped up to DocBook 4.1 (hopefully).
   changed the manpage author's address (mine).
-  
+
  -- Cyrille Chepelov <[email protected]>  Sat, 24 Mar 2001 21:17:06 +0100
 
 dia2code (0.5-8) unstable; urgency=low
@@ -138,7 +162,7 @@
   * removed obsolete call to dh_testversion in debian/rules
   * removed call to dh_installmenu, as this program doesn't make sense
     without command-line arguments.
-  
+
  -- Cyrille Chepelov <[email protected]>  Fri,  9 Mar 2001 09:52:28 +0100
 
 dia2code (0.5-6) unstable; urgency=low
@@ -176,8 +200,5 @@
 dia2code (0.5-1) unstable; urgency=low
 
   * Initial Release.
-  * 
 
  -- Cyrille Chepelov <[email protected]>  Fri,  2 Mar 2001 21:32:10 +0100
-
-
diff -Nru dia2code-0.8.3/debian/compat dia2code-0.8.3/debian/compat
--- dia2code-0.8.3/debian/compat	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/compat	1970-01-01 10:00:00.000000000 +1000
@@ -1,2 +0,0 @@
-5
-
diff -Nru dia2code-0.8.3/debian/control dia2code-0.8.3/debian/control
--- dia2code-0.8.3/debian/control	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/control	2022-04-03 17:55:21.000000000 +1000
@@ -1,14 +1,20 @@
 Source: dia2code
 Section: devel
 Priority: optional
-Build-Depends: debhelper (>= 5), cdbs, libxml2-dev (>= 2.4.10), autotools-dev, automake, patchutils
+Build-Depends:
+ debhelper-compat (= 13),
+ automake,
+ libxml2-dev,
+ pkg-config
 Maintainer: Francesco Aloe <[email protected]>
-Standards-Version: 3.7.3
+Standards-Version: 4.6.0
+Rules-Requires-Root: no
+Homepage: https://sourceforge.net/projects/dia2code/
 
 Package: dia2code
 Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: dia | dia-gnome
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: dia
 Description: a dia-UML code generator
  dia2code is a code generator which uses UML diagrams produced by dia,
  and turns them into C, C++, Java, Ada, PHP, Python, Shapefile, SQL,
diff -Nru dia2code-0.8.3/debian/copyright dia2code-0.8.3/debian/copyright
--- dia2code-0.8.3/debian/copyright	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/copyright	2022-04-03 17:09:51.000000000 +1000
@@ -1,17 +1,90 @@
-This package was debianized by Cyrille Chepelov <[email protected]> on
-Tue, 20 Feb 2001 21:38:32 +0100.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dia2code
+Upstream-Contact: Javier O'Hara <[email protected]>
+Source: https://sourceforge.net/projects/dia2code/
 
-It was downloaded from http://download.sourceforge.net/dia2code
-(dia2code's site is http://dia2code.sourceforge.net)
+Files: *
+Copyright: 2000-2002 Javier O'Hara
+           2001 Ruben Lopez
+License: GPL-2+
 
-Upstream Authors: 
-	Javier O'Hara <[email protected]>
-	Ruben Lopez <[email protected]>
-
-	Copyright (C) 2000-2001 Javier O'Hara
-	Copyright (C) 2001 Ruben Lopez
-
-You are free to distribute this software under the terms of
-the GNU General Public License.
-On Debian systems, the complete text of the GNU General Public
-License can be found in /usr/share/common-licenses/GPL file.
+Files: dia2code.nsi
+Copyright: 2001 Steffen Macke
+License: GPL-2+
+
+Files: install-sh
+Copyright: 1991 Massachusetts Institute of Technology
+License: MIT
+
+Files: debian/*
+Copyright: 2001-2002 Cyrille Chepelov
+           2003 Morgon Kanter
+           2004 Ola Lundqvist
+           2007 Stefano Zacchiroli
+           2007, 2010 Francesco Aloe
+           2020 Sudip Mukherjee
+           2022 Hugh McMaster
+License: GPL-2+
+
+Files: dia2code/generate_code_ada.c
+Copyright: 2001 Thomas Preymesser
+           2002 Oliver Kellogg
+License: GPL-2+
+
+Files: dia2code/generate_code_cpp.c
+Copyright: 2000-2001 Javier O'Hara
+           2002 Oliver Kellogg
+License: GPL-2+
+
+Files: dia2code/generate_code_idl.c
+Copyright: 2000-2001 Chris McGee
+           2002 Oliver Kellogg
+License: GPL-2+
+
+Files: dia2code/generate_code_php.c
+       dia2code/generate_code_php_five.c
+Copyright: 2001 Harald Fielker
+License: GPL-2+
+
+Files: dia2code/generate_code_python.c
+Copyright: 2001 Cyrille Chepelov
+License: GPL-2+
+
+Files: dia2code/generate_code_ruby.c
+Copyright: 2003 Dmitry V. Sabanin
+License: GPL-2+
+
+Files: dia2code/generate_code_shp.c
+Copyright: 2001 Steffen Macke
+License: GPL-2+
+
+License: GPL-2+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+ .
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+ .
+  You should have received a copy of the GNU General Public License
+  along with this program;  if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+  MA 02110-1301, USA.
+ .
+  On Debian GNU/Linux systems, the complete text of the GNU General
+  Public License version 2 can be found in
+  `/usr/share/common-licenses/GPL-2'.
+
+License: MIT
+  Permission to use, copy, modify, distribute, and sell this software and its
+  documentation for any purpose is hereby granted without fee, provided that
+  the above copyright notice appear in all copies and that both that
+  copyright notice and this permission notice appear in supporting
+  documentation, and that the name of M.I.T. not be used in advertising or
+  publicity pertaining to distribution of the software without specific,
+  written prior permission.  M.I.T. makes no representations about the
+  suitability of this software for any purpose.  It is provided "as is"
+  without express or implied warranty.
diff -Nru dia2code-0.8.3/debian/manpages dia2code-0.8.3/debian/manpages
--- dia2code-0.8.3/debian/manpages	1970-01-01 10:00:00.000000000 +1000
+++ dia2code-0.8.3/debian/manpages	2022-04-03 17:55:21.000000000 +1000
@@ -0,0 +1 @@
+dia2code.1
diff -Nru dia2code-0.8.3/debian/patches/fix_manpage.patch dia2code-0.8.3/debian/patches/fix_manpage.patch
--- dia2code-0.8.3/debian/patches/fix_manpage.patch	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/patches/fix_manpage.patch	2022-04-03 17:55:21.000000000 +1000
@@ -1,3 +1,8 @@
+Description: Add missing options to dia2code man page
+Author: Francesco Aloe <[email protected]>
+Forwarded: not-needed
+Last-Update: 2007-12-13
+
 diff -Nur dia2code-0.8.3/dia2code.1 dia2code-0.8.3.new/dia2code.1
 --- dia2code-0.8.3/dia2code.1	2007-01-05 19:14:49.000000000 +0100
 +++ dia2code-0.8.3.new/dia2code.1	2007-12-15 02:34:38.000000000 +0100
diff -Nru dia2code-0.8.3/debian/patches/fix_parse_diagram_c.patch dia2code-0.8.3/debian/patches/fix_parse_diagram_c.patch
--- dia2code-0.8.3/debian/patches/fix_parse_diagram_c.patch	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/patches/fix_parse_diagram_c.patch	2022-04-03 17:55:21.000000000 +1000
@@ -1,7 +1,11 @@
-diff -Nur dia2code-0.8.3/dia2code/parse_diagram.c dia2code-0.8.3.new/dia2code/parse_diagram.c
---- dia2code-0.8.3/dia2code/parse_diagram.c	2003-03-05 17:44:38.000000000 +0100
-+++ dia2code-0.8.3.new/dia2code/parse_diagram.c	2007-12-13 10:36:02.000000000 +0100
-@@ -490,7 +490,7 @@
+Description: Check for valid pointer before calling strlen()
+Author: Patrice Neff <[email protected]>
+Forwarded: yes
+Last-Update: 2002-02-14
+
+--- a/dia2code/parse_diagram.c
++++ b/dia2code/parse_diagram.c
+@@ -498,7 +498,7 @@
      }
      implementator = find(classlist, id);
      free(id);
diff -Nru dia2code-0.8.3/debian/patches/fix_segfault.patch dia2code-0.8.3/debian/patches/fix_segfault.patch
--- dia2code-0.8.3/debian/patches/fix_segfault.patch	1970-01-01 10:00:00.000000000 +1000
+++ dia2code-0.8.3/debian/patches/fix_segfault.patch	2022-04-03 17:55:21.000000000 +1000
@@ -0,0 +1,39 @@
+Description: Fix segmentation fault with big UML packages
+Author: Francesco Aloe <[email protected]>
+Forwarded: not-needed
+Last-Update: 2010-04-24
+
+diff -ruN orig/dia2code-0.8.3/dia2code/parse_diagram.c dia2code-0.8.3/dia2code/parse_diagram.c
+--- orig/dia2code-0.8.3/dia2code/parse_diagram.c	2003-03-05 17:44:38.000000000 +0100
++++ dia2code-0.8.3/dia2code/parse_diagram.c	2010-04-24 16:18:25.000000000 +0200
+@@ -384,6 +384,10 @@
+     attribute = package->xmlChildrenNode;
+     while ( attribute != NULL ) {
+         attrname = xmlGetProp(attribute, "name");
++        if( attrname == NULL ) {
++            attribute = attribute->next;
++            continue;
++        }
+         if ( ! strcmp("name", attrname) ) {
+             parse_dia_string(attribute->xmlChildrenNode, myself->name);
+         } else if ( ! strcmp ( "obj_pos", attrname ) ) {
+@@ -418,6 +422,10 @@
+     attribute = class->xmlChildrenNode;
+     while ( attribute != NULL ) {
+         attrname = xmlGetProp(attribute, "name");
++        if( attrname == NULL ) {
++            attribute = attribute->next;
++            continue;
++        }
+         if ( ! strcmp("name", attrname) ) {
+             parse_dia_string(attribute->xmlChildrenNode, myself->name);
+         } else if ( ! strcmp ( "obj_pos", attrname ) ) {
+@@ -478,7 +486,7 @@
+             id = xmlGetProp(attribute->xmlChildrenNode, "to");
+         } else {
+             attrname = xmlGetProp(attribute, "name");
+-            if ( ! strcmp("text", attrname) && attribute->xmlChildrenNode != NULL &&
++            if ( attrname != NULL && ! strcmp("text", attrname) && attribute->xmlChildrenNode != NULL &&
+                     attribute->xmlChildrenNode->xmlChildrenNode != NULL ){
+                 name = attribute->xmlChildrenNode->xmlChildrenNode->content;
+             } else {
diff -Nru dia2code-0.8.3/debian/patches/fix_Segfault.patch dia2code-0.8.3/debian/patches/fix_Segfault.patch
--- dia2code-0.8.3/debian/patches/fix_Segfault.patch	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/patches/fix_Segfault.patch	1970-01-01 10:00:00.000000000 +1000
@@ -1,34 +0,0 @@
-diff -ruN orig/dia2code-0.8.3/dia2code/parse_diagram.c dia2code-0.8.3/dia2code/parse_diagram.c
---- orig/dia2code-0.8.3/dia2code/parse_diagram.c	2003-03-05 17:44:38.000000000 +0100
-+++ dia2code-0.8.3/dia2code/parse_diagram.c	2010-04-24 16:18:25.000000000 +0200
-@@ -384,6 +384,10 @@
-     attribute = package->xmlChildrenNode;
-     while ( attribute != NULL ) {
-         attrname = xmlGetProp(attribute, "name");
-+        if( attrname == NULL ) {
-+            attribute = attribute->next;
-+            continue;
-+        }
-         if ( ! strcmp("name", attrname) ) {
-             parse_dia_string(attribute->xmlChildrenNode, myself->name);
-         } else if ( ! strcmp ( "obj_pos", attrname ) ) {
-@@ -418,6 +422,10 @@
-     attribute = class->xmlChildrenNode;
-     while ( attribute != NULL ) {
-         attrname = xmlGetProp(attribute, "name");
-+        if( attrname == NULL ) {
-+            attribute = attribute->next;
-+            continue;
-+        }
-         if ( ! strcmp("name", attrname) ) {
-             parse_dia_string(attribute->xmlChildrenNode, myself->name);
-         } else if ( ! strcmp ( "obj_pos", attrname ) ) {
-@@ -478,7 +486,7 @@
-             id = xmlGetProp(attribute->xmlChildrenNode, "to");
-         } else {
-             attrname = xmlGetProp(attribute, "name");
--            if ( ! strcmp("text", attrname) && attribute->xmlChildrenNode != NULL &&
-+            if ( attrname != NULL && ! strcmp("text", attrname) && attribute->xmlChildrenNode != NULL &&
-                     attribute->xmlChildrenNode->xmlChildrenNode != NULL ){
-                 name = attribute->xmlChildrenNode->xmlChildrenNode->content;
-             } else {
diff -Nru dia2code-0.8.3/debian/patches/gcc-10.patch dia2code-0.8.3/debian/patches/gcc-10.patch
--- dia2code-0.8.3/debian/patches/gcc-10.patch	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/patches/gcc-10.patch	2022-04-03 17:55:21.000000000 +1000
@@ -1,3 +1,8 @@
+Description: Fix FTBFS with GCC 10
+Author: Sudip Mukherjee
+Forwarded: not-needed
+Last-Update: 2020-09-06
+
 --- a/dia2code/dia2code.h
 +++ b/dia2code/dia2code.h
 @@ -264,8 +264,8 @@ param_list * d2c_parameter_set(char *name, char *value);
diff -Nru dia2code-0.8.3/debian/patches/pkg-config.patch dia2code-0.8.3/debian/patches/pkg-config.patch
--- dia2code-0.8.3/debian/patches/pkg-config.patch	1970-01-01 10:00:00.000000000 +1000
+++ dia2code-0.8.3/debian/patches/pkg-config.patch	2022-04-03 17:35:37.000000000 +1000
@@ -0,0 +1,43 @@
+Description: Use pkg-config to find libxml2
+Author: Hugh McMaster <[email protected]>
+Bug-Debian: https://bugs.debian.org/949091
+Forwarded: not-needed
+Last-Update: 2022-04-03
+
+--- a/configure.in
++++ b/configure.in
+@@ -8,18 +8,12 @@
+ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_RANLIB
+-dnl Checks for libraries.
+ 
+-AC_PATH_PROG(XML_CONFIG, xml2-config, no)
+-if test "$XML_CONFIG" = "no"; then
+-  AC_MSG_ERROR([Cannot determine configuration of libxml.
+-Perhaps you forgot to install the package libxml2-devel ?])
+-else
+-  XML_INCLUDES=`$XML_CONFIG --cflags`
+-  LIBXML_LIBS=`$XML_CONFIG --libs`
+-  AC_SUBST(XML_INCLUDES)
+-  LIBS="$LIBS $LIBXML_LIBS"
+-fi
++PKG_PROG_PKG_CONFIG
++
++dnl Checks for libraries.
++PKG_CHECK_MODULES([XML], [libxml-2.0])
++LIBS="$LIBS $XML_LIBS"
+ 
+ dnl Checks for header files.
+ 
+--- a/dia2code/Makefile.am
++++ b/dia2code/Makefile.am
+@@ -9,7 +9,7 @@
+ 
+ ####### kdevelop will overwrite this part!!! (end)############
+ bin_PROGRAMS = dia2code
+-INCLUDES = @XML_INCLUDES@
++INCLUDES = @XML_CFLAGS@
+ dia2code_SOURCES = dia2code.c main.c parse_diagram.c scan_tree.c generate_code_c.c \
+ generate_code_java.c generate_code_cpp.c generate_code_ada.c generate_code_sql.c \
+ generate_code_python.c generate_code_php.c generate_code_shp.c generate_code_idl.c \
diff -Nru dia2code-0.8.3/debian/patches/series dia2code-0.8.3/debian/patches/series
--- dia2code-0.8.3/debian/patches/series	1970-01-01 10:00:00.000000000 +1000
+++ dia2code-0.8.3/debian/patches/series	2022-04-03 17:11:49.000000000 +1000
@@ -0,0 +1,5 @@
+gcc-10.patch
+fix_segfault.patch
+fix_parse_diagram_c.patch
+fix_manpage.patch
+pkg-config.patch
diff -Nru dia2code-0.8.3/debian/rules dia2code-0.8.3/debian/rules
--- dia2code-0.8.3/debian/rules	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/rules	2022-04-03 17:54:28.000000000 +1000
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-DEB_INSTALL_MANPAGES_dia2code = dia2code.1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+%:
+	dh $@
diff -Nru dia2code-0.8.3/debian/source/format dia2code-0.8.3/debian/source/format
--- dia2code-0.8.3/debian/source/format	1970-01-01 10:00:00.000000000 +1000
+++ dia2code-0.8.3/debian/source/format	2022-04-03 17:44:17.000000000 +1000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru dia2code-0.8.3/debian/watch dia2code-0.8.3/debian/watch
--- dia2code-0.8.3/debian/watch	2022-04-03 19:49:30.000000000 +1000
+++ dia2code-0.8.3/debian/watch	2022-04-03 16:39:06.000000000 +1000
@@ -1,2 +1,2 @@
-version=3
-http://sf.net/dia2code/dia2code-(.*)\.tar\.gz	debian	uupdate
+version=4
+http://sf.net/dia2code/dia2code-(\d\S+)\.tar\.gz

--- End Message ---
--- Begin Message ---
Source: dia2code
Source-Version: 1.0.0-1
Done: Nicolas Schodet <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dia2code, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicolas Schodet <[email protected]> (supplier of updated dia2code package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Jan 2026 18:14:18 +0100
Source: dia2code
Architecture: source
Version: 1.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: Nicolas Schodet <[email protected]>
Closes: 240091 810678 1008872
Changes:
 dia2code (1.0.0-1) unstable; urgency=medium
 .
   [ Andreas Tille ]
   * New upstream version
     Closes: #240091, #810678
   * Maintain package in Salvage team
   * d/watch: version=5
   * Remove automake from Build-Depends
   * ACK NMU (Closes: #1008872)
   * Standards-Version: 4.7.3
   * debputy lint --auto-fix (routine-update)
   * d/copyright: review
   * Patches needed to build successfully when configuring with --with-corba
 .
   [ Nicolas Schodet ]
   * Add no-profiling.patch, disabling code profiling
   * d/control: remove now useless Rules-Requires-Root and Priority
   * Set myself as uploader
   * Add automatic tests
Checksums-Sha1:
 dd512adc4881afb1019b626cb85276e30dce9098 1452 dia2code_1.0.0-1.dsc
 0a4b5283c96da34c27a9dee1f7a911e1af1f6445 946967 dia2code_1.0.0.orig.tar.gz
 fa307fc47522d9d36102b4421903509533ef6369 8636 dia2code_1.0.0-1.debian.tar.xz
 a82a7ff0406d5f77a78e8a3601e3dd47203c7ab1 5554 dia2code_1.0.0-1_amd64.buildinfo
Checksums-Sha256:
 1596cc26334b7518b17c2a8879c4efd370e69effcbac2a599a05d12090e34878 1452 
dia2code_1.0.0-1.dsc
 c7746379cd15267fc3f600af16f77490e28f3becd260b7440f53776239ad491d 946967 
dia2code_1.0.0.orig.tar.gz
 7dbe472ab3aabb1c60b0488b7c33ca37c69f587c02392102befaa12468c3dd39 8636 
dia2code_1.0.0-1.debian.tar.xz
 1c58578a6bf1c7433d3c7afee03c53ce851551274ad9ab6d66fadeda469e4c41 5554 
dia2code_1.0.0-1_amd64.buildinfo
Files:
 52473ddce82edf7e18a75b82a1fc244a 1452 devel optional dia2code_1.0.0-1.dsc
 496a8b855c1db4143b40eb11f5adbc30 946967 devel optional 
dia2code_1.0.0.orig.tar.gz
 26bd04c797f7c37f46ae988697c23963 8636 devel optional 
dia2code_1.0.0-1.debian.tar.xz
 f705777b760c29a6ade0e7fbf9043986 5554 devel optional 
dia2code_1.0.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iIgEARYKADAWIQS16PkuulH84+wAlT/Oc3I98Ct6IwUCaXuWbhIcbmljb0BuaS5m
ci5ldS5vcmcACgkQznNyPfAreiNdwQEA/ub4l7Kp1iOIRjpPHp0Vd7JBPTvJz6Fn
C9XHGEXhaxcBALZPN4v+NiOHTyQs66Z+3KbeWb3TrziMN8vgt/swyE0A
=MgE5
-----END PGP SIGNATURE-----

Attachment: pgpnLGqrWuqLx.pgp
Description: PGP signature


--- End Message ---

Reply via email to